-
Notifications
You must be signed in to change notification settings - Fork 0
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 - autoclosed #222
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
c4bab2e
to
fd3cc95
Compare
461b21f
to
3285e8d
Compare
e86a8d5
to
958e721
Compare
fb3dca5
to
309e462
Compare
f84c2d2
to
4004d4d
Compare
4004d4d
to
224a994
Compare
224a994
to
b1bc42d
Compare
55e6613
to
e5c2d8b
Compare
c56a5d1
to
1794e68
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
1794e68
to
cc2e80e
Compare
cc2e80e
to
708b4d3
Compare
708b4d3
to
01f691c
Compare
01f691c
to
16647b4
Compare
b60ac09
to
60841fe
Compare
60841fe
to
ffa9420
Compare
b7827a8
to
d3cbb76
Compare
d3cbb76
to
cbe4320
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
^3.5.0
->^4.0.0
Release Notes
aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)
v4.3.1
Compare Source
v4.3.0
Compare Source
v4.2.3
Compare Source
4cc78b4
fix: avoid breaking change from #128v4.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. itsextends
property points to a non-existent file), an error is now logged instead of crashing the process. You can disable parsing error logs by settingignoreConfigErrors: true
in the plugin options.v4.1.0
Compare Source
9766de8
If theprojects
option is used, any missing tsconfig files will be silently ignored (other than a debug log, enabled withDEBUG="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
packageIt 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 therecrawl-sync
package, which was used for crawling the filesystem in search of tsconfig.json files.Remove the
extensions
optionSince the file resolution is delegated to Vite core, this option is no longer necessary.
Add the
parseNative
optionThe
tsconfck
package has aparseNative
function that's able to delegate config loading to the TypeScript compiler. If you encounter a bug intsconfig.json
file loading, you can try passingparseNative: 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).v3.6.0
Compare 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 has been generated by Mend Renovate. View repository job log here.