Vue-Tree-Navigation
Vue-Tree-Navigation copied to clipboard
Bump vue-tsc from 1.8.13 to 2.1.6
Bumps vue-tsc from 1.8.13 to 2.1.6.
Release notes
Sourced from vue-tsc's releases.
v2.1.6
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
unrefin 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_StyleModulesafter template (#4790) - Thanks to@KazariEX!- language-core: make
exposeof non-generic template ref required (#4795) - Thanks to@zhiyuanzmj!- language-core: avoid using
__typePropswith 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
Other Changes
- language-core: split
__VLS_templateResult(#4781) - Thanks to@KazariEX!- language-core: wrap template virtual code into a function (#4784)
- language-core: move
templateRefintocomposibles(#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)
Please refer to CHANGELOG.md for details.
Sponsors
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
2.1.6 official, 2.1.7 insiders (2024-09-05)
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
unrefin 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_StyleModulesafter template (#4790) - Thanks to@KazariEX!- language-core: make
exposeof non-generic template ref required (#4795) - Thanks to@zhiyuanzmj!- language-core: avoid using
__typePropswith 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
Other Changes
- language-core: split
__VLS_templateResult(#4781) - Thanks to@KazariEX!- language-core: wrap template virtual code into a function (#4784)
- language-core: move
templateRefintocomposibles(#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)
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
$refstype (#4763)- language-core: disable lib check on global types file (#4767) - Thanks to
@KazariEX!
... (truncated)
Commits
a8038a6v2.1.6 (#4808)b14b8a9refactor(language-core): generate global types for the first parsed Vue compo...e3f8b91fix(language-core): prevent append globalTypes to virtual file (#4806)cd7c2fdtest: always run TS-next test fortest:updatescript4c89e20test(tsc): update to Vue 3.5 (#4725)ece125brefactor(language-core): wrap template virtual code into a function (#4784)2bb3cc1refactor(language-core): split__VLS_templateResult(#4781)a95b51av2.1.4 (#4773)8d8e069fix(language-core): using interface merging for GlobalComponentsaf7fc39fix(typescript-plugin): compatible with Yarn PnP- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)