website
website copied to clipboard
build(deps-dev): bump stylelint and stylelint-config-standard
Bumps stylelint and stylelint-config-standard. These dependencies needed to be updated together.
Updates stylelint from 14.16.1 to 16.4.0
Release notes
Sourced from stylelint's releases.
16.4.0
- Added:
no-unknown-custom-media(#7594) (@fpetrakov).- Added:
ignoreLonghands: []todeclaration-block-no-redundant-longhand-properties(#7611) (@Mouvedia).- Added:
ignore: ["keyframe-selectors"]torule-selector-property-disallowed-list(#7572) (@emmacharp).- Added: experimental support for post processors (#7568) (
@YuanboXue-Amber).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix conflicts (#7626) (@Mouvedia).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix fortext-decoration(#7611) (@Mouvedia).- Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forborder(#7585) (@fpetrakov).- Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forfontandborder(#7606) (@Mouvedia).- Fixed:
function-calc-no-unspaced-operatorfalse negatives for some math functions (#7619) (@Mouvedia).- Fixed:
function-no-unknownfalse positives foranchorandanchor-size(#7607) (@Mouvedia).- Fixed:
selector-max-attributeend positions (#7592) (@romainmenke).- Fixed:
selector-max-classend positions (#7590) (@romainmenke).- Fixed:
selector-max-combinatorsend positions (#7596) (@romainmenke).- Fixed:
selector-max-compound-selectorsend positions (#7599) (@romainmenke).- Fixed:
selector-max-pseudo-classend positions (#7598) (@romainmenke).- Fixed:
selector-max-universalend positions (#7597) (@romainmenke).- Fixed:
selector-type-no-unknownfalse positives for experimental and deprecated HTML tags (#7612) (@Mouvedia).16.3.1
- Fixed:
selector-max-idend positions (#7571) (@romainmenke).- Fixed: import errors for configs and plugins omitting
/index.js(#7578) (@ota-meshi).16.3.0
- Added:
ignoreSelectors: []toselector-max-compound-selectors(#7544) (@FloEdelmann).- Added: tally of fixable problems to
stringandverboseformatters (#7539) (@m-allanson).- Added: support for
*-deprecationcommand-line flags of Node.js (#7550) (@fpetrakov).- Fixed: false positive CJS deprecation warning for dual-package plugins (#7532) (
@JounQin).- Fixed:
rule-selector-property-disallowed-listfalse positives for nesting selectors (#7558) (@romainmenke).- Fixed:
selector-pseudo-*-allowed-listfalse positives for vendor prefixes (#7525) (@carlosjeurissen).- Fixed:
report()forindex/endIndexzero values (#7565) (@romainmenke).- Fixed:
selector-max-typeend positions (#7518) (@romainmenke).16.2.1
- Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (
@ybiquitous).- Fixed:
custom-property-no-missing-var-functionfalse positives for properties that can contain author-defined identifiers (#7478) (@ybiquitous).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:seeking, the media loading state and sound state pseudo-classes (#7490) (@Mouvedia).- Fixed:
selector-max-specificityfalse positives withignoreSelectorsoption forof <selector>syntax (#7475) (@ybiquitous).- Fixed:
function-calc-no-unspaced-operatorperformance (#7505) (@ybiquitous).- Fixed:
validateOptionsto 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-invalidspecific problem messages (#7462) (@romainmenke).- Added:
checkContextFunctionalPseudoClasses: []toselector-max-id(#7380) (@brigitamaria).- Fixed:
declaration-property-value-no-unknownfalse negatives for@starting-style(#7461) (@fpetrakov).- Fixed:
function-no-unknown|value-keyword-casefalse positives for template literals with line breaks (#7443) (@Sh031224).- Fixed:
allowEmptyInputoption ignored in configuration object regression (#7446) (@ybiquitous).- Fixed:
at-rule-no-unknownfalse positives for@starting-style(#7438) (@fpetrakov).- Fixed:
ERR_UNSUPPORTED_ESM_URL_SCHEMEfor--custom-formatteron Windows (#7432) (@JounQin).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.4.0
- Added:
no-unknown-custom-media(#7594) (@fpetrakov).- Added:
ignoreLonghands: []todeclaration-block-no-redundant-longhand-properties(#7611) (@Mouvedia).- Added:
ignore: ["keyframe-selectors"]torule-selector-property-disallowed-list(#7572) (@emmacharp).- Added: experimental support for post processors (#7568) (
@YuanboXue-Amber).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix conflicts (#7626) (@Mouvedia).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix fortext-decoration(#7611) (@Mouvedia).- Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forborder(#7585) (@fpetrakov).- Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forfontandborder(#7606) (@Mouvedia).- Fixed:
function-calc-no-unspaced-operatorfalse negatives for some math functions (#7619) (@Mouvedia).- Fixed:
function-no-unknownfalse positives foranchor,anchor-sizeandpalette-mix(#7607 & #7640) (@Mouvedia).- Fixed:
selector-max-attributeend positions (#7592) (@romainmenke).- Fixed:
selector-max-classend positions (#7590) (@romainmenke).- Fixed:
selector-max-combinatorsend positions (#7596) (@romainmenke).- Fixed:
selector-max-compound-selectorsend positions (#7599) (@romainmenke).- Fixed:
selector-max-pseudo-classend positions (#7598) (@romainmenke).- Fixed:
selector-max-universalend positions (#7597) (@romainmenke).- Fixed:
selector-type-no-unknownfalse positives for experimental and deprecated HTML tags (#7612) (@Mouvedia).16.3.1
- Fixed:
selector-max-idend positions (#7571) (@romainmenke).- Fixed: import errors for configs and plugins omitting
/index.js(#7578) (@ota-meshi).16.3.0
- Added:
ignoreSelectors: []toselector-max-compound-selectors(#7544) (@FloEdelmann).- Added: tally of fixable problems to
stringandverboseformatters (#7539) (@m-allanson).- Added: support for
*-deprecationcommand-line flags of Node.js (#7550) (@fpetrakov).- Fixed: false positive CJS deprecation warning for dual-package plugins (#7532) (
@JounQin).- Fixed:
rule-selector-property-disallowed-listfalse positives for nesting selectors (#7558) (@romainmenke).- Fixed:
selector-pseudo-*-allowed-listfalse positives for vendor prefixes (#7525) (@carlosjeurissen).- Fixed:
report()forindex/endIndexzero values (#7565) (@romainmenke).- Fixed:
selector-max-typeend positions (#7518) (@romainmenke).16.2.1
- Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (
@ybiquitous).- Fixed:
custom-property-no-missing-var-functionfalse positives for properties that can contain author-defined identifiers (#7478) (@ybiquitous).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:seeking, the media loading state and sound state pseudo-classes (#7490) (@Mouvedia).- Fixed:
selector-max-specificityfalse positives withignoreSelectorsoption forof <selector>syntax (#7475) (@ybiquitous).- Fixed:
function-calc-no-unspaced-operatorperformance (#7505) (@ybiquitous).- Fixed:
validateOptionsto 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-invalidspecific problem messages (#7462) (@romainmenke).- Added:
checkContextFunctionalPseudoClasses: []toselector-max-id(#7380) (@brigitamaria).
... (truncated)
Commits
3b1de8f16.4.038adb22Prepare 16.4.0 (#7582)e92e307Bump rollup from 4.14.3 to 4.16.3 (#7641)b5520d0Bump css-functions-list from 3.2.1 to 3.2.2 (#7640)1bcdc8bRemove extra column in some tables in Rules docs (#7632)c9e483aFixdeclaration-block-no-redundant-longhand-propertiesautofix conflicts (#...9afaa08Refactor Cosmiconfig types (#7543)1fa0302Bump np from 10.0.3 to 10.0.5 (#7629)6fcd034Bump rollup from 4.14.1 to 4.14.3 (#7628)e8d0ff5Bump np from 10.0.2 to 10.0.3 (#7615)- Additional commits viewable in compare view
Updates stylelint-config-standard from 29.0.0 to 36.0.0
Release notes
Sourced from stylelint-config-standard's releases.
36.0.0
- Removed:
stylelintless than16.1.0from peer dependencies.- Added:
lightness-notation: "percentage"rule.35.0.0
- Removed:
stylelintless than16.0.0from peer dependencies.- Removed: Node.js less than
18.12.0support.- Changed: updated to
[email protected].34.0.0
- Removed:
stylelintless than15.10.0from peer dependencies- Changed: updated to
[email protected].33.0.0
- Removed:
stylelintless than15.5.0from peer dependencies.- Changed: updated to
[email protected].- Changed: restored
declaration-block-single-line-max-declarationsremoved on30.0.0.32.0.0
- Removed:
stylelintless than15.4.0from peer dependencies.- Added:
media-feature-range-notation: "context"rule31.0.0
- Removed:
stylelintless than15.3.0from peer dependencies.- Changed: updated to
[email protected]30.0.1
- Fixed: updated to
[email protected]30.0.0
- Removed:
stylelintless than15.0.0from peer dependencies.- Removed: 64 rules deprecated in
[email protected]. For details, see the migration guide.- Fixed:
length-zero-no-unitto ignore custom properties.- Fixed:
value-no-vendor-prefixto ignore-webkit-inline-box.
Changelog
Sourced from stylelint-config-standard's changelog.
36.0.0
- Removed:
stylelintless than16.1.0from peer dependencies.- Added:
lightness-notation: "percentage"rule.35.0.0
- Removed:
stylelintless than16.0.0from peer dependencies.- Removed: Node.js less than
18.12.0support.- Changed: updated to
[email protected].34.0.0
- Removed:
stylelintless than15.10.0from peer dependencies- Changed: updated to
[email protected].33.0.0
- Removed:
stylelintless than15.5.0from peer dependencies.- Changed: updated to
[email protected].- Changed: restored
declaration-block-single-line-max-declarationsremoved on30.0.0.32.0.0
- Removed:
stylelintless than15.4.0from peer dependencies.- Added:
media-feature-range-notation: "context"rule.31.0.0
- Removed:
stylelintless than15.3.0from peer dependencies.- Changed: updated to
[email protected].30.0.1
- Fixed: updated to
[email protected].30.0.0
- Removed:
stylelintless than15.0.0from peer dependencies.- Removed: 64 rules deprecated in
[email protected]. For details, see the migration guide.- Fixed:
length-zero-no-unitto ignore custom properties.- Fixed:
value-no-vendor-prefixto ignore-webkit-inline-box.
Commits
fd55a3536.0.0f4b7216Prepare 36.0.0ef48124Addlightness-notation(#306)16e2902Bump stylelint from 16.0.0 to 16.1.0 (#310)bb303edBump the development-dependencies group with 8 updates (#308)2792c70Enable Dependabot (#307)0961a7d35.0.0efba8bdPrepare 35.0.0 (#305)9d8d64dBump@babel/traversefrom 7.22.5 to 7.23.2 (#304)3fe435bBump postcss from 8.4.24 to 8.4.31 (#303)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)