Title: dependabot-npm(deps-dev): bump stylelint from 16.26.1 to 17.1.1 by dependabot[bot] · Pull Request #276 · stylescape/example-react · GitHub
Open Graph Title: dependabot-npm(deps-dev): bump stylelint from 16.26.1 to 17.1.1 by dependabot[bot] · Pull Request #276 · stylescape/example-react
X Title: dependabot-npm(deps-dev): bump stylelint from 16.26.1 to 17.1.1 by dependabot[bot] · Pull Request #276 · stylescape/example-react
Description: Bumps stylelint from 16.26.1 to 17.1.1.
Release notes
Sourced from stylelint's releases.
17.1.1
It fixes 2 bugs.
Fixed: resolution of configs, plugins, processors, and custom syntaxes in Yarn PnP environments (#9010) (@adalinesimonian).
Fixed: lightness-notation autofix for decimals (#9009) (@IlyaSemenov).
17.1.0
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.
Added: display-notation rule (#8981) (@romainmenke).
Fixed: GlobbyOptions TypeScript errors (#8992) (@zalishchuk).
Fixed: hue-degree-notation false negatives and positives for relative colors (#8985) (@jamesnw).
Fixed: lightness-notation false negatives for relative colors (#8987) (@jamesnw).
Fixed: selector-type-no-unknown false positives for geolocation and usermedia (#9004) (@Mouvedia).
Fixed: selector-type-no-unknown false positives for rb, rtc and menuitem (#8972) (@Mouvedia).
17.0.0
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).
Changelog
Sourced from stylelint's changelog.
17.1.1 - 2026-02-03
It fixes 2 bugs.
Fixed: resolution of configs, plugins, processors, and custom syntaxes in Yarn PnP environments (#9010) (@adalinesimonian).
Fixed: lightness-notation autofix for decimals (#9009) (@IlyaSemenov).
17.1.0 - 2026-01-30
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.
Added: display-notation rule (#8981) (@romainmenke).
Fixed: GlobbyOptions TypeScript errors (#8992) (@zalishchuk).
Fixed: hue-degree-notation false negatives and positives for relative colors (#8985) (@jamesnw).
Fixed: lightness-notation false negatives for relative colors (#8987) (@jamesnw).
Fixed: selector-type-no-unknown false positives for geolocation and usermedia (#9004) (@Mouvedia).
Fixed: selector-type-no-unknown false positives for rb, rtc and menuitem (#8972) (@Mouvedia).
17.0.0 - 2026-01-15
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).
Commits
264e565 Release 17.1.1 (#9013)
5834ff9 Fix lightness-notation autofix for decimals (#9009)
e48ece8 Fix resolution of configs, plugins, processors, and custom syntaxes in Yarn P...
48f6372 Release 17.1.0 (#9007)
5bed108 Fix selector-type-no-unknown false positives for geolocation and `usermed...
7b0b6f7 Revert "Fix resolution of configs, plugins, processors, and custom syntaxes i...
9b30fbd Remove display-notation secondary options while the specification is in flu...
17ebd25 Fix resolution of configs, plugins, processors, and custom syntaxes in Yarn P...
590df52 Bump prettier from 3.8.0 to 3.8.1 (#9002)
d101b15 Remove ignoring ESLint major updates in Dependabot config (#9000)
Additional commits viewable in compare view
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 show
Open Graph Description: Bumps stylelint from 16.26.1 to 17.1.1. Release notes Sourced from stylelint's releases. 17.1.1 It fixes 2 bugs. Fixed: resolution of configs, plugins, processors, and custom syntaxes in Yar...
X Description: Bumps stylelint from 16.26.1 to 17.1.1. Release notes Sourced from stylelint's releases. 17.1.1 It fixes 2 bugs. Fixed: resolution of configs, plugins, processors, and custom syntaxes in...
Opengraph URL: https://github.com/stylescape/example-react/pull/276
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:d4d74e1b-4404-a6d4-2525-4443a2609344 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | DD96:17B99D:1003038:14FEB96:698ECB66 |
| html-safe-nonce | 0152e870b45fe55558c7ff07d5f1a95b684a93670d9c290a67f0f420bdb05db0 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERDk2OjE3Qjk5RDoxMDAzMDM4OjE0RkVCOTY6Njk4RUNCNjYiLCJ2aXNpdG9yX2lkIjoiNDUxNTI4MTUyMzU3NDc1NDE1MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 562bd48df1a352c519362b7398f2831318a18742810e95dba36bd1653e0d1b8e |
| hovercard-subject-tag | pull_request:3259294117 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/stylescape/example-react/pull/276/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps stylelint from 16.26.1 to 17.1.1. Release notes Sourced from stylelint's releases. 17.1.1 It fixes 2 bugs. Fixed: resolution of configs, plugins, processors, and custom syntaxes in Yar... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | cb2828a801ee6b7be618f3ac76fbf55def35bbc30f053a9c41bf90210b8b72ba |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/stylescape/example-react git https://github.com/stylescape/example-react.git |
| octolytics-dimension-user_id | 178081886 |
| octolytics-dimension-user_login | stylescape |
| octolytics-dimension-repository_id | 843271353 |
| octolytics-dimension-repository_nwo | stylescape/example-react |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 843271353 |
| octolytics-dimension-repository_network_root_nwo | stylescape/example-react |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | e6b91a7e6e46287d26887e3fb7a4161657bab8f7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width