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

docs: Add TypeScript 4.9 to table #1473

Merged
merged 1 commit into from Jan 15, 2023
Merged

docs: Add TypeScript 4.9 to table #1473

merged 1 commit into from Jan 15, 2023

Conversation

StenAL
Copy link
Contributor

@StenAL StenAL commented Jan 14, 2023

TS 4.9 released on November 17, 2022: microsoft/TypeScript@93bd577 The last change in that ref's tree to src/lib/dom.generated.d.ts is from microsoft/TypeScript#51300 on October 25, 2022 which pulled in the types from @types/web 0.0.76, released on October 24, 2022.

Verified by running

curl "https://raw.githubusercontent.com/microsoft/TypeScript/93bd577458d55cd720b2677705feab5c91eb12ce/src/lib/dom.generated.d.ts" -o ts-types.txt
curl "https://raw.githubusercontent.com/microsoft/TypeScript-DOM-lib-generator/1a77ff811b6b515636c24789ac2cf8f008d4bcbb/baselines/dom.generated.d.ts" -o ts-dom-types.txt
diff ts-types.txt ts-dom-types.txt # no output meaning the files are identicial

TS 4.9 released on November 17, 2022: microsoft/TypeScript@93bd577
The last change in that ref's tree to src/lib/dom.generated.d.ts is
from microsoft/TypeScript#51300 on October 25,
2022 which pulled in the types from @types/web 0.0.76, released on
October 24, 2022.

Verified by running
```sh
curl "https://raw.githubusercontent.com/microsoft/TypeScript/93bd577458d55cd720b2677705feab5c91eb12ce/src/lib/dom.generated.d.ts" -o ts-types.txt
curl "https://raw.githubusercontent.com/microsoft/TypeScript-DOM-lib-generator/1a77ff811b6b515636c24789ac2cf8f008d4bcbb/baselines/dom.generated.d.ts" -o ts-dom-types.txt
diff ts-types.txt ts-dom-types.txt # no output meaning the files are identicial
```
@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged.

@saschanaz
Copy link
Contributor

LGTM, thanks!

@github-actions github-actions bot merged commit e53328b into microsoft:main Jan 15, 2023
@github-actions
Copy link
Contributor

Merging because @saschanaz is a code-owner of all the changes - thanks!

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.

None yet

2 participants