Skip to content

build: update angular dependencies to v20.0.0-next.8 #2747

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

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

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Apr 23, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations (source) devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/build dependencies patch 20.0.0-next.6 -> 20.0.0-next.8
@angular/cdk devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/cli devDependencies patch 20.0.0-next.6 -> 20.0.0-next.8
@angular/common (source) devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/compiler (source) devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/compiler-cli (source) devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/core (source) resolutions patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/core (source) devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/forms (source) devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/material devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/platform-browser (source) devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/platform-browser-dynamic (source) devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8
@angular/router (source) devDependencies patch 20.0.0-next.7 -> 20.0.0-next.8

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angular/angular (@​angular/animations)

v20.0.0-next.8

Compare Source

Breaking Changes

compiler
  • 'in' in an expression now refers to the operator
core
  • provideExperimentalZonelessChangeDetection is
    renamed to provideZonelessChangeDetection as it is now "Developer
    Preview" rather than "Experimental".
router
  • The RedirectFn can now return Observable or
    Promise. Any code that directly calls functions returning this type
    may need to be adjusted to account for this.
  • Several methods in the public API of the Router which
    required writable arrays have now been updated to accept readonly
    arrays when no mutations are done.

Deprecations

platform-server
  • @angular/platform-server/testing

    Use e2e tests to verify SSR behavior instead.

compiler
Commit Type Description
1b8e7ab9fe feat support the in keyword in Binary expression (#​58432)
core
Commit Type Description
953c4b2580 feat Move zoneless change detection to dev preview (#​60748)
0ac949c266 fix do not run change detection on global error events (#​60944)
0162ceb427 fix inject migration should treat @Attribute as optional (#​60916)
forms
Commit Type Description
be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)
platform-server
Commit Type Description
2240a21c97 refactor deprecate the testing entry point (#​60915)
router
Commit Type Description
62de7d930a feat add asynchronous redirects (#​60863)
2419060fef fix relax required types on router commands to readonly array (#​60345)
angular/angular-cli (@​angular/build)

v20.0.0-next.8

Compare Source

@​schematics/angular
Commit Type Description
0ab1ddf63 feat generate libraries using TypeScript project references
@​angular/build
Commit Type Description
12def3a2e feat add experimental vitest unit-testing support

v20.0.0-next.7

Compare Source

@​schematics/angular
Commit Type Description
e03f2b899 feat Add global error listeners to new app generation
672ae14cd fix drop composite in tsconfig
5e8c6494d fix relative tsconfig paths in references
@​angular/build
Commit Type Description
e80963036 feat expand browser support policy to widely available Baseline
566de64cb fix use virtual module for Karma TestBed initialization
@​angular/ssr
Commit Type Description
8bfcae4c1 fix support getPrerenderParams for wildcard routes
angular/components (@​angular/cdk)

v20.0.0-next.8

Compare Source

cdk
Commit Type Description
cf619601a8 feat drag-drop: introduce resetToBoundary (#​30436)
a2ab84da17 fix dialog: provide proper shaped Directionality (#​30898)
1dd643e208 fix overlay: scroll was blocked when zoomed out even if scrolling wasn't an option (#​30762)
22876a904e fix schematics: account for new karma builder (#​30907)
08f4acfefd perf overlay: add tree-shakeable alternatives for overlay APIs (#​30904)
material
Commit Type Description
204b289588 fix list: update documentation (#​30883)
cdk-experimental
Commit Type Description
e0446ecfcb fix listbox: change shift+nav behavior (#​30854)
multiple
Commit Type Description
48894ad557 fix use DI token for tag name (#​30892)

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 has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker comp: build renovate managed labels Apr 23, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 23, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from 87e816e to 03695b6 Compare April 23, 2025 14:05
@angular-robot angular-robot changed the title build: update angular dependencies to v20.0.0-next.7 build: update angular dependencies to v20.0.0-next.8 Apr 23, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch 2 times, most recently from 7e9d0a1 to 5f57efb Compare April 23, 2025 16:12
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from 5f57efb to 25085df Compare April 24, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project comp: build renovate managed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants