aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-01 20:57:07 +0100
committerGitHub <noreply@github.com>2025-03-01 20:57:07 +0100
commitb9b3b2057f6ed7df75d888768da2439c625b1e65 (patch)
tree38bde3cf7b4f07e4e88c93a798dfb877d524dc7d
parent29e9fb59fdf2315abf2e5c19fdadbf6666d4e370 (diff)
downloadfreshrss-b9b3b2057f6ed7df75d888768da2439c625b1e65.tar.gz
freshrss-b9b3b2057f6ed7df75d888768da2439c625b1e65.zip
Bump stylelint from 16.14.1 to 16.15.0 in the stylelint group (#7387)
Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `stylelint` from 16.14.1 to 16.15.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.14.1...16.15.0) --- updated-dependencies: - dependency-name: stylelint 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.json17
-rw-r--r--package.json2
2 files changed, 10 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 724f55c64..90de3c754 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
"neostandard": "^0.12.1",
"rtlcss": "^4.3.0",
"sass": "^1.85.1",
- "stylelint": "^16.14.1",
+ "stylelint": "^16.15.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4"
},
@@ -5709,9 +5709,9 @@
"dev": true
},
"node_modules/stylelint": {
- "version": "16.14.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.1.tgz",
- "integrity": "sha512-oqCL7AC3786oTax35T/nuLL8p2C3k/8rHKAooezrPGRvUX0wX+qqs5kMWh5YYT4PHQgVDobHT4tw55WgpYG6Sw==",
+ "version": "16.15.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.15.0.tgz",
+ "integrity": "sha512-OK6Rs7EPdcdmjqiDycadZY4fw3f5/TC1X6/tGjnF3OosbwCeNs7nG+79MCAtjEg7ckwqTJTsku08e0Rmaz5nUw==",
"dev": true,
"funding": [
{
@@ -5723,6 +5723,7 @@
"url": "https://github.com/sponsors/stylelint"
}
],
+ "license": "MIT",
"dependencies": {
"@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3",
@@ -5737,7 +5738,7 @@
"debug": "^4.3.7",
"fast-glob": "^3.3.3",
"fastest-levenshtein": "^1.0.16",
- "file-entry-cache": "^10.0.5",
+ "file-entry-cache": "^10.0.6",
"global-modules": "^2.0.0",
"globby": "^11.1.0",
"globjoin": "^0.1.4",
@@ -5751,14 +5752,14 @@
"micromatch": "^4.0.8",
"normalize-path": "^3.0.0",
"picocolors": "^1.1.1",
- "postcss": "^8.5.1",
+ "postcss": "^8.5.3",
"postcss-resolve-nested-selector": "^0.1.6",
"postcss-safe-parser": "^7.0.1",
- "postcss-selector-parser": "^7.0.0",
+ "postcss-selector-parser": "^7.1.0",
"postcss-value-parser": "^4.2.0",
"resolve-from": "^5.0.0",
"string-width": "^4.2.3",
- "supports-hyperlinks": "^3.1.0",
+ "supports-hyperlinks": "^3.2.0",
"svg-tags": "^1.0.0",
"table": "^6.9.0",
"write-file-atomic": "^5.0.1"
diff --git a/package.json b/package.json
index 994238dfd..5ae2639cb 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"neostandard": "^0.12.1",
"rtlcss": "^4.3.0",
"sass": "^1.85.1",
- "stylelint": "^16.14.1",
+ "stylelint": "^16.15.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
"@stylistic/stylelint-plugin": "^3.1.2"