Skip to content

ci: Update StyleLint families (major)#704

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-stylelint-families
Open

ci: Update StyleLint families (major)#704
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-stylelint-families

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2025

This PR contains the following updates:

Package Change Age Confidence
stylelint (source) 16.19.117.5.0 age confidence
stylelint-config-recess-order 6.0.07.7.0 age confidence
stylelint-config-standard 38.0.040.0.0 age confidence

Release Notes

stylelint/stylelint (stylelint)

v17.5.0

Compare Source

It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released 2.1.0 of our VS Code extension, which adds 8 new requested features, and our first release of the Stylelint Language Server.

v17.4.0

Compare Source

It adds 2 options to the rules and fixes 7 bugs.

v17.3.0

Compare Source

It fixes 17 bugs. 3 related to supporting calc() in declaration-property-value-no-unknown, and 13 performance ones that make Stylelint a further 3x faster when using the rules in our standard config.

v17.2.0

Compare Source

It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a contributor guide. If you'd like to help out and contribute to Stylelint, that's the place to start.

v17.1.1

Compare Source

It fixes 2 bugs.

v17.1.0

Compare Source

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

v17.0.0

Compare Source

It contains 14 breaking changes, which we've detailed in the migrating to 17.0.0 guide. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our shared config, Visual Studio Code extension, Node.js Rule Tester and Jest preset.

  • Removed: CommonJS Node.js API (#​8859) (@​jeddy3).
  • Removed: output property in the Node.js API returned resolved object (#​8878) (@​jeddy3).
  • Removed: support for Node.js less than 20.19.0 (#​8867) (@​jeddy3).
  • Removed: GitHub formatter (#​8888) (@​jeddy3).
  • Removed: resolveNestedSelectors option from selector-class-pattern (#​8931) (@​jeddy3).
  • Removed: checkContextFunctionalPseudoClasses option from selector-max-id (#​8913) (@​jeddy3).
  • Changed: default fix mode to strict (#​8889) (@​jeddy3).
  • Changed: report to be consistent and predictable in how it handles the provided position arguments (#​8217) (@​romainmenke).
  • Changed: selector-max-* syntax rules for standard CSS nesting and modern functional pseudo-classes (#​8913) (@​jeddy3).
  • Changed: *-specificity semantic rules for standard CSS nesting (#​8913) (@​jeddy3).
  • Changed: no-duplicate-selectors and selector-no-qualifying-type for standard CSS nesting (#​8913) (@​jeddy3).
  • Changed: *-list rules to have consistent behaviour for vendor prefixes and case (#​8912) (@​jeddy3).
  • Changed: *-no-vendor-prefix rules to have consistent behaviour for their ignore*: [] secondary options (#​8924) (@​jeddy3).
  • Changed: declaration-property-max-values rule to have consistent behaviour for vendor prefixes (#​8926) (@​jeddy3).
  • Added: except: ["after-block"] to custom-property-empty-line-before (#​8921) (@​kovsu).
  • Added: except: ["after-block"] to declaration-empty-line-before (#​8910) (@​kovsu).
  • Added: ignoreSelectors: [] to no-duplicate-selectors (#​8883) (@​kovsu).
  • Fixed: Windows drive letter casing inconsistencies when matching patterns against file paths (#​8941) (@​adalinesimonian).
  • Fixed: CLI help to include TypeScript config files (#​8908) (@​kovsu).
  • Fixed: at-rule-descriptor-no-unknown false positives for declarations within feature-value-blocks (#​8868) (@​kovsu).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for short and long combinations (#​8892) (@​nathannewyen).
  • Fixed: media-feature-name-no-unknown false positives for namespaced dollar variables and range context queries (#​8890) (@​kovsu).
  • Fixed: nesting-selector-no-missing-scoping-root false positives for CSS-in-JS (#​8905) (@​kovsu).
  • Fixed: no-invalid-position-declaration false negatives for embedded blocks (#​8907) (@​kovsu).
  • Fixed: selector-no-qualifying-type false negatives for :is/where() (#​8940) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for MathML 4 tags (#​8874) (@​jeddy3).

v16.26.1

Compare Source

It fixes numerous false positive bugs, including many in the declaration-property-value-no-unknown rule for the latest CSS specifications.

  • Fixed: *-no-unknown false positives for latest specs by integrating @csstools/css-syntax-patches-for-csstree (#​8850) (@​romainmenke).
  • Fixed: at-rule-no-unknown false positives for @function (#​8851) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown false positives for attr(), if() and custom functions (#​8853) (@​jeddy3).
  • Fixed: function-url-quotes false positives when URLs require quoting (#​8804) (@​taearls).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::scroll-button() (#​8856) (@​Mouvedia).

v16.26.0

Compare Source

It adds 1 feature and fixes 2 bugs.

  • Added: support for customSyntax with function export (#​8834) (@​silverwind).
  • Fixed: custom-property-no-missing-var-function false positives for style query in if() function (#​8813) (@​sajdakabir).
  • Fixed: media-feature-range-notation false positives for multiple queries and except: exact-value (#​8832) (@​jeddy3).

v16.25.0

Compare Source

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

v16.24.0

Compare Source

It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

v16.23.1

Compare Source

It fixes 7 bugs.

  • Fixed: no-invalid-position-declaration false positives for embedded styles (#​8701) (@​sw1tch3roo).
  • Fixed: property-no-deprecated erroneously autofixing clip (#​8699) (@​immitsu).
  • Fixed: property-no-deprecated false positives for -webkit-box-orient: vertical; (#​8699) (@​immitsu).
  • Fixed: selector-pseudo-*-no-unknown false positives for some meter pseudo classes/elements (#​8708) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :unchecked (#​8705) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::search-text (#​8707) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for selectedcontent (#​8716) (@​Mouvedia).

v16.23.0

Compare Source

It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.

v16.22.0

Compare Source

It adds 3 rule features and fixes 2 bugs.

v16.21.1

Compare Source

It fixes 3 bugs.

v16.21.0

Compare Source

It rounds out the message secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.

v16.20.0

Compare Source

It fixes 2 bugs with the built-in rules.

stormwarning/stylelint-config-recess-order (stylelint-config-recess-order)

v7.7.0

Compare Source

Minor Changes

v7.6.1

Compare Source

Patch Changes
  • Remove invalid anchor-center property (#​458)
  • Fix typo in scroll-behavior property (#​457)

v7.6.0

Compare Source

Minor Changes

v7.5.0

Compare Source

Minor Changes
Patch Changes
  • Add support for Stylelint v17 (#​447)

    Updated peerDependencies version ranges for stylelint and stylelint-order.

    Fixes #​446

v7.4.0

Compare Source

Minor Changes

v7.3.0

Compare Source

Minor Changes

v7.2.0

Compare Source

Minor Changes

v7.1.0

Compare Source

Minor Changes

v7.0.0

Compare Source

Major Changes
  • Support stylelint-order v7 (Fixes #​355, #​395) (#​403)

    Minimum supported version of stylelint is now 16.18.0, which is in line
    with stylelint-order.

    stylelint-order is now a peerDependency and no longer included with this
    package.
    It should be installed separately.

v6.1.0

Compare Source

Minor Changes
stylelint/stylelint-config-standard (stylelint-config-standard)

v40.0.0

Compare Source

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Removed: support for Node.js less than 20.19.0.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: module type to ESM.

v39.0.1

Compare Source

  • Fixed: layer-name-pattern false positives for dot notation.

v39.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from 72a0616 to d1615d6 Compare June 13, 2025 21:25
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch 3 times, most recently from 661373a to 93f1e42 Compare June 29, 2025 21:54
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from 93f1e42 to ca407e8 Compare July 18, 2025 23:45
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from ca407e8 to 1ad79f4 Compare July 27, 2025 01:44
@renovate renovate bot changed the title ci: Update dependency stylelint-config-recess-order to v7 ci: Update StyleLint families (major) Jul 29, 2025
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch 2 times, most recently from fd25d5a to 298f1e1 Compare August 1, 2025 19:35
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from 298f1e1 to 9d07121 Compare August 11, 2025 10:41
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch 2 times, most recently from f39b533 to e9d0b0a Compare September 10, 2025 05:43
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from e9d0b0a to f8dcca2 Compare September 14, 2025 01:40
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from f8dcca2 to b7555ee Compare October 6, 2025 10:31
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from b7555ee to 4c6e53b Compare October 16, 2025 05:02
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from 4c6e53b to 46c8eb6 Compare December 19, 2025 02:33
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from 46c8eb6 to 4f5339b Compare December 31, 2025 15:38
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch 4 times, most recently from dc82c22 to ff4a156 Compare January 21, 2026 06:01
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch 3 times, most recently from afd858b to bf8864e Compare February 3, 2026 17:27
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch 4 times, most recently from c5b6200 to 1b17d3a Compare February 13, 2026 12:54
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from 1b17d3a to 394071e Compare February 25, 2026 16:46
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch 2 times, most recently from 868b131 to f283b60 Compare March 5, 2026 18:07
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch 2 times, most recently from 14316a2 to d9e4e17 Compare March 17, 2026 17:49
@renovate renovate bot force-pushed the renovate/major-stylelint-families branch from d9e4e17 to b87536e Compare March 19, 2026 16:44
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