From 59eded6ae2815567be11024bd5b6a5c50ab51c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:10:12 +0000 Subject: [PATCH] Bump @shopify/eslint-plugin from 45.0.0 to 46.0.0 in /vscode 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/eslint-plugin@46.0.0/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] --- vscode/package.json | 2 +- vscode/yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/vscode/package.json b/vscode/package.json index 03c9f0827..5a44cf52d 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -643,7 +643,7 @@ }, "devDependencies": { "@babel/core": "^7.25.2", - "@shopify/eslint-plugin": "^45.0.0", + "@shopify/eslint-plugin": "^46.0.0", "@shopify/prettier-config": "^1.1.2", "@types/glob": "^8.1.0", "@types/mocha": "^10.0.7", diff --git a/vscode/yarn.lock b/vscode/yarn.lock index d35f41460..7cc3c2545 100644 --- a/vscode/yarn.lock +++ b/vscode/yarn.lock @@ -583,10 +583,10 @@ resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31" integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== -"@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" @@ -608,6 +608,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" @@ -2518,6 +2519,11 @@ globals@^13.19.0: dependencies: type-fest "^0.20.2" +globals@^15.8.0: + version "15.9.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399" + integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA== + globalthis@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"