-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: support TypeScript 5.1 #7088
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
JoshuaKGoldberg
merged 30 commits into
typescript-eslint:main
from
JoshuaKGoldberg:typescript-5.1
Jun 30, 2023
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
16d750f
feat: support TypeScript 5.1
JoshuaKGoldberg 45e19f8
Re-apply patch-package typescript
JoshuaKGoldberg 07a8a85
jsx: preserve in ast-spec
JoshuaKGoldberg a000e00
Added component-dashed fixture
JoshuaKGoldberg 65ae4f9
Rename to avoid global naming conflict
JoshuaKGoldberg 676e900
chore: only run website tests on non-forks
JamesHenry 8bf3877
chore: only run website tests on non-forks
JamesHenry 16553c6
Updated ast-spec snapshots
JoshuaKGoldberg 4bd4879
Let's try --runInBand
JoshuaKGoldberg 6931b54
How about some logging
JoshuaKGoldberg ea0e298
--verbose
JoshuaKGoldberg 6a7c991
Skip parse.moduleResolver.+ tests in Node 14
JoshuaKGoldberg 018e10f
map of undefined
JoshuaKGoldberg 50a51ae
more logging on process version
JoshuaKGoldberg 5bfbdac
Remove jest.config.js shenanigans
JoshuaKGoldberg 377d69f
Remove --frozen-lockfile for now
JoshuaKGoldberg 1d0484f
Mention ts version in jest.config.js
JoshuaKGoldberg f97cf33
Split placeholder-error in twain
JoshuaKGoldberg 0b4eb19
Try a .skip
JoshuaKGoldberg ad1541d
Revert "Try a .skip"
JoshuaKGoldberg c6f949b
Heck, let's try Node 20
JoshuaKGoldberg 564f73d
Revert "Heck, let's try Node 20"
JoshuaKGoldberg f54f303
skipLibCheck and strict
JoshuaKGoldberg 8dba084
Undid some changes, for 5.1.3 again
JoshuaKGoldberg a2b5fcd
Used new resolution courtesy of Jake
JoshuaKGoldberg f79242b
Merge branch 'main'
JoshuaKGoldberg cb4b668
Corrected TypeScript patching and resolution
JoshuaKGoldberg f978c76
Fix packages/website/tsconfig.json module
JoshuaKGoldberg 10bdc43
5.1.6
JoshuaKGoldberg 3a01637
Recreated patch-package typescript
JoshuaKGoldberg 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
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
7 changes: 7 additions & 0 deletions
7
packages/ast-spec/src/jsx/JSXNamespacedName/fixtures/component-dashed/fixture.tsx
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace JSX { | ||
export interface IntrinsicElements { | ||
'foo-bar:baz-bam': any; | ||
} | ||
} | ||
|
||
const componentDashed = <foo-bar:baz-bam />; |
211 changes: 211 additions & 0 deletions
211
...st-spec/src/jsx/JSXNamespacedName/fixtures/component-dashed/snapshots/1-TSESTree-AST.shot
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.