Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump vue-tsc from 1.8.27 to 2.1.6 #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

Bumps vue-tsc from 1.8.27 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 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)

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 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)

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!

... (truncated)

Commits
  • a8038a6 v2.1.6 (#4808)
  • b14b8a9 refactor(language-core): generate global types for the first parsed Vue compo...
  • e3f8b91 fix(language-core): prevent append globalTypes to virtual file (#4806)
  • cd7c2fd test: always run TS-next test for test:update script
  • 4c89e20 test(tsc): update to Vue 3.5 (#4725)
  • ece125b refactor(language-core): wrap template virtual code into a function (#4784)
  • 2bb3cc1 refactor(language-core): split __VLS_templateResult (#4781)
  • a95b51a v2.1.4 (#4773)
  • 8d8e069 fix(language-core): using interface merging for GlobalComponents
  • af7fc39 fix(typescript-plugin): compatible with Yarn PnP
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 1.8.27 to 2.1.6.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.1.6/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies [PR] Changes that update dependencies label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies [PR] Changes that update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants