From 4d3393aade200960799c9cc1c6f49dda9b3c4e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:39:25 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 23.1.0 to 23.2.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 23.1.0 to 23.2.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/stylelint-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/stylelint-config@23.2.0/packages/stylelint-config) --- updated-dependencies: - dependency-name: "@wordpress/stylelint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10c2c39e0..5dbc50f8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@wordpress/browserslist-config": "^6.9.0", "@wordpress/element": "^6.9.0", "@wordpress/eslint-plugin": "^21.2.0", - "@wordpress/stylelint-config": "^23.1.0", + "@wordpress/stylelint-config": "^23.2.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.1", "eslint-plugin-deprecation": "^3.0.0", @@ -8444,11 +8444,10 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "23.1.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.1.0.tgz", - "integrity": "sha512-Sqli3HYBVaBpVVkNeEUonHcPeEmVF8N76MW5pvKgMyr4TjgVLxTEov9Gujzh4ArW7YCq/hWoS74HKok7xfUsJQ==", + "version": "23.2.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.2.0.tgz", + "integrity": "sha512-UXFZC308qrhUw+30jSb4tc+tHVauiS1IxzJKXRkXeWZ02oGoQHBlOQWWCapR/rI8ZK5+rl4C33RLSCIITauB0g==", "dev": true, - "license": "MIT", "dependencies": { "@stylistic/stylelint-plugin": "^3.0.1", "stylelint-config-recommended": "^14.0.1", diff --git a/package.json b/package.json index 7096ba014..90e0e0bd7 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@wordpress/browserslist-config": "^6.9.0", "@wordpress/element": "^6.9.0", "@wordpress/eslint-plugin": "^21.2.0", - "@wordpress/stylelint-config": "^23.1.0", + "@wordpress/stylelint-config": "^23.2.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.1", "eslint-plugin-deprecation": "^3.0.0",