This repository was archived by the owner on Mar 18, 2026. It is now read-only.
chore(deps): update dependency vite-tsconfig-paths to v4 - abandoned#14
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
chore(deps): update dependency vite-tsconfig-paths to v4 - abandoned#14renovate[bot] wants to merge 1 commit intodevfrom
renovate[bot] wants to merge 1 commit intodevfrom
Conversation
Deploying with
|
| Latest commit: |
ae0f548
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://080d56c0.headquarter-3j9.pages.dev |
| Branch Preview URL: | https://renovate-vite-tsconfig-paths.headquarter-3j9.pages.dev |
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.5.2->^4.0.0Release Notes
aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)
v4.3.2Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
v4.2.3Compare Source
4cc78b4fix: avoid breaking change from #128v4.2.2Compare Source
v4.2.1Compare Source
v4.2.0Compare Source
7a97869If a tsconfig file is malformed and cannot be parsed (e.g. itsextendsproperty points to a non-existent file), an error is now logged instead of crashing the process. You can disable parsing error logs by settingignoreConfigErrors: truein the plugin options.v4.1.0Compare Source
9766de8If theprojectsoption is used, any missing tsconfig files will be silently ignored (other than a debug log, enabled withDEBUG="vite-tsconfig-paths"environment variable).v4.0.9Compare Source
v4.0.8Compare Source
v4.0.7Compare Source
v4.0.6Compare Source
v4.0.5Compare Source
v4.0.4Compare Source
v4.0.3Compare Source
v4.0.2Compare Source
v4.0.1Compare Source
v4.0.0Compare Source
Stop using the
tsconfig-pathspackageIt is better to let Vite handle all of the resolving, so that this plugin can be only responsible for the path mapping.
At the same time, I am also adding the
tsconfckpackage, which handles the loading of tsconfig.json files for us. This package is also used in Vite core (we should have Vite expose it in the future, to avoid the duplication).The
tsconfig-pathspackage was previously responsible for config loading and much of the path resolving logic, but now we can ditch it! I'm also ditching therecrawl-syncpackage, which was used for crawling the filesystem in search of tsconfig.json files.Remove the
extensionsoptionSince the file resolution is delegated to Vite core, this option is no longer necessary.
Add the
parseNativeoptionThe
tsconfckpackage has aparseNativefunction that's able to delegate config loading to the TypeScript compiler. If you encounter a bug intsconfig.jsonfile loading, you can try passingparseNative: trueto see if that helps. But you should avoid enabling it otherwise, since it has a noticeable performance cost (up to 600ms roughly speaking).v3.6.0Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.