Skip to content

Conversation

@angular-robot
Copy link
Contributor

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

This PR contains the following updates:

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

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.9

Compare Source

Breaking Changes

core
  • the TestBed.flushEffects() was removed - use
    the TestBed.tick() instead.

  • provideExperimentalCheckNoChangesForDebug has several
    breaking changes:

    • It is renamed to provideCheckNoChangesConfig
    • The behavior applies to all checkNoChanges runs
    • The useNgZoneOnStable option is removed. This wasn't found to be generally
      more useful than interval
  • afterRender was renamed to afterEveryRender.

  • This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.

    To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.

common
Commit Type Description
b7d3f3dbfc feat Allow passing ScrollOptions to ViewportScroller (#​61002)
fc4a56d5c5 fix rename httpResource function in factory (#​60022)
compiler-cli
Commit Type Description
c889382a20 feat detect missing structural directive imports (#​59443)
core
Commit Type Description
d5fd7349fb feat introduce TestBed.tick() (#​60993)
e711f99d81 feat move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#​60906)
d8fbb909ce feat rename afterRender to afterEveryRender and stabilize (#​60999)
8d82a39a60 fix async EventEmitter error should not prevent stability (#​61028)
624be2ef0c fix prevent stash listener conflicts (#​59635)
c2987d8402 refactor stop producing ng-reflect attributes by default (#​60973)
http
Commit Type Description
ccc5cc068f feat add keepalive support for fetch requests (#​60621)
angular/angular-cli (@​angular/build)

v20.0.0-next.9

Compare Source

@​schematics/angular
Commit Type Description
5876577af feat Add prompt for new apps to be zoneless
c557a19ef fix avoid empty polyfill option for new zoneless application
148498c2b fix Remove experimental from zoneless
0f7dc2cd8 fix skip spec project reference for minimal ng new
@​angular/build
Commit Type Description
d6ea6b09f feat add experimental vitest browser support to unit-testing
05485ede7 fix ensure com.chrome.devtools.json is consistently served after initial run
@​angular/ssr
Commit Type Description
2d11e8e45 fix return 302 when redirectTo is a function
angular/components (@​angular/cdk)

v20.0.0-next.10

Compare Source

v20.0.0-next.9

Compare Source

Breaking Changes

cdk
    • CanStick has been removed.
    • CDK_TABLE_TEMPLATE has been removed.
    • StickyDirection has been removed.
    • StickyStyler has been removed.
cdk-experimental
Commit Type Description
e456c751c feat listbox: add cdk-active class (#​30932)
96fa9fc55 feat popover-edit: Support skipping over annotated rows when the user moves focus up/down. (#​30916)
025010b64 feat tabs: add cdk-active class and update example styles (#​30950)
44e9ccbf5 fix listbox: initial listbox focus state (#​30764)
0e391700c fix tabs: handle space and enter events (#​30889)
google-maps
Commit Type Description
cc61697fb fix implicitly include google.maps types instead of the triple slash workaround (#​30942)
material
Commit Type Description
663585a1c feat card: support filled variant (#​29868)
764a1ccd1 feat dialog: add closePredicate option
48644f56a fix chips: icon cut off when text-spacing is increased (#​30867)
86ea718e7 fix schematics: surface-container-low token not emitted (#​30985)
d3a8c5b89 fix slide-toggle: opacity tokens not being used (#​30946)
0cf6ba107 fix stepper: done icon tokens not emitted in M3 (#​30996)
50a9a9b9d fix table: height tokens not applying to flex table (#​30978)
c63b1fe7b fix tabs: flicker when animationDuration is set to zero (#​30966)
6c9678e69 perf form-field: set notch outline variable only on relevant element (#​30955)
cdk
Commit Type Description
06821d85a feat dialog: add closePredicate option
e4a1f54d8 fix overlay: reduce touch interaction delay on backdrop (#​30971)
87501e866 fix schematics: support project index file discovery for object-form and default (#​30967)
6bdea0b86 fix stepper: resolve null pointer errors (#​30944)
0f48b04dd fix table: move out unused style scheduler (#​30963)
6ffe9c748 fix table: remove private symbols from public API (#​30956)
multiple
Commit Type Description
3465f9271 fix ensure mat-option parents are the offsetParent (#​30977)

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 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 30, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 30, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from 1f557f0 to fdfab1b Compare April 30, 2025 22:12
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from fdfab1b to 3abb7fd Compare May 1, 2025 13:20
@angular-robot angular-robot changed the title build: update angular dependencies to v20.0.0-next.9 build: update angular dependencies May 1, 2025
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

@josephperrott
Copy link
Member

This PR was merged into the repository by commit 94bff67.

The changes were merged into the following branches: main

@angular-robot angular-robot deleted the ng-renovate/angular-dependencies branch May 5, 2025 13:21
@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jun 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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