From e10df8ca5e0dee69d96ad26c48558620929b0b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:06:50 +0000 Subject: [PATCH] Bump @stylistic/stylelint-plugin from 2.1.2 to 3.0.0 Bumps [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic) from 2.1.2 to 3.0.0. - [Release notes](https://github.com/stylelint-stylistic/stylelint-stylistic/releases) - [Changelog](https://github.com/stylelint-stylistic/stylelint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-stylistic/stylelint-stylistic/compare/v2.1.2...v3.0.0) --- updated-dependencies: - dependency-name: "@stylistic/stylelint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++------------------------- package.json | 2 +- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f1110d3..126bd7cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@babel/preset-env": "^7.25.3", "@pinia/testing": "^0.1.4", "@stylistic/stylelint-config": "^2.0.0", - "@stylistic/stylelint-plugin": "^2.1.2", + "@stylistic/stylelint-plugin": "^3.0.0", "@types/jest": "^29.5.12", "@types/jest-axe": "^3.5.9", "@types/lodash": "^4.17.7", @@ -3680,7 +3680,7 @@ "stylelint": "^16.8.0" } }, - "node_modules/@stylistic/stylelint-config/node_modules/@stylistic/stylelint-plugin": { + "node_modules/@stylistic/stylelint-plugin": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.0.0.tgz", "integrity": "sha512-GymY+9CSqkPaZ1A3m3w/tvCdpP3qQcaL1FSaoVv9aKL3Tn6GVJWHc2VWVkbNEsYr4QImHjWnlmVZROwgUEjMmQ==", @@ -3702,29 +3702,6 @@ "stylelint": "^16.8.0" } }, - "node_modules/@stylistic/stylelint-plugin": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-2.1.2.tgz", - "integrity": "sha512-JsSqu0Y3vsX+PBl+DwULxC0cIv9C1yIcq1MXkx7pBOGtTqU26a75I8MPYMiEYvrsXgsKLi65xVgy1iLVSZquJA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@csstools/css-parser-algorithms": "^2.6.1", - "@csstools/css-tokenizer": "^2.2.4", - "@csstools/media-query-list-parser": "^2.1.9", - "is-plain-object": "^5.0.0", - "postcss-selector-parser": "^6.0.16", - "postcss-value-parser": "^4.2.0", - "style-search": "^0.1.0", - "stylelint": "^16.4.0" - }, - "engines": { - "node": "^18.12 || >=20.9" - }, - "peerDependencies": { - "stylelint": "^16.0.2" - } - }, "node_modules/@tootallnate/once": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", diff --git a/package.json b/package.json index a2182f55..ab4fe1f1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@babel/preset-env": "^7.25.3", "@pinia/testing": "^0.1.4", "@stylistic/stylelint-config": "^2.0.0", - "@stylistic/stylelint-plugin": "^2.1.2", + "@stylistic/stylelint-plugin": "^3.0.0", "@types/jest": "^29.5.12", "@types/jest-axe": "^3.5.9", "@types/lodash": "^4.17.7",