Skip to content

Bump @angular/platform-browser from 14.1.3 to 19.1.4#1697

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/angular/platform-browser-19.1.4
Closed

Bump @angular/platform-browser from 14.1.3 to 19.1.4#1697
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/angular/platform-browser-19.1.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps @angular/platform-browser from 14.1.3 to 19.1.4.

Release notes

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

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)

v19.1.3

19.1.3 (2025-01-22)

compiler

Commit Description
fix - ecfb74d287 handle :host-context with comma-separated child selector (#59276)

compiler-cli

Commit Description
fix - 53160e504d extract parenthesized dependencies during HMR (#59644)
fix - 39690969af handle conditional expressions when extracting dependencies (#59637)
fix - 78af7a5059 handle new expressions when extracting dependencies (#59637)

core

Commit Description
fix - 408af24ff3 capture self-referencing component during HMR (#59644)
fix - d7575c201c replace metadata in place during HMR (#59644)
fix - 26f6d4c485 skip component ID collision warning during SSR (#59625)

migrations

| Commit | Description |

... (truncated)

Changelog

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

19.1.4 (2025-01-29)

core

Commit Type Description
544b9ee7ca0 fix check whether application is destroyed before printing hydration stats (#59716)
d6e78c072dc fix ensure type is preserved during HMR (#59700)
c2436702df9 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
44180645992 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
1828a840620 fix prepend baseHref to sourceMappingURL in CSS content (#59730)
1c84cbca30e fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
12256574626 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
3f4d5f636aa fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Type Description
e3da35ec749 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
522acbf3d7e fix add missing rxjs peer dependency (#59747)

19.2.0-next.0 (2025-01-22)

compiler

Commit Type Description
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
bc2ad7bfd3 feat support streaming resources (#59573)

19.1.3 (2025-01-22)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 1828a84 fix(platform-browser): prepend baseHref to sourceMappingURL in CSS conten...
  • b2b3816 fix(platform-browser): clear renderer cache during HMR when using async anima...
  • eb0b185 fix(platform-browser): roll back HMR fix (#59557)
  • 3e7ba3d docs: set syntax highlighting to the remaining Markdown code examples blocks ...
  • f6e7516 refactor(common): tree-shake transfer cache interceptor stuff (#59439)
  • a7f824a fix(core): destroy renderer when replacing styles during HMR (#59514)
  • ce28bff refactor(platform-browser): drop BROWSER_MODULE_PROVIDERS_MARKER in product...
  • 988a6b2 refactor(platform-browser): remove Console from Hammer gestures (#59409)
  • 4491b5b refactor(platform-browser): drop Hammer token names in production (#59438)
  • 00cc923 refactor(platform-browser): improve error message for UNEXPECTED_SYNTHETIC_PR...
  • 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 14.1.3 to 19.1.4.
- [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.1.4/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] <support@github.com>
@dependabot dependabot bot added automerge Kodiak can automerge dependencies Pull requests that update a dependency file labels Jan 30, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2025

Superseded by #1711.

@dependabot dependabot bot closed this Feb 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/platform-browser-19.1.4 branch February 7, 2025 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Kodiak can automerge dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants