-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
TypeScript 4.9 Iteration Plan #50457
Comments
Previous iteration plan is over at #49074 |
Looks like we may be adjusting the beta deadline to early next week to get in a few PRs that needed to wait as a result of 4.8 servicing tasks. |
@typescript-bot create release-4.9 |
Heya @DanielRosenwasser, I've started to create the |
A few updates:
|
@typescript-bot create release-4.9 |
Heya @DanielRosenwasser, I've started to create the |
@typescript-bot sync release-4.9 |
Heya @DanielRosenwasser, I've started to sync |
Due to #50927, the correct beta on npm is 4.9.1-beta. The RC will be 4.9.2-rc. The stable will be 4.9.3. One day we will be able to avoid incrementing the patch and just publish pre-releases. |
I always thought it was weird that TS prereleases consume entire version numbers. What is the technical reason for that? |
Something to do with places like the VS Marketplace which don't support prerelease tags, though that might have changed entirely. https://github.com/microsoft/TypeScript/wiki/TypeScript's-Release-Process#why-do-you-need-to-set-the-patch-version-on-pre-releases Maybe things have changed enough such that we can do something different now. |
Will per-file settings available in ts 4.9? Or maybe move it to 5.0? |
👋🏼 In Ember.js' testing against TS, we noted failures against 4.9 starting with the |
@typescript-bot sync release-4.9 |
Heya @DanielRosenwasser, I've started to sync |
I feel like we need to add |
The 5.0 iteration plan is over at #51362. |
@typescript-bot bump release-4.9 |
Heya @DanielRosenwasser, I've started to update the version number on |
This document outlines our focused tasks for TypeScript 4.9. It minimally indicates intent to investigate tasks or contribute to an implementation. Nothing is set in stone, but we will strive to complete these tasks in a reasonable timeframe.
Language and Compiler Features
lib.d.ts
Updates.ts
as a Module Specifier for Bundler/Loader Scenarios--isolatedDeclaration
Emit ModeEditor Productivity
Performance
.tsbuildinfo
FilesInfrastructure
strictFunctionTypes
on TypeScript CodebaseWebsite
The text was updated successfully, but these errors were encountered: