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 the angular group across 1 directory with 9 updates #2779

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2024

Bumps the angular group with 9 updates in the /showcase/angular-lts-showcase directory:

Package From To
@angular/common 17.3.11 17.3.12
@angular/compiler 17.3.11 17.3.12
@angular/core 17.3.11 17.3.12
@angular/forms 17.3.11 17.3.12
@angular/platform-browser-dynamic 17.3.11 17.3.12
@angular/router 17.3.11 17.3.12
@angular-devkit/build-angular 17.3.8 17.3.10
@angular/cli 17.3.8 17.3.10
@angular/compiler-cli 17.3.11 17.3.12

Updates @angular/common from 17.3.11 to 17.3.12

Release notes

Sourced from @​angular/common's releases.

v17.3.12

17.3.12 (2024-07-17)

compiler

Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)
Changelog

Sourced from @​angular/common's changelog.

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.1.0 (2024-07-10)

common

Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#56817)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
9e21582456 fix Show template syntax errors in local compilation modified (#55855)
5996502921 fix type check let declarations nested inside nodes (#56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#56447)
0a48d584f2 feat add support for let syntax (#56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#55648)
e5a6f91722 feat support TypeScript 5.5 (#56096)
38effcc63e fix Add back phase flag option as a deprecated API (#55648)
86bcfd3e49 fix improve docs on afterRender hooks (#56522)
b2445a0953 fix link errors to ADEV (#55554) (#56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#56524)
4d87b9e899 fix rename the equality function option in toSignal (#56769) (#56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#56903)

forms

Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#55720)

http

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/compiler from 17.3.11 to 17.3.12

Release notes

Sourced from @​angular/compiler's releases.

v17.3.12

17.3.12 (2024-07-17)

compiler

Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)
Changelog

Sourced from @​angular/compiler's changelog.

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.1.0 (2024-07-10)

common

Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#56817)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
9e21582456 fix Show template syntax errors in local compilation modified (#55855)
5996502921 fix type check let declarations nested inside nodes (#56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#56447)
0a48d584f2 feat add support for let syntax (#56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#55648)
e5a6f91722 feat support TypeScript 5.5 (#56096)
38effcc63e fix Add back phase flag option as a deprecated API (#55648)
86bcfd3e49 fix improve docs on afterRender hooks (#56522)
b2445a0953 fix link errors to ADEV (#55554) (#56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#56524)
4d87b9e899 fix rename the equality function option in toSignal (#56769) (#56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#56903)

forms

Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#55720)

http

| Commit | Type | Description |

... (truncated)

Commits
  • 327bae4 fix(compiler): JIT mode incorrectly interpreting host directive configuration...
  • See full diff in compare view

Updates @angular/core from 17.3.11 to 17.3.12

Release notes

Sourced from @​angular/core's releases.

v17.3.12

17.3.12 (2024-07-17)

compiler

Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)
Changelog

Sourced from @​angular/core's changelog.

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.1.0 (2024-07-10)

common

Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#56817)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
9e21582456 fix Show template syntax errors in local compilation modified (#55855)
5996502921 fix type check let declarations nested inside nodes (#56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#56447)
0a48d584f2 feat add support for let syntax (#56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#55648)
e5a6f91722 feat support TypeScript 5.5 (#56096)
38effcc63e fix Add back phase flag option as a deprecated API (#55648)
86bcfd3e49 fix improve docs on afterRender hooks (#56522)
b2445a0953 fix link errors to ADEV (#55554) (#56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#56524)
4d87b9e899 fix rename the equality function option in toSignal (#56769) (#56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#56903)

forms

Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#55720)

http

| Commit | Type | Description |

... (truncated)

Commits
  • 327bae4 fix(compiler): JIT mode incorrectly interpreting host directive configuration...
  • See full diff in compare view

Updates @angular/forms from 17.3.11 to 17.3.12

Release notes

Sourced from @​angular/forms's releases.

v17.3.12

17.3.12 (2024-07-17)

compiler

Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)
Changelog

Sourced from @​angular/forms's changelog.

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.1.0 (2024-07-10)

common

Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#56817)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
9e21582456 fix Show template syntax errors in local compilation modified (#55855)
5996502921 fix type check let declarations nested inside nodes (#56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#56447)
0a48d584f2 feat add support for let syntax (#56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#55648)
e5a6f91722 feat support TypeScript 5.5 (#56096)
38effcc63e fix Add back phase flag option as a deprecated API (#55648)
86bcfd3e49 fix improve docs on afterRender hooks (#56522)
b2445a0953 fix link errors to ADEV (#55554) (#56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#56524)
4d87b9e899 fix rename the equality function option in toSignal (#56769) (#56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#56903)

forms

Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#55720)

http

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 17.3.11 to 17.3.12

Release notes

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

v17.3.12

17.3.12 (2024-07-17)

compiler

Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)
Changelog

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

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.1.0 (2024-07-10)

common

Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#56817)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
9e21582456 fix Show template syntax errors in local compilation modified (#55855)
5996502921 fix type check let declarations nested inside nodes (#56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#56447)
0a48d584f2 feat add support for let syntax (#56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#55648)
e5a6f91722 feat support TypeScript 5.5 (#56096)
38effcc63e fix Add back phase flag option as a deprecated API (#55648)
86bcfd3e49 fix improve docs on afterRender hooks (#56522)
b2445a0953 fix link errors to ADEV (#55554) (#56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#56524)
4d87b9e899 fix rename the equality function option in toSignal (#56769) (#56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#56903)

forms

Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#55720)

http

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/router from 17.3.11 to 17.3.12

Release notes

Sourced from @​angular/router's releases.

v17.3.12

17.3.12 (2024-07-17)

compiler

Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)
Changelog

Sourced from @​angular/router's changelog.

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.1.0 (2024-07-10)

common

Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#56817)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
9e21582456 fix Show template syntax errors in local compilation modified (#55855)
5996502921 fix type check let declarations nested inside nodes (#56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#56447)
0a48d584f2 feat add support for let syntax (#56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#55648)
e5a6f91722 feat support TypeScript 5.5 (#56096)
38effcc63e fix Add back phase flag option as a deprecated API (#55648)
86bcfd3e49 fix improve docs on afterRender hooks (#56522)
b2445a0953 fix link errors to ADEV (#55554) (#56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#56524)
4d87b9e899 fix rename the equality function option in toSignal (#56769) (#56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#56903)

forms

Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#55720)

http

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular-devkit/build-angular from 17.3.8 to 17.3.10

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v17.3.10

17.3.10 (2024-09-25)

@​angular-devkit/build-angular

Commit Description
fix - 30489d8fd update vite to 4.1.8

v17.3.9

17.3.9 (2024-08-29)

@​angular-devkit/build-angular

Commit Description
fix - e2c5c034d clear context in Karma by default for single run executions
fix - 88501f3d5 upgrade webpack to 5.94.0
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

17.3.10 (2024-09-25)

@​angular-devkit/build-angular

Commit Type Description
30489d8fd fix update vite to 4.1.8

19.0.0-next.7 (2024-09-18)

@​angular/cli

Commit Type Description
f249e7e85 perf enable Node.js compile code cache when available

@​angular/build

Commit Type Description
f6b7cd925 fix support HTTP HEAD requests for virtual output files

@​angular/ssr

Commit Type Description
f346ee8a8 feat add isMainModule function
2640bf7a6 fix correct route extraction and error handling

18.2.5 (2024-09-18)

@​angular/build

Commit Type Description
707431625 fix support HTTP HEAD requests for virtual output files
1032b3da1 fix update vite to 5.4.6

... (truncated)

Commits
  • b6d1f68 release: cut the v17.3.10 release
  • 78a2ba7 test: update E2E snapshot versions to stable v17.3.x
  • 30489d8 fix(@​angular-devkit/build-angular): update vite to 4.1.8
  • e56adb0 release: cut the v17.3.9 release
  • e2c5c03 fix(@​angular-devkit/build-angular): clear context in Karma by default for sin...
  • 88501f3 fix(@​angular-devkit/build-angular): upgrade webpack to 5.94.0
  • See full diff in compare view

Updates @angular/cli from 17.3.8 to 17.3.10

Release notes

Sourced from @​angular/cli's releases.

v17.3.10

17.3.10 (2024-09-25)

@​angular-devkit/build-angular

Commit Description
fix - 30489d8fd update vite to 4.1.8

v17.3.9

17.3.9 (2024-08-29)

@​angular-devkit/build-angular

Commit Description
fix - e2c5c034d clear context in Karma by default for single run executions
fix - 88501f3d5 upgrade webpack to 5.94.0
Changelog

Sourced from

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2024
@dependabot dependabot bot requested a review from annsch as a code owner September 26, 2024 02:26
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Sep 26, 2024
@dependabot dependabot bot added the patch label Sep 26, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 26, 2024 02:28
Copy link
Contributor

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-showcase-angular-lts-showcase-angular-b4fd3361f4 branch from 92425fb to b7a22aa Compare September 27, 2024 03:03
Bumps the angular group with 9 updates in the /showcase/angular-lts-showcase directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.11` | `17.3.12` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.3.11` | `17.3.12` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.3.11` | `17.3.12` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.3.11` | `17.3.12` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.3.11` | `17.3.12` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.3.11` | `17.3.12` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.3.8` | `17.3.10` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.3.8` | `17.3.10` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.3.11` | `17.3.12` |



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

Updates `@angular/compiler` from 17.3.11 to 17.3.12
- [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/17.3.12/packages/compiler)

Updates `@angular/core` from 17.3.11 to 17.3.12
- [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/17.3.12/packages/core)

Updates `@angular/forms` from 17.3.11 to 17.3.12
- [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/17.3.12/packages/forms)

Updates `@angular/platform-browser-dynamic` from 17.3.11 to 17.3.12
- [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/17.3.12/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.3.11 to 17.3.12
- [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/17.3.12/packages/router)

Updates `@angular-devkit/build-angular` from 17.3.8 to 17.3.10
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.3.8...17.3.10)

Updates `@angular/cli` from 17.3.8 to 17.3.10
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.3.8...17.3.10)

Updates `@angular/compiler-cli` from 17.3.11 to 17.3.12
- [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/17.3.12/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-showcase-angular-lts-showcase-angular-b4fd3361f4 branch from b7a22aa to ffd2cad Compare September 30, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
angular-lts-showcase dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants