diff --git a/package-lock.json b/package-lock.json index 8ec4317f..0a8156ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@wordpress/npm-package-json-lint-config": "5.48.1", "@wordpress/prettier-config": "4.48.1", "@wordpress/scripts": "^32.4.1", - "@wordpress/stylelint-config": "^23.37.0", + "@wordpress/stylelint-config": "^23.41.0", "copy-webpack-plugin": "^14.0.0", "eslint": "10.5.0", "jest": "30.4.2", @@ -16214,14 +16214,14 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "23.40.1", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.40.1.tgz", - "integrity": "sha512-9VaPT7bgMBN/oSRq+HUD3c3muCpZ7Axi4lOShwOhYql9ZVuWkovi94LjJqpXfNvwO0bFUqmfQjZReLa8mlNTuw==", + "version": "23.41.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.41.0.tgz", + "integrity": "sha512-IQLjQWY+jRkY/Qke/cRtteXmgNCz77+En5dRW1057zjIvjNU9ZEUywJLkS8vpP9EAxojs2Qn5QtyQ/euuTSLPg==", "dev": true, "license": "MIT", "dependencies": { "@stylistic/stylelint-plugin": "^3.0.1", - "@wordpress/theme": "^0.15.1", + "@wordpress/theme": "^0.16.0", "stylelint-config-recommended": "^14.0.1", "stylelint-config-recommended-scss": "^14.1.0" }, @@ -16234,6 +16234,61 @@ "stylelint-scss": "^6.4.0" } }, + "node_modules/@wordpress/stylelint-config/node_modules/@wordpress/style-runtime": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@wordpress/style-runtime/-/style-runtime-0.5.0.tgz", + "integrity": "sha512-hrXvdDUJpOzT1KIomgtysysgbc5bkkwAuJyEUAXiOCgVBXBeMkZlgfN19W0PuNY51j53K7VQ42txfayxgVmfgA==", + "dev": true, + "license": "GPL-2.0-or-later", + "engines": { + "node": ">=20.10.0", + "npm": ">=10.2.3" + } + }, + "node_modules/@wordpress/stylelint-config/node_modules/@wordpress/theme": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/theme/-/theme-0.16.0.tgz", + "integrity": "sha512-4t0CM1WlDunz67br/kW3lhH6Xnxzex0G9/7jKY+PJk8XepJh5OXGkTgtvsTDpYFwhhHXI+xigwj/TRPq9a/V8g==", + "dev": true, + "license": "GPL-2.0-or-later", + "dependencies": { + "@wordpress/compose": "^8.2.0", + "@wordpress/element": "^8.1.0", + "@wordpress/style-runtime": "^0.5.0", + "colorjs.io": "^0.6.0", + "memize": "^2.1.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + }, + "peerDependencies": { + "@types/react": "^18.3.27", + "esbuild": "^0.27.2", + "postcss": "^8.0.0", + "react": "^18.0.0", + "react-dom": "^18.0.0", + "stylelint": "^16.8.2", + "vite": "^7.3.2" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "postcss": { + "optional": true + }, + "stylelint": { + "optional": true + }, + "vite": { + "optional": true + } + } + }, "node_modules/@wordpress/sync": { "version": "1.49.0", "resolved": "https://registry.npmjs.org/@wordpress/sync/-/sync-1.49.0.tgz", diff --git a/package.json b/package.json index 85437f92..36883d31 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/npm-package-json-lint-config": "5.48.1", "@wordpress/prettier-config": "4.48.1", "@wordpress/scripts": "^32.4.1", - "@wordpress/stylelint-config": "^23.37.0", + "@wordpress/stylelint-config": "^23.41.0", "copy-webpack-plugin": "^14.0.0", "eslint": "10.5.0", "jest": "30.4.2",