tailwindcss-parcel-boilerplate
tailwindcss-parcel-boilerplate copied to clipboard
Bump stylelint from 14.9.1 to 15.4.0
trafficstars
Bumps stylelint from 14.9.1 to 15.4.0.
Release notes
Sourced from stylelint's releases.
15.4.0
- Added:
--quiet-deprecation-warningsflag (#6724) (@mattxwang).- Added:
-calias for--config(#6720) (@sidverma32).- Added:
media-feature-range-notationautofix (#6742) (@romainmenke).- Added:
no-unknown-custom-propertiesrule (#6731) (@jameschensmith).- Fixed:
function-url-quotesautofix for double-slash comments in SCSS maps (#6745) (@jgerigmeyer).- Fixed:
isPathIgnored()utility's performance (#6728) (@ybiquitous).- Fixed:
rule-selector-property-disallowed-listsecondary options (#6723) (@mattxwang).- Fixed:
declaration-block-no-redundant-longhand-propertieswith basic keywords (#6748) (@mattxwang).- Fixed: deprecation warnings for disabled rules (#6747) (
@ybiquitous).15.3.0
- Added:
configurationCommentconfiguration property (#6629) (@ifitzpatrick).- Added:
selector-anb-no-unmatchablerule (#6678) (@mattxwang).- Fixed: TypeScript error for CommonJS importing (#6703) (
@remcohaszing).- Fixed:
*-no-redundant-*false negatives forinsetshorthand (#6699) (@rayrw).- Fixed:
function-url-quotesautofix for multipleurl()(#6711) (@ybiquitous).- Fixed:
value-keyword-casefalse positives for Level 4 system colours (#6712) (@thewilkybarkid).15.2.0
- Added:
messageArgsto 76 rules (#6589) (@kizu).- Fixed: TypeScript error to export
PluginandRuleContext(#6664) (@henryruhs).- Fixed:
overrides.extendsorder when including same rules (#6660) (@kuoruan).- Fixed:
annotation-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).- Fixed:
declaration-property-value-no-unknownfalse positives for at-rule descriptors (#6669) (@FloEdelmann).- Fixed:
declaration-property-value-no-unknownparse error foralpha(opacity=n)to report as violation (#6650) (@romainmenke).- Fixed:
function-name-casefalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).- Fixed:
function-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).- Fixed:
unit-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).- Fixed:
value-keyword-casefalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).15.1.0
- Added:
declaration-block-no-redundant-longhand-propertiesautofix (#6580) (@mattxwang).- Fixed:
declaration-property-value-no-unknownfalse positives forenv()(#6646) (@romainmenke).- Fixed:
function-calc-no-unspaced-operatorTypeError on emptycalc()(#6634) (@romainmenke).- Fixed: inaccurate
customSyntaxinference (#6645) (@ybiquitous).15.0.0
- Removed: Node.js 12 support (#6477) (
@ybiquitous). (BREAKING)- Removed: support for processors (#6479) (
@ybiquitous). (BREAKING)- Removed:
syntaxoption (#6420) (@fpetrakov). (BREAKING)- Changed:
extendsinoverridesto merge to be consistent withpluginsbehaviour (#6380) (@jasikpark). (BREAKING)- Changed: type definitions to reorganize (#6510) (
@ybiquitous). (BREAKING)- Changed: type names to be more consistent (#6503) (
@ybiquitous). (BREAKING)- Deprecated: stylistic rules handled by Prettier (#6504) (
@ybiquitous).- Added:
declaration-property-value-no-unknownrule (#6511) (@jeddy3).- Added:
media-feature-name-unit-allowed-listrule (#6550) (@mattxwang).- Added:
function-url-quotesautofix (#6558) (@mattxwang).
... (truncated)
Changelog
Sourced from stylelint's changelog.
15.4.0
- Added:
--quiet-deprecation-warningsflag (#6724) (@mattxwang).- Added:
-calias for--config(#6720) (@sidverma32).- Added:
media-feature-range-notationautofix (#6742) (@romainmenke).- Added:
no-unknown-custom-propertiesrule (#6731) (@jameschensmith).- Fixed:
function-url-quotesautofix for double-slash comments in SCSS maps (#6745) (@jgerigmeyer).- Fixed:
isPathIgnored()utility's performance (#6728) (@ybiquitous).- Fixed:
rule-selector-property-disallowed-listsecondary options (#6723) (@mattxwang).- Fixed:
declaration-block-no-redundant-longhand-propertieswith basic keywords (#6748) (@mattxwang).- Fixed: deprecation warnings for disabled rules (#6747) (
@ybiquitous).15.3.0
- Added:
configurationCommentconfiguration property (#6629) (@ifitzpatrick).- Added:
selector-anb-no-unmatchablerule (#6678) (@mattxwang).- Fixed: TypeScript error for CommonJS importing (#6703) (
@remcohaszing).- Fixed:
*-no-redundant-*false negatives forinsetshorthand (#6699) (@rayrw).- Fixed:
function-url-quotesautofix for multipleurl()(#6711) (@ybiquitous).- Fixed:
value-keyword-casefalse positives for Level 4 system colours (#6712) (@thewilkybarkid).15.2.0
- Added:
messageArgsto 76 rules (#6589) (@kizu).- Fixed: TypeScript error to export
PluginandRuleContext(#6664) (@henryruhs).- Fixed:
overrides.extendsorder when including same rules (#6660) (@kuoruan).- Fixed:
annotation-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).- Fixed:
declaration-property-value-no-unknownfalse positives for at-rule descriptors (#6669) (@FloEdelmann).- Fixed:
declaration-property-value-no-unknownparse error foralpha(opacity=n)to report as violation (#6650) (@romainmenke).- Fixed:
function-name-casefalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).- Fixed:
function-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).- Fixed:
unit-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).- Fixed:
value-keyword-casefalse positives for CSS-in-JS template literals (#6666) (@hudochenkov).15.1.0
- Added:
declaration-block-no-redundant-longhand-propertiesautofix (#6580) (@mattxwang).- Fixed:
declaration-property-value-no-unknownfalse positives forenv()(#6646) (@romainmenke).- Fixed:
function-calc-no-unspaced-operatorTypeError on emptycalc()(#6634) (@romainmenke).- Fixed: inaccurate
customSyntaxinference (#6645) (@ybiquitous).15.0.0
- Removed: Node.js 12 support (#6477) (
@ybiquitous). (BREAKING)- Removed: support for processors (#6479) (
@ybiquitous). (BREAKING)- Removed:
syntaxoption (#6420) (@fpetrakov). (BREAKING)- Changed:
extendsinoverridesto merge to be consistent withpluginsbehaviour (#6380) (@jasikpark). (BREAKING)- Changed: type definitions to reorganize (#6510) (
@ybiquitous). (BREAKING)
... (truncated)
Commits
5b4a8e315.4.0769dd2aPrepare release (#6750)80b0affPrepare release (#6725)874ee84Fixdeclaration-block-no-redundant-longhand-propertieswith basic keywords ...804aefcFix deprecation warnings for disabled rules (#6747)2877f9cFixfunction-url-quotesautofix for double-slash comments in SCSS maps (#6745)6675487Addmedia-feature-range-notationautofix (#6742)07ef259Addno-unknown-custom-propertiesrule (#6731)fb69e01Improve performance ofisPathIgnored()utility (#6728)80a49a3Remove erroneous example fromunit-no-unknowndoc (#6722)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by mattxwang, a new releaser for stylelint since your current version.
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 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)