Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency vue-tsc to v3#779

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
haoqunjiang merged 1 commit intomainfromrenovate/vue-tsc-3.x
Jul 18, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedJul 7, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
vue-tsc (source)^2.2.12 ->^3.0.2ageconfidence

Release Notes

vuejs/language-tools (vue-tsc)

v3.0.2

Compare Source

v3.0.1

Compare Source

Bug Fixes
Other Changes
  • docs(vscode): update Russian translation for VS Code extension (#​5461) - Thanks to@​AndreyYolkin!
  • chore: update volar to 2.4.17
    • typescript: correctly usegetModeForUsageLocation to calculate the resolution mode

v3.0.0

Compare Source

Features
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!
  • fix(language-service): do not provide required props inlay hints for intrinsic elements (#​5258) - Thanks to@​KazariEX!
  • fix(vscode): handletypescript-language-features module loading race condition (#​5260)
  • fix(component-meta): update event type representation to include array notation
  • fix(language-core): correct error mapping when prop exp is arrow function (#​5262) - Thanks to@​KazariEX!
  • fix(language-service): add document highlights support (#​5263) - Thanks to@​KazariEX!
  • fix(language-core): correct type inference of multiple template refs with same name (#​5271) - Thanks to@​KazariEX!
  • fix(language-core): skip AST parsing when the expression is an identifier (#​5268) - Thanks to@​KazariEX!
  • fix(language-core): do not drop leading comments ofdefineModels (#​5273) - Thanks to@​KazariEX!
  • fix(language-core): improve fault tolerance for unsupported script languages
  • fix(language-core): avoid invalid auto import edit position when setup global types fails
  • fix(language-core): transform slot parameter list into equivalent binding pattern (#​5245) - Thanks to@​KazariEX!
  • fix(language-core): correct codegen when src path does not match the generated length - Thanks to@​KazariEX!
  • fix(language-service): excludedata- attribute completion from sfc level nodes - Thanks to@​KazariEX!
  • fix(language-core): remove semantic highlight of v-bind shorthand (#​5321) - Thanks to@​KazariEX!
  • fix(vscode): inline html comment pattern in Vue syntax definition (#​5327) - Thanks to@​zyoshoka!
  • fix(language-core): avoid unrelated virtual code recomputes on style and template change - Thanks to@​KazariEX!
  • fix(component-meta): attach namespace prefix correctly on generated types (#​5326) - Thanks to@​KazariEX!
  • fix(language-core): dropundefined from optional prop type with default in template (#​5339) - Thanks to@​Dylancyclone!
  • fix: depend on exact volar version (#​5345) - Thanks to@​tomblachut!
  • fix(language-core): ignore frontmatter block in markdown files (#​5362) - Thanks to@​brc-dd!
  • fix(component-meta): only exclude vnode events from props (#​5369) - Thanks to@​KazariEX!
  • fix(language-core): skip css references for position within virtual code withnavigation: true (#​5378) - Thanks to@​KazariEX!
  • fix(language-core): hoist export declarations from generic script block (#​5398) - Thanks to@​KazariEX!
  • fix(vscode): correct syntax highlight for directives starting withv-for (#​5399) - Thanks to@​KazariEX!
  • fix(language-core): correct support for flatten plugins (#​5392) - Thanks to@​zhiyuanzmj!
  • fix(language-core): removesemantic code feature on first argument ofuseCssModule anduseTemplateRef - Thanks to@​KazariEX!
  • fix(typescript-plugin): filter completion items of macros and global variables in template and styles (#​5425) - Thanks to@​KazariEX!
  • fix(language-core): do not generate redundant function scopes to affect type narrowing (#​5430) - Thanks to@​KazariEX!
  • fix(component-meta): add new file name inupdateFile (#​5438) - Thanks to@​Akryum!
  • fix(language-core):Prettify<T> breaks generics inferencing (#​5424) - Thanks to@​so1ve!
  • fix(language-core): usevar instead oflet to declareattrsVar that may be hoisted - Thanks to@​KazariEX!
Performance
  • perf(language-core): cache and reuse inline ts asts during full updates (#​5435) - Thanks to@​KazariEX!
Other Changes
  • refactor(vscode, language-server): remove hybrid mode configuration (#​5248)
  • refactor(vscode): remove write virtual files command
  • chore(vscode): correctdirectory path in package.json (#​5283) - Thanks to@​zyoshoka!
  • chore(vscode): use rolldown for bundling (#​5337) - Thanks to@​KazariEX!
  • refactor(vscode): remove doctor - Thanks to@​KazariEX!
  • docs: update instructions for neovim lsp configuration (#​5361) - Thanks to@​kshksdrt!
  • refactor(vscode): remove Vite problem matcher (#​5375)
  • chore(docs): update vue language package name (#​5376) - Thanks to@​marktlinn!
  • chore(ci): set pre-release status when publishing to Open VSX (#​5377) - Thanks to@​lukashass!
  • docs: fallback workaround ofvue_language_server_path in nvim setup example (#​5391) - Thanks to@​menuRivera!
  • test(component-meta): simplify code with snapshots (#​5403) - Thanks to@​KazariEX!
  • docs(nvim): move neovim lspconfig docs to wiki page (#​5408) - Thanks to@​RayGuo-ergou!
  • refactor(language-server): droptypescript.tsdk initialization option (#​5409)
  • refactor(language-service): drop name casing convertion and its language status item (#​5411) - Thanks to@​KazariEX!
  • refactor(language-core): dropdefineProp support (#​5415) - Thanks to@​KazariEX!
  • chore(vscode): change display name to "Vue (Official)"
  • refactor: cleanup dependencies relationship (#​5421)
  • refactor(component-meta): use type-helpers as a peer dependency
  • refactor(vscode): cleanup extension client (#​5422)
  • refactor(language-server): move in server code from insiders edition (#​5423)
  • chore: introduce oxlint for faster linting (#​5416) - Thanks to@​KazariEX!
  • refactor(vscode): remove split editor feature (#​5446)
  • refactor(vscode): rename configuration keys fromcomplete tosuggest for clarity

Configuration

📅Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebotforce-pushed therenovate/vue-tsc-3.x branch from122b62f to15f88a4CompareJuly 7, 2025 07:16
@renovaterenovatebotforce-pushed therenovate/vue-tsc-3.x branch from15f88a4 to7da7bb8CompareJuly 17, 2025 18:15
@renovaterenovatebotforce-pushed therenovate/vue-tsc-3.x branch from7da7bb8 to686f1c1CompareJuly 17, 2025 18:15
@haoqunjianghaoqunjiang merged commitf833a5f intomainJul 18, 2025
103 of 104 checks passed
@haoqunjianghaoqunjiang deleted the renovate/vue-tsc-3.x branchJuly 18, 2025 06:20
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@haoqunjianghaoqunjianghaoqunjiang approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@haoqunjiang

[8]ページ先頭

©2009-2025 Movatter.jp