Skip to content

build(deps): bump @angular/core from 19.1.4 to 19.2.10 #2739

New issue

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

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of May 8, 2025

Bumps @angular/core from 19.1.4 to 19.2.10.

Release notes

Sourced from @​angular/core's releases.

19.2.10

common

CommitDescription
fix - 89056a0356cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

CommitDescription
fix - 4623b61448missing useExisting providers throwing for optional calls (#61152)
fix - 400dbc5b89properly handle app stabilization with defer blocks (#61056)

platform-server

CommitDescription
fix - a6f0d5bc20less aggressive ngServerMode cleanup (#61106)

19.2.9

core

CommitDescription
fix - 946b844e0dasync EventEmitter error should not prevent stability (#61028)
fix - dbb87026cacall DestroyRef on destroy callback if view is destroyed [] (#61061)
fix - 2e140a136aprevent stash listener conflicts [] (#61063)

19.2.8

forms

CommitDescription
fix - ea4a211216make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

CommitDescription
fix - 37ab6814f5issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

CommitDescription
fix - b144126612inject migration: replace param with this. (#60713)

http

CommitDescription
fix - d39e09da41Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

CommitDescription
fix - 3441f7b914error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.2.10 (2025-05-07)

common

CommitTypeDescription
89056a0356fixcleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

CommitTypeDescription
4623b61448fixmissing useExisting providers throwing for optional calls (#61152)
400dbc5b89fixproperly handle app stabilization with defer blocks (#61056)

platform-server

CommitTypeDescription
a6f0d5bc20fixless aggressive ngServerMode cleanup (#61106)

20.0.0-next.9 (2025-04-30)

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

CommitTypeDescription
b7d3f3dbfcfeatAllow passing ScrollOptions to ViewportScroller (#61002)
fc4a56d5c5fixrename httpResource function in factory (#60022)

compiler-cli

CommitTypeDescription
c889382a20featdetect missing structural directive imports (#59443)

core

CommitTypeDescription
d5fd7349fbfeatintroduce TestBed.tick() (#60993)
e711f99d81featmove provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906)
d8fbb909cefeatrename afterRender to afterEveryRender and stabilize (#60999)
8d82a39a60fixasync EventEmitter error should not prevent stability (#61028)
624be2ef0cfixprevent stash listener conflicts (#59635)

... (truncated)

Commits
  • 4623b61 fix(core): missing useExisting providers throwing for optional calls (#61152)
  • 9685469 docs: ViewContainerRef.createComponent jsdoc update (#61097)
  • 8c6e101 docs: ViewContainerRef.createComponent jsdoc update to reflect actual behavio...
  • 075145e refactor(core): tree-shake PROPAGATION_STOPPED_SYMBOL (#61004)
  • 400dbc5 fix(core): properly handle app stabilization with defer blocks (#61056)
  • 2e140a1 fix(core): prevent stash listener conflicts [] (#61063)
  • dbb8702 fix(core): call DestroyRef on destroy callback if view is destroyed [] (...
  • 5905090 refactor(core): remove unused APP_EFFECT_SCHEDULER in effect code (#59679)
  • a554208 build: Run browsers tests without platform-browser-dynamic (#60937) (#61060)
  • 0ee1a6e docs: add link label & paragraph for correct display (#60708)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/core](https://.com/angular/angular/tree/HEAD/packages/core) from 19.1.4 to 19.2.10.
- [Release notes](https://.com/angular/angular/releases)
- [Changelog](https://.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://.com/angular/angular/commits/19.2.10/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-version: 19.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabotdependabot bot added the dependenciesPull requests that update a dependency filelabel May 8, 2025
Sign up for free to join this conversation on . Already have an account? Sign in to comment
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants