aem-core-wcm-components
aem-core-wcm-components copied to clipboard
Bump the npm_and_yarn group across 2 directories with 6 updates
Bumps the npm_and_yarn group with 6 updates in the /content directory:
Package | From | To |
---|---|---|
follow-redirects | 1.15.3 |
1.15.6 |
ip | 1.1.8 |
1.1.9 |
postcss | 7.0.39 |
8.4.35 |
stylelint | 13.13.1 |
16.2.1 |
stylelint-config-recommended | 5.0.0 |
14.0.0 |
stylelint-selector-bem-pattern | 2.1.1 |
4.0.0 |
Bumps the npm_and_yarn group with 6 updates in the /extensions/amp/content directory: |
Package | From | To |
---|---|---|
follow-redirects | 1.14.8 |
1.15.6 |
ip | 1.1.8 |
1.1.9 |
postcss | 7.0.39 |
8.4.35 |
stylelint | 13.13.1 |
16.2.1 |
stylelint-config-recommended | 5.0.0 |
14.0.0 |
stylelint-selector-bem-pattern | 2.1.1 |
4.0.0 |
Updates follow-redirects
from 1.15.3 to 1.15.6
Commits
35a517c
Release version 1.15.6 of the npm package.c4f847f
Drop Proxy-Authorization across hosts.8526b4a
Use GitHub for disclosure.b1677ce
Release version 1.15.5 of the npm package.d8914f7
Preserve fragment in responseUrl.6585820
Release version 1.15.4 of the npm package.7a6567e
Disallow bracketed hostnames.05629af
Prefer native URL instead of deprecated url.parse.1cba8e8
Prefer native URL instead of legacy url.resolve.72bc2a4
Simplify _processResponse error handling.- Additional commits viewable in compare view
Updates ip
from 1.1.8 to 1.1.9
Commits
1ecbf2f
1.1.96a3ada9
lib: fixed CVE-2023-42282 and added unit test- See full diff in compare view
Updates postcss
from 7.0.39 to 8.4.35
Release notes
Sourced from postcss's releases.
8.4.35
- Avoid
!
innode.parent.nodes
type.- Allow to pass
undefined
to node adding method to simplify types.8.4.34
- Fixed
AtRule#nodes
type (by@tim-we
).- Cleaned up code (by
@DrKiraDmitry
).8.4.33
- Fixed
NoWorkResult
behavior difference with normal mode (by@romainmenke
).- Fixed
NoWorkResult
usage conditions (by@ahmdammarr
).8.4.32
- Fixed
postcss().process()
types (by@ferreira-tb
).8.4.31
- Fixed
\r
parsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke
).8.4.29
8.4.28
- Fixed
Root.source.end
for better source map (by@romainmenke
).- Fixed
Result.root
types whenprocess()
has no parser.8.4.27
- Fixed
Container
clone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke
).- Fixed docs (by
@vikaskaliramna07
).8.4.24
- Fixed
Plugin
types.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16
(by@remcohaszing
).8.4.21
- Fixed
Input#error
types (by@hudochenkov
).
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.35
- Avoid
!
innode.parent.nodes
type.- Allow to pass
undefined
to node adding method to simplify types.8.4.34
- Fixed
AtRule#nodes
type (by Tim Weißenfels).- Cleaned up code (by Dmitry Kirillov).
8.4.33
- Fixed
NoWorkResult
behavior difference with normal mode (by Romain Menke).- Fixed
NoWorkResult
usage conditions (by@ahmdammarr
).8.4.32
- Fixed
postcss().process()
types (by Andrew Ferreira).8.4.31
- Fixed
\r
parsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset
(by Ido Rosenthal).- Fixed docs (by Christian Oliff).
8.4.28
- Fixed
Root.source.end
for better source map (by Romain Menke).- Fixed
Result.root
types whenprocess()
has no parser.8.4.27
- Fixed
Container
clone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07
).8.4.24
- Fixed
Plugin
types.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16
(by Remco Haszing).8.4.21
- Fixed
Input#error
types (by Aleks Hudochenkov).
... (truncated)
Commits
edda95e
Release 8.4.35 version612f360
Merge pull request #1924 from postcss/refactor/types5e7449f
Fix node.parent.nodes type65075df
Allow to pass undefined to adding methods to simplify type check477b3bb
Release 8.4.34 version25af117
Update dependenciesbb0314a
Merge pull request #1922 from tim-we/improve-at-rule-types9dd5a93
Fix at-rule test8322d11
Fix visitor testee7fcd4
Fix Document#nodes- Additional commits viewable in compare view
Updates stylelint
from 13.13.1 to 16.2.1
Release notes
Sourced from stylelint's releases.
16.2.1
- Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (
@ybiquitous
).- Fixed:
custom-property-no-missing-var-function
false positives for properties that can contain author-defined identifiers (#7478) (@ybiquitous
).- Fixed:
selector-pseudo-class-no-unknown
false positives for:seeking
, the media loading state and sound state pseudo-classes (#7490) (@Mouvedia
).- Fixed:
selector-max-specificity
false positives withignoreSelectors
option forof <selector>
syntax (#7475) (@ybiquitous
).- Fixed:
function-calc-no-unspaced-operator
performance (#7505) (@ybiquitous
).- Fixed:
validateOptions
to report when secondary option object is an empty object or null (#7476) (@ybiquitous
).- Fixed:
report()
error message responsibility for a missing node or line number (#7474) (@ybiquitous
).16.2.0
- Added:
media-query-no-invalid
specific problem messages (#7462) (@romainmenke
).- Added:
checkContextFunctionalPseudoClasses: []
toselector-max-id
(#7380) (@brigitamaria
).- Fixed:
declaration-property-value-no-unknown
false negatives for@starting-style
(#7461) (@fpetrakov
).- Fixed:
function-no-unknown|value-keyword-case
false positives for template literals with line breaks (#7443) (@Sh031224
).- Fixed:
allowEmptyInput
option ignored in configuration object regression (#7446) (@ybiquitous
).- Fixed:
at-rule-no-unknown
false positives for@starting-style
(#7438) (@fpetrakov
).- Fixed:
ERR_UNSUPPORTED_ESM_URL_SCHEME
for--custom-formatter
on Windows (#7432) (@JounQin
).- Fixed:
Error: Could not find <package>
message clarity (#7456) (@jeddy3
).- Fixed:
overrides.files
negated pattern regression introduced in 15.0.0 (#7468) (@ybiquitous
).16.1.0
- Added:
lightness-notation
rule (#7366) (@fpetrakov
).- Added:
ignore: ["keyframe-selectors"]
toselector-disallowed-list
(#7417) (@mattxwang
).- Fixed:
selector-pseudo-class-no-unknown
false positive for:popover-open
(#7425) (@mattxwang
).- Fixed:
declaration-property-value-no-unknown
and other false positives for multiline SCSS interpolation. (#7406) (@FloEdelmann
).- Fixed:
function-url-quotes
false positives for SCSS variable and@
character (#7416) (@mattxwang
).16.0.2
16.0.1
- Fixed: type definitions for CommonJS and ESM compatibility (#7377) (
@remcohaszing
).16.0.0
- Removed: Node.js less than 18.12.0 support (#7020) (
@ybiquitous
).- Removed: 76 rules deprecated in 15.0.0 (#6979) (
@mattxwang
).- Changed:
stylelint.formatters
object to havePromise
values (#7184) (@ybiquitous
).- Changed: exit code for CLI flag error (#7134) (
@ybiquitous
).- Changed: default syntax behaviour to always use safe-parser with
fix
regardless of extension (#7357) (@ybiquitous
).- Changed: TypeScript definitions for ESM (#7309) (
@ybiquitous
).- Changed:
stylelint.rules
object to havePromise
values (#7279) (@ybiquitous
).- Changed:
stylelint.utils.checkAgainstRule
to be an async function (#7339) (@ybiquitous
).- Deprecated: CommonJS Node.js API (#7353) (
@ybiquitous
).- Deprecated:
output
property in a Node.js API returned object. Instead,report
/code
properties are recommended (#7183) (@ybiquitous
) & (@haocheng6
).- Added:
exports
field topackage.json
for Conditional Exports (ESM/CommonJS) (#7307) (@ybiquitous
).- Added: support for ESM plugins (#7339) (
@ybiquitous
).- Added: support for ESM custom formatters (#7343) (
@ybiquitous
).- Added:
severity
secondary option's function support (#7202) (@kizu
).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.2.1
- Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (
@ybiquitous
).- Fixed:
custom-property-no-missing-var-function
false positives for properties that can contain author-defined identifiers (#7478) (@ybiquitous
).- Fixed:
selector-pseudo-class-no-unknown
false positives for:seeking
, the media loading state and sound state pseudo-classes (#7490) (@Mouvedia
).- Fixed:
selector-max-specificity
false positives withignoreSelectors
option forof <selector>
syntax (#7475) (@ybiquitous
).- Fixed:
function-calc-no-unspaced-operator
performance (#7505) (@ybiquitous
).- Fixed:
validateOptions
to report when secondary option object is an empty object or null (#7476) (@ybiquitous
).- Fixed:
report()
error message responsibility for a missing node or line number (#7474) (@ybiquitous
).16.2.0
- Added:
media-query-no-invalid
specific problem messages (#7462) (@romainmenke
).- Added:
checkContextFunctionalPseudoClasses: []
toselector-max-id
(#7380) (@brigitamaria
).- Fixed:
declaration-property-value-no-unknown
false negatives for@starting-style
(#7461) (@fpetrakov
).- Fixed:
function-no-unknown|value-keyword-case
false positives for template literals with line breaks (#7443) (@Sh031224
).- Fixed:
allowEmptyInput
option ignored in configuration object regression (#7446) (@ybiquitous
).- Fixed:
at-rule-no-unknown
false positives for@starting-style
(#7438) (@fpetrakov
).- Fixed:
ERR_UNSUPPORTED_ESM_URL_SCHEME
for--custom-formatter
on Windows (#7432) (@JounQin
).- Fixed:
Error: Could not find <package>
message clarity (#7456) (@jeddy3
).- Fixed:
overrides.files
negated pattern regression introduced in 15.0.0 (#7468) (@ybiquitous
).16.1.0
- Added:
lightness-notation
rule (#7366) (@fpetrakov
).- Added:
ignore: ["keyframe-selectors"]
toselector-disallowed-list
(#7417) (@mattxwang
).- Fixed:
selector-pseudo-class-no-unknown
false positive for:popover-open
(#7425) (@mattxwang
).- Fixed:
declaration-property-value-no-unknown
and other false positives for multiline SCSS interpolation. (#7406) (@FloEdelmann
).- Fixed:
function-url-quotes
false positives for SCSS variable and@
character (#7416) (@mattxwang
).16.0.2
16.0.1
- Fixed: type definitions for CommonJS and ESM compatibility (#7377) (
@remcohaszing
).16.0.0
- Removed: Node.js less than 18.12.0 support (#7020) (
@ybiquitous
).- Removed: 76 rules deprecated in 15.0.0 (#6979) (
@mattxwang
).- Changed:
stylelint.formatters
object to havePromise
values (#7184) (@ybiquitous
).- Changed: exit code for CLI flag error (#7134) (
@ybiquitous
).- Changed: default syntax behaviour to always use safe-parser with
fix
regardless of extension (#7357) (@ybiquitous
).- Changed: TypeScript definitions for ESM (#7309) (
@ybiquitous
).- Changed:
stylelint.rules
object to havePromise
values (#7279) (@ybiquitous
).- Changed:
stylelint.utils.checkAgainstRule
to be an async function (#7339) (@ybiquitous
).
... (truncated)
Commits
5c68274
16.2.152cb83f
Prepare 16.2.1 (#7479)328544d
Document CLI user guide to fix typo for—custom-syntax
(#7503)5e2eff7
Fixfunction-calc-no-unspaced-operator
performance (#7505)398d3a8
Fix benchmark script (#7504)3de4eba
Bump husky from 8.0.3 to 9.0.6 (#7500)382961f
Fix report flags not reporting on subsequent runs when cache is used (#7483)f02d168
FixvalidateOptions
to report when secondary option object is an empty obje...a889974
Fixselector-pseudo-class-no-unknown
false positives for:seeking
, the me...e86c9cd
Provide repository info togh
command in GitHub action (#7491)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ybiquitous, a new releaser for stylelint since your current version.
Updates stylelint-config-recommended
from 5.0.0 to 14.0.0
Release notes
Sourced from stylelint-config-recommended's releases.
14.0.0
- Removed:
stylelint
less than16.0.0
from peer dependencies.- Removed: Node.js less than
18.12.0
support.13.0.0
- Removed:
stylelint
less than15.10.0
from peer dependencies.- Added:
media-query-no-invalid
rule.12.0.0
- Removed:
stylelint
less than15.5.0
from peer dependencies.- Changed:
declaration-block-no-duplicate-properties
option toignore: ['consecutive-duplicates-with-different-syntaxes']
.11.0.0
- Removed:
stylelint
less than15.3.0
from peer dependencies.- Added:
selector-anb-no-unmatchable
rule.10.0.1
- Removed: deprecated
no-extra-semicolons
rule.10.0.0
- Removed:
stylelint
less than15.0.0
from peer dependencies.9.0.0
- Removed:
stylelint
less than14.10.0
from peer dependencies.- Added:
annotation-no-unknown
rule.8.0.0
- Removed:
stylelint
less than14.8.0
from peer dependencies.- Added:
keyframe-block-no-duplicate-selectors
rule.7.0.0
- Removed:
stylelint
less than14.4.0
from peer dependencies.- Added:
function-no-unknown
rule.6.0.0
- Removed:
stylelint
less than14.0.0
from peer dependencies.- Removed:
function-calc-no-invalid
rule.- Added:
custom-property-no-missing-var-function
rule.
Changelog
Sourced from stylelint-config-recommended's changelog.
14.0.0
- Removed:
stylelint
less than16.0.0
from peer dependencies.- Removed: Node.js less than
18.12.0
support.13.0.0
- Removed:
stylelint
less than15.10.0
from peer dependencies.- Added:
media-query-no-invalid
rule.12.0.0
- Removed:
stylelint
less than15.5.0
from peer dependencies.- Changed:
declaration-block-no-duplicate-properties
option toignore: ['consecutive-duplicates-with-different-syntaxes']
.11.0.0
- Removed:
stylelint
less than15.3.0
from peer dependencies.- Added:
selector-anb-no-unmatchable
rule.10.0.1
- Removed: deprecated
no-extra-semicolons
rule.10.0.0
- Removed:
stylelint
less than15.0.0
from peer dependencies.9.0.0
- Removed:
stylelint
less than14.10.0
from peer dependencies.- Added:
annotation-no-unknown
rule.8.0.0
- Removed:
stylelint
less than14.8.0
from peer dependencies.- Added:
keyframe-block-no-duplicate-selectors
rule.7.0.0
- Removed:
stylelint
less than14.4.0
from peer dependencies.- Added:
function-no-unknown
rule.6.0.0
- Removed:
stylelint
less than14.0.0
from peer dependencies.- Removed:
function-calc-no-invalid
rule.- Added:
custom-property-no-missing-var-function
rule.
Commits
8e6a0f7
14.0.0f829725
Prepare 14.0.0 (#204)d0c62e5
Bump@babel/traverse
from 7.22.5 to 7.23.2 (#202)8cafd6e
Bump postcss from 8.4.24 to 8.4.31 (#201)fef405a
Bump word-wrap from 1.2.3 to 1.2.4 (#200)6a7633d
Bump stylelint from 15.10.0 to 15.10.1 (#198)6e5406e
Fixengines.test.js
for multiple potential versions (#197)26b84e0
13.0.0be39096
Prepare 13.0.0 (#196)7849987
Bump got and np (#194)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ybiquitous, a new releaser for stylelint-config-recommended since your current version.
Updates stylelint-selector-bem-pattern
from 2.1.1 to 4.0.0
Changelog
Sourced from stylelint-selector-bem-pattern's changelog.
4.0.0
- Move stylelint to
peerDependencies
- Upgrade stylelint to ^16.2.0 This has required the package to move to ESM as required by stylelint https://stylelint.io/migration-guide/to-16/#deprecated-commonjs-api
3.0.1
- Update postcss-bem-linter to ^4.0.1
3.0.0
- Update postcss-bem-linter to ^4.0.0
- Update stylelint to ^15.9.0 - BREAKING CHANGE
- Drops support for Node 12
Commits
- See full diff in compare view
Updates follow-redirects
from 1.14.8 to 1.15.6
Commits
35a517c
Release version 1.15.6 of the npm package.c4f847f
Drop Proxy-Authorization across hosts.8526b4a
Use GitHub for disclosure.b1677ce
Release version 1.15.5 of the npm package.d8914f7
Preserve fragment in responseUrl.6585820
Release version 1.15.4 of the npm package.7a6567e
Disallow bracketed hostnames.05629af
Prefer native URL instead of deprecated url.parse.1cba8e8
Prefer native URL instead of legacy url.resolve.72bc2a4
Simplify _processResponse error handling.- Additional commits viewable in compare view
Updates ip
from 1.1.8 to 1.1.9
Commits
1ecbf2f
1.1.96a3ada9
lib: fixed CVE-2023-42282 and added unit test- See full diff in compare view
Updates postcss
from 7.0.39 to 8.4.35
Release notes
Sourced from postcss's releases.
8.4.35
- Avoid
!
innode.parent.nodes
type.- Allow to pass
undefined
to node adding method to simplify types.8.4.34
- Fixed
AtRule#nodes
type (by@tim-we
).- Cleaned up code (by
@DrKiraDmitry
).8.4.33
- Fixed
NoWorkResult
behavior difference with normal mode (by@romainmenke
).- Fixed
NoWorkResult
usage conditions (by@ahmdammarr
).8.4.32
- Fixed
postcss().process()
types (by@ferreira-tb
).8.4.31
- Fixed
\r
parsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke
).8.4.29
8.4.28
- Fixed
Root.source.end
for better source map (by@romainmenke
).- Fixed
Result.root
types whenprocess()
has no parser.8.4.27
- Fixed
Container
clone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke
).- Fixed docs (by
@vikaskaliramna07
).8.4.24
- Fixed
Plugin
types.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16
(by@remcohaszing
).8.4.21
- Fixed
Input#error
types (by@hudochenkov
).
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.35
- Avoid
!
innode.parent.nodes
type.- Allow to pass
undefined
to node adding method to simplify types.8.4.34
- Fixed
AtRule#nodes
type (by Tim Weißenfels).- Cleaned up code (by Dmitry Kirillov).
8.4.33
- Fixed
NoWorkResult
behavior difference with normal mode (by Romain Menke).- Fixed
NoWorkResult
usage conditions (by@ahmdammarr
).8.4.32
- Fixed
postcss().process()
types (by Andrew Ferreira).8.4.31
- Fixed
\r
parsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset
(by Ido Rosenthal).- Fixed docs (by Christian Oliff).
8.4.28
- Fixed
Root.source.end
for better source map (by Romain Menke).- Fixed
Result.root
types whenprocess()
has no parser.8.4.27
- Fixed
Container
clone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07
).8.4.24
- Fixed
Plugin
types.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16
(by Remco Haszing).8.4.21
- Fixed
Input#error
types (by Aleks Hudochenkov).
... (truncated)
Commits
edda95e
Release 8.4.35 version612f360
Merge pull request #1924 from postcss/refactor/types5e7449f
Fix node.parent.nodes type65075df
Allow to pass undefined to adding methods to simplify type check477b3bb
Release 8.4.34 version25af117
Update dependenciesbb0314a
Merge pull request #1922 from tim-we/improve-at-rule-types9dd5a93
Fix at-rule test8322d11
Fix visitor testee7fcd4
Fix Document#nodes- Additional commits viewable in compare view
Updates stylelint
from 13.13.1 to 16.2.1
Release notes
Sourced from stylelint's releases.
16.2.1
- Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (
@ybiquitous
).- Fixed:
custom-property-no-missing-var-function
false positives for properties that can contain author-defined identifiers (#7478) (@ybiquitous
).- Fixed:
selector-pseudo-class-no-unknown
false positives for:seeking
, the media loading state and sound state pseudo-classes (#7490) (@Mouvedia
).- Fixed:
selector-max-specificity
false positives withignoreSelectors
option forof <selector>
syntax (#7475) (@ybiquitous
).- Fixed:
function-calc-no-unspaced-operator
performance (#7505) (@ybiquitous
).- Fixed:
validateOptions
to report when secondary option object is an empty object or null (#7476) (@ybiquitous
).- Fixed:
report()
error message responsibility for a missing node or line number (#7474) (@ybiquitous
).16.2.0
- Added:
media-query-no-invalid
specific problem messages (#7462) (@romainmenke
).- Added:
checkContextFunctionalPseudoClasses: []
toselector-max-id
(#7380) (@brigitamaria
).- Fixed:
declaration-property-value-no-unknown
false negatives for@starting-style
(#7461) (@fpetrakov
).- Fixed:
function-no-unknown|value-keyword-case
false positives for template literals with line breaks (#7443) (@Sh031224
).- Fixed:
allowEmptyInput
option ignored in configuration object regression (#7446) (@ybiquitous
).- Fixed:
at-rule-no-unknown
false positives for@starting-style
(#7438) (@fpetrakov
).- Fixed:
ERR_UNSUPPORTED_ESM_URL_SCHEME
for--custom-formatter
on Windows (#7432) (@JounQin
).- Fixed:
Error: Could not find <package>
message clarity (#7456) (@jeddy3
).- Fixed:
overrides.files
negated pattern regression introduced in 15.0.0 (#7468) (@ybiquitous
).16.1.0
- Added:
lightness-notation
rule (#7366) (@fpetrakov
).- Added:
ignore: ["keyframe-selectors"]
toselector-disallowed-list
(#7417) (@mattxwang
).- Fixed:
selector-pseudo-class-no-unknown
false positive for:popover-open
(#7425) (@mattxwang
).- Fixed:
declaration-property-value-no-unknown
and other false positives for multiline SCSS interpolation. (#7406) (@FloEdelmann
).- Fixed:
function-url-quotes
false positives for SCSS variable and@
character (#7416) (@mattxwang
).16.0.2
16.0.1
- Fixed: type definitions for CommonJS and ESM compatibility (#7377) (
@remcohaszing
).16.0.0
- Removed: Node.js less than 18.12.0 support (#7020) (
@ybiquitous
).- Removed: 76 rules deprecated in 15.0.0 (#6979) (
@mattxwang
).- Changed:
stylelint.formatters
object to havePromise
values (#7184) (@ybiquitous
).- Changed: exit code for CLI flag error (#7134) (
@ybiquitous
).- Changed: default syntax behaviour to always use safe-parser with
fix
regardless of extension (#7357) (@ybiquitous
).- Changed: TypeScript definitions for ESM (#7309) (
@ybiquitous
).- Changed:
stylelint.rules
object to havePromise
values (#7279) (@ybiquitous
).- Changed:
stylelint.utils.checkAgainstRule
to be an async function (#7339) (@ybiquitous
).- Deprecated: CommonJS Node.js API (#7353) (
@ybiquitous
).- Deprecated:
output
property in a Node.js API returned object. Instead,report
/code
properties are recommended (#7183) (@ybiquitous
) & (@haocheng6
).- Added:
exports
field topackage.json
for Conditional Exports (ESM/CommonJS) (#7307) (@ybiquitous
).- Added: support for ESM plugins (#7339) (
@ybiquitous
).- Added: support for ESM custom formatters (#7343) (
@ybiquitous
).- Added:
severity
secondary option's function support (#7202) (@kizu
).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.2.1
- Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (
@ybiquitous
).- Fixed:
custom-property-no-missing-var-function
false positives for properties that can contain author-defined identifiers (#7478) (@ybiquitous
).- Fixed:
selector-pseudo-class-no-unknown
false positives for:seeking
, the media loading state and sound state pseudo-classes (#7490) (@Mouvedia
).- Fixed:
selector-max-specificity
false positives withignoreSelectors
option forof <selector>
syntax (#7475) (@ybiquitous
).- Fixed:
function-calc-no-unspaced-operator
performance (#7505) (@ybiquitous
).- Fixed:
validateOptions
to report when secondary option object is an empty object or null (#7476) (@ybiquitous
).- Fixed:
report()
error message responsibility for a missing node or line number (#7474) (@ybiquitous
).16.2.0
- Added:
media-query-no-invalid
specific problem messages (#7462) (@romainmenke
).- Added:
checkContextFunctionalPseudoClasses: []
toselector-max-id
(#7380) (@brigitamaria
).- Fixed:
declaration-property-value-no-unknown
false negatives for@starting-style
(#7461) (@fpetrakov
).- Fixed:
function-no-unknown|value-keyword-case
false positives for template literals with line breaks (#7443) (@Sh031224
).- Fixed:
allowEmptyInput
option ignored in configuration object regression (#7446) (@ybiquitous
).- Fixed:
at-rule-no-unknown
false positives for@starting-style
(#7438) (@fpetrakov
).- Fixed:
ERR_UNSUPPORTED_ESM_URL_SCHEME
for--custom-formatter
on Windows (#7432) (@JounQin
).- Fixed:
Error: Could not find <package>
message clarity (#7456) (@jeddy3
).- Fixed:
overrides.files
negated pattern regression introduced in 15.0.0 (#7468) (@ybiquitous
).16.1.0
- Added:
lightness-notation
rule (#7366) (@fpetrakov
).- Added:
ignore: ["keyframe-selectors"]
toselector-disallowed-list
(#7417) (@mattxwang
).- Fixed:
selector-pseudo-class-no-unknown
false positive for:popover-open
(#7425) (@mattxwang
).- Fixed:
declaration-property-value-no-unknown
and other false positives for multiline SCSS interpolation. (#7406) (@FloEdelmann
).- Fixed:
function-url-quotes
false positives for SCSS variable and@
character (#7416) (@mattxwang
).16.0.2
16.0.1
- Fixed: type definitions for CommonJS and ESM compatibility (#7377) (
@remcohaszing
).16.0.0