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

[desktop]: Bump the angular group in /desktop with 13 updates #291

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2023

Bumps the angular group in /desktop with 13 updates:

Package From To
@angular/animations 17.0.5 17.0.6
@angular/cdk 17.0.1 17.0.3
@angular/common 17.0.5 17.0.6
@angular/compiler 17.0.5 17.0.6
@angular/core 17.0.5 17.0.6
@angular/forms 17.0.5 17.0.6
@angular/language-service 17.0.5 17.0.6
@angular/platform-browser 17.0.5 17.0.6
@angular/platform-browser-dynamic 17.0.5 17.0.6
@angular/router 17.0.5 17.0.6
@angular-devkit/build-angular 17.0.5 17.0.6
@angular/cli 17.0.5 17.0.6
@angular/compiler-cli 17.0.5 17.0.6

Updates @angular/animations from 17.0.5 to 17.0.6

Release notes

Sourced from @​angular/animations's releases.

v17.0.6

17.0.6 (2023-12-06)

compiler

Commit Description
fix - a2e5f483f5 generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Description
fix - 66ecf4c274 add compiler option to disable control flow content projection diagnostic (#53387)
fix - 74e6ce5d23 add diagnostic for control flow that prevents content projection (#53387)
fix - 6ec7a42b95 avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Description
fix - 0a53f96094 cleanup signal consumers for all views (#53351)
fix - 4fc1581bbc handle hydration of multiple nodes projected in a single slot (#53270)
fix - 14e66533ec support hydration for cases when content is re-projected using ng-template (#53304)
fix - 8e366e8911 support swapping hydrated views in @for loops (#53274)

migrations

Commit Description
fix - 45064f1ae1 CF migration - ensure NgIfElse attributes are properly removed (#53298)
fix - a6275cfa54 CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
fix - 58a96e0f50 CF Migration add support for ngIf with just a then (#53297)
fix - 26e40c7f89 CF Migration fix missing alias for bound ngifs (#53296)
fix - 836aeba01d Change CF Migration ng-template placeholder generation and handling (#53394)
fix - 72d22ba7ee fix regexp for else and then in cf migration (#53257)
fix - 7a2facae8a handle aliases on bound ngIf migrations (#53261)
fix - 5104a89b30 handle nested ng-template replacement safely in CF migration (#53368)
fix - 2a4e3f5373 handle templates outside of component in cf migration (#53368)
fix - 0db75ab5b1 remove setting that removes comments in CF migration (#53350)

router

Commit Description
fix - 13ade13a15 Ensure canMatch guards run on wildcard routes (#53239)
Changelog

Sourced from @​angular/animations's changelog.

17.0.6 (2023-12-06)

compiler

Commit Type Description
a2e5f483f5 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
66ecf4c274 fix add compiler option to disable control flow content projection diagnostic (#53387)
74e6ce5d23 fix add diagnostic for control flow that prevents content projection (#53387)
6ec7a42b95 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Type Description
0a53f96094 fix cleanup signal consumers for all views (#53351)
4fc1581bbc fix handle hydration of multiple nodes projected in a single slot (#53270)
14e66533ec fix support hydration for cases when content is re-projected using ng-template (#53304)
8e366e8911 fix support swapping hydrated views in @for loops (#53274)

migrations

Commit Type Description
45064f1ae1 fix CF migration - ensure NgIfElse attributes are properly removed (#53298)
a6275cfa54 fix CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
58a96e0f50 fix CF Migration add support for ngIf with just a then (#53297)
26e40c7f89 fix CF Migration fix missing alias for bound ngifs (#53296)
836aeba01d fix Change CF Migration ng-template placeholder generation and handling (#53394)
72d22ba7ee fix fix regexp for else and then in cf migration (#53257)
7a2facae8a fix handle aliases on bound ngIf migrations (#53261)
5104a89b30 fix handle nested ng-template replacement safely in CF migration (#53368)
2a4e3f5373 fix handle templates outside of component in cf migration (#53368)
0db75ab5b1 fix remove setting that removes comments in CF migration (#53350)

router

Commit Type Description
13ade13a15 fix Ensure canMatch guards run on wildcard routes (#53239)

17.1.0-next.2 (2023-11-29)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)

compiler-cli

Commit Type Description
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)

core

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/cdk from 17.0.1 to 17.0.3

Release notes

Sourced from @​angular/cdk's releases.

v17.0.3

17.0.3 "opal-kaleidoscope" (2023-12-07)

material

Commit Description
fix - e9519c3e73 slider: fix tick mark precision (#28193)

v17.0.2

17.0.2 "sand-salmon" (2023-12-01)

material-experimental

Commit Description
feat - 3d118c67a theming: add M3 autocomplete, badge, and bottom-sheet support (#28177)
feat - 950ca90b7 theming: add M3 button-toggle support (#28179)
feat - ee6894f3e theming: add M3 chips support (#28183)
feat - 86c55d004 theming: add M3 datepicker support (#28166)
feat - 4424c0b21 theming: add M3 dialog support (#28163)
feat - 61401f57a theming: add M3 grid-list support (#28131)
feat - cd0f36ac3 theming: add M3 icon support (#28126)
feat - 5bf3ab4b6 theming: add M3 menu & divider support (#28144)
feat - 1abf88008 theming: add M3 paginator support (#28164)
feat - 750d95faa theming: add M3 select, option, and optgroup support (#28148)
feat - 662bbb4b2 theming: add M3 sidenav support (#28125)

material

Commit Description
fix - 4938722fa autocomplete: clear selected option if it is removed while typing (#28146)
fix - 381037818 button: fix flat button line-height (#28090)
fix - 5f789f79d button: fix outlined button line-height (#28092)
fix - d45f4967a button: fix text button line-height (#28091)
fix - 04ceccf21 core: prevent ng update schematic from checking node_modules (#28152)
fix - c2a812967 tooltip: increase specificity of non-interactive styles (#28180)
Changelog

Sourced from @​angular/cdk's changelog.

17.0.3 "opal-kaleidoscope" (2023-12-07)

material

Commit Type Description
e9519c3e73 fix slider: fix tick mark precision (#28193)

17.0.2 "sand-salmon" (2023-12-01)

material

Commit Type Description
4938722fa fix autocomplete: clear selected option if it is removed while typing (#28146)
381037818 fix button: fix flat button line-height (#28090)
5f789f79d fix button: fix outlined button line-height (#28092)
d45f4967a fix button: fix text button line-height (#28091)
04ceccf21 fix core: prevent ng update schematic from checking node_modules (#28152)
c2a812967 fix tooltip: increase specificity of non-interactive styles (#28180)

material-experimental

Commit Type Description
3d118c67a feat theming: add M3 autocomplete, badge, and bottom-sheet support (#28177)
950ca90b7 feat theming: add M3 button-toggle support (#28179)
ee6894f3e feat theming: add M3 chips support (#28183)
86c55d004 feat theming: add M3 datepicker support (#28166)
4424c0b21 feat theming: add M3 dialog support (#28163)
61401f57a feat theming: add M3 grid-list support (#28131)
cd0f36ac3 feat theming: add M3 icon support (#28126)
5bf3ab4b6 feat theming: add M3 menu & divider support (#28144)
1abf88008 feat theming: add M3 paginator support (#28164)
750d95faa feat theming: add M3 select, option, and optgroup support (#28148)
662bbb4b2 feat theming: add M3 sidenav support (#28125)

17.1.0-next.1 "titanium-tortoise" (2023-12-01)

material

Commit Type Description
cf868a508 fix autocomplete: clear selected option if it is removed while typing (#28146)
a6582b510 fix button: fix flat button line-height (#28090)
6b2f03be3 fix button: fix outlined button line-height (#28092)
8fb5b6b41 fix button: fix text button line-height (#28091)
da692b13c fix core: prevent ng update schematic from checking node_modules (#28152)
9e4389015 fix form-field: work around closure compiler issue (#28185)
96fe7b3f3 fix tooltip: increase specificity of non-interactive styles (#28180)

youtube-player

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/common from 17.0.5 to 17.0.6

Release notes

Sourced from @​angular/common's releases.

v17.0.6

17.0.6 (2023-12-06)

compiler

Commit Description
fix - a2e5f483f5 generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Description
fix - 66ecf4c274 add compiler option to disable control flow content projection diagnostic (#53387)
fix - 74e6ce5d23 add diagnostic for control flow that prevents content projection (#53387)
fix - 6ec7a42b95 avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Description
fix - 0a53f96094 cleanup signal consumers for all views (#53351)
fix - 4fc1581bbc handle hydration of multiple nodes projected in a single slot (#53270)
fix - 14e66533ec support hydration for cases when content is re-projected using ng-template (#53304)
fix - 8e366e8911 support swapping hydrated views in @for loops (#53274)

migrations

Commit Description
fix - 45064f1ae1 CF migration - ensure NgIfElse attributes are properly removed (#53298)
fix - a6275cfa54 CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
fix - 58a96e0f50 CF Migration add support for ngIf with just a then (#53297)
fix - 26e40c7f89 CF Migration fix missing alias for bound ngifs (#53296)
fix - 836aeba01d Change CF Migration ng-template placeholder generation and handling (#53394)
fix - 72d22ba7ee fix regexp for else and then in cf migration (#53257)
fix - 7a2facae8a handle aliases on bound ngIf migrations (#53261)
fix - 5104a89b30 handle nested ng-template replacement safely in CF migration (#53368)
fix - 2a4e3f5373 handle templates outside of component in cf migration (#53368)
fix - 0db75ab5b1 remove setting that removes comments in CF migration (#53350)

router

Commit Description
fix - 13ade13a15 Ensure canMatch guards run on wildcard routes (#53239)
Changelog

Sourced from @​angular/common's changelog.

17.0.6 (2023-12-06)

compiler

Commit Type Description
a2e5f483f5 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
66ecf4c274 fix add compiler option to disable control flow content projection diagnostic (#53387)
74e6ce5d23 fix add diagnostic for control flow that prevents content projection (#53387)
6ec7a42b95 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Type Description
0a53f96094 fix cleanup signal consumers for all views (#53351)
4fc1581bbc fix handle hydration of multiple nodes projected in a single slot (#53270)
14e66533ec fix support hydration for cases when content is re-projected using ng-template (#53304)
8e366e8911 fix support swapping hydrated views in @for loops (#53274)

migrations

Commit Type Description
45064f1ae1 fix CF migration - ensure NgIfElse attributes are properly removed (#53298)
a6275cfa54 fix CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
58a96e0f50 fix CF Migration add support for ngIf with just a then (#53297)
26e40c7f89 fix CF Migration fix missing alias for bound ngifs (#53296)
836aeba01d fix Change CF Migration ng-template placeholder generation and handling (#53394)
72d22ba7ee fix fix regexp for else and then in cf migration (#53257)
7a2facae8a fix handle aliases on bound ngIf migrations (#53261)
5104a89b30 fix handle nested ng-template replacement safely in CF migration (#53368)
2a4e3f5373 fix handle templates outside of component in cf migration (#53368)
0db75ab5b1 fix remove setting that removes comments in CF migration (#53350)

router

Commit Type Description
13ade13a15 fix Ensure canMatch guards run on wildcard routes (#53239)

17.1.0-next.2 (2023-11-29)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)

compiler-cli

Commit Type Description
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)

core

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/compiler from 17.0.5 to 17.0.6

Release notes

Sourced from @​angular/compiler's releases.

v17.0.6

17.0.6 (2023-12-06)

compiler

Commit Description
fix - a2e5f483f5 generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Description
fix - 66ecf4c274 add compiler option to disable control flow content projection diagnostic (#53387)
fix - 74e6ce5d23 add diagnostic for control flow that prevents content projection (#53387)
fix - 6ec7a42b95 avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Description
fix - 0a53f96094 cleanup signal consumers for all views (#53351)
fix - 4fc1581bbc handle hydration of multiple nodes projected in a single slot (#53270)
fix - 14e66533ec support hydration for cases when content is re-projected using ng-template (#53304)
fix - 8e366e8911 support swapping hydrated views in @for loops (#53274)

migrations

Commit Description
fix - 45064f1ae1 CF migration - ensure NgIfElse attributes are properly removed (#53298)
fix - a6275cfa54 CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
fix - 58a96e0f50 CF Migration add support for ngIf with just a then (#53297)
fix - 26e40c7f89 CF Migration fix missing alias for bound ngifs (#53296)
fix - 836aeba01d Change CF Migration ng-template placeholder generation and handling (#53394)
fix - 72d22ba7ee fix regexp for else and then in cf migration (#53257)
fix - 7a2facae8a handle aliases on bound ngIf migrations (#53261)
fix - 5104a89b30 handle nested ng-template replacement safely in CF migration (#53368)
fix - 2a4e3f5373 handle templates outside of component in cf migration (#53368)
fix - 0db75ab5b1 remove setting that removes comments in CF migration (#53350)

router

Commit Description
fix - 13ade13a15 Ensure canMatch guards run on wildcard routes (#53239)
Changelog

Sourced from @​angular/compiler's changelog.

17.0.6 (2023-12-06)

compiler

Commit Type Description
a2e5f483f5 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
66ecf4c274 fix add compiler option to disable control flow content projection diagnostic (#53387)
74e6ce5d23 fix add diagnostic for control flow that prevents content projection (#53387)
6ec7a42b95 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Type Description
0a53f96094 fix cleanup signal consumers for all views (#53351)
4fc1581bbc fix handle hydration of multiple nodes projected in a single slot (#53270)
14e66533ec fix support hydration for cases when content is re-projected using ng-template (#53304)
8e366e8911 fix support swapping hydrated views in @for loops (#53274)

migrations

Commit Type Description
45064f1ae1 fix CF migration - ensure NgIfElse attributes are properly removed (#53298)
a6275cfa54 fix CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
58a96e0f50 fix CF Migration add support for ngIf with just a then (#53297)
26e40c7f89 fix CF Migration fix missing alias for bound ngifs (#53296)
836aeba01d fix Change CF Migration ng-template placeholder generation and handling (#53394)
72d22ba7ee fix fix regexp for else and then in cf migration (#53257)
7a2facae8a fix handle aliases on bound ngIf migrations (#53261)
5104a89b30 fix handle nested ng-template replacement safely in CF migration (#53368)
2a4e3f5373 fix handle templates outside of component in cf migration (#53368)
0db75ab5b1 fix remove setting that removes comments in CF migration (#53350)

router

Description has been truncated

Commit Type Description
13ade13a15 fix Ensure canMatch guards run on wildcard routes (#53239)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 8, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/desktop/dev/angular-38cb2ff590 branch from b1a6ba4 to ef6f9fc Compare December 8, 2023 12:14
Bumps the angular group in /desktop with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.0.5` | `17.0.6` |
| [@angular/cdk](https://github.com/angular/components) | `17.0.1` | `17.0.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.0.5` | `17.0.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.0.5` | `17.0.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.0.5` | `17.0.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.0.5` | `17.0.6` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `17.0.5` | `17.0.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.0.5` | `17.0.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.0.5` | `17.0.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.0.5` | `17.0.6` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.0.5` | `17.0.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.0.5` | `17.0.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.0.5` | `17.0.6` |


Updates `@angular/animations` from 17.0.5 to 17.0.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/17.0.6/packages/animations)

Updates `@angular/cdk` from 17.0.1 to 17.0.3
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@17.0.1...17.0.3)

Updates `@angular/common` from 17.0.5 to 17.0.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/17.0.6/packages/common)

Updates `@angular/compiler` from 17.0.5 to 17.0.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/17.0.6/packages/compiler)

Updates `@angular/core` from 17.0.5 to 17.0.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/17.0.6/packages/core)

Updates `@angular/forms` from 17.0.5 to 17.0.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/17.0.6/packages/forms)

Updates `@angular/language-service` from 17.0.5 to 17.0.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/17.0.6/packages/language-service)

Updates `@angular/platform-browser` from 17.0.5 to 17.0.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/17.0.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.0.5 to 17.0.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/17.0.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.0.5 to 17.0.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/17.0.6/packages/router)

Updates `@angular-devkit/build-angular` from 17.0.5 to 17.0.6
- [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.0.5...17.0.6)

Updates `@angular/cli` from 17.0.5 to 17.0.6
- [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.0.5...17.0.6)

Updates `@angular/compiler-cli` from 17.0.5 to 17.0.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/17.0.6/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- 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/language-service"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  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/desktop/dev/angular-38cb2ff590 branch from ef6f9fc to fcdf7a6 Compare December 8, 2023 12:17
@tiagohm tiagohm merged commit bcd840b into dev Dec 8, 2023
2 checks passed
@tiagohm tiagohm deleted the dependabot/npm_and_yarn/desktop/dev/angular-38cb2ff590 branch December 8, 2023 12:18
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