From d030c1350a1f5b71ef17e7e98d2ca7c29be8fefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:52:49 +0000 Subject: [PATCH] Bump @wordpress/eslint-plugin from 21.5.0 to 21.6.0 Bumps [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) from 21.5.0 to 21.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/eslint-plugin@21.6.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@wordpress/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c4ff725..f50050d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "^7.18.0", "@wordpress/browserslist-config": "^6.12.0", "@wordpress/element": "^6.12.0", - "@wordpress/eslint-plugin": "^21.5.0", + "@wordpress/eslint-plugin": "^21.6.0", "@wordpress/stylelint-config": "^23.5.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.1", @@ -6459,9 +6459,9 @@ } }, "node_modules/@wordpress/eslint-plugin": { - "version": "21.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-21.5.0.tgz", - "integrity": "sha512-tXJPfvLsEuQ8faBr3kU5o1KpVQmjgoUwJ2rxgWIjKadMZCnmZqqQVfKToedZkSbip6FgAyqjG/j9glkxPrX12Q==", + "version": "21.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-21.6.0.tgz", + "integrity": "sha512-jvPtrN7JaUc94Z/cMF4XrENfQPOHdEcmYSt97k5yKthPO4zfrb3OwxGlHwyTv0RqQ8MbqCsU8gNdbECUjFzBEA==", "dev": true, "dependencies": { "@babel/eslint-parser": "7.25.7", @@ -6472,7 +6472,7 @@ "cosmiconfig": "^7.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.2", - "eslint-plugin-jest": "^27.2.3", + "eslint-plugin-jest": "^27.4.3", "eslint-plugin-jsdoc": "^46.4.6", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-playwright": "^0.15.3", diff --git a/package.json b/package.json index f08aa03a..61ab192f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/parser": "^7.18.0", "@wordpress/browserslist-config": "^6.12.0", "@wordpress/element": "^6.12.0", - "@wordpress/eslint-plugin": "^21.5.0", + "@wordpress/eslint-plugin": "^21.6.0", "@wordpress/stylelint-config": "^23.5.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.1",