Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2024

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 18.2.11 -> 18.2.14 age confidence
@angular/common (source) 18.2.11 -> 18.2.14 age confidence
@angular/compiler (source) 18.2.11 -> 18.2.14 age confidence
@angular/compiler-cli (source) 18.2.11 -> 18.2.14 age confidence
@angular/core (source) 18.2.11 -> 18.2.14 age confidence
@angular/forms (source) 18.2.11 -> 18.2.14 age confidence
@angular/platform-browser (source) 18.2.11 -> 18.2.14 age confidence
@angular/platform-browser-dynamic (source) 18.2.11 -> 18.2.14 age confidence
@angular/router (source) 18.2.11 -> 18.2.14 age confidence
zone.js (source, changelog) ~0.15.0 -> ~0.16.0 age confidence

Release Notes

angular/angular (@​angular/animations)

v18.2.14

Compare Source

Breaking Changes

core
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9)

core
Commit Type Description
9d1fb33f5e fix introduce BootstrapContext for improved server bootstrapping (#​63640)

v18.2.13

Compare Source

migrations
Commit Type Description
06d70a25ea fix take care of tests that import both HttpClientModule & HttpClientTestingModule. (#​58777)

v18.2.12

Compare Source

compiler-cli
Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#​58548)
angular/angular (zone.js)

v0.16.0

Compare Source

BREAKING CHANGE
  • IE/Non-Chromium Edge are not supported anymore.

v0.15.1

Compare Source

Bug Fixes

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, check this box

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

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a4ed674 to 67b4f7d Compare November 19, 2024 05:05
@renovate renovate bot changed the title fix(deps): update angular monorepo to v18.2.12 fix(deps): update angular monorepo to v18.2.13 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from e15713b to 13f2c79 Compare January 30, 2025 17:58
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 13f2c79 to 8afc746 Compare February 9, 2025 13:47
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8afc746 to 2f02b2f Compare March 3, 2025 16:31
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from e203181 to 1456760 Compare March 17, 2025 17:33
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from c259958 to 49f181a Compare April 8, 2025 13:51
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 49f181a to d9f59d6 Compare April 24, 2025 09:02
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 1986b35 to 27f1758 Compare May 23, 2025 02:01
@renovate renovate bot changed the title fix(deps): update angular monorepo to v18.2.13 fix(deps): update angular monorepo May 23, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 27f1758 to 9fd3216 Compare May 28, 2025 08:13
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9fd3216 to b42d874 Compare June 6, 2025 01:21
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b42d874 to 56c214f Compare June 22, 2025 13:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 56c214f to 689a4fc Compare July 2, 2025 18:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 278e60e to 6f99ae8 Compare August 13, 2025 16:07
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6f99ae8 to 9e9cadb Compare August 19, 2025 16:03
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9e9cadb to 3ab78f3 Compare August 31, 2025 10:06
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3ab78f3 to 0b1edf5 Compare September 10, 2025 21:47
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0b1edf5 to b36c0bd Compare September 25, 2025 20:13
@renovate renovate bot changed the title fix(deps): update angular monorepo chore(deps): update angular monorepo Sep 25, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b36c0bd to 74d127e Compare October 22, 2025 00:07
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 74d127e to 412f0fc Compare November 11, 2025 01:46
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 412f0fc to 9d85763 Compare November 18, 2025 13:59
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9d85763 to d90c49a Compare November 19, 2025 21:54
@renovate renovate bot changed the title chore(deps): update angular monorepo fix(deps): update angular monorepo Nov 19, 2025
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