-
Notifications
You must be signed in to change notification settings - Fork 30.4k
Upgrade TypeScript to v5.5.2 #67113
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
eps1lon
merged 19 commits into
vercel:canary
from
devjiwonchoi:chore/upgrade-typescript-to-5.5
Jul 4, 2024
Merged
Upgrade TypeScript to v5.5.2 #67113
Changes from 4 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
fd1f5ef
chore: upgrade repo typescript to v5.5
devjiwonchoi f7445e5
chore: upgrade typescript to 5.4.5
devjiwonchoi a456e3d
chore: up ts and @types/node
devjiwonchoi c2a8479
refactor: fix type errors
devjiwonchoi 4ee44e4
Merge branch 'canary' into chore/upgrade-typescript-to-5.5
devjiwonchoi 0dfa7fa
refactor: remove unnecessary config
devjiwonchoi 6e6837e
Merge branch 'canary' of github.com:vercel/next.js into chore/upgrade…
devjiwonchoi da4fbb5
chore: ts 5.5.2 web-vitals 4.2.1
devjiwonchoi 03f2cb0
revert upgrade types/node
devjiwonchoi c93226a
Merge branch 'canary' into chore/upgrade-typescript-to-5.5
devjiwonchoi 61a0ced
Merge branch 'canary' into chore/upgrade-typescript-to-5.5
devjiwonchoi a8ba53a
Merge branch 'canary' of github.com:vercel/next.js into chore/upgrade…
devjiwonchoi 8efa2bf
try
devjiwonchoi dc7d3aa
ncc compiled
devjiwonchoi 119df0b
refactor: restore compiled ref
devjiwonchoi 4b3f42f
Revert "refactor: restore compiled ref"
devjiwonchoi 9dc01de
type to index
devjiwonchoi 62bcb9f
refactor: remove rewrite_compiled_references from taskfile
devjiwonchoi d19a4f8
refactor: use preserve true
devjiwonchoi 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -105,7 +105,7 @@ | |
| "@types/html-validator": "5.0.3", | ||
| "@types/http-proxy": "1.17.3", | ||
| "@types/jest": "29.5.5", | ||
| "@types/node": "20.12.3", | ||
| "@types/node": "20.14.7", | ||
| "@types/node-fetch": "2.6.1", | ||
| "@types/react": "npm:[email protected]", | ||
| "@types/react-dom": "npm:[email protected]", | ||
|
|
@@ -234,7 +234,7 @@ | |
| "tree-kill": "1.2.2", | ||
| "tsec": "0.2.1", | ||
| "turbo": "2.0.3", | ||
| "typescript": "5.3.3", | ||
| "typescript": "5.5.2", | ||
| "unfetch": "4.2.0", | ||
| "wait-port": "0.2.2", | ||
| "webpack": "5.90.0", | ||
|
|
@@ -247,7 +247,7 @@ | |
| "webpack": "5.90.0", | ||
| "browserslist": "4.22.2", | ||
| "caniuse-lite": "1.0.30001579", | ||
| "@types/node": "20.12.3", | ||
| "@types/node": "20.14.7", | ||
| "@babel/core": "7.22.5", | ||
| "@babel/parser": "7.22.5", | ||
| "@babel/types": "7.22.5", | ||
|
|
||
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically no change but
target ES2017 -> ES2018, sorry for moving around order. 😅Why?