From 55d3f033559926661c4479fe565d272defaa07c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:17:00 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 23.6.0 to 23.7.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 23.6.0 to 23.7.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.7.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 233f8131..e7c055a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^7.18.0", "@wordpress/browserslist-config": "^6.14.0", "@wordpress/eslint-plugin": "^22.0.0", - "@wordpress/stylelint-config": "^23.6.0", + "@wordpress/stylelint-config": "^23.7.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.2", "eslint-plugin-deprecation": "^3.0.0", @@ -2976,11 +2976,10 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "23.6.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.6.0.tgz", - "integrity": "sha512-vi0Uz/CFt3FHWpXpVFTulSWdHRa3WaiCo1qX58cG3Z31bs1bgqUT3pOpW/4pfLQACdYZS8YpOKRidbFSmfc6og==", + "version": "23.7.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.7.0.tgz", + "integrity": "sha512-HZvIohAENXvN6bfVq3zMbDogx+TdobUAXHnNmz6g5XUTOyqS7GHf6e8D907oyevFJbhp1o26ua6T5bG6/GjCqQ==", "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 63275a17..523baf98 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@typescript-eslint/parser": "^7.18.0", "@wordpress/browserslist-config": "^6.14.0", "@wordpress/eslint-plugin": "^22.0.0", - "@wordpress/stylelint-config": "^23.6.0", + "@wordpress/stylelint-config": "^23.7.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.2", "eslint-plugin-deprecation": "^3.0.0",