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

fix(deps): update angular monorepo to v16.2.12 #46

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 16.1.1 -> 16.2.12 age adoption passing confidence
@angular/common (source) 16.1.1 -> 16.2.12 age adoption passing confidence
@angular/compiler (source) 16.1.1 -> 16.2.12 age adoption passing confidence
@angular/compiler-cli (source) 16.1.1 -> 16.2.12 age adoption passing confidence
@angular/core (source) 16.1.1 -> 16.2.12 age adoption passing confidence
@angular/platform-browser (source) 16.1.1 -> 16.2.12 age adoption passing confidence
@angular/platform-browser-dynamic (source) 16.1.1 -> 16.2.12 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v16.2.12

Compare Source

animations
Commit Type Description
03f4050636 fix remove finish listener once player is destroyed (#​51136)
common
Commit Type Description
e092184a5c fix apply fixed_srcset_width values only to fixed srcsets (#​52486)
compiler-cli
Commit Type Description
b3b4ae4c3a fix properly emit literal types in input coercion function arguments (#​52437)
873c4f2454 fix use originally used module specifier for transform functions (#​52437)

v16.2.11

Compare Source

core
Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#​52365)
78533324dc fix get root and platform injector providers in special cases (#​52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#​52365)
router
Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#​52357)

v16.2.10

Compare Source

v16.2.9

Compare Source

forms
Commit Type Description
51a5baace3 fix reset() call with null values on nested group (#​48830)

v16.2.8

Compare Source

language-service
Commit Type Description
b732961fc3 fix Retain correct language service when ts.Project reloads (#​51912)
service-worker
Commit Type Description
966ce9790a fix throw a critical error when handleFetch fails (#​51960)

v16.2.7

Compare Source

core
Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#​51831) (#​51892)
service-worker
Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#​51885)

v16.2.6

Compare Source

core
Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#​51722) (#​51772)

v16.2.5

Compare Source

v16.2.4

Compare Source

v16.2.3

Compare Source

animations
Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#​51554)
compiler-cli
Commit Type Description
dbd761f528 fix correct incomplete escaping (#​51557)
5c36fc784f fix remove unnecessary escaping in regex expressions (#​51554)
core
Commit Type Description
dcd1add06f fix correct incomplete escaping (#​51557)
20d62603c2 fix handle hydration of view containers that use component hosts as anchors (#​51456)
e6b301caa2 fix remove unnecessary escaping in regex expressions (#​51554)
0c7c852ee7 fix run afterRender callbacks outside of the Angular zone (#​51551)
language-service
Commit Type Description
8081fdd22d fix correct incomplete escaping (#​51557)

v16.2.2

Compare Source

common
Commit Type Description
a43c0772ea fix Allow safeUrl for ngSrc in NgOptimizedImage (#​51351)
compiler-cli
Commit Type Description
39ace8664b fix enforce a minimum version to be used when a library uses input transform (#​51413)
core
Commit Type Description
36f434e49d fix guard the jasmine hooks (#​51394)
router
Commit Type Description
b0396e7164 fix Ensure canceledNavigationResolution: 'computed' works on first page (#​51441)

v16.2.1

Compare Source

router
Commit Type Description
232a8c1b8d fix Apply named outlets to children empty paths not appearing in the URL (#​51292)

v16.2.0

Compare Source

benchpress
Commit Type Description
dd850b2ab7 fix correctly report GC memory amounts (#​50760)
common
Commit Type Description
29d358170b feat add component input binding support for NgComponentOutlet (#​51148)
1837efb9da feat Allow ngSrc to be changed post-init (#​50683)
compiler
Commit Type Description
c27a1e61d6 feat scope selectors in @​scope queries (#​50747)
compiler-cli
Commit Type Description
12bad6576d fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#​50714)
core
Commit Type Description
e53d4ecf4c feat add afterRender and afterNextRender (#​50607)
98d262fd27 feat create injector debugging APIs (#​48639)
cdaa2a8a9e feat support Provider type in Injector.create (#​49587)
9f490da7e2 fix handle hydration of view containers for root components (#​51247)
router
Commit Type Description
0b14e4ef74 feat exposes the fixture of the RouterTestingHarness (#​50280)

v16.1.9

Compare Source

v16.1.8

Compare Source

compiler
Commit Type Description
cc722ea1f5 fix return full spans for Comment nodes (#​50855)

v16.1.7

Compare Source

http
Commit Type Description
916916d835 fix check whether Zone is defined (#​51119)

v16.1.6

Compare Source

http
Commit Type Description
dea8dc0378 fix Run fetch request out the angular zone (#​50981)

v16.1.5

Compare Source

animations
Commit Type Description
f920fcbd94 fix Ensure elements are removed from the cache after leave animation. (#​50929)
core
Commit Type Description
499fb5c772 fix ensure that standalone components get correct injector instances (#​50954)
c65913ecb7 fix handle deref returning null on RefactiveNode. (#​50992)
platform-browser
Commit Type Description
31419f6a3b perf do not remove renderer from cache when REMOVE_STYLES_ON_COMPONENT_DESTROY is enabled. (#​51005)
upgrade
Commit Type Description
3efb577cf3 fix Use takeUntil on leaky subscription. (#​50901)

v16.1.4

Compare Source

core
Commit Type Description
4ba5850ba6 fix use setTimeout when coalescing tasks in Node.js (#​50820)
upgrade
Commit Type Description
a4348355ce fix allow for downgraded components to work with component-router (#​50871)

v16.1.3

Compare Source

core
Commit Type Description
dd6fc5785f fix expose input transform function on ComponentFactory and ComponentMirror (#​50713)
elements
Commit Type Description
e1bbe47c23 fix support input transform functions (#​50713)
platform-browser
Commit Type Description
79dd6a847a fix wait until animation completion before destroying renderer (#​50677)
a797f41d1b fix wait until animation completion before destroying renderer (#​50860)

v16.1.2

Compare Source

http
Commit Type Description
9488a3fd46 fix Send query params on fetch request (#​50740)
5ae001829c fix use serializeBody to support JSON payload in FetchBackend (#​50776)

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.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!.

@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.2 fix(deps): update angular monorepo to v16.1.3 Jun 28, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 239187c to bcaacd2 Compare June 28, 2023 17:02
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.3 fix(deps): update angular monorepo to v16.1.4 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from bcaacd2 to 95a1fb0 Compare July 7, 2023 02:25
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.4 fix(deps): update angular monorepo to v16.1.5 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 95a1fb0 to ecf6929 Compare July 13, 2023 20:10
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.5 fix(deps): update angular monorepo to v16.1.6 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ecf6929 to 12b6ce8 Compare July 19, 2023 20:15
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.6 fix(deps): update angular monorepo to v16.1.7 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 12b6ce8 to ace98cf Compare July 26, 2023 16:49
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.7 fix(deps): update angular monorepo to v16.1.8 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ace98cf to 607fdf1 Compare August 2, 2023 23:09
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.8 fix(deps): update angular monorepo to v16.2.0 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 607fdf1 to dedda63 Compare August 9, 2023 23:23
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.0 fix(deps): update angular monorepo to v16.2.1 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from dedda63 to 9e3b55c Compare August 16, 2023 18:51
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.1 fix(deps): update angular monorepo to v16.2.2 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9e3b55c to 58a425c Compare August 23, 2023 18:47
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 58a425c to 3f9e322 Compare August 30, 2023 19:46
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.2 fix(deps): update angular monorepo to v16.2.3 Aug 30, 2023
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.3 fix(deps): update angular monorepo to v16.2.4 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3f9e322 to f4693f8 Compare September 6, 2023 20:51
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.4 fix(deps): update angular monorepo to v16.2.5 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 92ded43 to dda7739 Compare September 20, 2023 18:06
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.5 fix(deps): update angular monorepo to v16.2.6 Sep 20, 2023
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.6 fix(deps): update angular monorepo to v16.2.7 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from c4a7c17 to 3a4688e Compare October 4, 2023 22:42
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.7 fix(deps): update angular monorepo to v16.2.8 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3a4688e to 1c00c9d Compare October 11, 2023 19:01
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.8 fix(deps): update angular monorepo to v16.2.9 Oct 11, 2023
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.9 fix(deps): update angular monorepo to v16.2.10 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 1c00c9d to 4120909 Compare October 18, 2023 19:22
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4120909 to 3e74f6f Compare October 25, 2023 22:44
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.10 fix(deps): update angular monorepo to v16.2.11 Oct 25, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3e74f6f to 95c38c9 Compare November 2, 2023 22:28
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.11 fix(deps): update angular monorepo to v16.2.12 Nov 2, 2023
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.

1 participant