-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Make upgrade tooling more stable #19846
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
44ea62f
fix(upgrade): use v3 config content patterns when no @source is set, …
SychO9 34cd5e3
use `config.content` when coming from Tailwind CSS v3
RobinMalfait 37c32d8
re-structure a bit, and make sure empty strings are ignored as well
RobinMalfait 5843baa
add a `writeFileSafely` helper
RobinMalfait 59947f2
re-use `writeFileSafely` in other spots
RobinMalfait 2260575
always ignore `.env` and `.env.*` files
RobinMalfait 1766edf
ensure the `cwd` is set for `globby`
RobinMalfait 2e2e075
add integration tests
RobinMalfait 960dbec
update changelog
RobinMalfait 4ab9697
wait for the `Migrating templates` step
RobinMalfait 7b91308
update CHANGELOG
RobinMalfait 4f4a7e1
ensure we replace the real file, not the symlinks
RobinMalfait d306875
never migrate template files that are git ignored
RobinMalfait 3a9bb86
add integration test to skip ignored files
RobinMalfait b8eb3bb
add integration test to ensure that listed files are migrated
RobinMalfait ea623c0
log whether files changed (and which ones)
RobinMalfait e69239d
fallback to `file` in case of an error
RobinMalfait 2cb01be
update changelog
RobinMalfait 60c05bc
update CHANGELOG
RobinMalfait efd123b
rely on existing `process.dispose()`
RobinMalfait File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,3 +2,5 @@ package-lock.json | |
| pnpm-lock.yaml | ||
| bun.lockb | ||
| .gitignore | ||
| .env | ||
| .env.* | ||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.