diff options
| author | 2024-10-01 20:46:12 +0200 | |
|---|---|---|
| committer | 2024-10-01 20:46:12 +0200 | |
| commit | 225524ad9362511e8cf9947bc2b6f1356b0c1b79 (patch) | |
| tree | d734082abc4191dc357cad1095948c92004bb4db | |
| parent | e88247a6dab6082c2443b083f4cb861073a18d3e (diff) | |
Bump @stylistic/stylelint-plugin in the stylelint group (#6856)
Bumps the stylelint group with 1 update: [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic).
Updates `@stylistic/stylelint-plugin` from 3.0.1 to 3.1.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/v3.0.1...v3.1.0)
---
updated-dependencies:
- dependency-name: "@stylistic/stylelint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index f58bd450e..9258c2c31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "AGPL-3.0", "devDependencies": { "@eslint/js": "^9.9.0", - "@stylistic/stylelint-plugin": "^3.0.1", + "@stylistic/stylelint-plugin": "^3.1.0", "eslint": "^9.9.1", "globals": "^15.9.0", "markdownlint-cli": "^0.42.0", @@ -599,14 +599,14 @@ } }, "node_modules/@stylistic/stylelint-plugin": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.0.1.tgz", - "integrity": "sha512-j3mH8HSw2Rob/KJFWZ627w3CQ8gQqVHtzCdPeEffUg5vOgpz4rgrR+Xw2kU0OQCDcdW8Y1nKfdXKKjM5Rn8X0g==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.1.0.tgz", + "integrity": "sha512-NU2XR6i1x163KdyDj3zqblA13890fBzHNZYqZ13aor/sB3Yq8kU/0NKCudv5pfl9Kb/UAteo/D7vKMHtaror/A==", "dev": true, "dependencies": { - "@csstools/css-parser-algorithms": "^3.0.0", - "@csstools/css-tokenizer": "^3.0.0", - "@csstools/media-query-list-parser": "^3.0.0", + "@csstools/css-parser-algorithms": "^3.0.1", + "@csstools/css-tokenizer": "^3.0.1", + "@csstools/media-query-list-parser": "^3.0.1", "is-plain-object": "^5.0.0", "postcss-selector-parser": "^6.1.2", "postcss-value-parser": "^4.2.0", diff --git a/package.json b/package.json index 8b710d880..5d984c00d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "stylelint": "^16.9.0", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4", - "@stylistic/stylelint-plugin": "^3.0.1" + "@stylistic/stylelint-plugin": "^3.1.0" }, "rtlcssConfig": {} } |
