Skip to content

Update vite (major)#1649

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-vite
Open

Update vite (major)#1649
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-vite

Conversation

@renovate

@renovate renovate Bot commented Dec 21, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 5.2.06.0.3 age confidence
vite-plugin-svgr 4.5.05.2.0 age confidence
vite-tsconfig-paths 5.1.46.1.1 age confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.3

Compare Source

v6.0.2

Compare Source

Allow all options in reactCompilerPreset (#​1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

v6.0.1

Compare Source

Expand @rolldown/plugin-babel peer dep range (#​1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

v6.0.0

Compare Source

pd4d10/vite-plugin-svgr (vite-plugin-svgr)

v5.2.0

Compare Source

No significant changes

    View changes on GitHub

v5.1.0

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v5.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
  • New importerFilter option: Provides fine-grained control over which files should have their imports resolved by this plugin. (Closes #​175, #​193)
  • Ignore .d.ts overrides: The plugin now ignores resolutions that point to .d.ts files, avoiding issues when tsconfig is used for opt-in type overrides. (Closes #​179, #​180)
Performance
  • Hoisted regular expressions out of the hot path in the resolver for better performance.
Internal
  • Added resolvedToDeclarationFile event to the debug log file.

v6.0.5

Compare Source

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: (in timezone Europe/Oslo)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@github-actions

github-actions Bot commented Dec 21, 2025

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit d3b0225):

https://ent-ror-abzu-dev--pr1649-renovate-major-vite-eb5pxnox.web.app

(expires Fri, 20 Feb 2026 17:44:22 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 062563fce35e36a421ef531ddfc5db6c937ea3b1

@renovate renovate Bot force-pushed the renovate/major-vite branch from 8306444 to d5719f3 Compare December 22, 2025 07:51
@renovate renovate Bot force-pushed the renovate/major-vite branch from d5719f3 to cf8336e Compare December 31, 2025 18:10
@renovate renovate Bot force-pushed the renovate/major-vite branch 2 times, most recently from e61f045 to 421f639 Compare January 9, 2026 22:30
@renovate renovate Bot force-pushed the renovate/major-vite branch 4 times, most recently from 3a77110 to 43f2ac8 Compare January 24, 2026 02:57
@renovate renovate Bot force-pushed the renovate/major-vite branch 2 times, most recently from f84e7ef to 7cb432e Compare February 7, 2026 18:12
@renovate renovate Bot force-pushed the renovate/major-vite branch 3 times, most recently from 759cdbd to d3b0225 Compare February 17, 2026 17:42
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-vite branch from d3b0225 to 00c6469 Compare March 5, 2026 16:48
@renovate renovate Bot changed the title Update dependency vite-tsconfig-paths from v5.1.4 to v6 Update vite from v5.1.4 to v6 (major) Mar 12, 2026
@renovate renovate Bot force-pushed the renovate/major-vite branch 2 times, most recently from fafe8e2 to 65e3dfe Compare March 13, 2026 11:55
@renovate renovate Bot force-pushed the renovate/major-vite branch from 65e3dfe to 7489385 Compare March 27, 2026 10:48
@renovate renovate Bot changed the title Update vite from v5.1.4 to v6 (major) Update vite (major) Mar 28, 2026
@renovate renovate Bot force-pushed the renovate/major-vite branch 4 times, most recently from 71d1c88 to e56ab3f Compare April 1, 2026 21:41
@renovate renovate Bot force-pushed the renovate/major-vite branch from e56ab3f to 444093b Compare April 6, 2026 18:18
@renovate renovate Bot force-pushed the renovate/major-vite branch from 444093b to 4a22ea4 Compare April 29, 2026 17:10
@renovate renovate Bot force-pushed the renovate/major-vite branch 2 times, most recently from 681c209 to 695553b Compare May 18, 2026 22:51
@renovate renovate Bot force-pushed the renovate/major-vite branch from 695553b to 55f44fc Compare June 11, 2026 08:52
@renovate renovate Bot force-pushed the renovate/major-vite branch from 55f44fc to 641da44 Compare June 21, 2026 18:27
@renovate renovate Bot force-pushed the renovate/major-vite branch from 641da44 to 9730e25 Compare June 27, 2026 11: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.

0 participants