Skip to content

Commit

Permalink
Adjust dependabot (#2257)
Browse files Browse the repository at this point in the history
* Remove catch-all

* Unlock versions

* Update node version
  • Loading branch information
noisekit authored Sep 3, 2024
1 parent 91f3cfc commit f120626
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 20 deletions.
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ updates:
- "*sinon*"
- "*nyc*"
- "*jest*"
deps:
patterns:
- "*"
reviewers:
- "noisekit"
ignore:
Expand All @@ -38,3 +35,4 @@ updates:
- dependency-name: "chalk"
- dependency-name: "node-fetch"
- dependency-name: "forge-std"
- dependency-name: "solc"
4 changes: 2 additions & 2 deletions markets/bfp-market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@synthetixio/oracle-manager": "workspace:*",
"@synthetixio/wei": "^2.74.4",
"@types/lodash": "^4.14.199",
"@types/mocha-each": "2.0.1",
"@types/mocha-each": "^2.0.1",
"@usecannon/cli": "2.16.6",
"ethers": "^5.7.2",
"hardhat": "^2.19.5",
"lodash": "^4.17.21",
"mocha-each": "2.0.1",
"mocha-each": "^2.0.1",
"solidity-docgen": "^0.6.0-beta.36",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"auxiliary/**"
],
"engines": {
"node": "^18.16.0"
"node": "^20.17.0"
},
"packageManager": "yarn@4.4.1"
}
2 changes: 1 addition & 1 deletion protocol/governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"ethers": "^5.7.2",
"hardhat": "^2.19.5",
"solidity-docgen": "^0.6.0-beta.36",
"typechain": "8.3.2"
"typechain": "^8.3.2"
}
}
2 changes: 1 addition & 1 deletion utils/common-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"hardhat-gas-reporter": "^1.0.10",
"hardhat-ignore-warnings": "^0.2.9",
"solidity-coverage": "^0.8.7",
"typechain": "8.3.2"
"typechain": "^8.3.2"
},
"depcheck": {
"ignoreMatches": [
Expand Down
2 changes: 1 addition & 1 deletion utils/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"solc": "0.8.21",
"solidity-ast": "^0.4.55",
"ts-node": "^10.9.2",
"typechain": "8.3.2",
"typechain": "^8.3.2",
"typescript": "^5.5.4",
"viem": "^2.9.31"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2966,12 +2966,12 @@ __metadata:
"@synthetixio/oracle-manager": "workspace:*"
"@synthetixio/wei": "npm:^2.74.4"
"@types/lodash": "npm:^4.14.199"
"@types/mocha-each": "npm:2.0.1"
"@types/mocha-each": "npm:^2.0.1"
"@usecannon/cli": "npm:2.16.6"
ethers: "npm:^5.7.2"
hardhat: "npm:^2.19.5"
lodash: "npm:^4.17.21"
mocha-each: "npm:2.0.1"
mocha-each: "npm:^2.0.1"
solidity-docgen: "npm:^0.6.0-beta.36"
typescript: "npm:^5.5.4"
languageName: unknown
Expand Down Expand Up @@ -3010,7 +3010,7 @@ __metadata:
hardhat-gas-reporter: "npm:^1.0.10"
hardhat-ignore-warnings: "npm:^0.2.9"
solidity-coverage: "npm:^0.8.7"
typechain: "npm:8.3.2"
typechain: "npm:^8.3.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3081,7 +3081,7 @@ __metadata:
solc: "npm:0.8.21"
solidity-ast: "npm:^0.4.55"
ts-node: "npm:^10.9.2"
typechain: "npm:8.3.2"
typechain: "npm:^8.3.2"
typescript: "npm:^5.5.4"
viem: "npm:^2.9.31"
peerDependencies:
Expand Down Expand Up @@ -3155,7 +3155,7 @@ __metadata:
ethers: "npm:^5.7.2"
hardhat: "npm:^2.19.5"
solidity-docgen: "npm:^0.6.0-beta.36"
typechain: "npm:8.3.2"
typechain: "npm:^8.3.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3764,12 +3764,12 @@ __metadata:
languageName: node
linkType: hard

"@types/mocha-each@npm:2.0.1":
version: 2.0.1
resolution: "@types/mocha-each@npm:2.0.1"
"@types/mocha-each@npm:^2.0.1":
version: 2.0.4
resolution: "@types/mocha-each@npm:2.0.4"
dependencies:
"@types/mocha": "npm:*"
checksum: 10/483dc267e03f165fccffab36ae7c7944484b816cf5d1381d134b7641f71bc21ea10284e35d5b38b933e8477b622f8a773e94427ea915e3e37dcedfc51030d8fd
checksum: 10/2588284db079e2d0a17735c8fb5c12cba9feabf2de55c9ab49e1f3b38cc522691d30ed3abb1bcb21c087b27f373e3f4123ef7bd8d9a4f95cef38f6c8045c71f3
languageName: node
linkType: hard

Expand Down Expand Up @@ -11981,7 +11981,7 @@ __metadata:
languageName: node
linkType: hard

"mocha-each@npm:2.0.1":
"mocha-each@npm:^2.0.1":
version: 2.0.1
resolution: "mocha-each@npm:2.0.1"
dependencies:
Expand Down Expand Up @@ -16037,7 +16037,7 @@ __metadata:
languageName: node
linkType: hard

"typechain@npm:8.3.2":
"typechain@npm:^8.3.2":
version: 8.3.2
resolution: "typechain@npm:8.3.2"
dependencies:
Expand Down

0 comments on commit f120626

Please sign in to comment.