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 postcss, stylelint, stylelint-config-standard, stylelint-csstree-validator and stylelint-scss #5

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2023

Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, stylelint, stylelint-config-standard, stylelint-csstree-validator and stylelint-scss. These dependencies need to be updated together.

Updates postcss from 8.4.25 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
Commits

Updates stylelint from 13.13.1 to 15.10.3

Release notes

Sourced from stylelint's releases.

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@​danielroe).

15.10.1

15.10.0

15.9.0

  • Added: insideFunctions: {"function": int} to number-max-precision (#6932) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#6958) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#6956) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#6957) (@​mattxwang).

15.8.0

... (truncated)

Changelog

Sourced from stylelint's changelog.

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@​danielroe).

15.10.1

15.10.0

15.9.0

  • Added: insideFunctions: {"function": int} to number-max-precision (#6932) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#6958) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#6956) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#6957) (@​mattxwang).

15.8.0

... (truncated)

Commits

Updates stylelint-config-standard from 21.0.0 to 34.0.0

Release notes

Sourced from stylelint-config-standard's releases.

34.0.0

  • Removed: stylelint less than 15.10.0 from peer dependencies
  • Changed: updated to [email protected].

33.0.0

  • Removed: stylelint less than 15.5.0 from peer dependencies.
  • Changed: updated to [email protected].
  • 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

  • Removed: stylelint less than 15.3.0 from peer dependencies.
  • Changed: updated to [email protected]

30.0.1

30.0.0

  • Removed: stylelint less than 15.0.0 from peer dependencies.
  • Removed: 64 rules deprecated in [email protected]. 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.

29.0.0

  • Removed: stylelint less than 14.14.0 from peer dependencies.
  • Changed: import-notation to be "url".
  • Added: custom parameter messages to *-pattern rules.
  • Fixed: value-no-vendor-prefix to ignore -webkit-box.

28.0.0

  • Removed: stylelint less than 14.11.0 from peer dependencies.
  • Changed: alpha-value-notation to be "number" for SVG *-opacity properties.

27.0.0

  • Removed: stylelint less than 14.10.0 from peer dependencies.
  • Changed: updated to [email protected]
  • Added: keyframe-selector-notation rule.

26.0.0

  • Removed: stylelint less than 14.9.0 from peer dependencies.
  • Changed: updated to [email protected]
  • Added: import-notation rule.
  • Added: selector-not-notation rule.

25.0.0

  • Removed: stylelint less than 14.4.0 from peer dependencies.
  • Changed: updated to [email protected]

... (truncated)

Changelog

Sourced from stylelint-config-standard's changelog.

34.0.0

  • Removed: stylelint less than 15.10.0 from peer dependencies
  • Changed: updated to [email protected].

33.0.0

  • Removed: stylelint less than 15.5.0 from peer dependencies.
  • Changed: updated to [email protected].
  • 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

  • Removed: stylelint less than 15.3.0 from peer dependencies.
  • Changed: updated to [email protected].

30.0.1

30.0.0

  • Removed: stylelint less than 15.0.0 from peer dependencies.
  • Removed: 64 rules deprecated in [email protected]. 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.

29.0.0

  • Removed: stylelint less than 14.14.0 from peer dependencies.
  • Changed: import-notation to be "url".
  • Added: custom parameter messages to *-pattern rules.
  • Fixed: value-no-vendor-prefix to ignore -webkit-box.

28.0.0

  • Removed: stylelint less than 14.11.0 from peer dependencies.
  • Changed: alpha-value-notation to be "number" for SVG *-opacity properties.

27.0.0

  • Removed: stylelint less than 14.10.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: keyframe-selector-notation rule.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mattxwang, a new releaser for stylelint-config-standard since your current version.


Updates stylelint-csstree-validator from 1.9.0 to 3.0.0

Release notes

Sourced from stylelint-csstree-validator's releases.

3.0.0

  • Added support for stylelint 15 (#53)
  • Dropped support for Node.js below 14.13

2.1.0

  • Bumped css-tree to ^2.3.1 (#47, #48)
  • Extended ignoreAtrules and ignoreProperties options to accept RegExp patterns (#19, #45)
  • Fixed Sass's @else at-rule to allow have no a prelude (#46)
  • Changed at-rule prelude validation to emit no warnings when a prelude contains Sass/Less syntax extensions (#44)

2.0.0 – At-rule validation, ignore options and Sass/Less improvements, ESM support

  • Added syntaxExtensions option to specify syntax extensions, i.e. sass or/and less. For now the plugin validates CSS only by default
  • Added at-rule validation for name, prelude and descriptors
  • Added atrules option to extend or alter at-rule syntax definition dictionary or disable at-rule validation when false is passed as a value for the option
  • Added ignoreAtrules option to specify at-rule names which should not be validated
  • Used isStandardSyntax*() helpers from stylelint to reduce failures for non-standard syntax (e.g. Less or Sass)
  • Added support for Less & Sass namespaces, a value with such constructions are ignored now instead of failure (#39)
  • Added a column to mismatch error details
  • Renamed ignore option into ignoreProperties to be more clear what is ignoring; ignore option is still work but cause to a deprecation warning
  • Fixed ignoreValue option to apply for parse errors either (#43)
  • Fixed failure on a declaration with a Less variable reference, i.e. ignore such declarations for now
  • Stylelint 14.0 support
  • Package
    • Changed supported versions of Node.js to ^12.20.0, ^14.13.0 and >=15.0.0
    • Converted to ES modules. However, CommonJS is supported as well (dual module)
    • Bumped css-tree to 2.0 and latest mdn-data dictionaries
Changelog

Sourced from stylelint-csstree-validator's changelog.

3.0.0 (June 12, 2023)

  • Added support for stylelint 15 (#53)
  • Dropped support for Node.js below 14.13

2.1.0 (January 29, 2023)

  • Bumped css-tree to ^2.3.1
  • Extended ignoreAtrules and ignoreProperties options to accept RegExp patterns (#19, #45)
  • Fixed Sass's @else at-rule to allow have no a prelude (#46)
  • Changed at-rule prelude validation to emit no warnings when a prelude contains Sass/Less syntax extensions (#44)

2.0.0 (December 14, 2021)

  • Added syntaxExtensions option to specify syntax extensions, i.e. sass or/and less. For now the plugin validates CSS only by default
  • Added at-rule validation for name, prelude and descriptors
  • Added atrules option to extend or alter at-rule syntax definition dictionary or disable at-rule validation when false is passed as a value for the option
  • Added ignoreAtrules option to specify at-rule names which should not be validated
  • Used isStandardSyntax*() helpers from stylelint to reduce failures for non-standard syntax (e.g. Less or Sass)
  • Added support for Less & Sass namespaces, a value with such constructions are ignored now instead of failure (#39)
  • Added a column to mismatch error details
  • Renamed ignore option into ignoreProperties to be more clear what is ignoring; ignore option is still work but cause to a deprecation warning
  • Fixed ignoreValue option to apply for parse errors either (#43)
  • Fixed failure on a declaration with a Less variable reference, i.e. ignore such declarations for now
  • Package
    • Changed supported versions of Node.js to ^12.20.0, ^14.13.0 and >=15.0.0
    • Converted to ES modules. However, CommonJS is supported as well (dual module)
    • Bumped css-tree to 2.0 and latest mdn-data dictionaries
Commits
  • ce3272d v3.0.0
  • 2b88958 Drop support for Node.js below 14.13
  • bce1351 Try old package-lock version
  • f79d833 Add support for stylelint 15
  • c7fac4f Typos
  • 6b47a53 2.1.0
  • 031f6ae Fix unit tests on Nodejs prior 16
  • a4f76aa Extend ignoreAtrules and ignoreProperties options to accept RegExp patterns (...
  • ca24e5d Ignore at-rule prelude validation when it contains a Sass/Less syntax extensi...
  • 02f7cc1 Make a predule for @​else optional (fixes #46)
  • Additional commits viewable in compare view

Updates stylelint-scss from 3.21.0 to 5.2.1

Release notes

Sourced from stylelint-scss's releases.

5.2.1

  • Fixed: add missing known-css-properties dependency (#857).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.0...v5.2.1

5.2.0

  • Added: at-root-no-redundant rule to ban unnecessary @at-root rule (#846).
  • Added: property-no-unknown rule to disallow unknown properties. (#847).
  • Added: at-use-no-redundant-alias rule to disallow redundant namespace aliases (#848).
  • Added: function-calculation-no-interpolation rule to forbid interpolation in calc functions (#849).

Full Changelog: stylelint-scss/stylelint-scss@v5.1.0...v5.2.0

5.1.0

  • Added: function-disallowed-list rule support to ban specific built-in functions (#422, #844).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.1...v5.1.0

5.0.1

  • Fixed: function-no-unknown ignore empty function names (#826).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.0...v5.0.1

5.0.0

  • Removed: babel dependency to remove an extra build step and reduce complexity

Full Changelog: stylelint-scss/stylelint-scss@v4.7.0...v5.0.0

4.7.0

  • Fixed: docs - small formatting fixes
  • Removed: dlv dependency

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

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).

... (truncated)

Changelog

Sourced from stylelint-scss's changelog.

5.2.1

  • Fixed: add missing known-css-properties dependency (#857).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.0...v5.2.1

5.2.0

  • Added: at-root-no-redundant rule to ban unnecessary @at-root rule (#846).
  • Added: property-no-unknown rule to disallow unknown properties. (#847).
  • Added: at-use-no-redundant-alias rule to disallow redundant namespace aliases (#848).
  • Added: function-calculation-no-interpolation rule to forbid interpolation in calc functions (#849).

Full Changelog: stylelint-scss/stylelint-scss@v5.1.0...v5.2.0

5.1.0

  • Added: function-disallowed-list rule support to ban specific built-in functions (#422, #844).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.1...v5.1.0

5.0.1

  • Fixed: function-no-unknown ignore empty function names (#826).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.0...v5.0.1

5.0.0

  • Removed: Babel dependency to remove an extra build step and reduce complexity

4.7.0

  • Fixed: docs - small formatting fixes
  • Removed: dlv dependency

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

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).

... (truncated)

Commits

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

…-validator and stylelint-scss

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard), [stylelint-csstree-validator](https://github.com/csstree/stylelint-validator) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). These dependencies need to be updated together.


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

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

Updates `stylelint-config-standard` from 21.0.0 to 34.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@21.0.0...34.0.0)

Updates `stylelint-csstree-validator` from 1.9.0 to 3.0.0
- [Release notes](https://github.com/csstree/stylelint-validator/releases)
- [Changelog](https://github.com/csstree/stylelint-validator/blob/master/CHANGELOG.md)
- [Commits](csstree/stylelint-validator@v1.9.0...v3.0.0)

Updates `stylelint-scss` from 3.21.0 to 5.2.1
- [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@3.21.0...v5.2.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: stylelint
  dependency-type: direct:development
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
- dependency-name: stylelint-csstree-validator
  dependency-type: direct:development
- dependency-name: stylelint-scss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2023
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.

0 participants