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

build(deps): bump @angular/common from 16.2.12 to 19.1.6 #3258

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @angular/common from 16.2.12 to 19.1.6.

Release notes

Sourced from @​angular/common's releases.

v19.1.6

19.1.6 (2025-02-12)

compiler

Commit Description
fix - 01f669a274 handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Description
fix - dcfb9f1959 handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Description
fix - cab7a9b69c invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Description
fix - 710759ddcc account for let declarations in control flow migration (#59861)
fix - 46f36a58bf count used dependencies inside existing control flow (#59861)

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)

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)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.1.6 (2025-02-12)

compiler

Commit Type Description
01f669a274 fix handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Type Description
dcfb9f1959 fix handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Type Description
cab7a9b69c fix invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Type Description
710759ddcc fix account for let declarations in control flow migration (#59861)
46f36a58bf fix count used dependencies inside existing control flow (#59861)

19.2.0-next.2 (2025-02-06)

compiler-cli

Commit Type Description
a97136052f9 fix gracefully fall back if const enum cannot be passed through (#59815)
bae94b82fda fix handle const enums used inside HMR data (#59815)
03bcd30e348 fix handle enum members without initializers in partial evaluator (#59815)

core

Commit Type Description
146ab9a76e6 feat support TypeScript 5.8 (#59830)
b592b1b0516 fix fix race condition in resource() (#59851)
a299e02e914 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e32108 feat support type set in form validators (#45793)

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

... (truncated)

Commits
  • 873870f refactor(common): drop error messages in production (#59545)
  • 2c770a2 refactor(common): drop platform check in PreconnectLinkChecker (#59714)
  • b4b36ed refactor(common): tree-shake PreloadLinkCreator for client bundles (#59431)
  • 15cc74f refactor(common): simplify joinWithSlash (#59484)
  • b7b8da5 refactor(common): simplify null/undefined check in keyvalue pipe (#59696)
  • 60094d3 refactor(common): prevent duplicating Accept header name (#59546)
  • 810ed6a refactor(common): prevent duplicating Content-Type header (#59518)
  • e2b7359 refactor(common): drop error message in production (#59471)
  • 95c0e51 docs: update class & style binding recommendation (#59240)
  • 6a0dd96 Revert "refactor: initialize headers map directly in HttpHeaders class (#5926...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2025
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 16.2.12 to 19.1.6.
- [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.6/packages/common)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/common-19.1.6 branch from e0deb78 to 520920b Compare February 13, 2025 03:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants