Skip to content
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

chore(deps): bump @angular/core from 18.2.1 to 19.2.2 #13

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 13, 2025

Bumps @angular/core from 18.2.1 to 19.2.2.

Release notes

Sourced from @​angular/core's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits
  • 56b551d fix(compiler): incorrect spans for template literals (#60323) (#60331)
  • b6f22a7 refactor(core): inline standalone check to be dropped (#60305)
  • e98face docs: change xss doc url to angular new documentation (#59915)
  • b144dd9 fix(core): fix removal of a container reference used in the component file (#...
  • 30f6db3 refactor(core): log a warning instead of throwing error on OutputRef.emit w...
  • ec65169 refactor(core): replace PLATFORM_ID in initTransferState (#60299)
  • 5131794 docs: fix typo in desription (#60261)
  • bb12b30 fix(core): ensures immediate trigger fires properly with lazy loaded routes (...
  • b967ca6 Revert "fix(router): update symbols (#60233)" (#60236)
  • 7bcdf7c fix(router): update symbols (#60233)
  • 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://github.com/angular/angular/tree/HEAD/packages/core) from 18.2.1 to 19.2.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/core)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants