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): bump vue-template-compiler and vue-tsc in /demo #92

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2024

Removes vue-template-compiler. It's no longer used after updating ancestor dependency vue-tsc. These dependencies need to be updated together.

Removes vue-template-compiler

Updates vue-tsc from 1.8.4 to 2.1.0

Release notes

Sourced from vue-tsc's releases.

v2.1.0

Features

Bug Fixes

  • vscode: type of vue.server.hybridMode config (#4703) - Thanks to @​KermanX!
  • language-core: dependency on vulnerable version of vue-template-compiler (#4613) - Thanks to @​yyx990803!
  • language-core: support parse method to access ctx var in object (#4609) - Thanks to @​linghaoSu!
  • language-core: escape \ and ' in className avoid type error (#4619) - Thanks to @​linghaoSu!
  • language-core: semantic highlight of the end tag of namespaced elements (#4623) - Thanks to @​KermanX!
  • language-core: nullable modelvalues (#4648) - Thanks to @​davidmatter!
  • language-core: should try casting dynamic slot name into constant (#4669) - Thanks to @​KermanX!
  • language-core: local name support for prop using runtime api (#4650) - Thanks to @​KazariEX!
  • language-core: optimize matching of scoped class and v-bind() (#4679) - Thanks to @​KazariEX!
  • language-core: should preserve generic info in directive (#4686) - Thanks to @​KermanX!
  • language-core: generate ref as identifier instead of interpolation (#4688) - Thanks to @​KazariEX!
  • language-core: correct type narrowing from script to template (#4689) - Thanks to @​KazariEX!
  • language-core: should camelize prop name in experimentalModelPropName (#4691) - Thanks to @​KermanX!
  • language-core: drop duplicate hints on incomplete tag (#4696) - Thanks to @​KazariEX!
  • language-core: correct inlay hints for v-bind with modifier (#4721) - Thanks to @​KazariEX!
  • language-core: transform range of file-md correctly (#4735) - Thanks to @​KazariEX!
  • language-plugin-pug: should cache proxyed object (#4626) - Thanks to @​KermanX!
  • language-plugin-pug: compute offset correctly of pug class (#4652) - Thanks to @​KazariEX!
  • language-service: completion documentations for binding attributes (#4667) - Thanks to @​KazariEX!
  • language-service: avoid converting internal id of special tags (#4643) - Thanks to @​KazariEX!
  • language-service: reinstate the completion for modifiers (#4639) - Thanks to @​KazariEX!
  • language-service: consistent data from provider for sfc completion (#4645) - Thanks to @​KazariEX!
  • typescript-plugin: unknown request type warning (#4715) - Thanks to @​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 (#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

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.1.0 official, 2.1.1 insiders (2024-08-29)

Features

Bug Fixes

  • vscode: type of vue.server.hybridMode config (#4703) - Thanks to @​KermanX!
  • language-core: dependency on vulnerable version of vue-template-compiler (#4613) - Thanks to @​yyx990803!
  • language-core: support parse method to access ctx var in object (#4609) - Thanks to @​linghaoSu!
  • language-core: escape \ and ' in className avoid type error (#4619) - Thanks to @​linghaoSu!
  • language-core: semantic highlight of the end tag of namespaced elements (#4623) - Thanks to @​KermanX!
  • language-core: nullable modelvalues (#4648) - Thanks to @​davidmatter!
  • language-core: should try casting dynamic slot name into constant (#4669) - Thanks to @​KermanX!
  • language-core: local name support for prop using runtime api (#4650) - Thanks to @​KazariEX!
  • language-core: optimize matching of scoped class and v-bind() (#4679) - Thanks to @​KazariEX!
  • language-core: should preserve generic info in directive (#4686) - Thanks to @​KermanX!
  • language-core: generate ref as identifier instead of interpolation (#4688) - Thanks to @​KazariEX!
  • language-core: correct type narrowing from script to template (#4689) - Thanks to @​KazariEX!
  • language-core: should camelize prop name in experimentalModelPropName (#4691) - Thanks to @​KermanX!
  • language-core: drop duplicate hints on incomplete tag (#4696) - Thanks to @​KazariEX!
  • language-core: correct inlay hints for v-bind with modifier (#4721) - Thanks to @​KazariEX!
  • language-core: transform range of file-md correctly (#4735) - Thanks to @​KazariEX!
  • language-plugin-pug: should cache proxyed object (#4626) - Thanks to @​KermanX!
  • language-plugin-pug: compute offset correctly of pug class (#4652) - Thanks to @​KazariEX!
  • language-service: completion documentations for binding attributes (#4667) - Thanks to @​KazariEX!
  • language-service: avoid converting internal id of special tags (#4643) - Thanks to @​KazariEX!
  • language-service: reinstate the completion for modifiers (#4639) - Thanks to @​KazariEX!
  • language-service: consistent data from provider for sfc completion (#4645) - Thanks to @​KazariEX!
  • typescript-plugin: unknown request type warning (#4715) - Thanks to @​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 (#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

... (truncated)

Commits
  • 5100637 v2.1.0
  • e41e56b chore: bump deps
  • 38c1e48 refactor: write real files to FS for shared global types (#4736)
  • 13924d1 refactor(language-core): do not wrap template virtual code with function (#4731)
  • ebb8490 feat(language-core): add fallthroughAttributes compiler option
  • 5a9bb12 refactor(language-core): rewrite generatePropsOption
  • b2707f0 fix(language-core): fallthrough attributes should be optional
  • fc22bf7 fix(language-core): correct type narrowing from script to template (#4689)
  • 4dd5ee9 feat(language-core): auto infer type for $refs & useTemplateRef (#4644)
  • 9da831f feat(language-core): typed fallthrough attributes (#4103)
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [vue-template-compiler](https://github.com/vuejs/vue). It's no longer used after updating ancestor dependency [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). These dependencies need to be updated together.


Removes `vue-template-compiler`

Updates `vue-tsc` from 1.8.4 to 2.1.0
- [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.0/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-template-compiler
  dependency-type: indirect
- dependency-name: vue-tsc
  dependency-type: direct:development
...

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

Successfully merging this pull request may close these issues.

0 participants