Skip to content

Commit

Permalink
chore(deps-dev): Bump @metamask/eslint-config-browser
Browse files Browse the repository at this point in the history
Bumps [@metamask/eslint-config-browser](https://github.com/MetaMask/eslint-config) from 12.1.0 to 14.0.0.
- [Release notes](https://github.com/MetaMask/eslint-config/releases)
- [Commits](https://github.com/MetaMask/eslint-config/compare/@metamask/[email protected]...@metamask/[email protected])

---
updated-dependencies:
- dependency-name: "@metamask/eslint-config-browser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent c5c7880 commit de57063
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/dev-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@metamask/eslint-config": "^12.2.0",
"@metamask/eslint-config-browser": "^12.1.0",
"@metamask/eslint-config-browser": "^14.0.0",
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@metamask/eslint-config": "^12.2.0",
"@metamask/eslint-config-browser": "^12.1.0",
"@metamask/eslint-config-browser": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.45.0",
Expand Down
33 changes: 25 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,13 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:^9.11.0":
version: 9.12.0
resolution: "@eslint/js@npm:9.12.0"
checksum: cad2ee0d3080a3e507e18f1846e343d4dac00cb83b0c56355fa165b05fa0780ad746e0b93540666036e50b4cf4a4ee496a730417e500dc217c201902edd7ab5b
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 @@ -2682,13 +2689,16 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eslint-config-browser@npm:^12.1.0":
version: 12.1.0
resolution: "@metamask/eslint-config-browser@npm:12.1.0"
"@metamask/eslint-config-browser@npm:^14.0.0":
version: 14.0.0
resolution: "@metamask/eslint-config-browser@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
checksum: a1d3035b0dd82aa66397e9c8916c45e1dc2d339c13dac385f7c90de09df943c313801538c0d955c2abf44a57008100874f8615d70f19188d8893b653cfe15485
"@metamask/eslint-config": ^14.0.0
eslint: ^9.11.0
checksum: 22f628799d6d2d6a537ffbb72ecf777632b1824ff87e81edcce77f1793b4617f20e185012c45020a75df308e895d5d88f125444ad7e6cb419d90e14368ca145a
languageName: node
linkType: hard

Expand Down Expand Up @@ -8623,7 +8633,7 @@ __metadata:
resolution: "dev-site@workspace:packages/dev-site"
dependencies:
"@metamask/eslint-config": ^12.2.0
"@metamask/eslint-config-browser": ^12.1.0
"@metamask/eslint-config-browser": ^14.0.0
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
Expand Down Expand Up @@ -11354,6 +11364,13 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^15.9.0":
version: 15.11.0
resolution: "globals@npm:15.11.0"
checksum: ef32d5ef987f3d4b47fc2e389a0b235f6a46f605160c4e405722fd7b576106ca407cb867e66fd1e0fc43b631800e2e2e71847f37691026d813f96f40339da702
languageName: node
linkType: hard

"globalthis@npm:^1.0.3":
version: 1.0.3
resolution: "globalthis@npm:1.0.3"
Expand Down Expand Up @@ -17453,7 +17470,7 @@ __metadata:
resolution: "site@workspace:packages/site"
dependencies:
"@metamask/eslint-config": ^12.2.0
"@metamask/eslint-config-browser": ^12.1.0
"@metamask/eslint-config-browser": ^14.0.0
"@typescript-eslint/eslint-plugin": ^5.42.1
"@typescript-eslint/parser": ^5.42.1
eslint: ^8.45.0
Expand Down

0 comments on commit de57063

Please sign in to comment.