Skip to content

Commit c0b20ed

Browse files
committed
🔁 Update pnpm to Version 11.0.5
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 0ef9bde commit c0b20ed

9 files changed

Lines changed: 280 additions & 277 deletions

File tree

.gas-snapshot

Lines changed: 113 additions & 113 deletions
Large diffs are not rendered by default.

foundry.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"lib/forge-std": {
33
"branch": {
44
"name": "master",
5-
"rev": "620536fa5277db4e3fd46772d5cbc1ea0696fb43"
5+
"rev": "8b531a016f15f761a632f5149a828228573420fc"
66
}
77
},
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "976783905db8fa58ed85f66e67dd8cd5a989743a"
11+
"rev": "094c1a1367b7d9183524a43ee080141f64ca9fb8"
1212
}
1313
},
1414
"lib/solady": {

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ via_ir = false # Prevent the compilat
1515
bytecode_hash = "none" # Remove the metadata hash from the bytecode.
1616
verbosity = 3 # Set the verbosity level for the tests.
1717
fs_permissions = [{ access = "read-write", path = "./" }] # Configure read-write access to the project root.
18+
lint = { lint_on_build = false } # Do not run automatic linting during builds.
1819
fuzz = { runs = 256 } # Configure the number of fuzz runs for the tests.
1920
invariant = { runs = 256, depth = 15 } # Configure the number of runs and calls (executed in one run) for each invariant test group.
2021

interface/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"eslint-plugin-react-hooks": "^7.1.1",
5555
"globals": "^17.6.0",
5656
"next-seo": "^7.2.0",
57-
"postcss": "^8.5.13",
57+
"postcss": "^8.5.14",
5858
"prettier": "^3.8.3",
5959
"prettier-plugin-tailwindcss": "^0.8.0",
6060
"tailwindcss": "^4.2.4",
6161
"typescript": "^6.0.3",
62-
"typescript-eslint": "^8.59.1"
62+
"typescript-eslint": "^8.59.2"
6363
}
6464
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"author": "pcaversaccio (https://pcaversaccio.com), Matt Solomon (https://mattsolomon.dev)",
2323
"license": "AGPL-3.0-only",
24-
"packageManager": "pnpm@10.33.2",
24+
"packageManager": "pnpm@11.0.5",
2525
"scripts": {
2626
"clean": "hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -283,6 +283,6 @@
283283
"ts-node": "^10.9.2",
284284
"typechain": "^8.3.2",
285285
"typescript": "^6.0.3",
286-
"typescript-eslint": "^8.59.1"
286+
"typescript-eslint": "^8.59.2"
287287
}
288288
}

pnpm-lock.yaml

Lines changed: 150 additions & 150 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
sharedWorkspaceLockfile: true
2+
minimumReleaseAge: 720 # Only install package versions that have been published for at least 12 hours.
3+
minimumReleaseAgeStrict: true
24
packages:
35
- interface
4-
onlyBuiltDependencies:
5-
- "@tailwindcss/oxide"
6-
- keccak
7-
- secp256k1
8-
- sharp
9-
- unrs-resolver
6+
allowBuilds:
7+
"@tailwindcss/oxide": true
8+
keccak: true
9+
secp256k1: true
10+
sharp: true
11+
unrs-resolver: true

0 commit comments

Comments
 (0)