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): update vue-tsc requirement from ^2.0.21 to ^2.2.8 #2113

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 Mar 2, 2025

Updates the requirements on vue-tsc to permit the latest version.

Release notes

Sourced from vue-tsc's releases.

v2.2.8

Bug Fixes

  • revert "fix(language-core): validate v-model variable against model type"

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.2.8 official, 2.2.9 insiders (2025-03-02)

Bug Fixes

  • revert "fix(language-core): validate v-model variable against model type"

2.2.6 official, 2.2.7 insiders (2025-03-01)

Features

  • feat(language-core): infer prop JSDoc from defineModel's leading comments (#5211) - Thanks to @​KazariEX!

Bug Fixes

  • fix(language-core): map camelized prop name correctly (#5207) - Thanks to @​KazariEX!
  • fix(component-meta): resolve defineModel options to collect default value (#5209) - Thanks to @​KazariEX!
  • fix(language-core): avoid duplicate generation of defineExpose's codes - Thanks to @​KazariEX!
  • fix(language-core): generate camelized prop name for defineModel (#5213) - Thanks to @​KazariEX!
  • fix(language-core): validate v-model variable against model type (#5214) - Thanks to @​KazariEX!
  • fix(language-core): use keywords instead of semicolons to separate script sections (#5217) - Thanks to @​KazariEX!

Other Changes

  • ci: auto close issues with can't reproduce label - Thanks to @​KazariEX!
  • refactor(language-core): defer the calculation of linkedCodeMappings offsets (#5220) - Thanks to @​KazariEX!

2.2.4 official, 2.2.5 insiders (2025-02-22)

Features

  • feat(language-service): map sfc compiler errors outside the template inner content (#5045) - Thanks to @​KazariEX!
  • feat(language-core): introduce options to control type inference of $attrs, $el, $refs and $slots (#5135) - Thanks to @​KazariEX!
  • feat(language-core): enhance single root nodes collection (#4819) - Thanks to @​KazariEX!

Bug Fixes

  • fix(language-core): move generateSfcBlockSection to the end to fix missing comma errors (#5184) - Thanks to @​zhiyuanzmj!
  • fix(language-core): handle edge case of default slot name mismatch - Thanks to @​KazariEX!
  • fix(language-core): combine dollar variable keys from the upper level interface - Thanks to @​KazariEX!
  • fix(language-core): hoist the variables that may cause TS4081 (#5192) - Thanks to @​KazariEX!
  • fix(language-core): adjust regex match for @vue-generic to improve offset calculation (#5193) - Thanks to @​Gehbt!
  • fix(language-core): correct codegen of native element refs - Thanks to @​KazariEX!
  • fix(language-core): ignore latex block content (#5151) - Thanks to @​KazariEX!
  • fix(language-core): do not emit undefined for model with default value (#5198) - Thanks to @​RylanBueckert-Broadsign!
  • fix(language-service): typescript-semantic renaming first in style blocks (#4685) - Thanks to @​KazariEX!
  • fix(typescript-plugin): prevent removed components from appearing in the completion list - Thanks to @​KazariEX!

Other Changes

  • refactor(language-core): drop invalid v-scope implemention - Thanks to @​KazariEX!

... (truncated)

Commits
  • b924de9 v2.2.8
  • 3cef963 v2.2.6 (#5222)
  • 130e3b8 fix(language-core): generate camelized prop name for defineModel (#5213)
  • 6bd7c03 feat(language-core): infer prop JSDoc from defineModel's leading comments (...
  • 810123c fix(component-meta): resolve defineModel options to collect default value...
  • af37795 v2.2.4 (#5205)
  • b411d53 feat(language-core): introduce options to control type inference of $attrs,...
  • b87a507 fix(language-core): ignore hoist variables error
  • b9ae179 fix(language-core): hoist the variables that may cause TS4081 (#5192)
  • 50d3a8e fix(language-core): use trick to avoid TS4081 error on slots (#5189)
  • 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)

Updates the requirements on [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) to permit the latest version.
- [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.2.8/packages/tsc)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Package deps javascript Pull requests that update Javascript code labels Mar 2, 2025
@dependabot dependabot bot requested a review from vinayakkulkarni March 2, 2025 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Package deps javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant