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

feat(core): support TypeScript 4.6 #45190

Closed
wants to merge 1 commit into from
Closed

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Feb 24, 2022

Adds support for TypeScript 4.6.

@jessicajaniuk jessicajaniuk added the comp: core label Feb 24, 2022
@ngbot ngbot bot added this to the Backlog milestone Feb 24, 2022
Adds support for TypeScript 4.6.
@crisbeto crisbeto marked this pull request as ready for review Mar 1, 2022
@pullapprove pullapprove bot requested review from alxhub, devversion and JiaLiPassion Mar 1, 2022
@crisbeto crisbeto added action: review target: major labels Mar 1, 2022
@crisbeto
Copy link
Member Author

@crisbeto crisbeto commented Mar 1, 2022

Ready for review now that 4.6 final is out.

alxhub
alxhub approved these changes Mar 4, 2022
@crisbeto crisbeto added action: merge and removed action: review labels Mar 5, 2022
@AndrewKushnir
Copy link
Contributor

@AndrewKushnir AndrewKushnir commented Mar 7, 2022

This PR was merged into the repository by commit 94bba76.

crisbeto added a commit to crisbeto/angular that referenced this issue Mar 10, 2022
Adds support for TypeScript 4.6.

PR Close angular#45190
atscott pushed a commit that referenced this issue Mar 10, 2022
* feat(core): support TypeScript 4.6 (#45190)

Adds support for TypeScript 4.6.

PR Close #45190

* build: update version to 13.3.0

Bumps up the version to 13.3.0-next.0 so the tooling can pick it up.
crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this issue Mar 23, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@angular/animations](https://github.com/angular/angular) | dependencies | minor | [`13.2.6` -> `13.3.0`](https://renovatebot.com/diffs/npm/@angular%2fanimations/13.2.6/13.3.0) |
| [@angular/common](https://github.com/angular/angular) | dependencies | minor | [`13.2.6` -> `13.3.0`](https://renovatebot.com/diffs/npm/@angular%2fcommon/13.2.6/13.3.0) |
| [@angular/compiler](https://github.com/angular/angular) | dependencies | minor | [`13.2.6` -> `13.3.0`](https://renovatebot.com/diffs/npm/@angular%2fcompiler/13.2.6/13.3.0) |
| [@angular/compiler-cli](https://github.com/angular/angular) | devDependencies | minor | [`13.2.6` -> `13.3.0`](https://renovatebot.com/diffs/npm/@angular%2fcompiler-cli/13.2.6/13.3.0) |
| [@angular/core](https://github.com/angular/angular) | dependencies | minor | [`13.2.6` -> `13.3.0`](https://renovatebot.com/diffs/npm/@angular%2fcore/13.2.6/13.3.0) |
| [@angular/forms](https://github.com/angular/angular) | dependencies | minor | [`13.2.6` -> `13.3.0`](https://renovatebot.com/diffs/npm/@angular%2fforms/13.2.6/13.3.0) |
| [@angular/platform-browser](https://github.com/angular/angular) | dependencies | minor | [`13.2.6` -> `13.3.0`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser/13.2.6/13.3.0) |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular) | dependencies | minor | [`13.2.6` -> `13.3.0`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser-dynamic/13.2.6/13.3.0) |
| [@angular/router](https://github.com/angular/angular) | dependencies | minor | [`13.2.6` -> `13.3.0`](https://renovatebot.com/diffs/npm/@angular%2frouter/13.2.6/13.3.0) |

---

### Release Notes

<details>
<summary>angular/angular</summary>

### [`v13.3.0`](https://github.com/angular/angular/blob/HEAD/CHANGELOG.md#&#8203;1330-rc0-2022-03-16)

[Compare Source](angular/angular@13.2.7...13.3.0)

##### core

| Commit | Type | Description |
| -- | -- | -- |
| [b5bb614c74](angular/angular@61a316c) | feat | support TypeScript 4.6 ([#&#8203;45190](angular/angular#45190)) |

#### Special Thanks

Alistair Kane, Andrew Scott and Kristiyan Kostadinov

<!-- CHANGELOG SPLIT MARKER -->

### [`v13.2.7`](https://github.com/angular/angular/blob/HEAD/CHANGELOG.md#&#8203;1327-2022-03-16)

[Compare Source](angular/angular@13.2.6...13.2.7)

##### forms

| Commit | Type | Description |
| -- | -- | -- |
| [eac94f0945](angular/angular@eac94f0) | fix | improve error message for invalid value accessors ([#&#8203;45192](angular/angular#45192)) |

#### Special Thanks

Alistair Kane, Amer Yousuf, Andrew Scott, Jessica Janiuk, Lee Cooper, alirezaghey and why520crazy

<!-- CHANGELOG SPLIT MARKER -->

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

 **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1227
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
@angular-automatic-lock-bot
Copy link

@angular-automatic-lock-bot angular-automatic-lock-bot bot commented Apr 7, 2022

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 7, 2022
josmar-crwdstffng pushed a commit to josmar-crwdstffng/angular that referenced this issue Apr 8, 2022
Adds support for TypeScript 4.6.

PR Close angular#45190
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge comp: core target: major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants