Skip to content

Commit 12ffbf8

Browse files
chore(deps): update vue (#2832)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@he-tree/vue](https://hetree.phphe.com/) ([source](https://redirect.github.com/phphe/he-tree)) | [`2.9.4` -> `2.10.1`](https://renovatebot.com/diffs/npm/@he-tree%2fvue/2.9.4/2.10.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@he-tree%2fvue/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@he-tree%2fvue/2.9.4/2.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@yaireo/tagify](https://redirect.github.com/yairEO/tagify) | [`4.35.4` -> `4.35.5`](https://renovatebot.com/diffs/npm/@yaireo%2ftagify/4.35.4/4.35.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@yaireo%2ftagify/4.35.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yaireo%2ftagify/4.35.4/4.35.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue-router](https://router.vuejs.org) ([source](https://redirect.github.com/vuejs/router)) | [`4.5.1` -> `4.6.3`](https://renovatebot.com/diffs/npm/vue-router/4.5.1/4.6.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue-router/4.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-router/4.5.1/4.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue-tsc](https://redirect.github.com/vuejs/language-tools) ([source](https://redirect.github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`3.1.0` -> `3.1.3`](https://renovatebot.com/diffs/npm/vue-tsc/3.1.0/3.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/3.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/3.1.0/3.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>phphe/he-tree (@&#8203;he-tree/vue)</summary> ### [`v2.10.1`](https://redirect.github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) [Compare Source](https://redirect.github.com/phphe/he-tree/compare/@he-tree/[email protected]...@he-tree/[email protected]) </details> <details> <summary>yairEO/tagify (@&#8203;yaireo/tagify)</summary> ### [`v4.35.5`](https://redirect.github.com/yairEO/tagify/releases/tag/v4.35.5) [Compare Source](https://redirect.github.com/yairEO/tagify/compare/v4.35.4...v4.35.5) - fixes [#&#8203;1476](https://redirect.github.com/yairEO/tagify/issues/1476) - added "min-height" for the input element, which is relative to the (inherited) line-height. [`05a8920`](https://redirect.github.com/yairEO/tagify/commit/05a8920) - fixes [#&#8203;1475](https://redirect.github.com/yairEO/tagify/issues/1475) - Pressing Tab enters tag correctly but tagify input loses focus [`224be27`](https://redirect.github.com/yairEO/tagify/commit/224be27) *** </details> <details> <summary>vuejs/router (vue-router)</summary> ### [`v4.6.3`](https://redirect.github.com/vuejs/router/releases/tag/v4.6.3) [Compare Source](https://redirect.github.com/vuejs/router/compare/v4.6.2...v4.6.3) Please refer to [CHANGELOG.md](https://redirect.github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md) for details. ### [`v4.6.2`](https://redirect.github.com/vuejs/router/releases/tag/v4.6.2) [Compare Source](https://redirect.github.com/vuejs/router/compare/v4.6.1...v4.6.2) Please refer to [CHANGELOG.md](https://redirect.github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md) for details. ### [`v4.6.1`](https://redirect.github.com/vuejs/router/releases/tag/v4.6.1) [Compare Source](https://redirect.github.com/vuejs/router/compare/v4.6.0...v4.6.1) Please refer to [CHANGELOG.md](https://redirect.github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md) for details. ### [`v4.6.0`](https://redirect.github.com/vuejs/router/releases/tag/v4.6.0) [Compare Source](https://redirect.github.com/vuejs/router/compare/v4.5.1...v4.6.0) Please refer to [CHANGELOG.md](https://redirect.github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md) for details. </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v3.1.3`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#313-2025-11-03) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.1.2...v3.1.3) ##### Features - feat(typescript-plugin): allow triggering file references on `<template>` ([#&#8203;5734](https://redirect.github.com/vuejs/language-tools/issues/5734)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! ##### Bug Fixes - fix(vscode): correct syntax highlight in template with `lang="html"` ([#&#8203;5728](https://redirect.github.com/vuejs/language-tools/issues/5728)) - Thanks to [@&#8203;serkodev](https://redirect.github.com/serkodev)! ##### Other Changes - refactor(language-core): generate intrinsic elements variable into global types ([#&#8203;5730](https://redirect.github.com/vuejs/language-tools/issues/5730)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - refactor(typescript-plugin): remove go to definition trick for auto imported components ([#&#8203;5733](https://redirect.github.com/vuejs/language-tools/issues/5733)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! ### [`v3.1.2`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#312-2025-10-25) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.1.1...v3.1.2) ##### Bug Fixes - fix(component-meta): import type helpers by relative path - fix(language-core): fix syntax error when `propTypes` has no elements ([#&#8203;5704](https://redirect.github.com/vuejs/language-tools/issues/5704)) - Thanks to [@&#8203;so1ve](https://redirect.github.com/so1ve)! - fix(language-core): omit defined emit props only ([#&#8203;5705](https://redirect.github.com/vuejs/language-tools/issues/5705)) - Thanks to [@&#8203;so1ve](https://redirect.github.com/so1ve)! ##### Other Changes - docs: fix `vue-tsc` broken link to example boilerplate in `README.md` ([#&#8203;5721](https://redirect.github.com/vuejs/language-tools/issues/5721)) - Thanks to [@&#8203;heyakyra](https://redirect.github.com/heyakyra)! ### [`v3.1.1`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#311-2025-10-07) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.1.0...v3.1.1) ##### Features - feat(language-server): support `--tsdk` command line arg ([#&#8203;5691](https://redirect.github.com/vuejs/language-tools/issues/5691)) ##### Bug Fixes - fix(language-core): tolerate non-literal export default ([#&#8203;5675](https://redirect.github.com/vuejs/language-tools/issues/5675)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - fix(language-core): use component instance props as fallthrough attributes ([#&#8203;5686](https://redirect.github.com/vuejs/language-tools/issues/5686)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - fix(typescript-plugin): determine if variable is `Ref` by `RefSymbol` property ([#&#8203;5687](https://redirect.github.com/vuejs/language-tools/issues/5687)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - fix(language-core): exclude effect of comments on root node ([#&#8203;5689](https://redirect.github.com/vuejs/language-tools/issues/5689)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - fix(typescript-plugin): place `__vue__` in project instead of program ([#&#8203;5690](https://redirect.github.com/vuejs/language-tools/issues/5690)) - fix(component-type-helpers): remove deprecated `$scopedSlots` support for Vue 2 - fix(language-core): replace markdown links after sfc blocks processing ([#&#8203;5695](https://redirect.github.com/vuejs/language-tools/issues/5695)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - fix(language-core): do not report unused error on `__VLS_export` ([#&#8203;5696](https://redirect.github.com/vuejs/language-tools/issues/5696)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! ##### Other Changes - refactor(language-core): reimplement `writeGlobalTypes` without side effects </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd through 5th day of the month" (UTC), 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://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/JabRef/JabRefOnline). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5075e4b commit 12ffbf8

File tree

2 files changed

+52
-82
lines changed

2 files changed

+52
-82
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@as-integrations/h3": "2.0.0",
4949
"@azure/communication-email": "1.1.0",
5050
"@graphql-tools/schema": "10.0.26",
51-
"@he-tree/vue": "2.9.4",
51+
"@he-tree/vue": "2.10.1",
5252
"@nuxtjs/tailwindcss": "6.14.0",
5353
"@pinia/nuxt": "0.11.2",
5454
"@popperjs/core": "2.11.8",
@@ -60,7 +60,7 @@
6060
"@vue/apollo-composable": "4.2.2",
6161
"@vue/apollo-util": "4.2.2",
6262
"@vueuse/core": "13.9.0",
63-
"@yaireo/tagify": "4.35.4",
63+
"@yaireo/tagify": "4.35.5",
6464
"body-scroll-lock": "4.0.0-beta.0",
6565
"cross-fetch": "4.1.0",
6666
"graphql": "16.12.0",
@@ -77,7 +77,7 @@
7777
"uuid": "13.0.0",
7878
"vee-validate": "4.15.1",
7979
"vue": "3.5.22",
80-
"vue-router": "4.5.1",
80+
"vue-router": "4.6.3",
8181
"zod": "3.25.76"
8282
},
8383
"devDependencies": {
@@ -151,7 +151,7 @@
151151
"vitest-environment-nuxt": "1.0.1",
152152
"vitest-github-actions-reporter": "0.11.1",
153153
"vitest-mock-extended": "3.1.0",
154-
"vue-tsc": "3.1.0"
154+
"vue-tsc": "3.1.3"
155155
},
156156
"packageManager": "[email protected]",
157157
"pnpm": {

0 commit comments

Comments
 (0)