Skip to content

fix(deps): update angular #680

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

Merged
merged 1 commit into from
May 1, 2025
Merged

fix(deps): update angular #680

merged 1 commit into from
May 1, 2025

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-devkit/build-angular 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/animations (source) 20.0.0-next.8 -> 20.0.0-next.9 age adoption passing confidence
@angular/cli 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-cli (@​angular-devkit/build-angular)

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/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
@renovate renovate bot force-pushed the renovate/angular branch from abf30e3 to f980c7e Compare May 1, 2025 00:01
@json-derulo json-derulo merged commit 285594c into main May 1, 2025
11 checks passed
@json-derulo json-derulo deleted the renovate/angular branch May 1, 2025 05:24
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