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

Bump @angular/platform-server from 19.2.1 to 19.2.2 in /CSETWebNg #4500

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @angular/platform-server from 19.2.1 to 19.2.2.

Release notes

Sourced from @​angular/platform-server'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)
Changelog

Sourced from @​angular/platform-server'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
  • 044dac9 feat(bazel): support bundling .d.ts with code splitting (#60321) (#60332)
  • 4e87b58 ci: fix timer test flakiness (#60310)
  • 15c4296 fix(platform-server): add missing peer dependency for rxjs (#60308)
  • 5db2df8 ci: fix flakey timer tests (#60254)
  • bb12b30 fix(core): ensures immediate trigger fires properly with lazy loaded routes (...
  • 684e837 feat(bazel): support shared chunks in ng_package (#60241)
  • 6dc4126 fix(core): check whether application is destroyed before initializing event r...
  • See full diff 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/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) from 19.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/platform-server)

---
updated-dependencies:
- dependency-name: "@angular/platform-server"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 19, 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