Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/bun (source) 1.3.3 -> 1.3.4 age confidence
knip (source) 5.71.0 -> 5.72.0 age confidence
node-mock-http ^1.0.3 -> ^1.0.4 age confidence
vite (source) 7.2.6 -> 7.2.7 age confidence
vue-tsc (source) 3.1.5 -> 3.1.7 age confidence

Release Notes

webpro-nl/knip (knip)

v5.72.0

Compare Source

  • Resolve setupFiles and globalSetup from config file dir (resolve #​1317) (ff8c33d)
  • Add SASS/SCSS compiler (resolve #​1292) (333ace3)
  • Update compilers docs (2a5be2d)
  • Move & update dependencies (9fb19b3)
  • Add .vscode/extensions.json (77433bc)
  • Keep tracing exports/members through pseudo re-exports + conditions (resolve #​1371) (fb3cc39)
  • Defer work for a minor perf optimization (e0a4649)
  • Remove obsolete .prettierignore (9cd40e1)
  • Add docs re. coding agents + AGENTS.md (262dacf)
  • Add some docs/hints to code (8237a30)
  • Ignore void lint issue in explorer helper type (33d7497)
  • Ignore dependencies used by IDE extensions (fb98813)
  • Update rsbuild plugin to check preEntry (#​1373) (b542cb7) - thanks @​MichielHegemans!
  • Support cli args for config file in vite plugin (ab01e82)
  • Refactor traceRefs out and improve export tracer (62d574e)
  • Improve & add importAliases to refs tracker (f90eed6)
  • Make non-pkg specifiers relative in SCSS compiler (c77ea44)
  • Allow integration test patch (733bc92)
  • Add knip config patch to eslint integration test (ff69794)
  • Work that tracer ✨ (d79c1f6)
  • Allow multiple --performance-fn (5be3cdc)
  • Add extensionAlias (ebf3ff3)
  • Sort files for trace output & add diff test helper (4c22ec3)
  • Bump oxc-resolver to 11.15.0 (ff4d089)
  • Add tsconfig: auto and use resolveFileSync method (b2f213d)
  • Use containingFile (not dir) (ed0cdac)
  • Add missing tsconfig.json files (141d5c8)
  • Add test for tsconfig rootDirs (close #​873) (eeb4174)
  • Keep using sync resolver outside ts module scope (a3fd7dd)
  • Add index to mem table (96edd57)
  • Update export tracer screenshots (0188371)
  • Add SVGR plugin (3b564dd)
  • Update command to create plugin in help text (6385b25)
  • Format (dee9795)
  • Add support for viteConfigPath in storybook plugin (ec9d6cc)
  • Add impl walk-through & new plugin instructions (4f0c8b1)
  • Minor refactor formatTrace (143755e)
vitejs/vite (vite)

v7.2.7

Compare Source

vuejs/language-tools (vue-tsc)

v3.1.7

Compare Source

v3.1.6

Compare Source

Features
  • feat(vscode): add settings to enable per-block formatting (#​5784) - Thanks to @​serkodev!
  • feat(language-service): enhanced component auto import (#​5790)
  • feat(component-meta): add component name and description fields (#​5797)
  • feat(typescript-plugin): add support for template "Add Import" quick fix (#​5799) - Thanks to @​serkodev!
  • feat(typescript-plugin): mapping JSDoc informations from <script setup> (#​5805)
  • feat(vscode): support tsdk path for Eclipse Theia (#​5806) - Thanks to @​serkodev!
Bug Fixes
  • fix(language-service): ignore intrinsic elements when detect tag name casing (#​5771)
  • fix(language-core): createParsedCommandLineByJson parsed incorrect options since v3.1.5 (#​5768 (comment))
  • fix(vscode): make vue.server.path compatible with Windows (#​5772)
  • fix(vscode): analyze interpolation highlight ranges based on AST (#​5777)
  • fix(vscode): sync latest vscode html language configuration (#​5740)
  • fix(language-core): enhance getVIfNode to support v-else-if directives (#​5765) - Thanks to @​serkodev!
  • fix(language-core): generate {} instead of its string value for style="..." (#​5781) - Thanks to @​KazariEX!
  • fix(language-core): v-bind="$attrs" loses navigation when inferTemplateDollarAttrs is disabled (#​5783)
  • fix(language-service): skip const props = completion in StringLiteral (#​5786)
  • fix(language-core): unable to get completion for the second scoped class name
  • fix(language-service): format components with HTML void-element names (#​5788) - Thanks to @​serkodev!
  • fix(language-service): properly handle promise when resolving CSS links (#​5785)
  • fix(language-core): infer $el type for generic components using inferComponentDollarEl (#​5794)
  • fix(language-core): ensure <script> content generates before <script setup> (#​5795)
  • fix(language-core): remove bypassDefineComponent hack for better JS support (#​4876) (#​5379)
  • fix(language-core): Prettify<T> caused generic props gets inferred as unknown (#​5667) - Thanks to @​so1ve!
  • fix(vscode): handle leading < as operator in SFC scripts (#​5801) - Thanks to @​serkodev!
  • fix(vscode): patch isTypeScriptDocument in VSCode for typescript.preferences.autoImportSpecifierExcludeRegexes config support (#​5364)
  • fix(language-core): ensure type consistency for optional boolean props (#​5803)
  • fix(language-core): add compatibility for vapor attr (#​5496)
  • fix(language-core): AST fault tolerance for key binding on template (#​5807)
Performance
  • perf(language-core): reuse ts asts for :class - Thanks to @​KazariEX!
Other Changes
  • Revert "refactor(typescript-plugin): remove go to definition trick for auto imported components (#​5733)"
  • docs(typescript-plugin): update Neovim configuration link (#​5775) - Thanks to @​AlexVagrant!
  • refactor(language-core): normalize template AST (#​5782)
  • refactor(language-core): split style codegen (#​5787)
  • refactor(language-core): remove debugger from virtual code for tsslint compatibility
  • refactor(language-core): remove legacy navigation support in ref="xxx"
  • refactor(language-core): reduce codegen options (#​5804)
  • refactor(component-meta): deprecated rawType and __internal__.tsLs (#​5808)
  • chore: update volar to 2.4.26

Configuration

📅 Schedule: Branch creation - "on Monday" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from danielroe as a code owner December 8, 2025 02:35
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 8, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/test-utils@1504

commit: c3847fa

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3e5598 to c3847fa Compare December 8, 2025 06:58
@danielroe danielroe merged commit 97b4855 into main Dec 8, 2025
7 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch December 8, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants