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

Update angular monorepo #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 30, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations ~13.2.0 -> 13.3.11 age adoption passing confidence
@angular/common ~13.2.0 -> 13.3.11 age adoption passing confidence
@angular/compiler ~13.2.0 -> 13.3.11 age adoption passing confidence
@angular/compiler-cli (source) ~13.2.0 -> 13.3.11 age adoption passing confidence
@angular/core ~13.2.0 -> 13.3.11 age adoption passing confidence
@angular/forms ~13.2.0 -> 13.3.11 age adoption passing confidence
@angular/platform-browser ~13.2.0 -> 13.3.11 age adoption passing confidence
@angular/platform-browser-dynamic ~13.2.0 -> 13.3.11 age adoption passing confidence
@angular/router (source) ~13.2.0 -> 13.3.11 age adoption passing confidence
zone.js (changelog) ~0.11.4 -> 0.11.8 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v13.3.11

Compare Source

Special Thanks

Andrew Scott, Billy Lando, George Kalpakas, Ian Gregory, Matt Shaffer, Rune Andersen Hartvig, dario-piotrowicz and mgechev

v13.3.10

Compare Source

Special Thanks

A. J. Javier, Aristeidis Bampakos, J Rob Gant, Jerome Kruse, Joey Perrott, Nathan Nontell, Paul Gschwendtner, Roopesh Chinnakampalli, Thomas Mair, Tom Raithel, dario-piotrowicz and mgechev

v13.3.9

Compare Source

This release contains API docs improvements.

Special Thanks

4javier, Bob Watson, Evan Lee, George Kalpakas, Joey Perrott, Pavan Kumar Jadda, celinetunc and mariu

v13.3.8

Compare Source

language-service
Commit Type Description
b4eb9ed884 fix Prevent TSServer from removing templates from project (#​45965)

Special Thanks

Andrew Scott, George Kalpakas and Joey Perrott

v13.3.7

Compare Source

core
Commit Type Description
73bbee2c0d perf allow checkNoChanges mode to be tree-shaken in production (#​45936)
language-service
Commit Type Description
5ca3bcf4f8 fix Add resource files as roots to their associated projects (#​45601)

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, JayMartMedia, JoostK, Paul Gschwendtner, Ted.chang, Thomas Mair, Will 保哥, dario-piotrowicz, mgechev and ᚷᛁᛟᚱᚷᛁ ᛒᚨᛚᚨᚲᚻᚨᛞᛉᛖ

v13.3.6

Compare Source

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, Paul Gschwendtner, Pawel Kozlowski, Ryan Day and dario-piotrowicz

v13.3.5

Compare Source

bazel
Commit Type Description
63398e0eb4 fix add this_is_bazel marker (#​45728)

Special Thanks

Andrew Kushnir, George Kalpakas, Joey Perrott and dario-piotrowicz

v13.3.4

Compare Source

core
Commit Type Description
9317f513d5 fix better error message when directive extends a component (#​45658)
4766817f02 fix improve multiple components match error (#​45645)
language-service
Commit Type Description
d68333e508 fix two-way binding completion should not remove the trailing quote (#​45582)

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, Ilya Marchik, Jeremy Elbourn, Kristiyan Kostadinov, Louis Gombert, Mangalraj, Marko Kaznovac, Paul Gschwendtner, Saurabh Kamble, dario-piotrowicz and ivanwonder

v13.3.3

Compare Source

compiler
Commit Type Description
e50fd9ee87 fix avoid errors with extremely long instruction chains (#​45574)

Special Thanks

4javier, Andrew Kushnir, Cédric Exbrayat, Dylan Hunn, George Kalpakas, Hossein Mousavi, Jason Hendee, Joe Martin (Crowdstaffing), Kristiyan Kostadinov, Michael-Doner, Michal Materowski and Virginia Dooley

v13.3.2

Compare Source

animations
Commit Type Description
b46b25c562 fix handle structured AnimateTimings (#​31107)

Special Thanks

Alan Agius, Andrew Kushnir, Christoph Guttandin, Cédric Exbrayat, mgechev and piyush132000

v13.3.1

Compare Source

Special Thanks

Andrew Scott, Billy Lando, George Kalpakas, Ian Gregory, Matt Shaffer, Rune Andersen Hartvig, dario-piotrowicz and mgechev

v13.3.0

Compare Source

core
Commit Type Description
b5bb614c74 feat support TypeScript 4.6 (#​45190)

Special Thanks

Alistair Kane, Andrew Scott and Kristiyan Kostadinov

angular/angular (zone.js)

v0.11.8

Compare Source

Features
  • zone.js: Update to the simpler Async Stack Tagging v2 API (#​46958) (f23232f)

v0.11.7

Compare Source

Bug Fixes
  • zone.js: do not invoke jasmine done callback multiple times with waitForAsync (4e77c7fbf38)
Features
  • zone.js: add AsyncStackTaggingZoneSpec implementation (#​46693) (848a009)
  • zone.js: include jasmine describe block name when raising unexpected task error (de86285)
  • zone.js: include zone name when sync-test zone reports tasks (72c2567)

v0.11.6

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: in TaskTrackingZoneSpec track a periodic task until it is cancelled

The breaking change is scoped only to the plugin
zone.js/plugins/task-tracking. If you used TaskTrackingZoneSpec and
checked the pending macroTasks e.g. using (this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask'), then
its behavior slightly changed for periodic macrotasks. For example,
previously the setInterval macrotask was no longer tracked after its
callback was executed for the first time. Now it's tracked until
the task is explicitly cancelled, e.g with clearInterval(id).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f2bf3c2 to 09008a4 Compare May 31, 2022 23:53
@renovate renovate bot changed the title Update angular monorepo to v13.3.10 Update angular monorepo to v13.3.11 May 31, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 09008a4 to 8e75386 Compare June 15, 2022 19:29
@renovate renovate bot changed the title Update angular monorepo to v13.3.11 Update angular monorepo Jun 15, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8e75386 to bbdd439 Compare June 20, 2022 20:31
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from bbdd439 to 14fe4c8 Compare July 21, 2022 14:01
@renovate renovate bot changed the title Update angular monorepo Update angular monorepo to v13.3.11 Aug 9, 2022
@renovate renovate bot changed the title Update angular monorepo to v13.3.11 Update angular monorepo Aug 10, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 14fe4c8 to 5038e11 Compare August 12, 2022 14:58
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

0 participants