Skip to content

Commit 761d69a

Browse files
ryo-manbaybiquitousjeddy3
authored
Prepare 16.0.0 (#247)
Co-authored-by: Masafumi Koba <[email protected]> Co-authored-by: Richard Hallows <[email protected]>
1 parent 8d5aa10 commit 761d69a

File tree

4 files changed

+86
-92
lines changed

4 files changed

+86
-92
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 16.0.0
4+
5+
- Removed: `stylelint` less than `16.16.0` from peer dependencies.
6+
- Added: `syntax-string-no-invalid` rule.
7+
38
## 15.0.0
49

510
This release replaces four rules with broader and more capable ones that validate CSS against syntaxes defined by W3C: `at-rule-descriptor-value-no-unknown`, `at-rule-prelude-no-invalid` and `declaration-property-value-no-unknown`.

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ module.exports = {
4848
},
4949
],
5050
'string-no-newline': [true, { ignore: ['at-rule-preludes', 'declaration-values'] }],
51+
'syntax-string-no-invalid': true,
5152
},
5253
};

package-lock.json

+78-90
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"npm-run-all": "^4.1.5",
5858
"prettier": "^3.5.3",
5959
"remark-cli": "^12.0.1",
60-
"stylelint": "^16.13.0"
60+
"stylelint": "^16.18.0"
6161
},
6262
"peerDependencies": {
63-
"stylelint": "^16.13.0"
63+
"stylelint": "^16.16.0"
6464
},
6565
"engines": {
6666
"node": ">=18.12.0"

0 commit comments

Comments
 (0)