Skip to content

Commit

Permalink
build(deps-dev): bump @shopify/eslint-plugin from 45.0.0 to 46.0.0
Browse files Browse the repository at this point in the history
Bumps [@shopify/eslint-plugin](https://github.com/Shopify/web-configs/tree/HEAD/packages/eslint-plugin) from 45.0.0 to 46.0.0.
- [Release notes](https://github.com/Shopify/web-configs/releases)
- [Changelog](https://github.com/Shopify/web-configs/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/Shopify/web-configs/commits/@shopify/[email protected]/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@shopify/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 5134bcc commit 5303ed6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.1.6",
"@shopify/babel-preset": "^25.0.0",
"@shopify/eslint-plugin": "^45.0.0",
"@shopify/eslint-plugin": "^46.0.0",
"@shopify/prettier-config": "^1.1.2",
"@shopify/typescript-configs": "^5.1.0",
"@types/jest": "^29.5.12",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4221,10 +4221,10 @@
babel-plugin-react-test-id "^1.0.2"
babel-plugin-transform-inline-environment-variables "^0.4.3"

"@shopify/eslint-plugin@^45.0.0":
version "45.0.0"
resolved "https://registry.yarnpkg.com/@shopify/eslint-plugin/-/eslint-plugin-45.0.0.tgz#e4a87e66f89f4a09f1268378bd8caef713661744"
integrity sha512-aRgVkl+EovLk6OC4WzT+C6hgAyta5VReEIdetpe+/bJhVovlqbFjYa3yHGvEM4VuWv8sim7XH2VV3ZsDiwpgvQ==
"@shopify/eslint-plugin@^46.0.0":
version "46.0.0"
resolved "https://registry.yarnpkg.com/@shopify/eslint-plugin/-/eslint-plugin-46.0.0.tgz#1943e4d5064fd33311047358ddeb3bb41856cc71"
integrity sha512-sYUKGaBMXcTEyvMxSECb1H8YPQojgsv6FkUWDN1isLNDrTyk52VETCmRFiS9Aj/hon8W6x8IL5597FyN/SC+qg==
dependencies:
"@babel/eslint-parser" "^7.16.3"
"@babel/eslint-plugin" "^7.14.5"
Expand All @@ -4246,6 +4246,7 @@
eslint-plugin-react "^7.34.1"
eslint-plugin-react-hooks "^4.6.2"
eslint-plugin-sort-class-members "^1.20.0"
globals "^15.8.0"
jsx-ast-utils "^3.2.1"
pkg-dir "^5.0.0"
pluralize "^8.0.0"
Expand Down Expand Up @@ -8066,6 +8067,11 @@ globals@^13.19.0:
dependencies:
type-fest "^0.20.2"

globals@^15.8.0:
version "15.8.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-15.8.0.tgz#e64bb47b619dd8cbf32b3c1a0a61714e33cbbb41"
integrity sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==

globalthis@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
Expand Down

0 comments on commit 5303ed6

Please sign in to comment.