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 with 13 updates #9280

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2024

Bumps the angular group with 13 updates:

Package From To
@angular/animations 14.1.3 17.1.1
@angular/cdk 14.1.2 17.1.1
@angular/common 14.1.3 17.1.1
@angular/compiler 14.1.3 17.1.1
@angular/core 14.1.3 17.1.1
@angular/forms 14.1.3 17.1.1
@angular/material 14.1.2 17.1.1
@angular/material-date-fns-adapter 14.1.2 17.1.1
@angular/platform-browser 14.1.3 17.1.1
@angular/platform-browser-dynamic 14.1.3 17.1.1
@angular/router 14.1.3 17.1.1
@angular/cli 14.2.13 17.1.1
@angular/compiler-cli 14.1.3 17.1.1

Updates @angular/animations from 14.1.3 to 17.1.1

Release notes

Sourced from @​angular/animations's releases.

v17.1.1

17.1.1 (2024-01-24)

router

Commit Description
fix - f222bee8fa revert commit that replaced last helper with native Array.at(-1) (#54021)

v17.1.0

17.1.0 (2024-01-17)

compiler

Commit Description
fix - 79ff91a813 allow TS jsDocParsingMode host option to be programmatically set (#53126)
fix - 5613051a8b allow TS jsDocParsingMode host option to be programmatically set again (#53292)
fix - df8a825910 project empty block root node (#53620)
fix - 478d622265 project empty block root node in template pipeline (#53620)

compiler-cli

Commit Description
feat - abdc7e4578 support type-checking for generic signal inputs (#53521)
fix - e620b3a724 add compiler option to disable control flow content projection diagnostic (#53311)
fix - 4c1d69e288 add diagnostic for control flow that prevents content projection (#53190)
fix - 76ceebad04 do not throw fatal error if extended type check fails (#53896)
fix - 1a6eaa0fea input transform in local compilation mode (#53645)
fix - 56a76d73e0 modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Description
feat - 863be4b698 expose new input API for signal-based inputs (#53872)
feat - 94096c6ede support TypeScript 5.3 (#52572)
fix - 69b384c0d1 SignalNode reactive node incorrectly exposing unset field (#53571)
fix - 6f79507ea7 Change defer block fixture default behavior to playthrough (#53956)
fix - 32f908ab70 do not accidentally inherit input transforms when overridden (#53571)
fix - bdd61c768a replace assertion with more intentional error (#52234)
fix - 0daca457bb TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Description
feat - 5c1d441029 Add info property to NavigationExtras (#53303)
feat - 50d7916278 Add router configuration to resolve navigation promise on error (#48910)
feat - a5a9b408e2 Add transient info to RouterLink input (#53784)
feat - 726530a9af Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

v17.1.0-rc.0

17.1.0-rc.0 (2024-01-10)

common

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

17.1.1 (2024-01-24)

router

Commit Type Description
f222bee8fa fix revert commit that replaced last helper with native Array.at(-1) (#54021)

17.1.0 (2024-01-17)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

compiler-cli

Commit Type Description
abdc7e4578 feat support type-checking for generic signal inputs (#53521)
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)
76ceebad04 fix do not throw fatal error if extended type check fails (#53896)
1a6eaa0fea fix input transform in local compilation mode (#53645)
56a76d73e0 fix modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Type Description
863be4b698 feat expose new input API for signal-based inputs (#53872)
94096c6ede feat support TypeScript 5.3 (#52572)
69b384c0d1 fix SignalNode reactive node incorrectly exposing unset field (#53571)
6f79507ea7 fix Change defer block fixture default behavior to playthrough (#53956)
32f908ab70 fix do not accidentally inherit input transforms when overridden (#53571)
bdd61c768a fix replace assertion with more intentional error (#52234)
0daca457bb fix TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Type Description
5c1d441029 feat Add info property to NavigationExtras (#53303)
50d7916278 feat Add router configuration to resolve navigation promise on error (#48910)
a5a9b408e2 feat Add transient info to RouterLink input (#53784)
726530a9af feat Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

17.0.9 (2024-01-10)

common

| Commit | Type | Description |

... (truncated)

Commits
  • 1f6c96a refactor: migrate animations to prettier formatting (#53977)
  • 7620f50 refactor(core): node removal notifies scheduler only when animations are enab...
  • 91f250d build: configure cross-pkg resolution for api extraction (#52499)
  • c4de4e1 refactor(docs-infra): build adev application using local generated assets (#5...
  • d7e7409 refactor(animations): drop convertToMap & copyStyles and use native funct...
  • d28ce0a refactor(animations): use a spread operator instead of custom copyObj (#52441)
  • 6a347d3 refactor(animations): use a spread operator to convert an iterable to an arra...
  • 635c3b4 refactor(animations): use existing helper methods. (#52441)
  • 5ee11a7 fix(animations): prevent the AsyncAnimationRenderer from calling the delegate...
  • a02a745 fix(animations): remove finish listener once player is destroyed (#51136)
  • Additional commits viewable in compare view

Updates @angular/cdk from 14.1.2 to 17.1.1

Release notes

Sourced from @​angular/cdk's releases.

v17.1.1

17.1.1 "plastic-mug" (2024-01-25)

material-experimental

Commit Description
fix - d7f26c3342 theming: align form field icons with M3 (#28463)

material

Commit Description
fix - 739b841bbc badge: move structural styles out of theme (#28452)
fix - 9e7fe24494 core: fix mat-error not rendering with Closure Compiler (#28405)
fix - 90456b0d4c dialog: scale animation not working (#28449)
fix - ed0a7aaa43 slide-toggle: move state-layer-size token (#28397)
fix - ab2ceab21c slide-toggle: use css var for disabled label color (#28471)

cdk

Commit Description
perf - 7a7cd113a0 table: Use afterRender hooks (#28354)

multiple

Commit Description
fix - 4c83ea8ef8 import ANIMATION_MODULE_TYPE from core (#28459)

v17.1.0

17.1.0 "metal-table" (2024-01-17)

material-date-fns-adapter

Commit Description
feat - 083472db0e support date-fns 3.0 (#28364)
fix - 2da9f6bc32 error when added through ng add

material-luxon-adapter

Commit Description
fix - 91b646717d error when added through ng add

material-moment-adapter

Commit Description
fix - eca50162a7 error when added through ng add

material-experimental

Commit Description
feat - 244bed4675 theming: add M3 button tokens (#28375)
feat - cf6ab1c1d0 theming: add M3 expansion support (#28159)
feat - 2963b7aaca theming: add M3 icon-button & fab support (#28157)
feat - 0b7e656f19 theming: Add support for color variants (#28279)
fix - 94d8997b2c theming: fix border radius of filled form field
fix - d1ceb6b44a theming: fix disabled form field in M3

youtube-player

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

17.1.1 "plastic-mug" (2024-01-25)

material

Commit Type Description
739b841bbc fix badge: move structural styles out of theme (#28452)
9e7fe24494 fix core: fix mat-error not rendering with Closure Compiler (#28405)
90456b0d4c fix dialog: scale animation not working (#28449)
ed0a7aaa43 fix slide-toggle: move state-layer-size token (#28397)
ab2ceab21c fix slide-toggle: use css var for disabled label color (#28471)

material-experimental

Commit Type Description
d7f26c3342 fix theming: align form field icons with M3 (#28463)

multiple

Commit Type Description
4c83ea8ef8 fix import ANIMATION_MODULE_TYPE from core (#28459)

17.1.0 "metal-table" (2024-01-17)

cdk

Commit Type Description
46eb9321cc fix table: _cellRole lint error (#28391)
d3e8a28389 fix table: measuring sticky row too early (#28393)
30f0705491 fix table: support hydration (#28356)
1fe1f69303 perf table: Optimize a11y role logic in CdkCell. (#28336)

material

Commit Type Description
f23d8c1f7e feat button: add the ability to interact with disabled buttons (#28242)
6719168192 feat chips: expose _chipGrid in MatChipInput and add a stream of chip removal events (#28012) (#28013)
556eeb19c8 fix button: Move unthemable icon button tokens to theme mixin (#27570)
714eac3be4 fix button: remove duplicate typography styles from FAB (#28258)
2dc10daa07 fix button: use tokens for button elevation (#28396)
ec86cf88ee fix checkbox: move required validation into component
c00c2db924 fix datepicker: unable to distinguish disabled buttons in the calendar (#28385)
fef66fee7c fix dialog: mat-dialog-title should work under OnPush viewContainerRef (#28329)
9e43890155 fix form-field: work around closure compiler issue (#28185)
4d0719a6a0 fix paginator: match visual and reading order (#28285)
00e70fd8e3 fix slide-toggle: delete custom typography tokens (#28365)
c2c818ceeb fix slide-toggle: move required validation into component
6bfbe9b19f fix slider: update inactive input width on value change (#28275)
a643a2ed42 fix snack-bar: Ensure snackbar open animation works with OnPush ancestor (#28331)
7f601b0936 fix stepper: enable hydration (#28382)
a7f87a80a1 fix tabs: enable hydration (#28366)

google-maps

| Commit | Type | Description |

... (truncated)

Commits
  • 2578305 release: cut the v17.1.1 release
  • ed0a7aa fix(material/slide-toggle): move state-layer-size token (#28397)
  • ab2ceab fix(material/slide-toggle): use css var for disabled label color (#28471)
  • d7f26c3 fix(material-experimental/theming): align form field icons with M3 (#28463)
  • 782cc76 Revert "perf(cdk/table): Use afterRender hooks (#28354)" (#28461)
  • 7a7cd11 perf(cdk/table): Use afterRender hooks (#28354)
  • e707f6c docs(material/icon): add guidance for Material Symbols (#28436)
  • 4c83ea8 fix(multiple): import ANIMATION_MODULE_TYPE from core (#28459)
  • 739b841 fix(material/badge): move structural styles out of theme (#28452)
  • 7de0f61 docs(material/chips): remove instructions to announce deletion (#28253)
  • Additional commits viewable in compare view

Updates @angular/common from 14.1.3 to 17.1.1

Release notes

Sourced from @​angular/common's releases.

v17.1.1

17.1.1 (2024-01-24)

router

Commit Description
fix - f222bee8fa revert commit that replaced last helper with native Array.at(-1) (#54021)

v17.1.0

17.1.0 (2024-01-17)

compiler

Commit Description
fix - 79ff91a813 allow TS jsDocParsingMode host option to be programmatically set (#53126)
fix - 5613051a8b allow TS jsDocParsingMode host option to be programmatically set again (#53292)
fix - df8a825910 project empty block root node (#53620)
fix - 478d622265 project empty block root node in template pipeline (#53620)

compiler-cli

Commit Description
feat - abdc7e4578 support type-checking for generic signal inputs (#53521)
fix - e620b3a724 add compiler option to disable control flow content projection diagnostic (#53311)
fix - 4c1d69e288 add diagnostic for control flow that prevents content projection (#53190)
fix - 76ceebad04 do not throw fatal error if extended type check fails (#53896)
fix - 1a6eaa0fea input transform in local compilation mode (#53645)
fix - 56a76d73e0 modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Description
feat - 863be4b698 expose new input API for signal-based inputs (#53872)
feat - 94096c6ede support TypeScript 5.3 (#52572)
fix - 69b384c0d1 SignalNode reactive node incorrectly exposing unset field (#53571)
fix - 6f79507ea7 Change defer block fixture default behavior to playthrough (#53956)
fix - 32f908ab70 do not accidentally inherit input transforms when overridden (#53571)
fix - bdd61c768a replace assertion with more intentional error (#52234)
fix - 0daca457bb TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Description
feat - 5c1d441029 Add info property to NavigationExtras (#53303)
feat - 50d7916278 Add router configuration to resolve navigation promise on error (#48910)
feat - a5a9b408e2 Add transient info to RouterLink input (#53784)
feat - 726530a9af Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

v17.1.0-rc.0

17.1.0-rc.0 (2024-01-10)

common

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.1.1 (2024-01-24)

router

Commit Type Description
f222bee8fa fix revert commit that replaced last helper with native Array.at(-1) (#54021)

17.1.0 (2024-01-17)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

compiler-cli

Commit Type Description
abdc7e4578 feat support type-checking for generic signal inputs (#53521)
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)
76ceebad04 fix do not throw fatal error if extended type check fails (#53896)
1a6eaa0fea fix input transform in local compilation mode (#53645)
56a76d73e0 fix modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Type Description
863be4b698 feat expose new input API for signal-based inputs (#53872)
94096c6ede feat support TypeScript 5.3 (#52572)
69b384c0d1 fix SignalNode reactive node incorrectly exposing unset field (#53571)
6f79507ea7 fix Change defer block fixture default behavior to playthrough (#53956)
32f908ab70 fix do not accidentally inherit input transforms when overridden (#53571)
bdd61c768a fix replace assertion with more intentional error (#52234)
0daca457bb fix TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Type Description
5c1d441029 feat Add info property to NavigationExtras (#53303)
50d7916278 feat Add router configuration to resolve navigation promise on error (#48910)
a5a9b408e2 feat Add transient info to RouterLink input (#53784)
726530a9af feat Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

17.0.9 (2024-01-10)

common

| Commit | Type | Description |

... (truncated)

Commits
  • 5996d3f Revert "refactor(router): Update integration tests to cover navigation and hi...
  • eb2e879 refactor(router): Update integration tests to cover navigation and history AP...
  • 1be6b0a fix(common): remove unused parameters from the ngClass constructor (#53831)
  • 91f250d build: configure cross-pkg resolution for api extraction (#52499)
  • dd052dc fix(common): server-side rendering error when using in-memory scrolling (#53683)
  • 043b1ff refactor(common): Fix fake navigation to work with relative navigations (#53719)
  • c4de4e1 refactor(docs-infra): build adev application using local generated assets (#5...
  • 6c8faaa refactor(core): Rename InitialRenderPendingTasks and restructure isStable obs...
  • e149ebf build: update rxjs build version to v7 (#53500)
  • f2245d1 build: convert build/test scripts to use fast-glob (#53397)
  • Additional commits viewable in compare view

Updates @angular/compiler from 14.1.3 to 17.1.1

Release notes

Sourced from @​angular/compiler's releases.

v17.1.1

17.1.1 (2024-01-24)

router

Commit Description
fix - f222bee8fa revert commit that replaced last helper with native Array.at(-1) (#54021)

v17.1.0

17.1.0 (2024-01-17)

compiler

Commit Description
fix - 79ff91a813 allow TS jsDocParsingMode host option to be programmatically set (#53126)
fix - 5613051a8b allow TS jsDocParsingMode host option to be programmatically set again (#53292)
fix - df8a825910 project empty block root node (#53620)
fix - 478d622265 project empty block root node in template pipeline (#53620)

compiler-cli

Commit Description
feat - abdc7e4578 support type-checking for generic signal inputs (#53521)
fix - e620b3a724 add compiler option to disable control flow content projection diagnostic (#53311)
fix - 4c1d69e288 add diagnostic for control flow that prevents content projection (#53190)
fix - 76ceebad04 do not throw fatal error if extended type check fails (#53896)
fix - 1a6eaa0fea input transform in local compilation mode (#53645)
fix - 56a76d73e0 modify getConstructorDependencies helper to work with reflection host after the previous change (

Bumps the angular group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `14.1.3` | `17.1.1` |
| [@angular/cdk](https://github.com/angular/components) | `14.1.2` | `17.1.1` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `14.1.3` | `17.1.1` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `14.1.3` | `17.1.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `14.1.3` | `17.1.1` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `14.1.3` | `17.1.1` |
| [@angular/material](https://github.com/angular/components) | `14.1.2` | `17.1.1` |
| [@angular/material-date-fns-adapter](https://github.com/angular/components) | `14.1.2` | `17.1.1` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `14.1.3` | `17.1.1` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `14.1.3` | `17.1.1` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `14.1.3` | `17.1.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `14.2.13` | `17.1.1` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `14.1.3` | `17.1.1` |


Updates `@angular/animations` from 14.1.3 to 17.1.1
- [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.1.1/packages/animations)

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

Updates `@angular/common` from 14.1.3 to 17.1.1
- [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.1.1/packages/common)

Updates `@angular/compiler` from 14.1.3 to 17.1.1
- [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.1.1/packages/compiler)

Updates `@angular/core` from 14.1.3 to 17.1.1
- [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.1.1/packages/core)

Updates `@angular/forms` from 14.1.3 to 17.1.1
- [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.1.1/packages/forms)

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

Updates `@angular/material-date-fns-adapter` from 14.1.2 to 17.1.1
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@14.1.2...17.1.1)

Updates `@angular/platform-browser` from 14.1.3 to 17.1.1
- [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.1.1/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 14.1.3 to 17.1.1
- [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.1.1/packages/platform-browser-dynamic)

Updates `@angular/router` from 14.1.3 to 17.1.1
- [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.1.1/packages/router)

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

Updates `@angular/compiler-cli` from 14.1.3 to 17.1.1
- [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.1.1/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/material-date-fns-adapter"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

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 Jan 28, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@DenysVuika DenysVuika closed this Jan 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular-1b8543dc57 branch January 30, 2024 15:02
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