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

chore(deps): update stylelint (major) #1567

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) ^15.11.0 -> ^16.9.0 age adoption passing confidence
stylelint-config-recommended-scss ^13.1.0 -> ^14.1.0 age adoption passing confidence
stylelint-scss ^5.3.2 -> ^6.7.0 age adoption passing confidence

Release Notes

stylelint/stylelint (stylelint)

v16.9.0

Compare Source

  • Changed: secondaryOptions argument type of the Rule function (#​7950) (@​Mouvedia).
  • Fixed: color-function-notation reporting functions with less than 3 arguments (#​7948) (@​Mouvedia).
  • Fixed: declaration-property-value-no-unknown false positives/negatives (#​7944 & #​7957 & #​7956) (@​Mouvedia & @​sidverma32).
    • false positives: overflow, word-break, width
    • false negatives: anchor-name, field-sizing, text-box-edge, text-box-trim, text-spacing-trim, text-wrap, text-wrap-mode, text-wrap-style, view-timeline, view-timeline-axis, view-timeline-inset, view-timeline-name, view-transition-name
  • Fixed: keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animations false negatives for @-o-keyframes and @-ms-keyframes (#​7953) (@​Mouvedia).
  • Fixed: no-duplicate-selectors reported ranges (#​7938) (@​romainmenke).
  • Fixed: property-no-vendor-prefix report for -webkit-background-size (#​7940) (@​Mouvedia).
  • Fixed: selector-class-pattern reported ranges (#​7959) (@​Mouvedia).
  • Fixed: selector-no-qualifying-type reported ranges (#​7937) (@​romainmenke).
  • Fixed: honour Node.js --no-deprecation flag for rule deprecation warnings (#​7943) (@​Mouvedia).

v16.8.2

Compare Source

v16.8.1

Compare Source

v16.8.0

Compare Source

v16.7.0

Compare Source

v16.6.1

Compare Source

v16.6.0

Compare Source

v16.5.0

Compare Source

v16.4.0

Compare Source

v16.3.1

Compare Source

v16.3.0

Compare Source

v16.2.1

Compare Source

  • Fixed: report flags not reporting on subsequent runs when cache is used (#​7483) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for properties that can contain author-defined identifiers (#​7478) (@​ybiquitous).
  • Fixed: selector-pseudo-class-no-unknown false positives for :seeking, the media loading state and sound state pseudo-classes (#​7490) (@​Mouvedia).
  • Fixed: selector-max-specificity false positives with ignoreSelectors option for of <selector> syntax (#​7475) (@​ybiquitous).
  • Fixed: function-calc-no-unspaced-operator performance (#​7505) (@​ybiquitous).
  • Fixed: validateOptions to report when secondary option object is an empty object or null (#​7476) (@​ybiquitous).
  • Fixed: report() error message responsibility for a missing node or line number (#​7474) (@​ybiquitous).

v16.2.0

Compare Source

v16.1.0

Compare Source

v16.0.2

Compare Source

v16.0.1

Compare Source

v16.0.0

Compare Source

Migrating to 16.0.0 guide.

stylelint-scss/stylelint-config-recommended-scss (stylelint-config-recommended-scss)

v14.1.0

Compare Source

  • Changed: replaced deprecated scss/at-import-partial-extension rule with scss/load-partial-extension rule.
  • Changed: updated to stylelint-scss@6.4.0.

v14.0.0

Compare Source

stylelint-scss/stylelint-scss (stylelint-scss)

v6.7.0

Compare Source

  • Added: function-no-unknown: add support for Sass v1.78 color.channel function (#​1052).

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

v6.6.0

Compare Source

  • Added: declaration-property-value-no-unknown: add support for first-class operators (#​1042).
  • Added: declaration-property-value-no-unknown: add support SCSS variables as arguments in nested functions (#​1042).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.1...v6.6.0

v6.5.1

Compare Source

  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#​1043).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1

v6.5.0

Compare Source

  • Added: property-no-unknown add support for nested declarations (#​1024).
  • Added: declaration-property-value-no-unknown rule (#​1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#​1037).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.1...v6.5.0

v6.4.1

Compare Source

  • Fixed: false positive for mixins in load-partial-extension (#​1021).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.0...v6.4.1

v6.4.0

Compare Source

  • Added: load-partial-extension rule, and deprecated at-import-partial-extension rule (#​998).
  • Fixed: partial-no-import message to include more accurate rule name (#​1019).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.2...v6.4.0

v6.3.2

Compare Source

  • Fixed: at-mixin-no-risky-nesting-selector fix false positives (#​1010).
  • Fixed: operator-no-unspaced handle variables with unary negation (#​1011).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.1...v6.3.2

v6.3.1

Compare Source

  • Fixed: selector-no-redundant-nesting-selector handle pseudo selectors (#​1008).
  • Fixed: operator-no-unspaced handle Tailwind CSS direct children styling (#​1007).
  • Fixed: no-unused-private-members fix changes from hyphen to underscore in debug message (#​1002).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.0...v6.3.1

v6.3.0

Compare Source

  • Added: at-mixin-no-risky-nesting-selector rule (#​985).
  • Fixed: property-no-unknown ignore interpolated properties (#​977).
  • Fixed: no-unused-private-members treat hyphens and underscores as equals (#​987).
  • Fixed: no-global-function-names report errors inside at-rules (#​988).
  • Fixed: operator-no-unspaced ignore operators inside @scope (#​995).
  • Fixed: no-duplicate-mixins allow using the same mixin name in different scope (#​997).

Full Changelog: stylelint-scss/stylelint-scss@v6.2.1...v6.3.0

v6.2.1

Compare Source

  • Fixed: function-no-unknown: fix falsely reported CSS functions (#​976).

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

v6.2.0

Compare Source

  • Added: at-import-partial-extension-allowed-list rule, and deprecated at-import-partial-extension-whitelist rule (#​958).
  • Added: at-import-partial-extension-disallowed-list rule, and deprecated at-import-partial-extension-blacklist rule (#​958).
  • Fixed: no-unused-private-members check variables used as parameters and skip files using @import (#​957).
  • Fixed: no-unused-private-members refactor variable search to match regex in atRules params and declaration values (#​962).
  • Fixed: operator-no-unspaced fix data uri in background shorthand (#​968).
  • Fixed: at-rule-conditional-no-parentheses remove extra autofix space (#​969).
  • Fixed: function-no-unknown handle functions inside interpolation (#​970).
  • Fixed: operator-no-unspaced fix function calls inside interpolation (#​972).
  • Fixed: at-function-named-arguments handle interpolation in ignored function names (#​973).
  • Fixed: at-import-no-partial-leading-underscore fix version in deprecation message (#​974).

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

v6.1.0

Compare Source

Full Changelog: stylelint-scss/stylelint-scss@v6.0.0...v6.1.0

v6.0.0

Compare Source

  • Added: stylelint@16 support.
  • Removed: stylelint@14 and stylelint@15 support.

Full Changelog: stylelint-scss/stylelint-scss@v5.3.2...v6.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Dec 8, 2023
@renovate renovate bot force-pushed the renovate/major-stylelint branch 15 times, most recently from 91cfaf7 to fa2a318 Compare December 11, 2023 18:34
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v16 chore(deps): update stylelint (major) Dec 11, 2023
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (f38719f) to head (619b358).
Report is 32 commits behind head on master.

Current head 619b358 differs from pull request most recent head 75fdaa6

Please upload reports for the commit 75fdaa6 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #1567       +/-   ##
==========================================
- Coverage   83.61%       0   -83.62%     
==========================================
  Files          64       0       -64     
  Lines        1422       0     -1422     
  Branches      311       0      -311     
==========================================
- Hits         1189       0     -1189     
+ Misses        232       0      -232     
+ Partials        1       0        -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-stylelint branch 11 times, most recently from e44dbf3 to 0e82b1c Compare December 16, 2023 04:43
@renovate renovate bot force-pushed the renovate/major-stylelint branch 13 times, most recently from af0fa8c to d175e1b Compare September 9, 2024 13:04
@renovate renovate bot force-pushed the renovate/major-stylelint branch 14 times, most recently from edd5bf5 to 8774b8b Compare September 19, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants