chore(deps): update all non-major dependencies #172

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into main 2025-12-13 01:54:09 +08:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) 16.26.0 -> 16.26.1 age adoption passing confidence
stylelint-define-config 16.24.0 -> 16.26.0 age adoption passing confidence

Release Notes

stylelint/stylelint (stylelint)

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).
stylelint-types/stylelint-define-config (stylelint-define-config)

v16.26.0

Compare Source

Features
  • add ignoreAtRules: [] to no-invalid-position-declaration (11523c3)
  • update stylelint to 16.26.0 (43f2eb8)

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [stylelint](https://stylelint.io) ([source](https://github.com/stylelint/stylelint)) | [`16.26.0` -> `16.26.1`](https://renovatebot.com/diffs/npm/stylelint/16.26.0/16.26.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.26.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/16.26.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/16.26.0/16.26.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.26.0/16.26.1?slim=true) | | [stylelint-define-config](https://github.com/stylelint-types/stylelint-define-config) | [`16.24.0` -> `16.26.0`](https://renovatebot.com/diffs/npm/stylelint-define-config/16.24.0/16.26.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint-define-config/16.26.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint-define-config/16.26.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint-define-config/16.24.0/16.26.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint-define-config/16.24.0/16.26.0?slim=true) | --- ### Release Notes <details> <summary>stylelint/stylelint (stylelint)</summary> ### [`v16.26.1`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16261---2025-11-28) [Compare Source](https://github.com/stylelint/stylelint/compare/16.26.0...16.26.1) 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` ([#&#8203;8850](https://github.com/stylelint/stylelint/pull/8850)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `at-rule-no-unknown` false positives for `@function` ([#&#8203;8851](https://github.com/stylelint/stylelint/pull/8851)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `declaration-property-value-no-unknown` false positives for `attr()`, `if()` and custom functions ([#&#8203;8853](https://github.com/stylelint/stylelint/pull/8853)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `function-url-quotes` false positives when URLs require quoting ([#&#8203;8804](https://github.com/stylelint/stylelint/pull/8804)) ([@&#8203;taearls](https://github.com/taearls)). - Fixed: `selector-pseudo-element-no-unknown` false positives for `::scroll-button()` ([#&#8203;8856](https://github.com/stylelint/stylelint/pull/8856)) ([@&#8203;Mouvedia](https://github.com/Mouvedia)). </details> <details> <summary>stylelint-types/stylelint-define-config (stylelint-define-config)</summary> ### [`v16.26.0`](https://github.com/stylelint-types/stylelint-define-config/blob/HEAD/CHANGELOG.md#16260-2025-11-28) [Compare Source](https://github.com/stylelint-types/stylelint-define-config/compare/v16.24.0...v16.26.0) ##### Features - add `ignoreAtRules: []` to `no-invalid-position-declaration` ([11523c3](https://github.com/stylelint-types/stylelint-define-config/commit/11523c3e6e24ec7ba1a928ef7a2574df43d9734d)) - update stylelint to `16.26.0` ([43f2eb8](https://github.com/stylelint-types/stylelint-define-config/commit/43f2eb82d6b4ded7761ce06255cdf67d28df40fd)) </details> --- ### 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovatebot force-pushed renovate/all-minor-patch from c1add8ec15 to 54cc46b33a 2025-12-12 23:14:57 +08:00 Compare
renovatebot merged commit 54cc46b33a into main 2025-12-13 01:54:09 +08:00
renovatebot deleted branch renovate/all-minor-patch 2025-12-13 01:54:09 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: examples/vue-ts-example-2025#172