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/platform-browser from 18.2.1 to 19.2.3 #18

Conversation

dependabot[bot]
Copy link

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

Bumps @angular/platform-browser from 18.2.1 to 19.2.3.

Release notes

Sourced from @​angular/platform-browser's releases.

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)

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)

... (truncated)

Changelog

Sourced from @​angular/platform-browser's changelog.

19.2.3 (2025-03-19)

compiler-cli

Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#60455)

core

Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#60429)
296aded9da fix execute timer trigger outside zone (#60392)
0615ffb4f7 fix include input name in error message (#60404)

platform-browser-dynamic

Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#60369)

20.0.0-next.2 (2025-03-12)

Breaking Changes

core

    • InjectFlags has been removed.
    • inject no longer accepts InjectFlags.
    • Injector.get no longer accepts InjectFlags.
    • EnvironmentInjector.get no longer accepts InjectFlags.
    • TestBed.get no longer accepts InjectFlags.
    • TestBed.inject no longer accepts InjectFlags.
  • The any overload has been removed from injector.get. It now only supports ProviderToken<T> and (deprecated since v4) string.
  • ApplicationRef.tick will no longer catch and report errors to the appplication ErrorHandler. Errors will instead be thrown out of the method and will allow callers to determine how to handle these errors, such as aborting follow-up work or reporting the error and continuing.

Deprecations

platform-browser

  • HammerJS support is deprecated and will be removed in a future major version.

common

Commit Type Description
92250493ff fix support equality function in httpResource (#60026)

compiler

Commit Type Description

... (truncated)

Commits
  • 2466fc9 refactor(platform-browser-dynamic): relocate DOMTestComponentRenderer to `@...
  • 5c19ab5 docs: update provideClientHydration parameter description (#60432)
  • 484e0cf refactor(platform-browser): drop unsupported event target error message in pr...
  • a88b00c refactor(platform-browser): remove redundant DomEventsPlugin dependencies (...
  • e6cb411 fix(platform-browser): automatically disable animations on the server (#59762)
  • 6b09716 fix(platform-browser): prepend baseHref to sourceMappingURL in CSS conten...
  • 65f51e1 fix(platform-browser): clear renderer cache during HMR when using async anima...
  • 2fe54a1 fix(platform-browser): roll back HMR fix (#59557)
  • b9155b5 docs: set syntax highlighting to the remaining Markdown code examples blocks ...
  • 1ff5cd6 refactor(common): tree-shake transfer cache interceptor stuff (#59439)
  • 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/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 18.2.1 to 19.2.3.
- [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.3/packages/platform-browser)

---
updated-dependencies:
- dependency-name: "@angular/platform-browser"
  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 24, 2025
Copy link
Author

dependabot bot commented on behalf of github Mar 31, 2025

Superseded by #22.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/platform-browser-19.2.3 branch March 31, 2025 21:08
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