Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency vite-tsconfig-paths to v4 #401

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite-tsconfig-paths 3.6.0 -> 4.3.2 age adoption passing confidence

Release Notes

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

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

  • 7a97869 If a tsconfig file is malformed and cannot be parsed (e.g. its extends property points to a non-existent file), an error is now logged instead of crashing the process. You can disable parsing error logs by setting ignoreConfigErrors: true in the plugin options.

v4.1.0

Compare Source

  • 9766de8 If the projects option is used, any missing tsconfig files will be silently ignored (other than a debug log, enabled with DEBUG="vite-tsconfig-paths" environment variable).

v4.0.9

Compare Source

v4.0.8

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

  • Stop using the tsconfig-paths package
    It 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 tsconfck package, 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-paths package was previously responsible for config loading and much of the path resolving logic, but now we can ditch it! I'm also ditching the recrawl-sync package, which was used for crawling the filesystem in search of tsconfig.json files.

  • Remove the extensions option
    Since the file resolution is delegated to Vite core, this option is no longer necessary.

  • Add the parseNative option
    The tsconfck package has a parseNative function that's able to delegate config loading to the TypeScript compiler. If you encounter a bug in tsconfig.json file loading, you can try passing parseNative: true to see if that helps. But you should avoid enabling it otherwise, since it has a noticeable performance cost (up to 600ms roughly speaking).


Configuration

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

🔕 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 5 times, most recently from 9f66bfe to 41e90b0 Compare December 17, 2022 10:44
@renovate renovate bot changed the title chore(deps): update dependency vite-tsconfig-paths to v4 Update dependency vite-tsconfig-paths to v4 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 41e90b0 to f3efbd1 Compare December 17, 2022 18:06
@renovate renovate bot changed the title Update dependency vite-tsconfig-paths to v4 chore(deps): update dependency vite-tsconfig-paths to v4 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from f3efbd1 to 4aecee0 Compare January 7, 2023 14:37
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 4aecee0 to 73a245d Compare January 19, 2023 21:03
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 73a245d to d066656 Compare March 14, 2023 18:07
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from d066656 to d7a46c2 Compare April 17, 2023 09:51
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from d7a46c2 to 5c94255 Compare September 9, 2023 20:19
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 5c94255 to 0e4f9ad Compare December 7, 2023 21:04
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 0e4f9ad to 4b903f4 Compare December 28, 2023 21:46
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 2 times, most recently from 908a4ef to 77615e0 Compare January 17, 2024 05:01
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 77615e0 to e4c3647 Compare March 13, 2024 23:34
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.

None yet

0 participants