Skip to content

fix(deps): update angular #680

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No 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? No Sign in to your account

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

fix(deps): update angular #680

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/common (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/compiler (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/compiler-cli (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/core (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/forms (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/platform-browser (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/platform-browser-dynamic (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/router (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
ng-packagr 20.0.0-next.8 -> 20.0.0-rc.0 age adoption passing confidence

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)
ng-packagr/ng-packagr (ng-packagr)

v20.0.0-rc.0

Compare Source


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 is behind base branch, 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 branch from 0672d82 to abf30e3 Compare April 30, 2025 20:07
@renovate renovate bot changed the title chore(deps): update dependency ng-packagr to v20.0.0-rc.0 fix(deps): update angular Apr 30, 2025
No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants