chore(deps): update dependency vue-tsc to v3.1.0 #539

Merged
martinr92 merged 1 commit from renovate/vue-tsc-3.x-lockfile into develop 2025-10-02 12:49:14 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
vue-tsc (source) devDependencies minor 3.0.1 -> 3.1.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

vuejs/language-tools (vue-tsc)

v3.1.0

Compare Source

Performance
Other Changes

v3.0.8

Compare Source

Features
  • feat(vscode): introduce vue.server.path setting (#​5647)
Bug Fixes
  • fix(language-core): initialize properties of VueVirtualCode in constructor (#​5635) - Thanks to @​KazariEX!
  • fix(vscode): flatten reactivity visualization decorators (#​5642) - Thanks to @​KazariEX!
  • fix(vscode): normalize reactivity visualization ranges
  • fix(vscode): patch typescriptServerPlugin languages without FS hack
  • fix(language-service): do not provide semantic tokens and document highlights for non-file scheme files (#​5653) - Thanks to @​KazariEX!
Performance
  • perf(typescript-plugin): redo single-file language service for reactivity visualization (#​5652)
Other Changes
  • refactor(typescript-plugin): externalize reactivity analysis logic (#​5645) - Thanks to @​KazariEX!

v3.0.7

Compare Source

Bug Fixes
  • fix(vscode): show welcome page only when opening a Vue file
  • fix(language-core): generate slot parameters in the same way as interpolation (#​5618) - Thanks to @​KazariEX!
  • fix(language-core): do not generate variables for builtin directives - Thanks to @​KazariEX!
Other Changes
  • docs(vscode): add descriptions for premium feature configurations (#​5612) - Thanks to @​KazariEX!
  • refactor(typescript-plugin): explicitly request parameters (#​5623)
  • chore(lint): enable @typescript-eslint/no-unnecessary-condition (#​5630)
  • refactor(language-server): reimplement Reactivity Visualization in typescript plugin (#​5632)
  • refactor(language-server): parsing interpolations in extension client (#​5633)
  • refactor(vscode): reimplement Focus Mode base on folding ranges (#​5634)
  • chore(vscode): disable Focus Mode by default (#​5578)
  • refactor(vscode): set delay of reactivity visualization updates to 250ms - Thanks to @​KazariEX!

v3.0.6

Compare Source

Bug Fixes
  • fix(language-core): wrap :class expression with parens - Thanks to @​KazariEX!
  • fix(vscode): revert Vue 2 versions in target option (#​5583) - Thanks to @​gxres042!
  • fix(language-service): skip document highlight from tsserver within element tags (#​5584) - Thanks to @​KazariEX!
  • fix(component-meta): re-export vue-component-type-helpers to lib/helpers (#​5600)
  • fix(language-core): remove the non-strict configFileName default value (#​5606)
  • fix(language-core): don't look for input files during evaluation of vueCompilerOptions (#​5598)
  • fix(vscode): Improved reliability of handling extension activation contention (#​5588)
  • chore: update volar to 2.4.23
    • Support js/ts.hover.maximumLength and typescript.experimental.expandableHover (#​5577)
Other Changes
  • feat(lint): update tsslint config (#​5602)
  • refactor(language-core): generate setup returns on demand - Thanks to @​KazariEX!
  • chore(language-service): remove exclude config suggestion from global types error message (#​5579) - Thanks to @​Ciallo-Chiaki
  • chore(vscode): update extension display name "Vue.js" (#​5582)
  • chore: update vue-component-type-helpers to current version (#​5589) - Thanks to @​kingyue737!

v3.0.5

Compare Source

Features
  • feat(language-core): introduce compileSFCStyle to provide style related infomation (#​5548) - Thanks to @​KazariEX!
  • feat(language-service): completion snippet for v-for (#​5553) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): generate modelModifiers for explicitly declared default model name (#​5558) - Thanks to @​KazariEX!
  • fix(language-service): more responsive .value insertion
  • fix(vscode): add class scope fallback for component semantic tokens (#​5559) - Thanks to @​KazariEX!
  • fix(vscode): make sure extension is loaded immediately
  • fix(language-service): only check globalTypesPath for FS files
  • fix(vscode): handle fail tsserver requests to avoid memory leak
  • fix(vscode): do not delay the execution of restartExtensionHost
  • fix(language-core): avoid references highlight of unrelated native element tags (#​5563) - Thanks to @​KazariEX!
  • fix(language-core): tolerance for incomplete root template tag
  • fix(language-core): enable navigation code feature on directive modifiers - Thanks to @​KazariEX!
Other Changes

v3.0.4

Compare Source

Features
  • feat(language-service): check casing when dropping component into template - Thanks to @​KazariEX!
  • feat(language-service): native completion experience for slot names (#​5552) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): avoid clearing global types path when local compiler options is present - Thanks to @​KazariEX!
  • fix(language-core): do not evaluate skipTemplateCodegen when exposing $slots - Thanks to @​KazariEX!
  • fix(language-service): correct kind and order of component completion items - Thanks to @​KazariEX!
  • fix(component-meta): filter events out of props (#​5547) - Thanks to @​Akryum!
Other Changes
  • refactor(language-core): allow configuring checkUnknownEvents and checkUnknownComponents in sfc (#​5537) - Thanks to @​KazariEX!
  • chore(language-service): add restart server hint to global types warning - Thanks to @​KazariEX!

v3.0.3

Compare Source

Bug Fixes
  • fix(language-core): find node_modules based on file's directory (#​5525) - Thanks to @​KazariEX!
  • fix(language-core): do not spread exposed object (#​5526) - Thanks to @​KazariEX!
  • fix(vscode): prompt manual reload in remote envs (#​5530)
Other Changes

v3.0.2

Compare Source

Features
  • feat(language-core): introduce globalTypesPath option for non-npm like environment (#​5505) - Thanks to @​KazariEX!
  • feat: forward tsserver's semantic tokens via language server (#​5512) - Thanks to @​KazariEX!
Bug Fixes
  • fix(vscode): correct syntax highlight of control directives ending with / or ) - Thanks to @​KazariEX!
  • fix(language-core): infer parameter type of union slots to be union instead of intersection (#​5475) - Thanks to @​KazariEX!
  • fix(vscode): remove colorizedBracketPairs config for plaintext
  • fix(language-core): avoid early access to local types to skip unnecessary type generation - Thanks to @​KazariEX!
  • fix(language-core): treat <component> without is prop as normal component - Thanks to @​KazariEX!
  • fix(vscode): make sure tsserver loads @vue/typescript-plugin last (#​5483)
  • fix(language-core): only keep navigation code feature on static name value of <slot> - Thanks to @​KazariEX!
  • fix(language-server): add allowJs to reactivity analyze host - Thanks to @​KazariEX!
  • fix(language-core): do not set template lang to md for markdown (#​5497) - Thanks to @​KazariEX!
  • fix(typescript-plugin): exclude items of kind module from template completion - Thanks to @​KazariEX!
  • fix(language-core): walk identifiers correctly within type nodes in interpolation (#​5501) - Thanks to @​KazariEX!
  • fix(language-service): correct position calculation of twoslash queries (#​5503) - Thanks to @​KazariEX!
  • fix(language-core): avoid redundant increment of block variable depth (#​5511) - Thanks to @​KazariEX!
  • fix(language-service): re-implement twoslash queries in script - Thanks to @​KazariEX!
Other Changes
  • refactor(vscode): make welcome page code public - Thanks to @​KazariEX!
  • refactor(vscode): add premium feature settings
  • chore: migrate from minimatch to picomatch (#​5499) - Thanks to @​KazariEX!
  • chore: update volar to 2.4.19
  • revert: type support of slot children (#​5137) (#​5514) - Thanks to @​KazariEX!

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.


  • 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 | Type | Update | Change | |---|---|---|---| | [vue-tsc](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | devDependencies | minor | [`3.0.1` -> `3.1.0`](https://renovatebot.com/diffs/npm/vue-tsc/3.0.1/3.1.0) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v3.1.0`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#310-2025-09-28) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.0.8...v3.1.0) ##### Performance - perf(language-core): drop internal component ([#&#8203;5532](https://github.com/vuejs/language-tools/issues/5532)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Other Changes - refactor: drop Vue 2 support ([#&#8203;5636](https://github.com/vuejs/language-tools/issues/5636)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - chore(lint): enforce use of type-only imports ([#&#8203;5658](https://github.com/vuejs/language-tools/issues/5658)) - Thanks to [@&#8203;so1ve](https://github.com/so1ve)! - ci: upgrade node version ([#&#8203;5668](https://github.com/vuejs/language-tools/issues/5668)) - Thanks to [@&#8203;so1ve](https://github.com/so1ve)! - refactor(typescript-plugin): move reactivity analysis logic to a seperate typescript plugin ([#&#8203;5672](https://github.com/vuejs/language-tools/issues/5672)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ### [`v3.0.8`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#308-2025-09-23) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.0.7...v3.0.8) ##### Features - feat(vscode): introduce `vue.server.path` setting ([#&#8203;5647](https://github.com/vuejs/language-tools/issues/5647)) ##### Bug Fixes - fix(language-core): initialize properties of `VueVirtualCode` in constructor ([#&#8203;5635](https://github.com/vuejs/language-tools/issues/5635)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(vscode): flatten reactivity visualization decorators ([#&#8203;5642](https://github.com/vuejs/language-tools/issues/5642)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(vscode): normalize reactivity visualization ranges - fix(vscode): patch `typescriptServerPlugin` languages without FS hack - fix(language-service): do not provide semantic tokens and document highlights for non-`file` scheme files ([#&#8203;5653](https://github.com/vuejs/language-tools/issues/5653)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Performance - perf(typescript-plugin): redo single-file language service for reactivity visualization ([#&#8203;5652](https://github.com/vuejs/language-tools/issues/5652)) ##### Other Changes - refactor(typescript-plugin): externalize reactivity analysis logic ([#&#8203;5645](https://github.com/vuejs/language-tools/issues/5645)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ### [`v3.0.7`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#307-2025-09-12) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.0.6...v3.0.7) ##### Bug Fixes - fix(vscode): show welcome page only when opening a Vue file - fix(language-core): generate slot parameters in the same way as interpolation ([#&#8203;5618](https://github.com/vuejs/language-tools/issues/5618)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): do not generate variables for builtin directives - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Other Changes - docs(vscode): add descriptions for premium feature configurations ([#&#8203;5612](https://github.com/vuejs/language-tools/issues/5612)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - refactor(typescript-plugin): explicitly request parameters ([#&#8203;5623](https://github.com/vuejs/language-tools/issues/5623)) - chore(lint): enable `@typescript-eslint/no-unnecessary-condition` ([#&#8203;5630](https://github.com/vuejs/language-tools/issues/5630)) - refactor(language-server): reimplement Reactivity Visualization in typescript plugin ([#&#8203;5632](https://github.com/vuejs/language-tools/issues/5632)) - refactor(language-server): parsing interpolations in extension client ([#&#8203;5633](https://github.com/vuejs/language-tools/issues/5633)) - refactor(vscode): reimplement Focus Mode base on folding ranges ([#&#8203;5634](https://github.com/vuejs/language-tools/issues/5634)) - chore(vscode): disable Focus Mode by default ([#&#8203;5578](https://github.com/vuejs/language-tools/issues/5578)) - refactor(vscode): set delay of reactivity visualization updates to 250ms - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ### [`v3.0.6`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#306-2025-08-20) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.0.5...v3.0.6) ##### Bug Fixes - fix(language-core): wrap `:class` expression with parens - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(vscode): revert Vue 2 versions in `target` option ([#&#8203;5583](https://github.com/vuejs/language-tools/issues/5583)) - Thanks to [@&#8203;gxres042](https://github.com/gxres042)! - fix(language-service): skip document highlight from tsserver within element tags ([#&#8203;5584](https://github.com/vuejs/language-tools/issues/5584)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(component-meta): re-export `vue-component-type-helpers` to `lib/helpers` ([#&#8203;5600](https://github.com/vuejs/language-tools/issues/5600)) - fix(language-core): remove the non-strict `configFileName` default value ([#&#8203;5606](https://github.com/vuejs/language-tools/issues/5606)) - fix(language-core): don't look for input files during evaluation of vueCompilerOptions ([#&#8203;5598](https://github.com/vuejs/language-tools/issues/5598)) - fix(vscode): Improved reliability of handling extension activation contention ([#&#8203;5588](https://github.com/vuejs/language-tools/issues/5588)) - chore: update volar to 2.4.23 - Support `js/ts.hover.maximumLength` and `typescript.experimental.expandableHover` ([#&#8203;5577](https://github.com/vuejs/language-tools/issues/5577)) ##### Other Changes - feat(lint): update tsslint config ([#&#8203;5602](https://github.com/vuejs/language-tools/issues/5602)) - refactor(language-core): generate setup returns on demand - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - chore(language-service): remove `exclude` config suggestion from global types error message ([#&#8203;5579](https://github.com/vuejs/language-tools/issues/5579)) - Thanks to [@&#8203;Ciallo-Chiaki](https://github.com/Ciallo-Chiaki) - chore(vscode): update extension display name "Vue.js" ([#&#8203;5582](https://github.com/vuejs/language-tools/issues/5582)) - chore: update `vue-component-type-helpers` to current version ([#&#8203;5589](https://github.com/vuejs/language-tools/issues/5589)) - Thanks to [@&#8203;kingyue737](https://github.com/kingyue737)! ### [`v3.0.5`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#305-2025-08-01) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.0.4...v3.0.5) ##### Features - feat(language-core): introduce `compileSFCStyle` to provide style related infomation ([#&#8203;5548](https://github.com/vuejs/language-tools/issues/5548)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - feat(language-service): completion snippet for `v-for` ([#&#8203;5553](https://github.com/vuejs/language-tools/issues/5553)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - fix(language-core): generate `modelModifiers` for explicitly declared default model name ([#&#8203;5558](https://github.com/vuejs/language-tools/issues/5558)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-service): more responsive `.value` insertion - fix(vscode): add `class` scope fallback for `component` semantic tokens ([#&#8203;5559](https://github.com/vuejs/language-tools/issues/5559)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(vscode): make sure extension is loaded immediately - fix(language-service): only check `globalTypesPath` for FS files - fix(vscode): handle fail tsserver requests to avoid memory leak - fix(vscode): do not delay the execution of `restartExtensionHost` - fix(language-core): avoid references highlight of unrelated native element tags ([#&#8203;5563](https://github.com/vuejs/language-tools/issues/5563)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): tolerance for incomplete root template tag - fix(language-core): enable navigation code feature on directive modifiers - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Other Changes - chore(language-service): improve global types error message for JS projects ([#&#8203;5574](https://github.com/vuejs/language-tools/issues/5574)) - Thanks to [@&#8203;Ciallo-Chiaki](https://github.com/Ciallo-Chiaki)! ### [`v3.0.4`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#304-2025-07-25) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.0.3...v3.0.4) ##### Features - feat(language-service): check casing when dropping component into template - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - feat(language-service): native completion experience for slot names ([#&#8203;5552](https://github.com/vuejs/language-tools/issues/5552)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - fix(language-core): avoid clearing global types path when local compiler options is present - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): do not evaluate `skipTemplateCodegen` when exposing `$slots` - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-service): correct kind and order of component completion items - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(component-meta): filter events out of props ([#&#8203;5547](https://github.com/vuejs/language-tools/issues/5547)) - Thanks to [@&#8203;Akryum](https://github.com/Akryum)! ##### Other Changes - refactor(language-core): allow configuring `checkUnknownEvents` and `checkUnknownComponents` in sfc ([#&#8203;5537](https://github.com/vuejs/language-tools/issues/5537)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - chore(language-service): add restart server hint to global types warning - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ### [`v3.0.3`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#303-2025-07-18) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.0.2...v3.0.3) ##### Bug Fixes - fix(language-core): find `node_modules` based on file's directory ([#&#8203;5525](https://github.com/vuejs/language-tools/issues/5525)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): do not spread exposed object ([#&#8203;5526](https://github.com/vuejs/language-tools/issues/5526)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(vscode): prompt manual reload in remote envs ([#&#8203;5530](https://github.com/vuejs/language-tools/issues/5530)) ##### Other Changes - refactor(tsc): return the result of runTsc ([#&#8203;5517](https://github.com/vuejs/language-tools/issues/5517)) - Thanks to [@&#8203;escaton](https://github.com/escaton)! ### [`v3.0.2`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#302-2025-07-18) [Compare Source](https://github.com/vuejs/language-tools/compare/v3.0.1...v3.0.2) ##### Features - feat(language-core): introduce `globalTypesPath` option for non-npm like environment ([#&#8203;5505](https://github.com/vuejs/language-tools/issues/5505)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - feat: forward tsserver's semantic tokens via language server ([#&#8203;5512](https://github.com/vuejs/language-tools/issues/5512)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - fix(vscode): correct syntax highlight of control directives ending with `/` or `)` - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): infer parameter type of union slots to be union instead of intersection ([#&#8203;5475](https://github.com/vuejs/language-tools/issues/5475)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(vscode): remove `colorizedBracketPairs` config for plaintext - fix(language-core): avoid early access to local types to skip unnecessary type generation - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): treat `<component>` without `is` prop as normal component - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(vscode): make sure tsserver loads `@vue/typescript-plugin` last ([#&#8203;5483](https://github.com/vuejs/language-tools/issues/5483)) - fix(language-core): only keep navigation code feature on static `name` value of `<slot>` - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-server): add `allowJs` to reactivity analyze host - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): do not set template lang to `md` for markdown ([#&#8203;5497](https://github.com/vuejs/language-tools/issues/5497)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(typescript-plugin): exclude items of kind `module` from template completion - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): walk identifiers correctly within type nodes in interpolation ([#&#8203;5501](https://github.com/vuejs/language-tools/issues/5501)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-service): correct position calculation of twoslash queries ([#&#8203;5503](https://github.com/vuejs/language-tools/issues/5503)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-core): avoid redundant increment of block variable depth ([#&#8203;5511](https://github.com/vuejs/language-tools/issues/5511)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - fix(language-service): re-implement twoslash queries in script - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Other Changes - refactor(vscode): make welcome page code public - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - refactor(vscode): add premium feature settings - chore: migrate from `minimatch` to `picomatch` ([#&#8203;5499](https://github.com/vuejs/language-tools/issues/5499)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - chore: update volar to 2.4.19 - fix(typescript): skip source file search when `.d.${ext}.ts` file exists ([volarjs/volar.js#277](https://github.com/volarjs/volar.js/issues/277)) - revert: type support of slot children ([#&#8203;5137](https://github.com/vuejs/language-tools/issues/5137)) ([#&#8203;5514](https://github.com/vuejs/language-tools/issues/5514)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjExMy4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
chore(deps): update dependency vue-tsc to v3.0.7
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 56s
Build and Release / Checks (pull_request) Successful in 2m50s
Build and Release / Sonar (pull_request) Successful in 1m4s
Build and Release / Build (pull_request) Successful in 2m5s
Build and Release / Build Container (pull_request) Successful in 5m58s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
e252c4040c
martinr92 force-pushed renovate/vue-tsc-3.x-lockfile from e252c4040c
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 56s
Build and Release / Checks (pull_request) Successful in 2m50s
Build and Release / Sonar (pull_request) Successful in 1m4s
Build and Release / Build (pull_request) Successful in 2m5s
Build and Release / Build Container (pull_request) Successful in 5m58s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 11bd835fe8
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 36s
Build and Release / Checks (pull_request) Successful in 1m30s
Build and Release / Sonar (pull_request) Successful in 46s
Build and Release / Build (pull_request) Successful in 1m15s
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-09-18 17:40:09 +00:00
Compare
martinr92 force-pushed renovate/vue-tsc-3.x-lockfile from 11bd835fe8
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 36s
Build and Release / Checks (pull_request) Successful in 1m30s
Build and Release / Sonar (pull_request) Successful in 46s
Build and Release / Build (pull_request) Successful in 1m15s
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 87c3a19978
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 42s
Build and Release / Checks (pull_request) Successful in 1m29s
Build and Release / Sonar (pull_request) Successful in 55s
Build and Release / Build (pull_request) Successful in 1m28s
Build and Release / Build Container (pull_request) Successful in 2m48s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-09-22 16:37:39 +00:00
Compare
martinr92 changed title from chore(deps): update dependency vue-tsc to v3.0.7 to chore(deps): update dependency vue-tsc to v3.0.8 2025-09-22 16:37:40 +00:00
martinr92 force-pushed renovate/vue-tsc-3.x-lockfile from 87c3a19978
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 42s
Build and Release / Checks (pull_request) Successful in 1m29s
Build and Release / Sonar (pull_request) Successful in 55s
Build and Release / Build (pull_request) Successful in 1m28s
Build and Release / Build Container (pull_request) Successful in 2m48s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 384ce48d7f
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 42s
Build and Release / Checks (pull_request) Successful in 1m32s
Build and Release / Sonar (pull_request) Successful in 1m2s
Build and Release / Build (pull_request) Successful in 1m22s
Build and Release / Build Container (pull_request) Successful in 3m19s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-09-28 14:38:48 +00:00
Compare
martinr92 changed title from chore(deps): update dependency vue-tsc to v3.0.8 to chore(deps): update dependency vue-tsc to v3.1.0 2025-09-28 14:38:50 +00:00
martinr92 force-pushed renovate/vue-tsc-3.x-lockfile from 384ce48d7f
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 42s
Build and Release / Checks (pull_request) Successful in 1m32s
Build and Release / Sonar (pull_request) Successful in 1m2s
Build and Release / Build (pull_request) Successful in 1m22s
Build and Release / Build Container (pull_request) Successful in 3m19s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 18bd242db5
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 51s
Build and Release / Checks (pull_request) Successful in 2m10s
Build and Release / Sonar (pull_request) Successful in 53s
Build and Release / Build (pull_request) Successful in 1m35s
Build and Release / Build Container (pull_request) Successful in 3m15s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 07:39:34 +00:00
Compare
martinr92 force-pushed renovate/vue-tsc-3.x-lockfile from 18bd242db5
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 51s
Build and Release / Checks (pull_request) Successful in 2m10s
Build and Release / Sonar (pull_request) Successful in 53s
Build and Release / Build (pull_request) Successful in 1m35s
Build and Release / Build Container (pull_request) Successful in 3m15s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 3874bb6854
All checks were successful
Build and Release / Build Container (pull_request) Successful in 3m1s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Pre-Processor (pull_request) Successful in 43s
Build and Release / Checks (pull_request) Successful in 2m14s
Build and Release / Sonar (pull_request) Successful in 47s
Build and Release / Build (pull_request) Successful in 1m58s
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 08:38:04 +00:00
Compare
martinr92 force-pushed renovate/vue-tsc-3.x-lockfile from 3874bb6854
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 43s
Build and Release / Checks (pull_request) Successful in 2m14s
Build and Release / Sonar (pull_request) Successful in 47s
Build and Release / Build (pull_request) Successful in 1m58s
Build and Release / Build Container (pull_request) Successful in 3m1s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 69fedac814
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 37s
Build and Release / Checks (pull_request) Successful in 2m44s
Build and Release / Sonar (pull_request) Successful in 49s
Build and Release / Build (pull_request) Successful in 2m18s
Build and Release / Build Container (pull_request) Successful in 3m14s
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 09:39:39 +00:00
Compare
martinr92 force-pushed renovate/vue-tsc-3.x-lockfile from 69fedac814
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 37s
Build and Release / Build Container (pull_request) Successful in 3m14s
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Checks (pull_request) Successful in 2m44s
Build and Release / Build (pull_request) Successful in 2m18s
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
Build and Release / Sonar (pull_request) Successful in 49s
to 2e77a50e3a
Some checks failed
Build and Release / Pre-Processor (pull_request) Successful in 44s
Build and Release / Checks (pull_request) Failing after 1m7s
Build and Release / Sonar (pull_request) Has been skipped
Build and Release / Build (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 10:36:45 +00:00
Compare
martinr92 force-pushed renovate/vue-tsc-3.x-lockfile from 2e77a50e3a
Some checks failed
Build and Release / Pre-Processor (pull_request) Successful in 44s
Build and Release / Checks (pull_request) Failing after 1m7s
Build and Release / Sonar (pull_request) Has been skipped
Build and Release / Build (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 017bba026c
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 37s
Build and Release / Checks (pull_request) Successful in 3m31s
Build and Release / Sonar (pull_request) Successful in 57s
Build and Release / Build (pull_request) Successful in 2m33s
Build and Release / Build Container (pull_request) Successful in 3m45s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 11:35:14 +00:00
Compare
martinr92 force-pushed renovate/vue-tsc-3.x-lockfile from 017bba026c
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 37s
Build and Release / Checks (pull_request) Successful in 3m31s
Build and Release / Sonar (pull_request) Successful in 57s
Build and Release / Build (pull_request) Successful in 2m33s
Build and Release / Build Container (pull_request) Successful in 3m45s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to d6f09d3ceb
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 47s
Build and Release / Checks (pull_request) Successful in 3m23s
Build and Release / Sonar (pull_request) Successful in 50s
Build and Release / Build (pull_request) Successful in 2m52s
Build and Release / Build Container (pull_request) Successful in 3m55s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 12:34:41 +00:00
Compare
martinr92 merged commit 09622f49b6 into develop 2025-10-02 12:49:14 +00:00
martinr92 deleted branch renovate/vue-tsc-3.x-lockfile 2025-10-02 12:49:15 +00:00
Sign in to join this conversation.
No description provided.