From e73fb2b19dde8542a2cee5efdca8caa725075f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:30:07 +0000 Subject: [PATCH] NPM Dev(deps-dev): Bump @wordpress/eslint-plugin from 21.6.0 to 22.0.0 Bumps [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) from 21.6.0 to 22.0.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@22.0.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@wordpress/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f27186f7..4f3b77e6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@tailwindcss/forms": "^0.5.8", "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.13.0", - "@wordpress/eslint-plugin": "^21.6.0", + "@wordpress/eslint-plugin": "^22.0.0", "@wordpress/scripts": "^30.6.0", "cypress": "^13.16.1", "cypress-axe": "^1.5.0", @@ -6632,10 +6632,11 @@ } }, "node_modules/@wordpress/eslint-plugin": { - "version": "21.6.0", - "resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-21.6.0.tgz", - "integrity": "sha512-jvPtrN7JaUc94Z/cMF4XrENfQPOHdEcmYSt97k5yKthPO4zfrb3OwxGlHwyTv0RqQ8MbqCsU8gNdbECUjFzBEA==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-22.0.0.tgz", + "integrity": "sha512-Hh1sO9UV0IYI7D+F6EQnhvs2HAv4H0iBVZikXZKcPmQudlwgV2OWdNprdSe8IoRmpMqmhQ+gkaj9Gwk6NReGHQ==", "dev": true, + "license": "GPL-2.0-or-later", "dependencies": { "@babel/eslint-parser": "7.25.7", "@typescript-eslint/eslint-plugin": "^6.4.1", @@ -6663,7 +6664,7 @@ "@babel/core": ">=7", "eslint": ">=8", "prettier": ">=3", - "typescript": ">=4" + "typescript": ">=5" }, "peerDependenciesMeta": { "prettier": { diff --git a/package.json b/package.json index 6357595ee..07b3889c0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@tailwindcss/forms": "^0.5.8", "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.13.0", - "@wordpress/eslint-plugin": "^21.6.0", + "@wordpress/eslint-plugin": "^22.0.0", "@wordpress/scripts": "^30.6.0", "cypress": "^13.16.1", "cypress-axe": "^1.5.0",