Skip to content

Bump @angular/core from 17.3.12 to 19.2.4#94

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular/core-19.2.4
Closed

Bump @angular/core from 17.3.12 to 19.2.4#94
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular/core-19.2.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @angular/core from 17.3.12 to 19.2.4.

Release notes

Sourced from @​angular/core's releases.

19.2.4

core

Commit Description
fix - 081f5f5a83f fix used templates are not deleted (#60459)

localize

Commit Description
fix - a2f622d82d6 handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Description
fix - 8e8ccc79279 ensure platformBrowserTesting includes platformBrowser providers (#60480)

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

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.2.4 (2025-03-26)

core

Commit Type Description
081f5f5a83f fix fix used templates are not deleted (#60459)

localize

Commit Type Description
a2f622d82d6 fix handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Type Description
8e8ccc79279 fix ensure platformBrowserTesting includes platformBrowser providers (#60480)

20.0.0-next.3 (2025-03-19)

Breaking Changes

core

    • TestBed.get has been removed. Use TestBed.inject instead.

compiler-cli

Commit Type Description
bec1610da2 feat add extended diagnostic for invalid nullish coalescing (#60279)
1971e57a45 feat support type checking of host bindings (#60267)
29eded6457 fix report more accurate diagnostic for invalid import (#60455)
2d51a203dc fix wrong event name for host listener decorators (#60460)

core

Commit Type Description
22d3f0562c feat add hook for producer creation side effects (#60333)
b154fb3911 feat add support for two-way bindings on dynamically-created components (#60342)
644d9f3bbd feat mark the toSignal API as stable (#60442)
5e209cb560 feat remove TestBed.get (#60414)
b461e06ecb fix catch hydration marker with implicit body tag (#60429)
b8daf472d8 fix execute timer trigger outside zone (#60392)
8953e45a43 fix include input name in error message (#60404)
48974c3cf8 fix remove rejectErrors option encourages uncaught exceptions (#60397)
04d963c0a5 fix remove unused parameter from listener instruction (#60406)

platform-browser-dynamic

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

upgrade

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

... (truncated)

Commits
  • d6d3a87 refactor(core): convert scripts within packages/core/test to relative impor...
  • 854a66d refactor(core): convert scripts within packages/core/src to relative import...
  • 081f5f5 fix(core): fix used templates are not deleted (#60459)
  • 9ac4057 refactor(core): specify reactive node kind for linked signal (#60451)
  • 877456e refactor(core): share code between ComponentRef and targeted instructions (#6...
  • 2466fc9 refactor(platform-browser-dynamic): relocate DOMTestComponentRenderer to `@...
  • d306e31 ci: fix flakey defer test (#60461)
  • 13a8709 fix(core): catch hydration marker with implicit body tag (#60429)
  • a38319c docs: change the broked link (#60436)
  • 0615ffb fix(core): include input name in error message (#60404)
  • 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 17.3.12 to 19.2.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.2.4/packages/core)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 31, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Superseded by #97.

@dependabot dependabot bot closed this Apr 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/core-19.2.4 branch April 7, 2025 10:41
onap-github pushed a commit that referenced this pull request Jan 27, 2026
## Release notes

Sourced from git-format-staged's releases.

v3.1.3
3.1.3 (2026-01-04)
Bug Fixes

prevent failure to terminate when formatter does not read all input (#133) (b0646c9), closes #94

v3.1.2
3.1.2 (2025-12-29)
Bug Fixes

backward-compatibility issue with quotes around filename placeholder (#119) (369e542)
deadlock bug when formatting large files (#94) (f0436cf)
properly escape filenames (#118) (74c1bc3)
skip unstaged files from git add --intent-to-add (#117) (e8a0b03)

Notes
This release uses the Python shlex library to automatically quote values fed into the {} filename placeholder in formatter commands. Shlex automatically adds single quotes around file names when necessary. Prior to this release the recommendation was to put quotes around {}. That leads to a double quoting issue where '{}' might expand to ''some file.ts''. To avoid this issue for backward compatibility this release automatically removes matching single- or double-quotes immediately around {} in formatter commands. So no changes should be necessary for existing users. But going forward the recommendation is to not quote the {} placeholder.
v3.1.1
3.1.1 (2024-02-27)
Bug Fixes

use raw strings for regex (#95) (a4c636c)

v3.1.0
3.1.0 (2024-02-25)
Bug Fixes

disable external diff tools when generating diffs (#77) (28455e6)

Features

add --verbose option to git-format-staged (#86) (6b7ae93)

## Commits

b0646c9 fix: prevent failure to terminate when formatter does not read all input (#133)
a8a8be9 ci: create 3.x maintenance branch
36ef48f ci: test python versions up to 3.15 (#122)
f0436cf fix: deadlock bug when formatting large files (#94)
db94406 ci: publish to flakehub (#120)
7eaec45 remove outdated build status (#121)
369e542 fix: backward-compatibility issue with quotes around filename placeholder (#119)
74c1bc3 fix: properly escape filenames (#118)
e8a0b03 fix: skip unstaged files from git add --intent-to-add (#117)
d37cf89 docs: fix instructions for installation via nix profile (#111)
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
Change-Id: I5e49258a5298de487286e0eded2fa433bd3e5f7c
GitHub-PR: #151
GitHub-Hash: 214d9b5d0ad92995
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

Development

Successfully merging this pull request may close these issues.

0 participants