chore(deps): bump yaml, postcss-loader, stylelint, stylelint-config-sass-guidelines, stylelint-config-standard and stylelint-webpack-plugin
Bumps yaml to 2.2.2 and updates ancestor dependencies yaml, postcss-loader, stylelint, stylelint-config-sass-guidelines, stylelint-config-standard and stylelint-webpack-plugin. These dependencies need to be updated together.
Updates yaml from 2.1.1 to 2.2.2
Release notes
Sourced from yaml's releases.
v2.2.2
This patch release includes a fix for an error that could be thrown in
parseDocumentfor degenerate input. Otherwise, it's a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:
- Use correct argument order when stringifying flow collection comments (#443)
- First-line folding for block scalars (#422)
- Corner case failure in error pretty-printer (CVE-2023-2251)
v2.2.1
- Quote top-level map keys containing document markers (#431)
v2.2.0
New Features
- Add
flowCollectionPaddingtoString option (#420)- Use indicator line for props on block collection values of mappings (#425)
Bugfixes
- Minor relaxation of types for custom tags (#429)
v2.1.3
- Set correct node-end position for block collections with comments (#413)
v2.1.2
- Set correct node-end position for empty values with comments (#413)
Commits
f21fa452.2.2984f578fix: Corner case failure in error pretty-printer443e3aafix: First-line folding for block scalars (fixes #422)5af5d3dfix: Use correct argument order when stringifying flow collection comments (f...c914dcc2.2.1c8551ebfix: Quote top-level map keys containing document markers (fixes #431)35764082.2.0ab52daaci: Remove all@typesexcept for node when testing types on old TS85be08dchore: Explicitly set supported types in tsconfig.json4732502ci: Uninstall@jest/typesbefore testing types on TS 4.2- Additional commits viewable in compare view
Updates postcss-loader from 7.0.1 to 7.2.4
Release notes
Sourced from postcss-loader's releases.
v7.2.4
7.2.4 (2023-04-04)
Bug Fixes
v7.2.3
7.2.3 (2023-04-03)
Bug Fixes
v7.2.2
7.2.2 (2023-04-03)
Bug Fixes
v7.2.1
7.2.1 (2023-04-03)
Bug Fixes
v7.2.0
7.2.0 (2023-04-03)
Features
v7.1.0
7.1.0 (2023-03-16)
Features
v7.0.2
7.0.2 (2022-11-29)
... (truncated)
Changelog
Sourced from postcss-loader's changelog.
7.2.4 (2023-04-04)
Bug Fixes
7.2.3 (2023-04-03)
Bug Fixes
7.2.2 (2023-04-03)
Bug Fixes
7.2.1 (2023-04-03)
Bug Fixes
7.2.0 (2023-04-03)
Features
7.1.0 (2023-03-16)
Features
7.0.2 (2022-11-29)
Bug Fixes
Commits
ef332dbchore(release): 7.2.47ab3b59fix: memory leak (#642)e4212a3chore(release): 7.2.338b1992fix:ts-nodeloading (#640)76c75a8chore(release): 7.2.2ab4d16afix: cannot find module 'ts-node' (#639)2112904chore(release): 7.2.1129f5befix: cosmiconfig typescript loader (#635)1504cbachore(release): 7.2.068c1b9cchore(deps): update (#633)- Additional commits viewable in compare view
Updates stylelint from 14.10.0 to 15.6.0
Release notes
Sourced from stylelint's releases.
15.6.0
- Added:
allowEmptyInput,cache,fixoptions to configuration object (#6778) (@mattxwang).- Added:
ignore: ["with-var-inside"]tocolor-function-notation(#6802) (@mattxwang).- Fixed:
declaration-block-no-duplicate-propertiesautofix for 3 or more duplicates (#6801) (@mattxwang).- Fixed:
declaration-block-no-duplicate-propertiesfalse positives with optionignore: ["consecutive-duplicates-with-different-syntaxes"](#6797) (@romainmenke).- Fixed:
declaration-block-no-duplicate-propertiessyntax error (#6792) (@yoyo837).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix forgrid-template(#6777) (@mattxwang).- Fixed:
function-url-quotesautofix for comments in SCSS function (#6800) (@ybiquitous).15.5.0
- Added:
ignore: ["consecutive-duplicates-with-different-syntaxes"]todeclaration-block-no-duplicate-properties(#6772) (@kimulaco).- Added:
ignoreProperties: []todeclaration-block-no-duplicate-custom-properties(#6773) (@mattxwang).- Added: raw regex support to
ignorePropertiesfordeclaration-block-no-duplicate-properties(#6764) (@ybiquitous).- Fixed:
block-no-emptyfalse positives with non-whitespace characters (#6782) (@ybiquitous).- Fixed:
color-function-notationfalse positives for namespaced imports (#6774) (@mattxwang).- Fixed:
custom-property-empty-line-beforefalse positives for CSS-in-JS (#6767) (@ybiquitous).- Fixed:
media-feature-range-notationparse error (#6760) (@fpetrakov).- Fixed: CLI help improvements (#6783) (
@ybiquitous).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).
... (truncated)
Changelog
Sourced from stylelint's changelog.
15.6.0
- Added:
allowEmptyInput,cache,fixoptions to configuration object (#6778) (@mattxwang).- Added:
ignore: ["with-var-inside"]tocolor-function-notation(#6802) (@mattxwang).- Fixed:
declaration-block-no-duplicate-propertiesautofix for 3 or more duplicates (#6801) (@mattxwang).- Fixed:
declaration-block-no-duplicate-propertiesfalse positives with optionignore: ["consecutive-duplicates-with-different-syntaxes"](#6797) (@romainmenke).- Fixed:
declaration-block-no-duplicate-propertiessyntax error (#6792) (@yoyo837).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix forgrid-template(#6777) (@mattxwang).- Fixed:
function-url-quotesautofix for comments in SCSS function (#6800) (@ybiquitous).15.5.0
- Added:
ignore: ["consecutive-duplicates-with-different-syntaxes"]todeclaration-block-no-duplicate-properties(#6772) (@kimulaco).- Added:
ignoreProperties: []todeclaration-block-no-duplicate-custom-properties(#6773) (@mattxwang).- Added: raw regex support to
ignorePropertiesfordeclaration-block-no-duplicate-properties(#6764) (@ybiquitous).- Fixed:
block-no-emptyfalse positives with non-whitespace characters (#6782) (@ybiquitous).- Fixed:
color-function-notationfalse positives for namespaced imports (#6774) (@mattxwang).- Fixed:
custom-property-empty-line-beforefalse positives for CSS-in-JS (#6767) (@ybiquitous).- Fixed:
media-feature-range-notationparse error (#6760) (@fpetrakov).- Fixed: CLI help improvements (#6783) (
@ybiquitous).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).
... (truncated)
Commits
380e92015.6.0a0b7f71Prepare release (#6794)fffbb4cAddignore: ["with-var-inside"]tocolor-function-notation(#6802)b089a42AddallowEmptyInput,cache,fixoptions to configuration object (#6778)2e31353Fixdeclaration-block-no-redundant-longhand-propertiesautofix for `grid-te...61d53ffFixdeclaration-block-no-duplicate-propertiesautofix for 3 or more duplica...56ba4c5Fixfunction-url-quotesautofix for comments in SCSS function (#6800)28328a6Fixdeclaration-block-no-duplicate-propertiesfalse positives with option `...afe410aBump postcss from 8.4.21 to 8.4.22 (#6789)d14a883Bump@csstools/media-query-list-parserfrom 2.0.2 to 2.0.4 (#6786)- Additional commits viewable in compare view
Updates stylelint-config-sass-guidelines from 9.0.1 to 10.0.0
Changelog
Sourced from stylelint-config-sass-guidelines's changelog.
[10.0.0]
Changed
- Updated package to be compatible with stylelint v15
Added
- Added node 18 to automated test matrix
- Added scss/no-global-function-names rule. Resolves #268
Removed
- Dropped official support for Node 12
- Removed node 12 from automated test matrix
- Removed stylelint-order plugin. Resolves #214 and #231
- Removed tests for deprecated stylelint rules
- Removed deprecated stylelint rules
- "block-opening-brace-space-before": "always"
- "color-hex-case": "lower"
- "declaration-bang-space-after": "never"
- "declaration-bang-space-before": "always"
- "declaration-block-semicolon-newline-after": "always"
- "declaration-block-semicolon-space-before": "never"
- "declaration-block-trailing-semicolon": "always"
- "declaration-colon-space-after": "always-single-line"
- "declaration-colon-space-before": "never"
- "function-comma-space-after": "always-single-line"
- "function-parentheses-space-inside": "never"
- "indentation": 2
- "media-feature-parentheses-space-inside": "never"
- "no-missing-end-of-source-newline": true
- "number-leading-zero": "always"
- "number-no-trailing-zeros": true
- "selector-list-comma-newline-after": "always"
- "string-quotes": "single"
- Removed scss/at-mixin-pattern rule. Resolves #181 and #191
Commits
ca13b6fReleased version 10.0.04441071Add scss/no-global-function-names rule (#280)45b3fa0Remove scss/at-mixin-pattern rule (#279)bf4d9cdRemove stylelint order plugin (#278)93314b8Update tape to latest versionb07865bUpdate README.mdb7be213Update CHANGELOG.mdb463824Bump minimatch from 3.0.4 to 3.1.2 (#277)35395a6Bump tape from 5.5.3 to 5.6.3 (#269)a742dc1Stylelint v15 update (#276)- Additional commits viewable in compare view
Updates stylelint-config-standard from 26.0.0 to 33.0.0
Release notes
Sourced from stylelint-config-standard's releases.
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.29.0.0
- Removed:
stylelintless than14.14.0from peer dependencies.- Changed:
import-notationto be"url".- Added: custom parameter messages to
*-patternrules.- Fixed:
value-no-vendor-prefixto ignore-webkit-box.28.0.0
- Removed:
stylelintless than14.11.0from peer dependencies.- Changed:
alpha-value-notationto be"number"for SVG*-opacityproperties.27.0.0
- Removed:
stylelintless than14.10.0from peer dependencies.- Changed: updated to
[email protected]- Added:
keyframe-selector-notationrule.
Changelog
Sourced from stylelint-config-standard's changelog.
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.29.0.0
- Removed:
stylelintless than14.14.0from peer dependencies.- Changed:
import-notationto be"url".- Added: custom parameter messages to
*-patternrules.- Fixed:
value-no-vendor-prefixto ignore-webkit-box.28.0.0
- Removed:
stylelintless than14.11.0from peer dependencies.- Changed:
alpha-value-notationto be"number"for SVG*-opacityproperties.27.0.0
- Removed:
stylelintless than14.10.0from peer dependencies.- Changed: updated to
[email protected].- Added:
keyframe-selector-notationrule.
Commits
Maintainer changes
This version was pushed to npm by ybiquitous, a new releaser for stylelint-config-standard since your current version.
Updates stylelint-webpack-plugin from 3.3.0 to 4.1.1
Release notes
Sourced from stylelint-webpack-plugin's releases.
v4.1.1
4.1.1 (2023-04-10)
Performance
- enable
cacheby default (#327)v4.1.0
4.1.0 (2023-02-18)
Features
v4.0.0
4.0.0 (2023-02-02)
⚠ BREAKING CHANGES
Bug Fixes
Changelog
Sourced from stylelint-webpack-plugin's changelog.
4.1.1 (2023-04-10)
Performance
- enable
cacheby default (#327)4.1.0 (2023-02-18)
Features
4.0.0 (2023-02-02)
⚠ BREAKING CHANGES
Bug Fixes
Commits
19d6647chore(release): 4.1.1dde16acchore: update dependencies to the latest version (#329)2fe9ae7perf: enable cache by default (#327)859f5a5chore: update dependencies to the latest version (#328)e83c14dchore: update dependencies to the latest version (#324)474cef7chore(release): 4.1.08dc5881feat: add stylelint v15 (#323)d9a850echore: use LTS node version in lint job (#321)6e79b51chore(release): 4.0.0fe36043chore: update dependencies to the latest version (#320)- 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.