8000 ⬆️ Bump vue-tsc from 1.8.22 to 2.2.10 in /packages/lib by dependabot[bot] · Pull Request #569 · Adyen/lume · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

⬆️ Bump vue-tsc from 1.8.22 to 2.2.10 in /packages/lib #569

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps vue-tsc from 1.8.22 to 2.2.10.

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.10 official (2025-04-22)

Bug Fixes

  • fix(language-core): generate condition guards for model events (#5225) - Thanks to @​KazariEX!
  • fix(language-core): prevent global types generation in declaration files (#5239) - Thanks to @​KazariEX!
  • fix(language-core): prevent eager inference of slot props from generics (#5247) - Thanks to @​KazariEX!
  • fix(typescript-plugin): prevent highlighting native element tags with same name as components (#5253) - Thanks to @​KazariEX!

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 c 8000 ause TS4081 (#5192) - Thanks to @​KazariEX!
  • fix(language-core): adjust regex match for @vue-generic to improve offset calculation (#5193) - Thanks to @​Gehbt!

... (truncated)

Commits
  • 424e937 v2.2.10
  • d606ff5 fix(language-core): prevent global types generation in declaration files (#5239)
  • 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
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kazariex, a new releaser for vue-tsc since your current version.


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.22 to 2.2.10.
- [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.10/packages/tsc)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies PRs that update dependency files javascript Pull requests that update javascript code labels Jun 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 16, 2025 23:05
@dependabot dependabot bot added dependencies PRs that update dependency files javascript Pull requests that update javascript code labels Jun 16, 2025
Copy link
netlify bot commented Jun 16, 2025

Deploy Preview for adyen-lume failed.

Name Link
🔨 Latest commit feea940
🔍 Latest deploy log https://app.netlify.com/projects/adyen-lume/deploys/6850a3449413b80008baa822

Copy link

Copy link
Contributor Author
dependabot bot commented on behalf of github Jul 8, 2025

Superseded by #580.

@dependabot dependabot bot closed this Jul 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/lib/vue-tsc-2.2.10 branch July 8, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies PRs that update dependency files javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0