Skip to content

Commit

Permalink
🔁 Bump typescript-eslint to 8.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Aug 1, 2024
1 parent 4502909 commit a7d8d68
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 314 deletions.
1 change: 0 additions & 1 deletion arguments.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Required by the Hardhat plugin `hardhat-etherscan`
// See also here: https://hardhat.org/plugins/nomiclabs-hardhat-etherscan.html#complex-arguments

// eslint-disable-next-line no-undef
module.exports = [
"Hello, Hardhat!", // The example Greeter.sol file needs a string
];
2 changes: 1 addition & 1 deletion contracts/lib/forge-std
Submodule forge-std updated 1 files
+693 −4 src/safeconsole.sol
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable @typescript-eslint/no-require-imports */
const eslint = require("@eslint/js");
const tseslint = require("typescript-eslint");
const eslintConfigPrettier = require("eslint-config-prettier");
/* eslint-enable @typescript-eslint/no-var-requires */
/* eslint-enable @typescript-eslint/no-require-imports */

module.exports = tseslint.config(
{
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@nomicfoundation/ignition-core": "^0.15.5",
"@openzeppelin/contracts": "^5.0.2",
"@tenderly/hardhat-tenderly": "^2.2.2",
"@tenderly/hardhat-tenderly": "^2.3.0",
"@truffle/dashboard-hardhat-plugin": "^0.2.15",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/node": "^22.0.0",
"@types/node": "^22.0.2",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.2",
"hardhat": "^2.22.7",
Expand All @@ -185,7 +185,7 @@
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0",
"typescript-eslint": "^8.0.0",
"xdeployer": "^3.0.15",
"zksync-ethers": "^6.11.0"
}
Expand Down
Loading

0 comments on commit a7d8d68

Please sign in to comment.