[PR #2229] [MERGED] chore(deps): update dev-dependencies #9842

Closed
opened 2026-04-23 09:14:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2229
Author: @renovate[bot]
Created: 2/12/2026
Status: Merged
Merged: 2/13/2026
Merged by: @kolaente

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • de0fe00 chore(deps): update dev-dependencies

📊 Changes

2 files changed (+67 additions, -55 deletions)

View changed files

📝 frontend/package.json (+2 -2)
📝 frontend/pnpm-lock.yaml (+65 -53)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
stylelint (source) 17.2.017.3.0 age confidence
wait-on 9.0.39.0.4 age confidence

Release Notes

stylelint/stylelint (stylelint)

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.

jeffbski/wait-on (wait-on)

v9.0.4

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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.

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/2229 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/12/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`de0fe00`](https://github.com/go-vikunja/vikunja/commit/de0fe0074421b631a904ded7b615931d13998c03) chore(deps): update dev-dependencies ### 📊 Changes **2 files changed** (+67 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -2) 📝 `frontend/pnpm-lock.yaml` (+65 -53) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [stylelint](https://stylelint.io) ([source](https://redirect.github.com/stylelint/stylelint)) | [`17.2.0` → `17.3.0`](https://renovatebot.com/diffs/npm/stylelint/17.2.0/17.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/17.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/17.2.0/17.3.0?slim=true) | | [wait-on](https://redirect.github.com/jeffbski/wait-on) | [`9.0.3` → `9.0.4`](https://renovatebot.com/diffs/npm/wait-on/9.0.3/9.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/wait-on/9.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wait-on/9.0.3/9.0.4?slim=true) | --- ### Release Notes <details> <summary>stylelint/stylelint (stylelint)</summary> ### [`v17.3.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1730---2026-02-13) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/17.2.0...17.3.0) 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](https://www.npmjs.com/package/stylelint-config-standard). - Fixed: performance of rule sequencing ([#&#8203;9055](https://redirect.github.com/stylelint/stylelint/pull/9055)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `*-list` performance ([#&#8203;9056](https://redirect.github.com/stylelint/stylelint/pull/9056)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `*-notation` performance ([#&#8203;9044](https://redirect.github.com/stylelint/stylelint/pull/9044)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-max-values` performance ([#&#8203;9057](https://redirect.github.com/stylelint/stylelint/pull/9057)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-value-keyword-no-deprecated` performance ([#&#8203;9058](https://redirect.github.com/stylelint/stylelint/pull/9058)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-value-no-unknown` false negatives for math functions inside of non-math functions ([#&#8203;9064](https://redirect.github.com/stylelint/stylelint/pull/9064)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `declaration-property-value-no-unknown` false positives for `calc()` with mixed operations ([#&#8203;9064](https://redirect.github.com/stylelint/stylelint/pull/9064)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `declaration-property-value-no-unknown` performance ([#&#8203;9062](https://redirect.github.com/stylelint/stylelint/pull/9062)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-value-no-unknown` reported ranges for multiple math functions ([#&#8203;9064](https://redirect.github.com/stylelint/stylelint/pull/9064)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `length-zero-no-unit` performance ([#&#8203;9046](https://redirect.github.com/stylelint/stylelint/pull/9046)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `named-grid-areas-no-invalid` false positives for mix of tabs and spaces ([#&#8203;9039](https://redirect.github.com/stylelint/stylelint/pull/9039)) ([@&#8203;adalinesimonian](https://redirect.github.com/adalinesimonian)). - Fixed: `no-unknown-custom-media` performance ([#&#8203;9059](https://redirect.github.com/stylelint/stylelint/pull/9059)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `selector-max-*` performance ([#&#8203;9042](https://redirect.github.com/stylelint/stylelint/pull/9042)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `shorthand-property-no-redundant-values` performance ([#&#8203;9047](https://redirect.github.com/stylelint/stylelint/pull/9047)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `syntax-string-no-invalid` performance ([#&#8203;9061](https://redirect.github.com/stylelint/stylelint/pull/9061)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `time-min-milliseconds` performance ([#&#8203;9060](https://redirect.github.com/stylelint/stylelint/pull/9060)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `value-keyword-case` performance ([#&#8203;9048](https://redirect.github.com/stylelint/stylelint/pull/9048)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). </details> <details> <summary>jeffbski/wait-on (wait-on)</summary> ### [`v9.0.4`](https://redirect.github.com/jeffbski/wait-on/compare/v9.0.3...v9.0.4) [Compare Source](https://redirect.github.com/jeffbski/wait-on/compare/v9.0.3...v9.0.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 09:14:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#9842