Quellcode durchsuchen

Bump stylelint from 16.16.0 to 16.17.0 in the stylelint group (#7486)

Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint).


Updates `stylelint` from 16.16.0 to 16.17.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.16.0...16.17.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.17.0
  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>
dependabot[bot] vor 1 Jahr
Ursprung
Commit
632c545b96
2 geänderte Dateien mit 6 neuen und 5 gelöschten Zeilen
  1. 5 4
      package-lock.json
  2. 1 1
      package.json

+ 5 - 4
package-lock.json

@@ -15,7 +15,7 @@
         "neostandard": "^0.12.1",
         "rtlcss": "^4.3.0",
         "sass": "^1.85.1",
-        "stylelint": "^16.15.0",
+        "stylelint": "^16.17.0",
         "stylelint-config-recommended-scss": "^14.1.0",
         "stylelint-order": "^6.0.4"
       },
@@ -5718,9 +5718,9 @@
       "dev": true
     },
     "node_modules/stylelint": {
-      "version": "16.16.0",
-      "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.16.0.tgz",
-      "integrity": "sha512-40X5UOb/0CEFnZVEHyN260HlSSUxPES+arrUphOumGWgXERHfwCD0kNBVILgQSij8iliYVwlc0V7M5bcLP9vPg==",
+      "version": "16.17.0",
+      "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.17.0.tgz",
+      "integrity": "sha512-I9OwVIWRMqVm2Br5iTbrfSqGRPWQUlvm6oXO1xZuYYu0Gpduy67N8wXOZv15p6E/JdlZiAtQaIoLKZEWk5hrjw==",
       "dev": true,
       "funding": [
         {
@@ -5732,6 +5732,7 @@
           "url": "https://github.com/sponsors/stylelint"
         }
       ],
+      "license": "MIT",
       "dependencies": {
         "@csstools/css-parser-algorithms": "^3.0.4",
         "@csstools/css-tokenizer": "^3.0.3",

+ 1 - 1
package.json

@@ -41,7 +41,7 @@
     "neostandard": "^0.12.1",
     "rtlcss": "^4.3.0",
     "sass": "^1.85.1",
-    "stylelint": "^16.15.0",
+    "stylelint": "^16.17.0",
     "stylelint-config-recommended-scss": "^14.1.0",
     "stylelint-order": "^6.0.4",
     "@stylistic/stylelint-plugin": "^3.1.2"