Skip to content
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

build(deps-dev): bump @metamask/eslint-config-jest from 13.0.0 to 14.0.0 #184

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 @@ -44,7 +44,7 @@
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/create-release-branch": "^3.1.0",
"@metamask/eslint-config": "^13.0.0",
"@metamask/eslint-config-jest": "^13.0.0",
"@metamask/eslint-config-jest": "^14.0.0",
"@metamask/eslint-config-nodejs": "^13.0.0",
"@metamask/eslint-config-typescript": "^13.0.0",
"@npmcli/package-json": "^5.0.0",
Expand Down
33 changes: 25 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,13 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:^9.11.0":
version: 9.20.0
resolution: "@eslint/js@npm:9.20.0"
checksum: 10/2304cd725700046ba611f06bf9cd0941db7e02e0d602d8fd9e4734c13067699954597b9a3a2b048ce02eb0550373669d2ab7be6edaf6abf7b67eb19d1276b57b
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 @@ -1457,7 +1464,7 @@ __metadata:
"@lavamoat/preinstall-always-fail": "npm:^2.1.0"
"@metamask/create-release-branch": "npm:^3.1.0"
"@metamask/eslint-config": "npm:^13.0.0"
"@metamask/eslint-config-jest": "npm:^13.0.0"
"@metamask/eslint-config-jest": "npm:^14.0.0"
"@metamask/eslint-config-nodejs": "npm:^13.0.0"
"@metamask/eslint-config-typescript": "npm:^13.0.0"
"@npmcli/package-json": "npm:^5.0.0"
Expand Down Expand Up @@ -1607,14 +1614,17 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eslint-config-jest@npm:^13.0.0":
version: 13.0.0
resolution: "@metamask/eslint-config-jest@npm:13.0.0"
"@metamask/eslint-config-jest@npm:^14.0.0":
version: 14.0.0
resolution: "@metamask/eslint-config-jest@npm:14.0.0"
dependencies:
"@eslint/js": "npm:^9.11.0"
globals: "npm:^15.9.0"
peerDependencies:
"@metamask/eslint-config": ^13.0.0
eslint: ^8.57.0
eslint-plugin-jest: ^27.9.0
checksum: 10/1680646add66f3da2e802d41babcbd9c2c164e3eeb4cec8b37ba322591ba2e25937616362a83a8e72cba98932b746a9b8bd414d2787e0ee08da91e75fde6bff3
"@metamask/eslint-config": ^14.0.0
eslint: ^9.11.0
eslint-plugin-jest: ^28.8.3
checksum: 10/e7c4f14ff8eae8c1311cd1a941217c39bacf249650b1953138a958472af609a8396722e7b1a0c86386d07f92d7570c3e29754335fe4ef8608a9abf03c7aff6fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -6734,6 +6744,13 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^15.9.0":
version: 15.14.0
resolution: "globals@npm:15.14.0"
checksum: 10/e35ffbdbc024d6381efca906f67211a7bbf935db2af8c14a65155785479e28b3e475950e5933bb6b296eed54b6dcd924e25b26dbc8579b1bde9d5d25916e1c5f
languageName: node
linkType: hard

"globby@npm:14.0.2":
version: 14.0.2
resolution: "globby@npm:14.0.2"
Expand Down
Loading