Skip to content

docs: Add TypeScript 4.9 to table - #1473

Merged
github-actions[bot] merged 1 commit into
microsoft:mainfrom
StenAL:main
Jan 15, 2023
Merged

docs: Add TypeScript 4.9 to table#1473
github-actions[bot] merged 1 commit into
microsoft:mainfrom
StenAL:main

Conversation

@StenAL

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

Thanks for the PR!

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

@saschanaz

Copy link
Copy Markdown
Contributor

LGTM, thanks!

@github-actions
github-actions Bot merged commit e53328b into microsoft:main Jan 15, 2023
@github-actions

Copy link
Copy Markdown
Contributor

Merging because Kagami Sascha Rosylight (@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.

2 participants