From 0cd5afe88153bdbd132f03dfdd0c7611ddc7203a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:50:11 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 21.30.0 to 21.31.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 21.30.0 to 21.31.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@21.31.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d74a6d2..38f64109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@typescript-eslint/parser": "^6.14.0", "@wordpress/browserslist-config": "^5.30.0", "@wordpress/eslint-plugin": "^17.4.0", - "@wordpress/stylelint-config": "^21.30.0", + "@wordpress/stylelint-config": "^21.31.0", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-compat": "^4.2.0", @@ -2730,9 +2730,9 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "21.30.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.30.0.tgz", - "integrity": "sha512-PlvXzYgjn7OUaVTy2bahSr6oL/eu1OdRWxrZfGVNxF4jRswND/ThqOEHIzxETNGTe0ggZOyY+40St4Swlo1zZQ==", + "version": "21.31.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.31.0.tgz", + "integrity": "sha512-rorpVMYfFaNWYzg4psfUMpWLkxhD3uwWip6mf96mo/i8De4wxAz6DwKlCPIa4j74SLTiIMrdwXb2qJFNQcjQng==", "dev": true, "dependencies": { "stylelint-config-recommended": "^6.0.0", diff --git a/package.json b/package.json index 1a094ce4..c87d5aa4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@typescript-eslint/parser": "^6.14.0", "@wordpress/browserslist-config": "^5.30.0", "@wordpress/eslint-plugin": "^17.4.0", - "@wordpress/stylelint-config": "^21.30.0", + "@wordpress/stylelint-config": "^21.31.0", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-compat": "^4.2.0",