diff options
| author | 2025-09-03 11:52:22 +0200 | |
|---|---|---|
| committer | 2025-09-03 11:52:22 +0200 | |
| commit | 32ec85c2d735f4f1248fb83298a3f338262faa91 (patch) | |
| tree | fa4c75d7421e80c6e5e0dbb58b186bc6d73cf2e8 /package.json | |
| parent | e8a5e4e50f75f9044a1062e2023734514caaf942 (diff) | |
Bump the stylelint group with 2 updates (#7898)
Drop of back-compatibility with older browsers: use standard `overflow-wrap` instead of `word-wrap` .
We may re-introduce `word-wrap` (in addition of standard `overflow-wrap`) if a need is reported.
* Bump the stylelint group with 2 updates
Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss).
Updates `stylelint` from 16.23.0 to 16.23.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.23.0...16.23.1)
Updates `stylelint-config-recommended-scss` from 15.0.1 to 16.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v15.0.1...v16.0.0)
---
updated-dependencies:
- dependency-name: stylelint
dependency-version: 16.23.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: stylelint
- dependency-name: stylelint-config-recommended-scss
dependency-version: 16.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
* stylelint --fix
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index f35319c99..5f5ef9997 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "neostandard": "^0.12.2", "rtlcss": "^4.3.0", "sass": "^1.91.0", - "stylelint": "^16.23.0", - "stylelint-config-recommended-scss": "^15.0.1", + "stylelint": "^16.23.1", + "stylelint-config-recommended-scss": "^16.0.0", "stylelint-order": "^7.0.0", "@stylistic/stylelint-plugin": "^4.0.0" }, |
