Skip to content

Commit a4ccf7a

Browse files
chore(deps-dev): bump the stylelint group with 3 updates
Bumps the stylelint group with 3 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) and [stylelint-value-no-unknown-custom-properties](https://github.com/csstools/stylelint-value-no-unknown-custom-properties). Updates `stylelint` from 15.11.0 to 16.7.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@15.11.0...16.7.0) Updates `stylelint-config-recommended` from 12.0.0 to 14.0.1 - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-recommended@12.0.0...14.0.1) Updates `stylelint-value-no-unknown-custom-properties` from 4.0.0 to 6.0.1 - [Release notes](https://github.com/csstools/stylelint-value-no-unknown-custom-properties/releases) - [Changelog](https://github.com/csstools/stylelint-value-no-unknown-custom-properties/blob/main/CHANGELOG.md) - [Commits](csstools/stylelint-value-no-unknown-custom-properties@4.0.0...v6.0.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint - dependency-name: stylelint-config-recommended dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint - dependency-name: stylelint-value-no-unknown-custom-properties dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d615f7 commit a4ccf7a

File tree

3 files changed

+194
-216
lines changed

3 files changed

+194
-216
lines changed

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@
9696
"postcss-preset-env": "^8.3.2",
9797
"postinstall-postinstall": "^2.1.0",
9898
"rollup-plugin-visualizer": "^5.9.0",
99-
"stylelint": "^15.6.1",
99+
"stylelint": "^16.7.0",
100100
"stylelint-config-concentric": "^2.0.2",
101-
"stylelint-config-recommended": "^12.0.0",
101+
"stylelint-config-recommended": "^14.0.1",
102102
"stylelint-no-unused-selectors": "git+https://github.com/toggle-corp/stylelint-no-unused-selectors#e0831e1",
103-
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
103+
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
104104
"surge": "^0.23.1",
105105
"ts-md5": "^1.3.1",
106106
"tsx": "^4.7.2",

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383
"postcss-preset-env": "^8.3.2",
8484
"react-focus-on": "^3.9.1",
8585
"sanitize-html": "^2.11.0",
86-
"stylelint": "^15.6.1",
86+
"stylelint": "^16.7.0",
8787
"stylelint-config-concentric": "^2.0.2",
88-
"stylelint-config-recommended": "^12.0.0",
88+
"stylelint-config-recommended": "^14.0.1",
8989
"stylelint-no-unused-selectors": "git+https://github.com/toggle-corp/stylelint-no-unused-selectors#e0831e1",
90-
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
90+
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
9191
"typescript": "^5.2.2",
9292
"vite": "^5.0.8",
9393
"vite-plugin-dts": "^3.7.0",

0 commit comments

Comments
 (0)