chore(deps): update dependency @vue/language-server to v2.1.6 #44

Merged
RenovateBot merged 1 commit from renovate/vue-language-server-2.x-lockfile into main 2024-09-09 10:53:20 +03:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@vue/language-server (source) devDependencies minor 2.0.29 -> 2.1.6

Release Notes

vuejs/language-tools (@​vue/language-server)

v2.1.6

Compare Source

Features
  • language-plugin-pug: support initial indentation (#​4774)
  • language-service: JSDoc display support when typing props on component template (#​4796) - Thanks to @​joy-yu!
  • language-core: typed directives in template (#​4807) - Thanks to @​KazariEX!
Bug Fixes
  • language-core: wrap template refs with unref in interpolation (#​4777) - Thanks to @​KazariEX!
  • language-core: ensure to pass tsc on inline global types (#​4782) - Thanks to @​KazariEX!
  • language-core: infer native template ref as build-in element interface (#​4786) - Thanks to @​KazariEX!
  • language-core: generate __VLS_StyleModules after template (#​4790) - Thanks to @​KazariEX!
  • language-core: make expose of non-generic template ref required (#​4795) - Thanks to @​zhiyuanzmj!
  • language-core: avoid using __typeProps with runtime props (#​4800) - Thanks to @​KazariEX!
  • language-core: ignore unknown attrs error when strictTemplates is not enabled (#​4785)
  • language-core: prevent append globalTypes to virtual file (#​4806) - Thanks to @​zhiyuanzmj!
  • language-core: prevent type error when use defineSlots and non-template (#​4809) - Thanks to @​zhiyuanzmj!
  • typescript-plugin: disconnect socket on error (#​4672)
Performance
  • language-core: don't emit event lnlayhint when content is none (#​4776) - Thanks to @​Gehbt!
Other Changes
  • language-core: split __VLS_templateResult (#​4781) - Thanks to @​KazariEX!
  • language-core: wrap template virtual code into a function (#​4784)
  • language-core: move templateRef into composibles (#​4791) - Thanks to @​KazariEX!
  • language-core: generate global types for the first parsed Vue component if cannot write global types file
Tests
  • language-server: add renaming case for template ref() (#​4794) - Thanks to @​KazariEX!
  • tsc: update to Vue 3.5 (#​4725)
  • tsc: unknown props on non-strict generic component (#​4792)

v2.1.5

Compare Source

Features
  • typescript-plugin, language-server: generate global types file into node_modules/.vue-global-types (#​4752) - Thanks to @​KazariEX!
  • language-core: navigation support for template-ref (#​4726) - Thanks to @​KazariEX!
Bug Fixes
  • language-core, typescript-plugin, language-server: apply snake case on globalTypes filename (#​4749) - Thanks to @​KazariEX!
  • language-core: hoist $refs type (#​4763)
  • language-core: disable lib check on global types file (#​4767) - Thanks to @​KazariEX!
  • language-core: prevent circular reference of templateRef (#​4768) - Thanks to @​zhiyuanzmj!
  • language-core: using interface merging for GlobalComponents
  • language-core: fallthroughAttributes causes global components to be self-referential (#​4761)
  • language-core: auto-completion for the last line of template block (#​4771) - Thanks to @​zhiyuanzmj!
  • language-core: update ast correctly on repeated v-for modifications (#​4772) - Thanks to @​KazariEX!
  • language-server: leaking named pipes (#​4672)
  • typescript-plugin: compatible with Yarn PnP (#​4751)
  • vscode: whitelist ms-dynamics-smb.al extension for Vue Hybrid Mode. (#​4765) - Thanks to @​kyleweishaupt!
Other Changes

v2.1.4

Compare Source

Features
  • typescript-plugin, language-server: generate global types file into node_modules/.vue-global-types (#​4752) - Thanks to @​KazariEX!
  • language-core: navigation support for template-ref (#​4726) - Thanks to @​KazariEX!
Bug Fixes
  • language-core, typescript-plugin, language-server: apply snake case on globalTypes filename (#​4749) - Thanks to @​KazariEX!
  • language-core: hoist $refs type (#​4763)
  • language-core: disable lib check on global types file (#​4767) - Thanks to @​KazariEX!
  • language-core: prevent circular reference of templateRef (#​4768) - Thanks to @​zhiyuanzmj!
  • language-core: using interface merging for GlobalComponents
  • language-core: fallthroughAttributes causes global components to be self-referential (#​4761)
  • language-core: auto-completion for the last line of template block (#​4771) - Thanks to @​zhiyuanzmj!
  • language-core: update ast correctly on repeated v-for modifications (#​4772) - Thanks to @​KazariEX!
  • language-server: leaking named pipes (#​4672)
  • typescript-plugin: compatible with Yarn PnP (#​4751)
  • vscode: whitelist ms-dynamics-smb.al extension for Vue Hybrid Mode. (#​4765) - Thanks to @​kyleweishaupt!
Other Changes

v2.1.2

Compare Source

Bug Fixes
  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#​4740) (#​4737) (#​4738) (#​4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

v2.1.0

Compare Source

Features
Bug Fixes
Refactors
  • language-core: extract SFC root tags to separate virtual code
  • language-core: removed __hint trick from codegen
  • language-core: rewrite a part of confusing codegen code
  • language-core: reduce virtual code generated by component tags (#​4714)
  • language-core: do not wrap template virtual code with function (#​4731)
  • language-core: write real files to FS for shared global types (#​4736)
  • component-meta: remove deprecated createComponentMetaCheckerByJsonConfig, createComponentMetaChecker api
Other Changes

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.

🔕 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/language-server](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/language-server)) | devDependencies | minor | [`2.0.29` -> `2.1.6`](https://renovatebot.com/diffs/npm/@vue%2flanguage-server/2.0.29/2.1.6) | --- ### Release Notes <details> <summary>vuejs/language-tools (@&#8203;vue/language-server)</summary> ### [`v2.1.6`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#216-supofficialsup-217-supinsiderssup-2024-09-05) [Compare Source](https://github.com/vuejs/language-tools/compare/a95b51ac0b0db8825f77fbba37e29932b5be61e4...v2.1.6) ##### Features - **language-plugin-pug:** support initial indentation ([#&#8203;4774](https://github.com/vuejs/language-tools/issues/4774)) - **language-service:** JSDoc display support when typing props on component template ([#&#8203;4796](https://github.com/vuejs/language-tools/issues/4796)) - Thanks to [@&#8203;joy-yu](https://github.com/joy-yu)! - **language-core:** typed directives in template ([#&#8203;4807](https://github.com/vuejs/language-tools/issues/4807)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - **language-core:** wrap template refs with `unref` in interpolation ([#&#8203;4777](https://github.com/vuejs/language-tools/issues/4777)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** ensure to pass tsc on inline global types ([#&#8203;4782](https://github.com/vuejs/language-tools/issues/4782)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** infer native template ref as build-in element interface ([#&#8203;4786](https://github.com/vuejs/language-tools/issues/4786)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** generate `__VLS_StyleModules` after template ([#&#8203;4790](https://github.com/vuejs/language-tools/issues/4790)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** make `expose` of non-generic template ref required ([#&#8203;4795](https://github.com/vuejs/language-tools/issues/4795)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** avoid using `__typeProps` with runtime props ([#&#8203;4800](https://github.com/vuejs/language-tools/issues/4800)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** ignore unknown attrs error when strictTemplates is not enabled ([#&#8203;4785](https://github.com/vuejs/language-tools/issues/4785)) - **language-core:** prevent append globalTypes to virtual file ([#&#8203;4806](https://github.com/vuejs/language-tools/issues/4806)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** prevent type error when use defineSlots and non-template ([#&#8203;4809](https://github.com/vuejs/language-tools/issues/4809)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **typescript-plugin:** disconnect socket on error ([#&#8203;4672](https://github.com/vuejs/language-tools/issues/4672)) ##### Performance - **language-core:** don't emit event lnlayhint when content is none ([#&#8203;4776](https://github.com/vuejs/language-tools/issues/4776)) - Thanks to [@&#8203;Gehbt](https://github.com/Gehbt)! ##### Other Changes - **language-core:** split `__VLS_templateResult` ([#&#8203;4781](https://github.com/vuejs/language-tools/issues/4781)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** wrap template virtual code into a function ([#&#8203;4784](https://github.com/vuejs/language-tools/issues/4784)) - **language-core:** move `templateRef` into `composibles` ([#&#8203;4791](https://github.com/vuejs/language-tools/issues/4791)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** generate global types for the first parsed Vue component if cannot write global types file ##### Tests - **language-server:** add renaming case for template `ref()` ([#&#8203;4794](https://github.com/vuejs/language-tools/issues/4794)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **tsc:** update to Vue 3.5 ([#&#8203;4725](https://github.com/vuejs/language-tools/issues/4725)) - **tsc:** unknown props on non-strict generic component ([#&#8203;4792](https://github.com/vuejs/language-tools/issues/4792)) ### [`v2.1.5`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#214-supofficialsup-215-supinsiderssup-2024-09-01) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.1.4...a95b51ac0b0db8825f77fbba37e29932b5be61e4) ##### Features - **typescript-plugin, language-server:** generate global types file into `node_modules/.vue-global-types` ([#&#8203;4752](https://github.com/vuejs/language-tools/issues/4752)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** navigation support for template-ref ([#&#8203;4726](https://github.com/vuejs/language-tools/issues/4726)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - **language-core, typescript-plugin, language-server:** apply snake case on globalTypes filename ([#&#8203;4749](https://github.com/vuejs/language-tools/issues/4749)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** hoist `$refs` type ([#&#8203;4763](https://github.com/vuejs/language-tools/issues/4763)) - **language-core:** disable lib check on global types file ([#&#8203;4767](https://github.com/vuejs/language-tools/issues/4767)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** prevent circular reference of templateRef ([#&#8203;4768](https://github.com/vuejs/language-tools/issues/4768)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** using interface merging for `GlobalComponents` - **language-core:** `fallthroughAttributes` causes global components to be self-referential ([#&#8203;4761](https://github.com/vuejs/language-tools/issues/4761)) - **language-core:** auto-completion for the last line of template block ([#&#8203;4771](https://github.com/vuejs/language-tools/issues/4771)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** update ast correctly on repeated `v-for` modifications ([#&#8203;4772](https://github.com/vuejs/language-tools/issues/4772)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-server:** leaking named pipes ([#&#8203;4672](https://github.com/vuejs/language-tools/issues/4672)) - **typescript-plugin:** compatible with Yarn PnP ([#&#8203;4751](https://github.com/vuejs/language-tools/issues/4751)) - **vscode:** whitelist `ms-dynamics-smb.al` extension for Vue Hybrid Mode. ([#&#8203;4765](https://github.com/vuejs/language-tools/issues/4765)) - Thanks to [@&#8203;kyleweishaupt](https://github.com/kyleweishaupt)! ##### Other Changes - Add optional "dependencies" textarea to issue template ([#&#8203;4758](https://github.com/vuejs/language-tools/issues/4758)) - Thanks to [@&#8203;davidmatter](https://github.com/davidmatter)! ### [`v2.1.4`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#214-supofficialsup-215-supinsiderssup-2024-09-01) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.1.2...v2.1.4) ##### Features - **typescript-plugin, language-server:** generate global types file into `node_modules/.vue-global-types` ([#&#8203;4752](https://github.com/vuejs/language-tools/issues/4752)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** navigation support for template-ref ([#&#8203;4726](https://github.com/vuejs/language-tools/issues/4726)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - **language-core, typescript-plugin, language-server:** apply snake case on globalTypes filename ([#&#8203;4749](https://github.com/vuejs/language-tools/issues/4749)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** hoist `$refs` type ([#&#8203;4763](https://github.com/vuejs/language-tools/issues/4763)) - **language-core:** disable lib check on global types file ([#&#8203;4767](https://github.com/vuejs/language-tools/issues/4767)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** prevent circular reference of templateRef ([#&#8203;4768](https://github.com/vuejs/language-tools/issues/4768)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** using interface merging for `GlobalComponents` - **language-core:** `fallthroughAttributes` causes global components to be self-referential ([#&#8203;4761](https://github.com/vuejs/language-tools/issues/4761)) - **language-core:** auto-completion for the last line of template block ([#&#8203;4771](https://github.com/vuejs/language-tools/issues/4771)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** update ast correctly on repeated `v-for` modifications ([#&#8203;4772](https://github.com/vuejs/language-tools/issues/4772)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-server:** leaking named pipes ([#&#8203;4672](https://github.com/vuejs/language-tools/issues/4672)) - **typescript-plugin:** compatible with Yarn PnP ([#&#8203;4751](https://github.com/vuejs/language-tools/issues/4751)) - **vscode:** whitelist `ms-dynamics-smb.al` extension for Vue Hybrid Mode. ([#&#8203;4765](https://github.com/vuejs/language-tools/issues/4765)) - Thanks to [@&#8203;kyleweishaupt](https://github.com/kyleweishaupt)! ##### Other Changes - Add optional "dependencies" textarea to issue template ([#&#8203;4758](https://github.com/vuejs/language-tools/issues/4758)) - Thanks to [@&#8203;davidmatter](https://github.com/davidmatter)! ### [`v2.1.2`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#212-supofficialsup-213-supinsiderssup-2024-08-29) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.1.0...v2.1.2) ##### Bug Fixes - **language-core, typescript-plugin, language-server:** write globalTypes into dist for correct export ([#&#8203;4740](https://github.com/vuejs/language-tools/issues/4740)) ([#&#8203;4737](https://github.com/vuejs/language-tools/issues/4737)) ([#&#8203;4738](https://github.com/vuejs/language-tools/issues/4738)) ([#&#8203;4739](https://github.com/vuejs/language-tools/issues/4739)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** don't default `vueCompilerOptions.lib` to `@vue/runtime-dom` for Vue 2 ### [`v2.1.0`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#210-supofficialsup-211-supinsiderssup-2024-08-29) [Compare Source](https://github.com/vuejs/language-tools/compare/49ad9563e6f2677595878a000179dfea83fb910c...v2.1.0) ##### Features - **language-core:** inlay hints for destructured props ([#&#8203;4634](https://github.com/vuejs/language-tools/issues/4634)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** typed fallthrough attributes ([#&#8203;4103](https://github.com/vuejs/language-tools/issues/4103)) - Thanks to [@&#8203;A5rocks](https://github.com/A5rocks), [@&#8203;so1ve](https://github.com/so1ve)! - **language-core:** document links for classname within `:class` ([#&#8203;4642](https://github.com/vuejs/language-tools/issues/4642)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** auto infer type for $refs & useTemplateRef ([#&#8203;4644](https://github.com/vuejs/language-tools/issues/4644)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** type support for CSS Modules API ([#&#8203;4674](https://github.com/vuejs/language-tools/issues/4674)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** better completion for directives ([#&#8203;4640](https://github.com/vuejs/language-tools/issues/4640)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** better sorting & filtering of completion ([#&#8203;4671](https://github.com/vuejs/language-tools/issues/4671)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** add style scoped and module completion ([#&#8203;4705](https://github.com/vuejs/language-tools/issues/4705)) - Thanks to [@&#8203;runyasak](https://github.com/runyasak)! ##### Bug Fixes - **vscode:** type of `vue.server.hybridMode` config ([#&#8203;4703](https://github.com/vuejs/language-tools/issues/4703)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** dependency on vulnerable version of `vue-template-compiler` ([#&#8203;4613](https://github.com/vuejs/language-tools/issues/4613)) - Thanks to [@&#8203;yyx990803](https://github.com/yyx990803)! - **language-core:** support parse method to access ctx var in object ([#&#8203;4609](https://github.com/vuejs/language-tools/issues/4609)) - Thanks to [@&#8203;linghaoSu](https://github.com/linghaoSu)! - **language-core:** escape \ and ' in className avoid type error ([#&#8203;4619](https://github.com/vuejs/language-tools/issues/4619)) - Thanks to [@&#8203;linghaoSu](https://github.com/linghaoSu)! - **language-core:** semantic highlight of the end tag of namespaced elements ([#&#8203;4623](https://github.com/vuejs/language-tools/issues/4623)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** nullable modelvalues ([#&#8203;4648](https://github.com/vuejs/language-tools/issues/4648)) - Thanks to [@&#8203;davidmatter](https://github.com/davidmatter)! - **language-core:** should try casting dynamic slot name into constant ([#&#8203;4669](https://github.com/vuejs/language-tools/issues/4669)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** local name support for prop using runtime api ([#&#8203;4650](https://github.com/vuejs/language-tools/issues/4650)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** optimize matching of scoped class and `v-bind()` ([#&#8203;4679](https://github.com/vuejs/language-tools/issues/4679)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** should preserve generic info in directive ([#&#8203;4686](https://github.com/vuejs/language-tools/issues/4686)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** generate `ref` as identifier instead of interpolation ([#&#8203;4688](https://github.com/vuejs/language-tools/issues/4688)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** correct type narrowing from script to template ([#&#8203;4689](https://github.com/vuejs/language-tools/issues/4689)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** should camelize prop name in `experimentalModelPropName` ([#&#8203;4691](https://github.com/vuejs/language-tools/issues/4691)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** drop duplicate hints on incomplete tag ([#&#8203;4696](https://github.com/vuejs/language-tools/issues/4696)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** correct inlay hints for v-bind with modifier ([#&#8203;4721](https://github.com/vuejs/language-tools/issues/4721)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** transform range of `file-md` correctly ([#&#8203;4735](https://github.com/vuejs/language-tools/issues/4735)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-plugin-pug:** should cache proxyed object ([#&#8203;4626](https://github.com/vuejs/language-tools/issues/4626)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-plugin-pug:** compute offset correctly of pug class ([#&#8203;4652](https://github.com/vuejs/language-tools/issues/4652)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** completion documentations for binding attributes ([#&#8203;4667](https://github.com/vuejs/language-tools/issues/4667)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** avoid converting internal id of special tags ([#&#8203;4643](https://github.com/vuejs/language-tools/issues/4643)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** reinstate the completion for modifiers ([#&#8203;4639](https://github.com/vuejs/language-tools/issues/4639)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** consistent data from provider for sfc completion ([#&#8203;4645](https://github.com/vuejs/language-tools/issues/4645)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **typescript-plugin:** unknown request type warning ([#&#8203;4715](https://github.com/vuejs/language-tools/issues/4715)) - Thanks to [@&#8203;davidmatter](https://github.com/davidmatter)! ##### Refactors - **language-core:** extract SFC root tags to separate virtual code - **language-core:** removed `__hint` trick from codegen - **language-core:** rewrite a part of confusing codegen code - **language-core:** reduce virtual code generated by component tags ([#&#8203;4714](https://github.com/vuejs/language-tools/issues/4714)) - **language-core:** do not wrap template virtual code with function ([#&#8203;4731](https://github.com/vuejs/language-tools/issues/4731)) - **language-core**: write real files to FS for shared global types ([#&#8203;4736](https://github.com/vuejs/language-tools/issues/4736)) - **component-meta:** remove deprecated `createComponentMetaCheckerByJsonConfig`, `createComponentMetaChecker` api ##### Other Changes - Upgraded Volar from `v2.4.0-alpha.18` to `v2.4.1`: - Ensure unopened files are synced to project ([#&#8203;4711](https://github.com/vuejs/language-tools/issues/4711)) ([#&#8203;4632](https://github.com/vuejs/language-tools/issues/4632)) - Thanks to [@&#8203;davidmatter](https://github.com/davidmatter)! - **ci:** integrated [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) - **tsc:** test all typecheck cases in one tsconfig ([#&#8203;4723](https://github.com/vuejs/language-tools/issues/4723)) - **tsc:** add test for TS-next ([#&#8203;4724](https://github.com/vuejs/language-tools/issues/4724)) - **tsc:** add tests for for [#&#8203;3779](https://github.com/vuejs/language-tools/issues/3779), [#&#8203;3820](https://github.com/vuejs/language-tools/issues/3820) ([#&#8203;3838](https://github.com/vuejs/language-tools/issues/3838)) - Thanks to [@&#8203;so1ve](https://github.com/so1ve)! - **vscode:** add grammar test ([#&#8203;3861](https://github.com/vuejs/language-tools/issues/3861)) - Thanks to [@&#8203;so1ve](https://github.com/so1ve)! - **language-service:** migrate tests to `@volar/test-utils` ([#&#8203;4719](https://github.com/vuejs/language-tools/issues/4719)) - **language-core:** add scoped classes renaming case ([#&#8203;4727](https://github.com/vuejs/language-tools/issues/4727)) - 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**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41NS40IiwidXBkYXRlZEluVmVyIjoiMzguNTUuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
RenovateBot added 1 commit 2024-09-09 03:05:15 +03:00
chore(deps): update dependency @vue/language-server to v2.1.6
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
/ test-dependencies (push) Failing after 5s
b2240f84cd
RenovateBot scheduled this pull request to auto merge when all checks succeed 2024-09-09 03:05:16 +03:00
pleshevskiy was assigned by RenovateBot 2024-09-09 03:17:59 +03:00
RenovateBot force-pushed renovate/vue-language-server-2.x-lockfile from b2240f84cd to 3dfd921a03 2024-09-09 10:30:14 +03:00 Compare
RenovateBot merged commit de20d6819f into main 2024-09-09 10:53:20 +03: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: pleshevskiy/pleshevski.ru#44
No description provided.