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: upgrade tsconfck to 2.1.0 #104

Merged
merged 1 commit into from
Apr 3, 2023
Merged

chore: upgrade tsconfck to 2.1.0 #104

merged 1 commit into from
Apr 3, 2023

Conversation

christopherschroer
Copy link
Contributor

@christopherschroer christopherschroer commented Mar 16, 2023

Closes #103

@aleclarson
Copy link
Owner

Why is this necessary? Semver handles automatic upgrade from 2.0 to 2.1, no?

@christopherschroer
Copy link
Contributor Author

@aleclarson Technically, yes, if you do a fresh install of vite-tsconfig-paths. However, those with existing installs of vite-tsconfig-paths and a lock file will need to uninstall/remove vite-tsconfig-paths from their project in order to remove the previous version of tsconfck from their lock file and then reinstall vite-tsconfig-paths in order to get the latest version of tsconfck. This PR makes the process of upgrading to Typescript v5 a little more streamlined for everyone

@christopherschroer
Copy link
Contributor Author

You could also run an update on your lock file to get the latest version of tsconfck but some teams may be resistant to doing so for other reasons

@counterbeing
Copy link

PR looks pretty harmless, any chance we could get a new release? Thanks!

@aleclarson aleclarson changed the title Chore: Upgrade tsconfck to 2.1.0 chore: upgrade tsconfck to 2.1.0 Apr 3, 2023
@aleclarson aleclarson merged commit ba2e7f3 into aleclarson:master Apr 3, 2023
@aleclarson
Copy link
Owner

Released in v4.0.8

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.

Enable Typescript 5.0 compatiblity
3 participants