Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump yaml, css-minimizer-webpack-plugin, postcss-loader, stylelint, stylelint-config-standard, stylelint-config-standard-scss, stylelint-scss and stylelint-webpack-plugin #11

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2023

Removes yaml. It's no longer used after updating ancestor dependencies yaml, css-minimizer-webpack-plugin, postcss-loader, stylelint, stylelint-config-standard, stylelint-config-standard-scss, stylelint-scss and stylelint-webpack-plugin. These dependencies need to be updated together.

Removes yaml

Updates css-minimizer-webpack-plugin from 4.2.2 to 5.0.0

Release notes

Sourced from css-minimizer-webpack-plugin's releases.

v5.0.0

5.0.0 (2023-03-27)

⚠ BREAKING CHANGES

Features

Changelog

Sourced from css-minimizer-webpack-plugin's changelog.

5.0.0 (2023-03-27)

⚠ BREAKING CHANGES

Features

Commits

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

  • add support for TypeScript based configs (#632) (c6b5def)

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

  • add support for TypeScript based configs (#632) (c6b5def)

7.1.0 (2023-03-16)

Features

7.0.2 (2022-11-29)

Bug Fixes

  • support ESM version of postcss.config.js and postcss.config.mjs (#614) (955085f)
Commits

Updates stylelint from 14.14.1 to 15.6.0

Release notes

Sourced from stylelint's releases.

15.6.0

  • Added: allowEmptyInput, cache, fix options to configuration object (#6778) (@​mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#6802) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#6801) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#6797) (@​romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#6792) (@​yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#6777) (@​mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#6800) (@​ybiquitous).

15.5.0

  • Added: ignore: ["consecutive-duplicates-with-different-syntaxes"] to declaration-block-no-duplicate-properties (#6772) (@​kimulaco).
  • Added: ignoreProperties: [] to declaration-block-no-duplicate-custom-properties (#6773) (@​mattxwang).
  • Added: raw regex support to ignoreProperties for declaration-block-no-duplicate-properties (#6764) (@​ybiquitous).
  • Fixed: block-no-empty false positives with non-whitespace characters (#6782) (@​ybiquitous).
  • Fixed: color-function-notation false positives for namespaced imports (#6774) (@​mattxwang).
  • Fixed: custom-property-empty-line-before false positives for CSS-in-JS (#6767) (@​ybiquitous).
  • Fixed: media-feature-range-notation parse error (#6760) (@​fpetrakov).
  • Fixed: CLI help improvements (#6783) (@​ybiquitous).

15.4.0

15.3.0

15.2.0

  • Added: messageArgs to 76 rules (#6589) (@​kizu).
  • Fixed: TypeScript error to export Plugin and RuleContext (#6664) (@​henryruhs).
  • Fixed: overrides.extends order when including same rules (#6660) (@​kuoruan).
  • Fixed: annotation-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: declaration-property-value-no-unknown false positives for at-rule descriptors (#6669) (@​FloEdelmann).
  • Fixed: declaration-property-value-no-unknown parse error for alpha(opacity=n) to report as violation (#6650) (@​romainmenke).
  • Fixed: function-name-case false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: function-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: unit-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: value-keyword-case false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).

... (truncated)

Changelog

Sourced from stylelint's changelog.

15.6.0

  • Added: allowEmptyInput, cache, fix options to configuration object (#6778) (@​mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#6802) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#6801) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#6797) (@​romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#6792) (@​yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#6777) (@​mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#6800) (@​ybiquitous).

15.5.0

  • Added: ignore: ["consecutive-duplicates-with-different-syntaxes"] to declaration-block-no-duplicate-properties (#6772) (@​kimulaco).
  • Added: ignoreProperties: [] to declaration-block-no-duplicate-custom-properties (#6773) (@​mattxwang).
  • Added: raw regex support to ignoreProperties for declaration-block-no-duplicate-properties (#6764) (@​ybiquitous).
  • Fixed: block-no-empty false positives with non-whitespace characters (#6782) (@​ybiquitous).
  • Fixed: color-function-notation false positives for namespaced imports (#6774) (@​mattxwang).
  • Fixed: custom-property-empty-line-before false positives for CSS-in-JS (#6767) (@​ybiquitous).
  • Fixed: media-feature-range-notation parse error (#6760) (@​fpetrakov).
  • Fixed: CLI help improvements (#6783) (@​ybiquitous).

15.4.0

15.3.0

15.2.0

  • Added: messageArgs to 76 rules (#6589) (@​kizu).
  • Fixed: TypeScript error to export Plugin and RuleContext (#6664) (@​henryruhs).
  • Fixed: overrides.extends order when including same rules (#6660) (@​kuoruan).
  • Fixed: annotation-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: declaration-property-value-no-unknown false positives for at-rule descriptors (#6669) (@​FloEdelmann).
  • Fixed: declaration-property-value-no-unknown parse error for alpha(opacity=n) to report as violation (#6650) (@​romainmenke).

... (truncated)

Commits
  • 380e920 15.6.0
  • a0b7f71 Prepare release (#6794)
  • fffbb4c Add ignore: ["with-var-inside"] to color-function-notation (#6802)
  • b089a42 Add allowEmptyInput, cache, fix options to configuration object (#6778)
  • 2e31353 Fix declaration-block-no-redundant-longhand-properties autofix for `grid-te...
  • 61d53ff Fix declaration-block-no-duplicate-properties autofix for 3 or more duplica...
  • 56ba4c5 Fix function-url-quotes autofix for comments in SCSS function (#6800)
  • 28328a6 Fix declaration-block-no-duplicate-properties false positives with option `...
  • afe410a Bump postcss from 8.4.21 to 8.4.22 (#6789)
  • d14a883 Bump @​csstools/media-query-list-parser from 2.0.2 to 2.0.4 (#6786)
  • Additional commits viewable in compare view

Updates stylelint-config-standard from 29.0.0 to 33.0.0

Release notes

Sourced from stylelint-config-standard's releases.

33.0.0

  • Removed: stylelint less than 15.5.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@12.0.0.
  • Changed: restored declaration-block-single-line-max-declarations removed on 30.0.0.

32.0.0

  • Removed: stylelint less than 15.4.0 from peer dependencies.
  • Added: media-feature-range-notation: "context" rule

31.0.0

30.0.1

30.0.0

  • Removed: stylelint less than 15.0.0 from peer dependencies.
  • Removed: 64 rules deprecated in stylelint@15.0.0. For details, see the migration guide.
  • Fixed: length-zero-no-unit to ignore custom properties.
  • Fixed: value-no-vendor-prefix to ignore -webkit-inline-box.
Changelog

Sourced from stylelint-config-standard's changelog.

33.0.0

  • Removed: stylelint less than 15.5.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@12.0.0.
  • Changed: restored declaration-block-single-line-max-declarations removed on 30.0.0.

32.0.0

  • Removed: stylelint less than 15.4.0 from peer dependencies.
  • Added: media-feature-range-notation: "context" rule.

31.0.0

30.0.1

30.0.0

  • Removed: stylelint less than 15.0.0 from peer dependencies.
  • Removed: 64 rules deprecated in stylelint@15.0.0. For details, see the migration guide.
  • Fixed: length-zero-no-unit to ignore custom properties.
  • Fixed: value-no-vendor-prefix to ignore -webkit-inline-box.
Commits

Updates stylelint-config-standard-scss from 6.1.0 to 9.0.0

Release notes

Sourced from stylelint-config-standard-scss's releases.

9.0.0

8.0.0

7.0.1

  • Fixed: remove deprecated rule block-closing-brace-newline-after (#68).

7.0.0

Changelog

Sourced from stylelint-config-standard-scss's changelog.

9.0.0

8.0.0

7.0.1

  • Fixed: remove deprecated rule block-closing-brace-newline-after (#68).

7.0.0

Commits

Updates stylelint-scss from 4.3.0 to 4.6.0

Release notes

Sourced from stylelint-scss's releases.

4.6.0

  • Fixed: docs - fix broken links and wording tweaks
  • Removed: Lodash dependency

Full Changelog: stylelint-scss/stylelint-scss@v4.5.0...v4.6.0

4.5.0

  • Fixed: operator-no-unspaced make data uri regex less strict (#767).
  • Changed: operator-no-unspaced add support for :has (#768).
  • Changed: function-no-unknown add support for @use (#773).

4.4.0

  • Added: support for Stylelint version 15.
  • Added: at-rule-no-unknown and at-each-key-value-single-line rules support for end positions (#655, #689).
  • Fixed: at-function-pattern and at-mixin-pattern, fix warnings to range only one line (#639).
  • Fixed: at-import-partial-extension autofix incorrectly replacing the filename (#643).
  • Fixed: media-feature-value-dollar-variable add support for @use (#715).
  • Fixed: function-quote-no-quoted-strings-inside bug with autofix (#740).
Changelog

Sourced from stylelint-scss's changelog.

4.6.0

  • Fixed: docs - fix broken links and wording tweaks
  • Removed: Lodash dependency

Full Changelog: stylelint-scss/stylelint-scss@v4.5.0...v4.6.0

4.5.0

  • Fixed: operator-no-unspaced make data uri regex less strict (#767).
  • Changed: operator-no-unspaced add support for :has (#768).
  • Changed: function-no-unknown add support for @use (#773).

4.4.0

  • Added: support for stylelint version 15.
  • Added: at-rule-no-unknown and at-each-key-value-single-line rules support for end positions (#655, #689).
  • Fixed: at-function-pattern and at-mixin-pattern, fix warnings to range only one line (#639).
  • Fixed: at-import-partial-extension autofix incorrectly replacing the filename (#643).
  • Fixed: media-feature-value-dollar-variable add support for @use (#715).
  • Fixed: function-quote-no-quoted-strings-inside bug with autofix (#740).
Commits

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 cache by 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 cache by default (#327)

4.1.0 (2023-02-18)

Features

4.0.0 (2023-02-02)

⚠ BREAKING CHANGES

Bug Fixes

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…tylelint-config-standard, stylelint-config-standard-scss, stylelint-scss and stylelint-webpack-plugin

Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin), [postcss-loader](https://github.com/webpack-contrib/postcss-loader), [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard), [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss), [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) and [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin). These dependencies need to be updated together.


Removes `yaml`

Updates `css-minimizer-webpack-plugin` from 4.2.2 to 5.0.0
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v4.2.2...v5.0.0)

Updates `postcss-loader` from 7.0.1 to 7.2.4
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v7.0.1...v7.2.4)

Updates `stylelint` from 14.14.1 to 15.6.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@14.14.1...15.6.0)

Updates `stylelint-config-standard` from 29.0.0 to 33.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@29.0.0...33.0.0)

Updates `stylelint-config-standard-scss` from 6.1.0 to 9.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-standard-scss@v6.1.0...v9.0.0)

Updates `stylelint-scss` from 4.3.0 to 4.6.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v4.3.0...v4.6.0)

Updates `stylelint-webpack-plugin` from 3.3.0 to 4.1.1
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/stylelint-webpack-plugin@v3.3.0...v4.1.1)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
- dependency-name: postcss-loader
  dependency-type: direct:development
- dependency-name: stylelint
  dependency-type: direct:development
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:development
- dependency-name: stylelint-scss
  dependency-type: direct:development
- dependency-name: stylelint-webpack-plugin
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2023
@raythompsonwebdev raythompsonwebdev merged commit 82aac87 into master Jun 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/yaml-and-css-minimizer-webpack-plugin-and-postcss-loader-and-stylelint-and-stylelint-config-standard-and-stylelint-config-standard-scss-and-stylelint-scss-and-stylelint-webpack-plugin--removed branch June 11, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant