Bump @angular/core from 17.3.12 to 19.2.4#94
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
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>
Contributor
Author
|
Superseded by #97. |
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  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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @angular/core from 17.3.12 to 19.2.4.
Release notes
Sourced from
@angular/core's releases.... (truncated)
Changelog
Sourced from
@angular/core's changelog.... (truncated)
Commits
d6d3a87refactor(core): convert scripts withinpackages/core/testto relative impor...854a66drefactor(core): convert scripts withinpackages/core/srcto relative import...081f5f5fix(core): fix used templates are not deleted (#60459)9ac4057refactor(core): specify reactive node kind for linked signal (#60451)877456erefactor(core): share code between ComponentRef and targeted instructions (#6...2466fc9refactor(platform-browser-dynamic): relocateDOMTestComponentRendererto `@...d306e31ci: fix flakey defer test (#60461)13a8709fix(core): catch hydration marker with implicit body tag (#60429)a38319cdocs: change the broked link (#60436)0615ffbfix(core): include input name in error message (#60404)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)