Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^24.7.2 -> ^25.0.0 age confidence
@vueuse/core (source) ^13.9.0 -> ^14.0.0 age confidence
vite-tsconfig-paths ^5.1.4 -> ^6.0.0 age confidence
vitest (source) ^3.2.4 -> ^4.0.0 age confidence

Release Notes

vueuse/vueuse (@​vueuse/core)

v14.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v14.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

Highlights

  • On-demand tsconfig discovery via projectDiscovery: "lazy", while eager discovery remains the default.
  • tsconfig/jsconfig files are watched and reloaded automatically in both modes, including during vite build --watch.
  • New logFile option for per-import resolution traces (pass true for vite-tsconfig-paths.log or provide a path).
  • Support for root /* aliases and other absolute-style imports.
  • Support for .astro files when allowJs/loose is enabled.

Fixes

  • More reliable tsconfig watching and resolver refreshes: handles lazy discovery edge cases, recreates resolvers after file changes, tolerates missing directories, and copes better with virtual importers.
  • Windows path handling now normalizes drive-letter casing to avoid missed matches (#​183).

Upgrade notes

  • Install the stable release: pnpm add -D vite-tsconfig-paths.
  • Opt into lazy discovery or logging when needed:
import tsconfigPaths from 'vite-tsconfig-paths'

export default {
  plugins: [
    tsconfigPaths({
      projectDiscovery: 'lazy',
      logFile: true,
    }),
  ],
}
  • Rooted path patterns such as "/*": ["src/*"] now resolve the same way tsserver does.
vitest-dev/vitest (vitest)

v4.0.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.13

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.4

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.3

Compare Source

   🐞 Bug Fixes
  • Preserve reporter options from config when CLI reporters override them  -  by @​Copilot and sheremet-va in [#&#

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 29, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/major-major-updates branch 2 times, most recently from 61d3389 to ae47486 Compare September 30, 2025 19:06
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v19 fix(deps): update major updates (major) Sep 30, 2025
@renovate renovate bot changed the title fix(deps): update major updates (major) fix(deps): update dependency openai to v6 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/major-major-updates branch from ae47486 to 369fc14 Compare October 1, 2025 09:51
@renovate renovate bot changed the title fix(deps): update dependency openai to v6 fix(deps): update major updates (major) Oct 1, 2025
@renovate renovate bot force-pushed the renovate/major-major-updates branch from 369fc14 to ba25395 Compare October 1, 2025 09:51
@renovate renovate bot changed the title fix(deps): update major updates (major) fix(deps): update dependency openai to v6 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/major-major-updates branch 4 times, most recently from 9bc2dc2 to 3a8302e Compare October 6, 2025 18:45
@renovate renovate bot force-pushed the renovate/major-major-updates branch from 3a8302e to 1172dee Compare October 10, 2025 01:37
@renovate renovate bot changed the title fix(deps): update dependency openai to v6 fix(deps): update major updates (major) Oct 10, 2025
@renovate renovate bot force-pushed the renovate/major-major-updates branch 2 times, most recently from d7eb347 to 7354364 Compare October 15, 2025 18:30
@renovate renovate bot changed the title fix(deps): update major updates (major) fix(deps): update major updates (major) - autoclosed Oct 16, 2025
@renovate renovate bot closed this Oct 16, 2025
@renovate renovate bot deleted the renovate/major-major-updates branch October 16, 2025 07:06
@renovate renovate bot changed the title fix(deps): update major updates (major) - autoclosed fix(deps): update dependency @vueuse/core to v14 Oct 22, 2025
@renovate renovate bot reopened this Oct 22, 2025
@renovate renovate bot force-pushed the renovate/major-major-updates branch 3 times, most recently from 64f89ef to 911a278 Compare October 22, 2025 20:45
@renovate renovate bot changed the title fix(deps): update dependency @vueuse/core to v14 fix(deps): update major updates (major) Oct 22, 2025
@renovate renovate bot force-pushed the renovate/major-major-updates branch 3 times, most recently from 9a0f353 to 8eb1821 Compare October 27, 2025 12:53
@renovate renovate bot force-pushed the renovate/major-major-updates branch 3 times, most recently from a80d16a to d5d9ccd Compare November 4, 2025 20:34
@renovate renovate bot force-pushed the renovate/major-major-updates branch 3 times, most recently from a020e5a to de2ffa0 Compare November 14, 2025 11:40
@renovate renovate bot force-pushed the renovate/major-major-updates branch 3 times, most recently from dc76efc to baa33ee Compare November 21, 2025 18:13
@renovate renovate bot force-pushed the renovate/major-major-updates branch 2 times, most recently from 2d10e39 to a761e5b Compare November 27, 2025 03:34
@renovate renovate bot force-pushed the renovate/major-major-updates branch from a761e5b to 3991cb4 Compare December 2, 2025 18:38
@renovate renovate bot force-pushed the renovate/major-major-updates branch 8 times, most recently from cf48a4e to cef697a Compare December 17, 2025 05:57
@renovate renovate bot force-pushed the renovate/major-major-updates branch from cef697a to b7a86ff Compare December 18, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants