Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2025

This PR contains the following updates:

Package Change Age Confidence
vite-tsconfig-paths ^5.1.4^6.0.0 age confidence

Release Notes

aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)

v6.0.4

Compare Source

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.

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.

🔕 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 by Mend Renovate. View the repository job log.

@renovate renovate bot added the deps label Dec 21, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 21, 2025

Important

Review skipped

Bot user detected.

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.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 21, 2025

Deploying gunshi with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0c073b5
Status: ✅  Deploy successful!
Preview URL: https://e18eafb6.gunshi.pages.dev
Branch Preview URL: https://renovate-vite-tsconfig-paths.gunshi.pages.dev

View logs

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 21, 2025

Open in StackBlitz

@gunshi/bone

npm i https://pkg.pr.new/@gunshi/bone@449

@gunshi/definition

npm i https://pkg.pr.new/@gunshi/definition@449

@gunshi/docs

npm i https://pkg.pr.new/@gunshi/docs@449

gunshi

npm i https://pkg.pr.new/gunshi@449

@gunshi/plugin

npm i https://pkg.pr.new/@gunshi/plugin@449

@gunshi/plugin-completion

npm i https://pkg.pr.new/@gunshi/plugin-completion@449

@gunshi/plugin-dryrun

npm i https://pkg.pr.new/@gunshi/plugin-dryrun@449

@gunshi/plugin-global

npm i https://pkg.pr.new/@gunshi/plugin-global@449

@gunshi/plugin-i18n

npm i https://pkg.pr.new/@gunshi/plugin-i18n@449

@gunshi/plugin-renderer

npm i https://pkg.pr.new/@gunshi/plugin-renderer@449

@gunshi/resources

npm i https://pkg.pr.new/@gunshi/resources@449

@gunshi/shared

npm i https://pkg.pr.new/@gunshi/shared@449

commit: 0c073b5

@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch 3 times, most recently from ca9f5c9 to cc6e342 Compare December 26, 2025 11:39
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch from cc6e342 to 5ba184a Compare December 31, 2025 14:40
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch from 5ba184a to a4489eb Compare January 8, 2026 17:16
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch 2 times, most recently from a4006fa to 3a83a4b Compare January 19, 2026 19:51
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch from 3a83a4b to 0c073b5 Compare January 24, 2026 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant