Bump vue-tsc from 2.1.2 to 2.1.4
Bumps vue-tsc from 2.1.2 to 2.1.4.
Release notes
Sourced from vue-tsc's releases.
v2.1.4
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
- Add optional "dependencies" textarea to issue template (#4758) - Thanks to
@davidmatter
!Please refer to CHANGELOG.md for details.
Sponsors
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
2.1.4 official, 2.1.5 insiders (2024-09-01)
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
- Add optional "dependencies" textarea to issue template (#4758) - Thanks to
@davidmatter
!
Commits
-
a95b51a
v2.1.4 (#4773) -
8d8e069
fix(language-core): using interface merging for GlobalComponents -
af7fc39
fix(typescript-plugin): compatible with Yarn PnP -
306936b
fix(language-core): hoist$refs
type (#4763) -
07bc594
feat: generate global types file intonode_modules/.vue-global-types
(#4752) -
d18cade
fix: apply snake case on globalTypes filename (#4749) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts