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 - autoclosed #222

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite-tsconfig-paths ^3.5.0 -> ^4.0.0 age adoption passing confidence

Release Notes

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

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).

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-advanced-security
Copy link

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.

@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from c4bab2e to fd3cc95 Compare August 29, 2023 14:53
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 3 times, most recently from 461b21f to 3285e8d Compare September 13, 2023 19:50
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 3 times, most recently from e86a8d5 to 958e721 Compare September 28, 2023 15:51
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 5 times, most recently from fb3dca5 to 309e462 Compare October 8, 2023 09:42
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 5 times, most recently from f84c2d2 to 4004d4d Compare October 17, 2023 15:46
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 4004d4d to 224a994 Compare October 24, 2023 15:03
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 224a994 to b1bc42d Compare October 31, 2023 16:28
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 2 times, most recently from 55e6613 to e5c2d8b Compare November 9, 2023 16:41
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 2 times, most recently from c56a5d1 to 1794e68 Compare November 16, 2023 17:10
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 1794e68 to cc2e80e Compare January 24, 2024 16:39
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from cc2e80e to 708b4d3 Compare February 14, 2024 17:42
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 708b4d3 to 01f691c Compare February 21, 2024 17:43
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 01f691c to 16647b4 Compare March 13, 2024 16:28
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 3 times, most recently from b60ac09 to 60841fe Compare April 10, 2024 15:58
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from 60841fe to ffa9420 Compare April 10, 2024 16:07
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch 2 times, most recently from b7827a8 to d3cbb76 Compare May 1, 2024 14:50
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-4.x branch from d3cbb76 to cbe4320 Compare May 1, 2024 15:29
Copy link

sonarqubecloud bot commented May 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot changed the title chore(deps): update dependency vite-tsconfig-paths to v4 chore(deps): update dependency vite-tsconfig-paths to v4 - autoclosed May 1, 2024
@renovate renovate bot closed this May 1, 2024
@renovate renovate bot deleted the renovate/vite-tsconfig-paths-4.x branch May 1, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants