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 stylelint from 13.13.1 to 14.0.0 #828

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2021

Bumps stylelint from 13.13.1 to 14.0.0.

Release notes

Sourced from stylelint's releases.

14.0.0

Migrating to 14.0.0 guide.

  • Removed: Node.js 10 support (#5303).
  • Removed: syntax option (#5297).
  • Removed: configOverrides option (#5530).
  • Removed: rules deprecated in 13.7.0 (#5295).
  • Removed: function-calc-no-invalid rule (#5296).
  • Changed: ignoreFiles to be extendable (#5596).
  • Security: addressed ReDoS issue with regex in indentation (#5539).
  • Added: TypeScript type definitions (#5582).
  • Added: customSyntax option as a property in the configuration object (#5538).
  • Added: overrides property to configuration object (#5521).
  • Added: disableFix as secondary option to rules property in the configuration object (#5460).
  • Added: quiet option to Node.js API (#5542).
  • Added: color-hex-alpha rule (#5316).
  • Added: custom-property-no-missing-var-function rule (#5317).
  • Added: function-calc-no-unspaced-operator autofix (#5273).
  • Added: ignoreFunctions: [] to length-zero-no-unit (#5314).
  • Added: ignoreAtRules: [] to no-invalid-position-at-import (#5520).
  • Added: ignoreProperties: [] to number-max-precision (#5421).
  • Fixed: "No files matching the pattern" when using backslash paths on Windows (#5386).
  • Fixed: function-url-quotes problem messages to be consistent with other *-quotes rules (#5488).
  • Fixed: length-zero-no-unit false positives for flex property (#5315).
  • Fixed: media-feature-name-no-unknown false positives for prefers-contrast (#5428).
  • Fixed: media-feature-name-no-unknown false positives for dynamic-range & video-dynamic-range (#5613).
  • Fixed: media-feature-name-value-allowed-list TypeError for spaceless condition (#5581).
  • Fixed: property-no-unknown false positives for Less maps (#5381).
  • Fixed: selector-class-pattern false positives for Less parametric mixins (#5378).
  • Fixed: max-empty-lines autofix for Less comments (#5507).
  • Fixed: named-grid-areas-no-invalid false negatives for grid and grid-template shorthand properties (#5514).
  • Fixed: unit-no-unknown false positives for nested property declarations (#5500).
Changelog

Sourced from stylelint's changelog.

14.0.0

Migrating to 14.0.0 guide.

  • Removed: Node.js 10 support (#5303).
  • Removed: syntax option (#5297).
  • Removed: configOverrides option (#5530).
  • Removed: rules deprecated in 13.7.0 (#5295).
  • Removed: function-calc-no-invalid rule (#5296).
  • Changed: ignoreFiles to be extendable (#5596).
  • Security: addressed ReDoS issue with regex in indentation (#5539).
  • Added: TypeScript type definitions (#5582).
  • Added: customSyntax option as a property in the configuration object (#5538).
  • Added: overrides property to configuration object (#5521).
  • Added: disableFix as secondary option to rules property in the configuration object (#5460).
  • Added: quiet option to Node.js API (#5542).
  • Added: color-hex-alpha rule (#5316).
  • Added: custom-property-no-missing-var-function rule (#5317).
  • Added: function-calc-no-unspaced-operator autofix (#5273).
  • Added: ignoreFunctions: [] to length-zero-no-unit (#5314).
  • Added: ignoreAtRules: [] to no-invalid-position-at-import (#5520).
  • Added: ignoreProperties: [] to number-max-precision (#5421).
  • Fixed: "No files matching the pattern" when using backslash paths on Windows (#5386).
  • Fixed: function-url-quotes problem messages to be consistent with other *-quotes rules (#5488).
  • Fixed: length-zero-no-unit false positives for flex property (#5315).
  • Fixed: media-feature-name-no-unknown false positives for prefers-contrast (#5428).
  • Fixed: media-feature-name-no-unknown false positives for dynamic-range & video-dynamic-range (#5613).
  • Fixed: media-feature-name-value-allowed-list TypeError for spaceless condition (#5581).
  • Fixed: property-no-unknown false positives for Less maps (#5381).
  • Fixed: selector-class-pattern false positives for Less parametric mixins (#5378).
  • Fixed: max-empty-lines autofix for Less comments (#5507).
  • Fixed: named-grid-areas-no-invalid false negatives for grid and grid-template shorthand properties (#5514).
  • Fixed: unit-no-unknown false positives for nested property declarations (#5500).
Commits
  • 060310c 14.0.0
  • ff4a1ef Prepare CHANGELOG
  • 8d2f6e1 Bump postcss (#5619)
  • f552608 Merge pull request #5618 from stylelint/dependabot/npm_and_yarn/husky-7.0.4
  • 7ed17ad Bump husky from 7.0.2 to 7.0.4
  • 4d9f75e Merge pull request #5617 from stylelint/dependabot/npm_and_yarn/jest-27.3.1
  • bc9dd0b Bump jest from 27.2.5 to 27.3.1
  • 82e2507 Merge pull request #5604 from stylelint/v14
  • 16d259f Update CHANGELOG.md
  • 70b1149 Fix false positives for dynamic-range keywords in media-feature-name-no-unkno...
  • Additional commits viewable in compare view

Dependabot compatibility score

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) from 13.13.1 to 14.0.0.
- [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.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 22, 2021
@codecov
Copy link

codecov bot commented Oct 22, 2021

Codecov Report

Merging #828 (4b7a613) into master (790dfe7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #828   +/-   ##
=======================================
  Coverage   21.27%   21.27%           
=======================================
  Files          20       20           
  Lines        1551     1551           
=======================================
  Hits          330      330           
  Misses       1221     1221           
Flag Coverage Δ
integration 7.09% <ø> (ø)
unittests 14.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@github-actions
Copy link

Unit Test Results

  20 files    20 suites   8m 19s ⏱️
  66 tests   66 ✔️ 0 💤 0
660 runs  660 ✔️ 0 💤 0

Results for commit 4b7a613.

@christianlupus
Copy link
Collaborator

Currently, we are missing support for stylelint-config-sass-guidelines. There is a PR open but unless this is merged, there will be missing peer dependencies.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2021

Superseded by #832.

@dependabot dependabot bot closed this Oct 27, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylelint-14.0.0 branch October 27, 2021 01:04
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant