summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-28 07:25:53 +0000
committerGitHub <noreply@github.com>2025-04-28 07:25:53 +0000
commitd48c088677f0302766322e9dc0a9e4ad532f9808 (patch)
treef62b43b49fad72a854656200a3e7a5efa20f790a
parentbc94fe832374f392e37514c3ad890e59a5edb3a2 (diff)
build(deps-dev): bump stylelint from 16.18.0 to 16.19.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.18.0 to 16.19.1. - [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.18.0...16.19.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.19.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json23
-rw-r--r--package.json2
2 files changed, 16 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 76d8bc3..7e9ec9c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@anoduck/hinode-template",
- "version": "0.4.8",
+ "version": "0.4.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@anoduck/hinode-template",
- "version": "0.4.8",
+ "version": "0.4.9",
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
@@ -27,7 +27,7 @@
"postcss-cli": "^11.0.1",
"rexreplace": "^7.1.12",
"rimraf": "^6.0.1",
- "stylelint": "^16.18.0",
+ "stylelint": "^16.19.1",
"stylelint-config-standard-scss": "^14.0.0"
},
"optionalDependencies": {
@@ -8442,9 +8442,9 @@
}
},
"node_modules/stylelint": {
- "version": "16.18.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.18.0.tgz",
- "integrity": "sha512-OXb68qzesv7J70BSbFwfK3yTVLEVXiQ/ro6wUE4UrSbKCMjLLA02S8Qq3LC01DxKyVjk7z8xh35aB4JzO3/sNA==",
+ "version": "16.19.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.19.1.tgz",
+ "integrity": "sha512-C1SlPZNMKl+d/C867ZdCRthrS+6KuZ3AoGW113RZCOL0M8xOGpgx7G70wq7lFvqvm4dcfdGFVLB/mNaLFChRKw==",
"dev": true,
"funding": [
{
@@ -8471,7 +8471,7 @@
"debug": "^4.3.7",
"fast-glob": "^3.3.3",
"fastest-levenshtein": "^1.0.16",
- "file-entry-cache": "^10.0.7",
+ "file-entry-cache": "^10.0.8",
"global-modules": "^2.0.0",
"globby": "^11.1.0",
"globjoin": "^0.1.4",
@@ -8479,7 +8479,7 @@
"ignore": "^7.0.3",
"imurmurhash": "^0.1.4",
"is-plain-object": "^5.0.0",
- "known-css-properties": "^0.35.0",
+ "known-css-properties": "^0.36.0",
"mathml-tag-names": "^2.1.3",
"meow": "^13.2.0",
"micromatch": "^4.0.8",
@@ -8688,6 +8688,13 @@
"node": ">= 4"
}
},
+ "node_modules/stylelint/node_modules/known-css-properties": {
+ "version": "0.36.0",
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.36.0.tgz",
+ "integrity": "sha512-A+9jP+IUmuQsNdsLdcg6Yt7voiMF/D4K83ew0OpJtpu+l34ef7LaohWV0Rc6KNvzw6ZDizkqfyB5JznZnzuKQA==",
+ "dev": true,
+ "license": "MIT"
+ },
"node_modules/stylelint/node_modules/resolve-from": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
diff --git a/package.json b/package.json
index b0b04e2..d351b7c 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"postcss-cli": "^11.0.1",
"rexreplace": "^7.1.12",
"rimraf": "^6.0.1",
- "stylelint": "^16.18.0",
+ "stylelint": "^16.19.1",
"stylelint-config-standard-scss": "^14.0.0"
},
"optionalDependencies": {