Skip to content

Commit

Permalink
Merge pull request #1614 from thesandboxgame/feat/nx-version-upgrade
Browse files Browse the repository at this point in the history
feat: upgrade nx package version
  • Loading branch information
wojciech-turek authored Dec 16, 2024
2 parents 3d3d9d5 + 7031c6f commit 226f8c0
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 219 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package-lock.json
.env
.nx
yarn.error.log
yarn-error.log
.yalc
Expand Down
32 changes: 19 additions & 13 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"test",
"coverage",
"lint",
"deploy",
"format"
]
}
}
"targetDefaults": {
"test": {
"cache": true
},
"coverage": {
"cache": true
},
"lint": {
"cache": true
},
"deploy": {
"cache": true
},
"format": {
"cache": true
},
"analyze": {
"cache": true
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"istanbul-combine": "^0.3.0",
"nx": "15.8.6",
"nx": "^20.2.2",
"rimraf": "^4.4.0"
},
"keywords": [
Expand Down
Loading

1 comment on commit 226f8c0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

88.41%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/asset/contracts
   Asset.sol94.70%89.58%96.67%98.15%117, 208, 310, 310–311, 77
   AssetCreate.sol90.36%80.39%95.65%97.58%114, 188–189, 270–271, 316, 392–393, 426, 480–481, 488–489, 496–497, 506, 512, 512–513, 513, 513–515
   AssetReveal.sol94.35%86.21%96.55%98.89%143, 147, 181, 376, 416, 424, 441, 75, 98
   AuthSuperValidator.sol92%87.50%100%90.91%66–67
   Catalyst.sol95.14%91.94%95.83%98.28%124, 126, 139, 151, 223, 79
packages/asset/contracts/interfaces
   IAsset.sol100%100%100%100%
   IAssetCreate.sol100%100%100%100%
   IAssetReveal.sol100%100%100%100%
   ICatalyst.sol100%100%100%100%
   IExchange.sol100%100%100%100%
   ITokenUtils.sol100%100%100%100%
packages/asset/contracts/libraries
   TokenIdUtils.sol100%100%100%100%
packages/avatar/contracts/avatar
   AvatarCollection.sol74.25%56.56%73.81%90.37%285, 329–337, 339–340, 345, 403–407, 425, 442, 459, 483–487, 491–492, 495, 526, 537, 545, 545–546, 565, 599, 621, 631, 712, 732, 745, 745, 745, 763, 763, 765, 774, 774, 776, 786, 786–787, 797, 797–798, 809, 809–810, 823, 832, 861–862, 992–993, 996, 999
   CollectionAccessControl.sol60.87%53.33%63.64%67.86%120, 130–131, 140, 150–151, 161–162, 162, 162, 164–165, 167, 173, 173–174, 185, 192, 192–194, 98–99
   ERC721BurnMemoryEnumerableUpgradeable.sol93.33%75%100%100%62, 75
packages/avatar/contracts/common
   IERC4906.sol100%100%100%100%
   IERC5313.sol100%100%100%100%
packages/avatar/contracts/common/BaseWithStorage/ERC2771
   ERC2771HandlerUpgradeable.sol44.44%25%60%44.44%23, 27, 30, 39, 39, 39–40, 42
packages/avatar/contracts/common/OperatorFilterer
   IOperatorFilterRegistry.sol100%100%100%100%
   UpdatableOperatorFiltererUpgradeable.sol11.11%10%25%9.52%18, 23–24, 24, 24–25, 27, 27, 27–28, 30, 38, 38, 38, 42, 42, 42–44, 46, 46, 46–47, 50, 55, 55, 55–56, 56, 56–57, 60, 68, 68, 68–69, 71
packages/avatar/contracts/proxy
   CollectionFactory.sol86.59%89.06%75%87.50%149, 230, 293, 362–366, 368, 385, 402, 410, 410–411, 423, 423–424
   CollectionProxy.sol88.24%50%100%100%55, 70
packages/avatar/contracts/raffle
   DanceFight.sol75%50%100%100%20
   FistOfTheNorthStar.sol75%50%100%100%20
   GenericRaffle.sol67.92%52.22%62.07%84.95%178, 189–195, 225–229, 252–259, 266–267, 270, 288, 288–289, 289, 289–290, 308, 381, 390, 409, 409–410, 419, 419, 421, 430, 430, 432, 442, 442–443, 453, 453–454, 465, 465–466, 566, 575, 626–627, 630, 633
   HellsKitchen.sol75%50%100%100%20
   MadBalls.sol75%50%100%100%20
   ParisHilton.sol75%50%100%100%20
   Rabbids.sol75%50%100%100%20
packages/core/src/solc_0.8/OperatorFilterer/contracts
   OperatorFilterRegistrant.sol62.50%50%100%66.67%17, 19–20
packages/core/src/solc_0.8/OperatorFilterer/contracts/upgradeable
   DefaultOperatorFiltererUpgradeable.sol0%0%0%0%12, 12–13
   OperatorFiltererUpgradeable.sol81.82%80%75%85%16, 16–17, 52–53, 62–63
packages/core/src/solc_0.8/OperatorFilterer/interfaces
   IOperatorFilterRegistry.sol100%100%100%100%
packages/core/src/solc_0.8/Sand
   SandBaseToken.sol100%100%100%100%
packages/core/src/solc_0.8/StarterPack
   PurchaseValidator.sol0%0%0%0%102–103, 112–115, 115, 115–117, 119, 29, 29, 29–30, 35, 35–36, 36, 36–37, 37, 37–39, 48, 53, 58, 64, 87, 87, 87–88
packages/core/src/solc_0.8/Utils
   Batch.sol85.48%59.09%100%100%34, 38, 44, 50, 56, 65, 75, 82, 88
packages/core/src/solc_0.8/catalyst/interfaces
   ICatalyst.sol100%100%100%100%
   ICollectionCatalystMigrations.sol100%100%100%100%
   IGem.sol100%100%100%100%
   IGemsCatalystsRegistry.sol100%100%100%100%
   IOldCatalystRegistry.sol100%100%100%100%
packages/core/src/solc_0.8/claims/AssetGiveaway
   AssetGiveaway.sol88.89%90%80%91.67%48, 72
   ClaimERC1155.sol100%100%100%100%
packages/core/src/solc_0.8/claims/MultiGiveaway
   ClaimERC1155ERC721ERC20.sol97.62%92.86%100%100%68
   MultiGiveaway.sol93.75%90.91%91.67%96.67%142, 36, 86
packages/core/src/solc_0.8/claims/MultiGiveawayV0
   MultiGiveawayV0.sol97.92%93.75%100%100%81
packages/core/src/solc_0.8/claims/signedGiveaway
   SignedERC20Giveaway.sol93.33%88.89%91.67%96.67%133, 36, 92
packages/core/src/solc_0.8/common/Base
   TheSandbox712.sol100%100%100%100%
packages/core/src/solc_0.8/common/BaseWithStorage
   ERC2771Handler.sol68.42%50%80%70%65, 65, 65–66, 68
   ERC2771HandlerV3.sol58.33%37.50%80%63.64%28, 40, 40, 40–41, 41, 41–42, 44
   ERC721BaseTokenV2.sol78.54%67.31%86.21%86.84%148, 170, 170, 170–173, 173, 173–174, 174, 174, 174, 174, 174,

Please sign in to comment.