Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2025

Bumps @angular/common to 19.2.16 and updates ancestor dependency lforms. These dependencies need to be updated together.

Updates @angular/common from 17.3.12 to 19.2.16

Release notes

Sourced from @​angular/common's releases.

19.2.16

http

Commit Description
fix - 05fe6686a9 prevent XSRF token leakage to protocol-relative URLs

19.2.15

core

Commit Description
fix - 70d0639bc1 introduce BootstrapContext for improved server bootstrapping (#63639)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

For more information please see: GHSA-68x2-mx4q-78m7

19.2.14

compiler

Commit Description
fix - 24bab55f0c lexer support for template literals in object literals (#61601)

migrations

Commit Description
fix - 9e1cd49662 preserve comments when removing unused imports (#61674)

19.2.13

common

Commit Description
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.2.16 (2025-11-26)

http

Commit Type Description
05fe6686a9 fix prevent XSRF token leakage to protocol-relative URLs

21.1.0-next.0 (2025-11-25)

platform-browser

Commit Type Description
ec9dc94cee feat add context to createApplication
ab67988d2e feat resolve JIT resources in createApplication

router

Commit Type Description
a03c82564d feat Add scroll behavior controls on router navigation
c25d749d85 feat Execute RunGuardsAndResolvers function in injection context
c84d372778 feat Support wildcard params with segments trailing (#64737)

20.3.14 (2025-11-25)

http

Commit Type Description
0276479e7d fix prevent XSRF token leakage to protocol-relative URLs

21.0.1 (2025-11-25)

compiler-cli

| Commit | Type | Description |

... (truncated)

Commits
  • 05fe668 fix(http): prevent XSRF token leakage to protocol-relative URLs
  • 12e2302 build: update common's locales to use rules_js (#61630)
  • 9701047 test(common): Add circular deps test to 19.2.x (#61651)
  • 2c876b4 fix(common): avoid injecting ApplicationRef in FetchBackend (#61649)
  • 8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
  • 2b1b14f fix(core): cleanup rxResource abort listener (#58306)
  • 126efc9 fix(common): cancel reader when app is destroyed (#61528)
  • efda872 fix(common): prevent reading chunks if app is destroyed (#61354)
  • c43fd3a build: migrate common to use rules_js based toolchain (#61434)
  • 185b780 build: migrate packages/core/schematics to ts_project (#61420)
  • Additional commits viewable in compare view

Updates lforms from 36.3.3 to 36.20.3

Changelog

Sourced from lforms's changelog.

[36.20.3] 2025-07-10

Fixed

  • Fixed a bug that the matrix layout ('table' in itemControl extension) does not always display answers loaded from answerValueSet.

[36.20.2] 2025-07-09

Fixed

  • answerValueSet expansion error under the field should still show when the form is loaded for the second time.

[36.20.1] 2025-06-20

Changed

  • Update autocomplete-lhc version and use new ID lhc-tools-searchResults in tests.

[36.20.0] 2025-06-13

Added

  • Show an error message under the field if the answerValueSet expansion fails.

[36.19.2] 2025-06-11

Fixed

  • A boolean field was not updating in UI according to calculated expression.

[36.19.1] 2025-06-04

Fixed

  • Tooltips were shown incorrectly when adding a repeating item.

[36.19.0] 2025-05-21

Added

  • Support for rendering-style on radio buttons and checkboxes.

[36.18.0] 2025-04-25

Changed

  • If observationExtract=false on an item, child items are not considered for extraction unless they explicitly turn extraction back on again by observationExtract=true.
  • observationExtract can indicate which code or codes should be applied by being on item.code (in which case, having it on the item is not necessary).

[36.17.0] 2025-04-15

Added

  • Support for building into a different language.
  • Currently only German is added. Support for additional languages can be added under src/languages.

[36.16.1] 2025-04-14

Fixed

  • Fixed a bug that initial values are not rendered on matrix (itemControl 'table') layout when more than one item has 'initialSelected' or initial values.

... (truncated)

Commits
  • 3227aa7 Merge branch 'pending-release' into 'master'
  • 76a3d27 Merge branch 'LF-3334-test-questionnaire-for-matrix-layout-is-broken' into 'p...
  • 48c0e7d merge from pending-release
  • 0430e40 Merge branch 'bugfix/LF3342/2nd-load-not-showing-expansion-errors' into 'pend...
  • 0a02ac6 version
  • e838790 do not cache failed answerValueSet expansions
  • b47e376 removed unneeded comments and code
  • 2c8e9d3 Fixed a bug that the matrix layout does not always display answers loaded fro...
  • 52089e6 Merge branch 'pending-release' into 'master'
  • dee91c1 update caniuse-lite
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) to 19.2.16 and updates ancestor dependency [lforms](https://github.com/lhncbc/lforms). These dependencies need to be updated together.


Updates `@angular/common` from 17.3.12 to 19.2.16
- [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.16/packages/common)

Updates `lforms` from 36.3.3 to 36.20.3
- [Changelog](https://github.com/LHNCBC/lforms/blob/master/CHANGELOG.md)
- [Commits](LHNCBC/lforms@36.3.3...36.20.3)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 19.2.16
  dependency-type: indirect
- dependency-name: lforms
  dependency-version: 36.20.3
  dependency-type: direct:production
...

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 Nov 27, 2025
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.

1 participant