Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
chore(deps): update dependency stylelint to v16.19.1#10980
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Thanks for the PR,@renovate[bot]! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. |
netlifybot commentedMar 21, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview fortypescript-eslint ready!
To edit notification comments on pull requests, go to yourNetlify site configuration. |
nx-cloudbot commentedMar 21, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
67d14dd
to40adc1f
Compare14699ff
tob598d80
Comparee73a48b
to201baa6
Compare32c19d3
to9216b20
Compare9216b20
to4a2f6da
Compare0a0fd91
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
16.15.0
->16.19.1
Release Notes
stylelint/stylelint (stylelint)
v16.19.1
Compare Source
no-empty-source
false positives for non-standard syntaxes (#8548) (@ybiquitous).v16.19.0
Compare Source
It adds 2 options to 2 rules and fixes 3 bugs.
exceptWithoutPropertyFallback: []
tofunction-allowed-list
(#8488) (@ryo-manba).ignore: ["four-into-three-edge-values"]
toshorthand-property-no-redundant-values
(#8527) (@ryo-manba).compact
formatter with pnpm to newline the exit code (#8534) (@konomae).declaration-property-value-no-unknown
range and message for invalid syntax within known functions (#8528) (@ryo-manba).no-empty-source
false positives for--report-needless-disables
(#8536) (@romainmenke).v16.18.0
Compare Source
It adds 2 new rules and fixes 2 bugs. We've turned on these rules, and the
syntax-string-no-invalid
andlayer-name-pattern
ones from recent releases, in ourstandard config.color-function-alias-notation
rule (#8499) (@EduardAkhmetshin).container-name-pattern
rule (#8498) (@nate10j).declaration-property-value-no-unknown
false positives formath
offont-size
(#8495) (@otomad).font-family-no-missing-generic-family-keyword
false positives formath
(#8489) (@otomad).v16.17.0
Compare Source
It adds 1 new rule, support for
languageOptions
to 2 rules, 1 option to a rule, the--compute-edit-info
CLI flag (along with support forEditInfo
in 3 rules), and fixes 1 bug.EditInfo
is useful for automated fixing tools and editor integrations.layer-name-pattern
rule (#8474) (@ryo-manba).--compute-edit-info
CLI flag (#8473) (@ryo-manba).ignorePreludeOfAtRules: []
tolength-zero-no-unit
(#8472) (@ryo-manba).at-rule-no-unknown
support forlanguageOptions
(#8475) (@ryo-manba).property-no-unknown
support forlanguageOptions
(#8476) (@ryo-manba).declaration-block-no-redundant-longhand-properties
support for computingEditInfo
(#8482) (@pamelalozano16).function-url-quotes
support for computingEditInfo
(#8483) (@pamelalozano16).selector-attribute-quotes
support for computingEditInfo
(#8484) (@pamelalozano16).custom-property-pattern
false negatives for@property
preludes (#8468) (@rohitgs28).v16.16.0
Compare Source
It adds support for computing
EditInfo
to 22 more rules and reverts a change that addedcontext.lexer
to our public API in the previous release.at-rule-empty-line-before
support for computingEditInfo
(#8425) (@pamelalozano16).at-rule-no-deprecated
support for computingEditInfo
(#8426) (@pamelalozano16).at-rule-no-vendor-prefix
support for computingEditInfo
(#8427) (@pamelalozano16).color-function-notation
support for computingEditInfo
(#8437) (@pamelalozano16).declaration-empty-line-before
support for computingEditInfo
(#8443) (@pamelalozano16).declaration-property-value-keyword-no-deprecated
support for computingEditInfo
. (#8439) (@pamelalozano16).font-family-name-quotes
support for computingEditInfo
(#8419) (@ryo-manba).font-weight-notation
support for computingEditInfo
(#8420) (@ryo-manba).function-calc-no-unspaced-operator
support for computingEditInfo
(#8440) (@pamelalozano16).function-name-case
support for support for computingEditInfo
." (#8442) (@pamelalozano16).hue-degree-notation
support for computingEditInfo
(#8444) (@pamelalozano16).import-notation
support for computingEditInfo
. (#8445) (@pamelalozano16).keyframe-selector-notation
support for computingEditInfo
(#8457) (@pamelalozano16).length-zero-no-unit
support for computingEditInfo
(#8459) (@pamelalozano16).lightness-notation
support for computingEditInfo
(#8458) (@pamelalozano16).media-feature-name-no-vendor-prefix
support for computingEditInfo
(#8456) (@pamelalozano16).media-feature-range-notation
support for computingEditInfo
(#8455) (@pamelalozano16).property-no-vendor-prefix
support for computingEditInfo
(#8461) (@pamelalozano16).rule-empty-line-before
support for computingEditInfo
(#8460) (@pamelalozano16).selector-no-vendor-prefix
support forEditInfo
(#8462) (@pamelalozano16).selector-not-notation
support for computingEditInfo
(#8463) (@pamelalozano16).selector-pseudo-element-colon-notation
support forEditInfo
(#8464) (@pamelalozano16).selector-type-case
support for computingEditInfo
(#8467) (@pamelalozano16).shorthand-property-no-redundant-values
support for computingEditInfo
(#8466) (@pamelalozano16).value-keyword-case
support for computingEditInfo
(#8469) (@pamelalozano16).value-no-vendor-prefix
support for computingEditInfo
(#8470) (@pamelalozano16).Could not find a declaration file for module 'css-tree'
type error (#8452) (@danielrentz).Configuration
📅Schedule: 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 this update again.
This PR was generated byMend Renovate. View therepository job log.