react-checkbox-tree
react-checkbox-tree copied to clipboard
Bump stylelint from 15.11.0 to 16.2.0
Bumps stylelint from 15.11.0 to 16.2.0.
Release notes
Sourced from stylelint's releases.
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).- Fixed:
Error: Could not find <package>message clarity (#7456) (@jeddy3).- Fixed:
overrides.filesnegated pattern regression introduced in 15.0.0 (#7468) (@ybiquitous).16.1.0
- Added:
lightness-notationrule (#7366) (@fpetrakov).- Added:
ignore: ["keyframe-selectors"]toselector-disallowed-list(#7417) (@mattxwang).- Fixed:
selector-pseudo-class-no-unknownfalse positive for:popover-open(#7425) (@mattxwang).- Fixed:
declaration-property-value-no-unknownand other false positives for multiline SCSS interpolation. (#7406) (@FloEdelmann).- Fixed:
function-url-quotesfalse 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.formattersobject to havePromisevalues (#7184) (@ybiquitous).- Changed: exit code for CLI flag error (#7134) (
@ybiquitous).- Changed: default syntax behaviour to always use safe-parser with
fixregardless of extension (#7357) (@ybiquitous).- Changed: TypeScript definitions for ESM (#7309) (
@ybiquitous).- Changed:
stylelint.rulesobject to havePromisevalues (#7279) (@ybiquitous).- Changed:
stylelint.utils.checkAgainstRuleto be an async function (#7339) (@ybiquitous).- Deprecated: CommonJS Node.js API (#7353) (
@ybiquitous).- Deprecated:
outputproperty in a Node.js API returned object. Instead,report/codeproperties are recommended (#7183) (@ybiquitous) & (@haocheng6).- Added:
exportsfield topackage.jsonfor Conditional Exports (ESM/CommonJS) (#7307) (@ybiquitous).- Added: support for ESM plugins (#7339) (
@ybiquitous).- Added: support for ESM custom formatters (#7343) (
@ybiquitous).- Added:
severitysecondary option's function support (#7202) (@kizu).- Added: support for a
Promiseformatter function (#7184) (@ybiquitous).- Added: support for ESM custom syntaxes (#7351) (
@ybiquitous).- Added:
report/codeproperties to a Node.js API returned object (#7183) (@ybiquitous) & (@haocheng6).- Fixed: no longer needed workaround for Cosmiconfig segfault (#7329) (
@ybiquitous).- Fixed: CLI regression to avoid waiting for stdin without any input (#7131) (
@ybiquitous).- Fixed: CLI to avoid different outputs on empty files and empty stdin (#7131) (
@ybiquitous).- Refactored:
.jsextension to.mjsand.cjs(#7307) (@ybiquitous).16.0.0-3
... (truncated)
Changelog
Sourced from stylelint's changelog.
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).- Fixed:
Error: Could not find <package>message clarity (#7456) (@jeddy3).- Fixed:
overrides.filesnegated pattern regression introduced in 15.0.0 (#7468) (@ybiquitous).16.1.0
- Added:
lightness-notationrule (#7366) (@fpetrakov).- Added:
ignore: ["keyframe-selectors"]toselector-disallowed-list(#7417) (@mattxwang).- Fixed:
selector-pseudo-class-no-unknownfalse positive for:popover-open(#7425) (@mattxwang).- Fixed:
declaration-property-value-no-unknownand other false positives for multiline SCSS interpolation. (#7406) (@FloEdelmann).- Fixed:
function-url-quotesfalse 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.formattersobject to havePromisevalues (#7184) (@ybiquitous).- Changed: exit code for CLI flag error (#7134) (
@ybiquitous).- Changed: default syntax behaviour to always use safe-parser with
fixregardless of extension (#7357) (@ybiquitous).- Changed: TypeScript definitions for ESM (#7309) (
@ybiquitous).- Changed:
stylelint.rulesobject to havePromisevalues (#7279) (@ybiquitous).- Changed:
stylelint.utils.checkAgainstRuleto be an async function (#7339) (@ybiquitous).- Deprecated: CommonJS Node.js API (#7353) (
@ybiquitous).- Deprecated:
outputproperty in a Node.js API returned object. Instead,report/codeproperties are recommended (#7183) (@ybiquitous) & (@haocheng6).- Added:
exportsfield topackage.jsonfor Conditional Exports (ESM/CommonJS) (#7307) (@ybiquitous).- Added: support for ESM plugins (#7339) (
@ybiquitous).- Added: support for ESM custom formatters (#7343) (
@ybiquitous).- Added:
severitysecondary option's function support (#7202) (@kizu).- Added: support for a
Promiseformatter function (#7184) (@ybiquitous).- Added: support for ESM custom syntaxes (#7351) (
@ybiquitous).- Added:
report/codeproperties to a Node.js API returned object (#7183) (@ybiquitous) & (@haocheng6).- Fixed: no longer needed workaround for Cosmiconfig segfault (#7329) (
@ybiquitous).
... (truncated)
Commits
f4c75c916.2.01b11ba3Prepare 16.2.0 (#7439)39ccfe9Document CLI piping example (#7469)38e0606Fixoverrides.filesnegated pattern regression (#7468)d881c9dFixdeclaration-property-value-no-unknownfalse negatives for `@starting-st...e0754a9Bump postcss-html from 1.5.0 to 1.6.0 (#7466)77e005bBump rollup from 4.9.4 to 4.9.5 (#7465)29a57e1Bump the typescript group with 1 update (#7464)c89a5a2Bump the eslint group with 1 update (#7463)5bb517bAddmedia-query-no-invalidspecific problem messages (#7462)- 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)