Skip to content

Update dependency stylelint from 16.26.1 to 17.13.0#300

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/stylelint-17.x
Open

Update dependency stylelint from 16.26.1 to 17.13.0#300
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/stylelint-17.x

Conversation

@renovate

@renovate renovate Bot commented Jan 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
stylelint (source) ^14.0.0 || ^15.0.0 || ^16.0.0^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 age confidence
stylelint (source) 16.26.117.13.0 age confidence

Release Notes

stylelint/stylelint (stylelint)

v17.13.0

Compare Source

It fixes 3 bugs, including a false negative one.

  • Fixed: declaration-block-no-duplicate-properties false negatives for interleaved non-consecutive duplicates with ignore: ["consecutive-duplicates(-*)"] (#​9324) (@​sarathfrancis90).
  • Fixed: selector-max-type false positives for nested selectors (#​9319) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for install (#​9308) (@​Mouvedia).

v17.12.0

Compare Source

It fixes 3 bugs, including a false negative one.

v17.11.1

Compare Source

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#​9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#​9273) (@​pamelalozano16).

v17.11.0

Compare Source

It adds 2 features, including a loader property to referenceFiles: {} for when the order of appearance in the reference styles matters.

v17.10.0

Compare Source

It adds 3 rules and fixes 4 bugs. You can use the *-layout-mappings rules to enforce logical or physical properties, units and keywords.

v17.9.1

Compare Source

It fixes 4 bugs. We also documented the messageArgs each rule provides to the message configuration property.

v17.9.0

Compare Source

It adds 3 new features. Adding the referenceFiles property to your configuration object makes the no-unknown-animations, no-unknown-custom-media and no-unknown-custom-properties rules more useful.

v17.8.0

Compare Source

It adds 3 new rules and 1 configuration property.

v17.7.0

Compare Source

It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released 1.0.0 of create-stylelint to help with first-time Stylelint setup.

v17.6.0

Compare Source

It adds support for extending units in languageOptions, which then apply to rules like declaration-property-value-no-unknown, and fixes 2 bugs.

  • Added: support for extending units to languageOptions (#​9166) (@​jeddy3).
  • Fixed: missing ruleMetadata when linting multiple files with overrides (#​9154) (@​kovsu).
  • Fixed: custom-property-no-missing-var-function false positives for timeline-scope and animation-timeline (#​9164) (@​splincode).

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 dependencies Pull requests that update a dependency file label Jan 15, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 0296fc6 to 62f93a1 Compare January 21, 2026 21:11
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.0.0 Update dependency stylelint from 16.26.1 to 17.1.0 Jan 30, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch 2 times, most recently from d88927d to 369f2cc Compare February 2, 2026 17:56
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.1.0 Update dependency stylelint from 16.26.1 to 17.1.1 Feb 3, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 369f2cc to fde023f Compare February 3, 2026 17:27
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.1.1 Update dependency stylelint from 16.26.1 to 17.2.0 Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch 2 times, most recently from a3bf4d4 to b42bb16 Compare February 12, 2026 14:57
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.2.0 Update dependency stylelint from 16.26.1 to 17.3.0 Feb 13, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from b42bb16 to 65c62bb Compare February 13, 2026 14:05
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 65c62bb to 03da2ff Compare February 25, 2026 17:44
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.3.0 Update dependency stylelint from 16.26.1 to 17.4.0 Feb 25, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 03da2ff to 98972c5 Compare March 5, 2026 18:12
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch 2 times, most recently from 17a3c5b to 6078f72 Compare March 19, 2026 16:43
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.4.0 Update dependency stylelint from 16.26.1 to 17.5.0 Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 6078f72 to 6993f83 Compare March 26, 2026 13:50
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.5.0 Update dependency stylelint from 16.26.1 to 17.6.0 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch 2 times, most recently from 6256890 to 4168eb5 Compare April 8, 2026 19:06
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.6.0 Update dependency stylelint from 16.26.1 to 17.7.0 Apr 12, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 4168eb5 to 27e2fa0 Compare April 12, 2026 13:49
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.7.0 Update dependency stylelint from 16.26.1 to 17.8.0 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 27e2fa0 to ca14328 Compare April 15, 2026 15:38
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from ca14328 to 2e08b90 Compare April 23, 2026 09:55
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.8.0 Update dependency stylelint from 16.26.1 to 17.9.0 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 2e08b90 to 2a22947 Compare April 27, 2026 14:34
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.9.0 Update dependency stylelint from 16.26.1 to 17.9.1 Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 2a22947 to 19db3ca Compare May 3, 2026 12:48
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.9.1 Update dependency stylelint from 16.26.1 to 17.10.0 May 3, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 19db3ca to 4b7f824 Compare May 5, 2026 12:31
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.10.0 Update dependency stylelint from 16.26.1 to 17.11.0 May 5, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 4b7f824 to 93205c0 Compare May 12, 2026 09:58
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.11.0 Update dependency stylelint from 16.26.1 to 17.11.1 May 14, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch 2 times, most recently from c9a07d2 to 2e77b2a Compare May 18, 2026 20:49
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.11.1 Update dependency stylelint from 16.26.1 to 17.12.0 May 20, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from 2e77b2a to ec31b7d Compare May 20, 2026 11:14
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from ec31b7d to b566ac9 Compare June 6, 2026 18:01
@renovate renovate Bot changed the title Update dependency stylelint from 16.26.1 to 17.12.0 Update dependency stylelint from 16.26.1 to 17.13.0 Jun 6, 2026
@renovate renovate Bot force-pushed the renovate/stylelint-17.x branch from b566ac9 to 55aebda Compare June 11, 2026 11:10
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