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

build(deps-dev): bump stylelint and stylelint-config-standard #1496

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps stylelint and stylelint-config-standard. These dependencies needed to be updated together.
Updates stylelint from 13.13.1 to 14.6.1

Release notes

Sourced from stylelint's releases.

14.6.1

  • Fixed: custom-property-pattern TypeError for "Cannot destructure property..." (#5982).
  • Fixed: selector-type-case false positives for SVG elements (#5973).
  • Fixed: unit-no-unknown false positives for large/small/dynamic viewport units (#5970).

14.6.0

  • Added: declaration-property-max-values rule (#5920).
  • Fixed: *-no-important column position (#5957).
  • Fixed: custom-property-pattern false positives for interpolation in property name (#5949).
  • Fixed: font-family-name-quotes column position (#5955).
  • Fixed: selector-pseudo-*-no-unknown false positives and negatives (#5959).
  • Fixed: selector-pseudo-class-no-unknown false positives and negatives (#5956).

14.5.3

  • Fixed: *-list invalid option warnings for strings (#5934).

14.5.2

  • Fixed: clarity of invalid option warning message for objects (#5923).
  • Fixed: *-list false negatives for invalid options (#5924).
  • Fixed: custom-property-pattern false positives for interpolation inside var() (#5925).
  • Fixed: declaration-property-value-*-list column position (#5926).

14.5.1

  • Fixed: function-no-unknown ENOENT and TypeErrors (#5916).
  • Fixed: function-no-unknown false positives for interpolation (#5914).

14.5.0

  • Added: ignoreFunctions: [] to function-no-unknown (#5901).

14.4.0

  • Added: function-no-unknown rule (#5865).
  • Added: font-family-name-quotes autofix (#5806).
  • Fixed: throwing more informative error when all input files are ignored (#5709).
  • Fixed: custom-property-pattern false negatives for custom properties within var() (#5867).
  • Fixed: no-descending-specificity parseError for double-slash comments within selector lists (#5891).
  • Fixed: selector-pseudo-element-colon-notation false positives for escaped colons (#5879).

14.3.0

  • Added: support for meta.url to rules and plugins (#5845).
  • Added: hyperlinks for rules to terminal output (#5835).
  • Added: hyperlinks for plugins to terminal output (#5859).
  • Added: ignore: ["rules"] / ["at-rules"] to block-opening-brace-*-after (#5830).
  • Added: ignoreSelectors: [] to property-case (#5822).
  • Added: ignoreFunctions: [] to unit-allowed-list (#5857).
  • Added: camelCaseSvgKeywords to value-keyword-case - use this option if you want legacy camel case SVG keywords like currentColor (#5849).
  • Fixed: font-family-no-missing-generic-family-keyword false positives for revert and revert-layer (#5852).
  • Fixed: no-descending-specificity false positives for the ::-moz-focus-inner pseudo-element (#5831).
  • Fixed: value-keyword-case false negatives for SVG keywords like currentcolor (#5849).

14.2.0

... (truncated)

Changelog

Sourced from stylelint's changelog.

14.6.1

  • Fixed: custom-property-pattern TypeError for "Cannot destructure property..." (#5982).
  • Fixed: selector-type-case false positives for SVG elements (#5973).
  • Fixed: unit-no-unknown false positives for large/small/dynamic viewport units (#5970).

14.6.0

  • Added: declaration-property-max-values rule (#5920).
  • Fixed: *-no-important column position (#5957).
  • Fixed: custom-property-pattern false positives for interpolation in property name (#5949).
  • Fixed: font-family-name-quotes column position (#5955).
  • Fixed: selector-pseudo-*-no-unknown false positives and negatives (#5959).
  • Fixed: selector-pseudo-class-no-unknown false positives and negatives (#5956).

14.5.3

  • Fixed: *-list invalid option warnings for strings (#5934).

14.5.2

  • Fixed: clarity of invalid option warning message for objects (#5923).
  • Fixed: *-list false negatives for invalid options (#5924).
  • Fixed: custom-property-pattern false positives for interpolation inside var() (#5925).
  • Fixed: declaration-property-value-*-list column position (#5926).

14.5.1

  • Fixed: function-no-unknown ENOENT and TypeErrors (#5916).
  • Fixed: function-no-unknown false positives for interpolation (#5914).

14.5.0

  • Added: ignoreFunctions: [] to function-no-unknown (#5901).

14.4.0

  • Added: function-no-unknown rule (#5865).
  • Added: font-family-name-quotes autofix (#5806).
  • Fixed: throwing more informative error when all input files are ignored (#5709).
  • Fixed: custom-property-pattern false negatives for custom properties within var() (#5867).
  • Fixed: no-descending-specificity parseError for double-slash comments within selector lists (#5891).
  • Fixed: selector-pseudo-element-colon-notation false positives for escaped colons (#5879).

14.3.0

  • Added: support for meta.url to rules and plugins (#5845).
  • Added: hyperlinks for rules to terminal output (#5835).
  • Added: hyperlinks for plugins to terminal output (#5859).
  • Added: ignore: ["rules"] / ["at-rules"] to block-opening-brace-*-after (#5830).

... (truncated)

Commits

Updates stylelint-config-standard from 22.0.0 to 25.0.0

Release notes

Sourced from stylelint-config-standard's releases.

25.0.0

24.0.0

  • Changed: alpha-value-notation to be "number" for opacity property.

23.0.0

This release adds over a dozen new rules.

If needed, you can extend the config to turn off or lower the severity of any of the new rules.

We recommend using Autoprefixer to automatically prefix your at-rules, properties, selectors and values.

  • Removed: stylelint less than 14.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@6.0.0.
  • Added: alpha-value-notation rule.
  • Added: at-rule-no-vendor-prefix rule.
  • Added: color-function-notation rule.
  • Added: custom-media-pattern rule.
  • Added: custom-property-pattern rule.
  • Added: declaration-block-no-redundant-longhand-properties rule.
  • Added: font-family-name-quotes rule.
  • Added: function-url-quotes rule.
  • Added: hue-degree-notation rule.
  • Added: keyframes-name-pattern rule.
  • Added: max-line-length rule.
  • Added: media-feature-name-no-vendor-prefix rule.
  • Added: no-empty-first-line rule.
  • Added: no-irregular-whitespace rule.
  • Added: number-max-precision rule.
  • Added: property-no-vendor-prefix rule.
  • Added: selector-attribute-quotes rule.
  • Added: selector-class-pattern rule.
  • Added: selector-id-pattern rule.
  • Added: selector-no-vendor-prefix rule.
  • Added: shorthand-property-no-redundant-values rule.
  • Added: string-quotes rule.
  • Added: value-no-vendor-prefix rule.
Changelog

Sourced from stylelint-config-standard's changelog.

25.0.0

24.0.0

  • Changed: alpha-value-notation to be "number" for opacity property.

23.0.0

This release adds over a dozen new rules.

If needed, you can extend the config to turn off or lower the severity of any of the new rules.

We recommend using Autoprefixer to automatically prefix your at-rules, properties, selectors and values.

  • Removed: stylelint less than 14.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@6.0.0.
  • Added: alpha-value-notation rule.
  • Added: at-rule-no-vendor-prefix rule.
  • Added: color-function-notation rule.
  • Added: custom-media-pattern rule.
  • Added: custom-property-pattern rule.
  • Added: declaration-block-no-redundant-longhand-properties rule.
  • Added: font-family-name-quotes rule.
  • Added: function-url-quotes rule.
  • Added: hue-degree-notation rule.
  • Added: keyframes-name-pattern rule.
  • Added: max-line-length rule.
  • Added: media-feature-name-no-vendor-prefix rule.
  • Added: no-empty-first-line rule.
  • Added: no-irregular-whitespace rule.
  • Added: number-max-precision rule.
  • Added: property-no-vendor-prefix rule.
  • Added: selector-attribute-quotes rule.
  • Added: selector-class-pattern rule.
  • Added: selector-id-pattern rule.
  • Added: selector-no-vendor-prefix rule.
  • Added: shorthand-property-no-redundant-values rule.
  • Added: string-quotes rule.
  • Added: value-no-vendor-prefix rule.
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 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)

Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies needed to be updated together.

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

Updates `stylelint-config-standard` from 22.0.0 to 25.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@22.0.0...25.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2022

Superseded by #1570.

@dependabot dependabot bot closed this May 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/stylelint-and-stylelint-config-standard-14.6.1 branch May 1, 2022 18:14
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

0 participants