angular / universal

Server-side rendering and Prerendering for Angular
MIT License
4.03k stars 482 forks source link

build: update angular #3233

Closed angular-robot closed 11 months ago

angular-robot commented 11 months ago

This PR contains the following updates:

Package Type Update Change
@angular-devkit/architect devDependencies minor 0.1601.8 -> 0.1602.0
@angular-devkit/architect dependencies minor ~0.1601.0-next.0 -> ~0.1602.0
@angular-devkit/build-angular devDependencies minor 16.1.8 -> 16.2.0
@angular-devkit/core devDependencies minor 16.1.8 -> 16.2.0
@angular-devkit/core dependencies minor ~16.1.0-next.0 -> ~16.2.0
@angular-devkit/schematics devDependencies minor 16.1.8 -> 16.2.0
@angular/animations devDependencies minor 16.1.8 -> 16.2.0
@angular/build-tooling devDependencies digest f68630b -> 754afe3
@angular/cli devDependencies minor 16.1.8 -> 16.2.0
@angular/common devDependencies minor 16.1.8 -> 16.2.0
@angular/compiler devDependencies minor 16.1.8 -> 16.2.0
@angular/compiler-cli (source) devDependencies minor 16.1.8 -> 16.2.0
@angular/core devDependencies minor 16.1.8 -> 16.2.0
@angular/ng-dev devDependencies digest 0f8a183 -> ee235a0
@angular/platform-browser devDependencies minor 16.1.8 -> 16.2.0
@angular/platform-browser-dynamic devDependencies minor 16.1.8 -> 16.2.0
@angular/platform-server devDependencies minor 16.1.8 -> 16.2.0
@angular/router (source) devDependencies minor 16.1.8 -> 16.2.0
@angular/service-worker devDependencies minor 16.1.8 -> 16.2.0
@schematics/angular devDependencies minor 16.1.8 -> 16.2.0
angular/dev-infra action digest 1ad8c26 -> 8776e14

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular-cli (@​angular-devkit/architect) ### [`v0.1602.0`](https://togithub.com/angular/angular-cli/compare/8d615d8ec25b5d72aba30e9317580262535384ed...635313bac753c2ac76b8fcca02e2ab1f9232ae55) [Compare Source](https://togithub.com/angular/angular-cli/compare/8d615d8ec25b5d72aba30e9317580262535384ed...635313bac753c2ac76b8fcca02e2ab1f9232ae55)
angular/angular (@​angular/animations) ### [`v16.2.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1620-2023-08-09) [Compare Source](https://togithub.com/angular/angular/compare/16.1.9...16.2.0) ##### benchpress | Commit | Type | Description | | -- | -- | -- | | [dd850b2ab7](https://togithub.com/angular/angular/commit/dd850b2ab781f24065550f8a948ced498e0f1e99) | fix | correctly report GC memory amounts ([#​50760](https://togithub.com/angular/angular/pull/50760)) | ##### common | Commit | Type | Description | | -- | -- | -- | | [29d358170b](https://togithub.com/angular/angular/commit/29d358170b046f4a6773dfdfbbd1050f54deb301) | feat | add component input binding support for NgComponentOutlet ([#​51148](https://togithub.com/angular/angular/pull/51148)) | | [1837efb9da](https://togithub.com/angular/angular/commit/1837efb9daf5c8e86a99a06ecc77bb42bc60dbb0) | feat | Allow ngSrc to be changed post-init ([#​50683](https://togithub.com/angular/angular/pull/50683)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [c27a1e61d6](https://togithub.com/angular/angular/commit/c27a1e61d64a67aa169086f7db11bcfd5bb7d2fc) | feat | scope selectors in [@​scope](https://togithub.com/scope) queries ([#​50747](https://togithub.com/angular/angular/pull/50747)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [12bad6576d](https://togithub.com/angular/angular/commit/12bad6576d2ffe4667118b214d9c7598ed3d8edb) | fix | libraries compiled with v16.1+ breaking with Angular framework v16.0.x ([#​50714](https://togithub.com/angular/angular/pull/50714)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [e53d4ecf4c](https://togithub.com/angular/angular/commit/e53d4ecf4cfd9e64d6ba8c8b19adbb7df9cfc047) | feat | add afterRender and afterNextRender ([#​50607](https://togithub.com/angular/angular/pull/50607)) | | [98d262fd27](https://togithub.com/angular/angular/commit/98d262fd27795014ee3988b08d3c48a0dfb63c40) | feat | create injector debugging APIs ([#​48639](https://togithub.com/angular/angular/pull/48639)) | | [cdaa2a8a9e](https://togithub.com/angular/angular/commit/cdaa2a8a9eab490b55bbb841ede4f54a2656df30) | feat | support Provider type in Injector.create ([#​49587](https://togithub.com/angular/angular/pull/49587)) | | [9f490da7e2](https://togithub.com/angular/angular/commit/9f490da7e27e495cb45d2064af9091731422a6b1) | fix | handle hydration of view containers for root components ([#​51247](https://togithub.com/angular/angular/pull/51247)) | ##### router | Commit | Type | Description | | -- | -- | -- | | [0b14e4ef74](https://togithub.com/angular/angular/commit/0b14e4ef742b1c0f73d873e2c337683b60f46845) | feat | exposes the `fixture` of the `RouterTestingHarness` ([#​50280](https://togithub.com/angular/angular/pull/50280)) | ### [`v16.1.9`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1619-2023-08-09) [Compare Source](https://togithub.com/angular/angular/compare/16.1.8...16.1.9)

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, 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.



This PR has been generated by Renovate Bot.

angular-automatic-lock-bot[bot] commented 10 months ago

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.