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

Merged
redbinder0526 merged 1 commit from renovate/all-minor-patch into master 2026-05-21 12:00:23 +02:00
Owner

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/simple-icons ^1.2.82^1.2.83 age confidence
@primer/octicons (source) ^19.25.0^19.26.0 age confidence
vue-tsc (source) ^3.2.9^3.3.1 age confidence

Release Notes

primer/octicons (@​primer/octicons)

v19.26.0

Compare Source

Minor Changes
Patch Changes
vuejs/language-tools (vue-tsc)

v3.3.1

Compare Source

language-core
language-service
  • refactor: replace scanner-based missing props hints detection with AST traversal - Thanks to @​KazariEX!
typescript-plugin
  • fix: get component prop details from symbols - Thanks to @​KazariEX!
  • fix: skip unchecked JS identifiers in component props (#​6055) - Thanks to @​KazariEX!
vscode
  • fix: resolve typescript plugin path from resolved server path (#​6058) - Thanks to @​KazariEX!

v3.3.0

Compare Source

language-core
  • feat: check required fallthrough attributes (#​6049) - Thanks to @​KazariEX!
  • fix: penetrate v-if branch fragments when collecting single root nodes - Thanks to @​KazariEX!
  • refactor: rename Sfc APIs to IR - Thanks to @​KazariEX!
language-service
  • fix: reuse ASTs for define assignment suggestions - Thanks to @​KazariEX!
  • fix: re-support html.customData (#​5910) - Thanks to @​Bomberus!
  • fix: strip ="" only for plain boolean props completion edits - Thanks to @​KazariEX!
  • fix: reset to default data provider after running with vue data provider - Thanks to @​KazariEX!
typescript-plugin
vscode
  • fix: include extraFileExtensions in tsserver configure request payload (#​6048) - Thanks to @​KazariEX!
  • fix: write typescript plugins at build time (#​6050) - Thanks to @​KazariEX!
  • fix: avoid infinite diagnostics on Vue files when project diagnostics is enabled (#​6051) - Thanks to @​KazariEX!

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@iconify-json/simple-icons](https://icon-sets.iconify.design/simple-icons/) | [`^1.2.82` → `^1.2.83`](https://renovatebot.com/diffs/npm/@iconify-json%2fsimple-icons/1.2.82/1.2.83) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fsimple-icons/1.2.83?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fsimple-icons/1.2.82/1.2.83?slim=true) | | [@primer/octicons](https://primer.style/octicons) ([source](https://github.com/primer/octicons)) | [`^19.25.0` → `^19.26.0`](https://renovatebot.com/diffs/npm/@primer%2focticons/19.25.0/19.26.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@primer%2focticons/19.26.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@primer%2focticons/19.25.0/19.26.0?slim=true) | | [vue-tsc](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`^3.2.9` → `^3.3.1`](https://renovatebot.com/diffs/npm/vue-tsc/3.2.9/3.3.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/3.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/3.2.9/3.3.1?slim=true) | --- ### Release Notes <details> <summary>primer/octicons (@&#8203;primer/octicons)</summary> ### [`v19.26.0`](https://github.com/primer/octicons/blob/HEAD/CHANGELOG.md#19260) [Compare Source](https://github.com/primer/octicons/compare/v19.25.0...v19.26.0) ##### Minor Changes - [#&#8203;1197](https://github.com/primer/octicons/pull/1197) [`b45f1d35`](https://github.com/primer/octicons/commit/b45f1d35477402da4df64ae3a38dae8e95477dc4) Thanks [@&#8203;lukasoppermann](https://github.com/lukasoppermann)! - Add repo-forked-locked icon ##### Patch Changes - [#&#8203;1209](https://github.com/primer/octicons/pull/1209) [`9a7e2146`](https://github.com/primer/octicons/commit/9a7e2146907d2b0bf06d2dd65d2d17d4c3959108) Thanks [@&#8203;siddharthkp](https://github.com/siddharthkp)! - fix: remove hardcoded fill from sandbox icon </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v3.3.1`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#331-2026-05-19) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.3.0...v3.3.1) ##### language-core - **fix:** avoid extraneous children error for conditional slots ([#&#8203;6056](https://github.com/vuejs/language-tools/issues/6056)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### language-service - **refactor:** replace scanner-based missing props hints detection with AST traversal - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### typescript-plugin - **fix:** get component prop details from symbols - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **fix:** skip unchecked JS identifiers in component props ([#&#8203;6055](https://github.com/vuejs/language-tools/issues/6055)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### vscode - **fix:** resolve typescript plugin path from resolved server path ([#&#8203;6058](https://github.com/vuejs/language-tools/issues/6058)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ### [`v3.3.0`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#330-2026-05-18) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.2.9...v3.3.0) ##### language-core - **feat:** check required fallthrough attributes ([#&#8203;6049](https://github.com/vuejs/language-tools/issues/6049)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **fix:** penetrate `v-if` branch fragments when collecting single root nodes - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **refactor:** rename `Sfc` APIs to `IR` - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### language-service - **fix:** reuse ASTs for define assignment suggestions - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **fix:** re-support `html.customData` ([#&#8203;5910](https://github.com/vuejs/language-tools/issues/5910)) - Thanks to [@&#8203;Bomberus](https://github.com/Bomberus)! - **fix:** strip `=""` only for plain boolean props completion edits - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **fix:** reset to default data provider after running with vue data provider - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### typescript-plugin - **feat:** refine props completion logic to follow TS behavior ([#&#8203;5709](https://github.com/vuejs/language-tools/issues/5709)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### vscode - **fix:** include `extraFileExtensions` in tsserver `configure` request payload ([#&#8203;6048](https://github.com/vuejs/language-tools/issues/6048)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **fix:** write typescript plugins at build time ([#&#8203;6050](https://github.com/vuejs/language-tools/issues/6050)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **fix:** avoid infinite diagnostics on Vue files when project diagnostics is enabled ([#&#8203;6051](https://github.com/vuejs/language-tools/issues/6051)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on Monday" - 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://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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency vue-tsc to ^3.3.0
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 27s
1014a8b6e4
spacebot changed title from chore(deps): update dependency vue-tsc to ^3.3.0 to chore(deps): update all non-major dependencies 2026-05-19 07:32:05 +02:00
spacebot force-pushed renovate/all-minor-patch from 1014a8b6e4
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 27s
to babefb0852
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 27s
2026-05-19 07:32:06 +02:00
Compare
spacebot force-pushed renovate/all-minor-patch from babefb0852
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 27s
to 332cdd29e9
Some checks are pending
ci / ci (22, debian-trixie) (push) Waiting to run
renovate/stability-days Updates have met minimum release age requirement
2026-05-20 19:03:32 +02:00
Compare
spacebot force-pushed renovate/all-minor-patch from 332cdd29e9
Some checks are pending
ci / ci (22, debian-trixie) (push) Waiting to run
renovate/stability-days Updates have met minimum release age requirement
to 3da7289070
Some checks are pending
ci / ci (22, debian-trixie) (push) Waiting to run
renovate/stability-days Updates have met minimum release age requirement
2026-05-21 00:02:54 +02:00
Compare
spacebot force-pushed renovate/all-minor-patch from 3da7289070
Some checks are pending
ci / ci (22, debian-trixie) (push) Waiting to run
renovate/stability-days Updates have met minimum release age requirement
to 67320ff015
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
ci / ci (22, debian-trixie) (push) Successful in 31s
2026-05-21 01:02:21 +02:00
Compare
redbinder0526 deleted branch renovate/all-minor-patch 2026-05-21 12:00:23 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
spacebar/website!9
No description provided.