From f8bb0366db36239945fc485ec184f6dc04bfd264 Mon Sep 17 00:00:00 2001 From: wagenet Date: Wed, 23 Nov 2022 18:25:29 +0000 Subject: [PATCH 1/2] Advance RFC to Stage ready-for-release --- text/0800-ts-adoption-plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/text/0800-ts-adoption-plan.md b/text/0800-ts-adoption-plan.md index e3202aba34..9e7086b2f3 100644 --- a/text/0800-ts-adoption-plan.md +++ b/text/0800-ts-adoption-plan.md @@ -1,5 +1,5 @@ --- -stage: accepted +stage: ready-for-release start-date: 2022-02-24T00:00:00.000Z release-date: release-versions: @@ -9,7 +9,7 @@ teams: - cli - learning prs: - accepted: https://github.com/emberjs/rfcs/pull/800 + accepted: 'https://github.com/emberjs/rfcs/pull/800' project-link: --- @@ -316,7 +316,7 @@ Like browsers and Node, TypeScript regularly introduces new features which are a - `const` assertions and higher-order inference for functions, which was key to enabling Glint (3.4) - assertion functions, allowing more useful typing of `assert` (3.7) - the `declare` modifier, allowing safe declaration of injections and CPs (3.7) -- spec compatibility for class fields, optional chaining,. and nullish coalescing (3.7) +- spec compatibility for class fields, optional chaining,. andish coalescing (3.7) - spec compatibility for top-level `await` (3.8) - variadic tuple types and labeled tuple elements (4.0, improved in 4.2) - template literal types (4.1) From 1b8e8d806329fc4afde3be7283c9d910eba4974c Mon Sep 17 00:00:00 2001 From: "Ember.js RFCS CI" Date: Wed, 23 Nov 2022 18:25:33 +0000 Subject: [PATCH 2/2] Update RFC 0800 ready-for-release PR URL --- text/0800-ts-adoption-plan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/text/0800-ts-adoption-plan.md b/text/0800-ts-adoption-plan.md index 9e7086b2f3..17eec6ccf3 100644 --- a/text/0800-ts-adoption-plan.md +++ b/text/0800-ts-adoption-plan.md @@ -10,6 +10,7 @@ teams: - learning prs: accepted: 'https://github.com/emberjs/rfcs/pull/800' + ready-for-release: 'https://github.com/emberjs/rfcs/pull/868' project-link: ---