Skip to content

build(deps-dev): bump @metamask/eslint-config-nodejs from 12.1.0 to 14.0.0 #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@metamask/auto-changelog": "^3.1.0",
"@metamask/eslint-config": "^12.1.0",
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-nodejs": "^14.0.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/network-controller": "22.2.0",
"@types/btoa": "^1.2.3",
Expand Down
33 changes: 25 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,13 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:^9.11.0":
version: 9.27.0
resolution: "@eslint/js@npm:9.27.0"
checksum: b31cfd61bb64e187f8758d13c893bf710f0500c29ced5dd6958c4fda254059489f1cee69567c20ba21608ce51224019b1fd10975b09d41adf16616d875da6ea4
languageName: node
linkType: hard

"@ethereumjs/common@npm:^3.2.0":
version: 3.2.0
resolution: "@ethereumjs/common@npm:3.2.0"
Expand Down Expand Up @@ -929,14 +936,17 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eslint-config-nodejs@npm:^12.1.0":
version: 12.1.0
resolution: "@metamask/eslint-config-nodejs@npm:12.1.0"
"@metamask/eslint-config-nodejs@npm:^14.0.0":
version: 14.0.0
resolution: "@metamask/eslint-config-nodejs@npm:14.0.0"
dependencies:
"@eslint/js": ^9.11.0
globals: ^15.9.0
peerDependencies:
"@metamask/eslint-config": ^12.0.0
eslint: ^8.27.0
eslint-plugin-n: ^15.7.0
checksum: f4387ba5b0a5173197b960dc59b8e29b7ef02754107b61c3af98f505397048717bd8ba5f9d09555740886c968fc0898520c26899268886f1967bc80f93c26919
"@metamask/eslint-config": ^14.0.0
eslint: ^9.11.0
eslint-plugin-n: ^17.10.3
checksum: 0a7f723ec56b739dbe2f2118da63dc03110e82ae9fbfb1e59b98578f19b6eb867bcd1a7c03e7ca5b174fe52037401475fdee726dfe3906b026cee794547a20f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -1035,7 +1045,7 @@ __metadata:
"@metamask/auto-changelog": ^3.1.0
"@metamask/eslint-config": ^12.1.0
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-nodejs": ^14.0.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/eth-block-tracker": ^12.0.0
"@metamask/eth-json-rpc-provider": ^4.1.7
Expand Down Expand Up @@ -3917,6 +3927,13 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^15.9.0":
version: 15.15.0
resolution: "globals@npm:15.15.0"
checksum: a2a92199a112db00562a2f85eeef2a7e3943e171f7f7d9b17dfa9231e35fd612588f3c199d1509ab1757273467e413b08c80424cf6e399e96acdaf93deb3ee88
languageName: node
linkType: hard

"globalthis@npm:^1.0.3":
version: 1.0.3
resolution: "globalthis@npm:1.0.3"
Expand Down
Loading