2 files changed
+2
-2
lines changedSubmodule node_modules updated 58 files
- .package-lock.json+10-10
- .package.json+1-1
- cacheable/node_modules/keyv/dist/index.cjs+7-3
- cacheable/node_modules/keyv/dist/index.d.cts+5-2
- cacheable/node_modules/keyv/dist/index.d.ts+5-2
- cacheable/node_modules/keyv/dist/index.js+7-3
- cacheable/node_modules/keyv/package.json+6-6
- stylelint/lib/formatters/tapFormatter.cjs+30-4
- stylelint/lib/formatters/tapFormatter.mjs+30-4
- stylelint/lib/index.cjs+4-4
- stylelint/lib/lintPostcssResult.cjs+28
- stylelint/lib/lintPostcssResult.mjs+28
- stylelint/lib/reference/keywords.cjs+7-2
- stylelint/lib/reference/keywords.mjs+7-2
- stylelint/lib/reference/selectors.cjs+3-1
- stylelint/lib/reference/selectors.mjs+3-1
- stylelint/lib/rules/alpha-value-notation/index.cjs+4-1
- stylelint/lib/rules/alpha-value-notation/index.mjs+4-1
- stylelint/lib/rules/at-rule-descriptor-no-unknown/index.cjs+4-3
- stylelint/lib/rules/at-rule-descriptor-no-unknown/index.mjs+3-3
- stylelint/lib/rules/at-rule-descriptor-value-no-unknown/index.cjs+4-3
- stylelint/lib/rules/at-rule-descriptor-value-no-unknown/index.mjs+3-3
- stylelint/lib/rules/at-rule-empty-line-before/index.cjs+2-2
- stylelint/lib/rules/at-rule-empty-line-before/index.mjs+2-2
- stylelint/lib/rules/at-rule-prelude-no-invalid/index.cjs+4-3
- stylelint/lib/rules/at-rule-prelude-no-invalid/index.mjs+3-3
- stylelint/lib/rules/color-hex-length/index.cjs+4-1
- stylelint/lib/rules/color-hex-length/index.mjs+4-1
- stylelint/lib/rules/comment-empty-line-before/index.cjs+4-1
- stylelint/lib/rules/comment-empty-line-before/index.mjs+4-1
- stylelint/lib/rules/comment-whitespace-inside/index.cjs+4-1
- stylelint/lib/rules/comment-whitespace-inside/index.mjs+4-1
- stylelint/lib/rules/custom-property-empty-line-before/index.cjs+4-1
- stylelint/lib/rules/custom-property-empty-line-before/index.mjs+4-1
- stylelint/lib/rules/declaration-block-no-duplicate-properties/index.cjs+8-2
- stylelint/lib/rules/declaration-block-no-duplicate-properties/index.mjs+8-2
- stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.cjs+10
- stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.mjs+10
- stylelint/lib/rules/declaration-property-value-keyword-no-deprecated/index.cjs+7-4
- stylelint/lib/rules/declaration-property-value-keyword-no-deprecated/index.mjs+7-4
- stylelint/lib/rules/declaration-property-value-no-unknown/index.cjs+5-2
- stylelint/lib/rules/declaration-property-value-no-unknown/index.mjs+5-2
- stylelint/lib/rules/index.cjs+3
- stylelint/lib/rules/index.mjs+3
- stylelint/lib/rules/syntax-string-no-invalid/index.cjs+85
- stylelint/lib/rules/syntax-string-no-invalid/index.mjs+81
- stylelint/lib/utils/addSemicolonForEditInfo.cjs+42
- stylelint/lib/utils/addSemicolonForEditInfo.mjs+35
- stylelint/lib/utils/checkAgainstRule.cjs+2-1
- stylelint/lib/utils/checkAgainstRule.mjs+2-1
- stylelint/lib/utils/getLexer.cjs+17
- stylelint/lib/utils/getLexer.mjs+11
- stylelint/lib/utils/regexes.cjs+5
- stylelint/lib/utils/regexes.mjs+4
- stylelint/lib/utils/report.cjs+7-11
- stylelint/lib/utils/report.mjs+7-11
- stylelint/package.json+13-12
- stylelint/types/stylelint/index.d.ts+137-1
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
0 commit comments