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 in /frontend with 13 updates #1247

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group in /frontend with 13 updates:

Package From To
@angular/animations 17.0.6 17.0.7
@angular/cdk 16.2.12 17.0.4
@angular/common 17.0.6 17.0.7
@angular/compiler 17.0.6 17.0.7
@angular/core 17.0.6 17.0.7
@angular/forms 17.0.6 17.0.7
@angular/material 16.2.12 17.0.4
@angular/platform-browser 17.0.6 17.0.7
@angular/platform-browser-dynamic 17.0.6 17.0.7
@angular/router 17.0.6 17.0.7
@angular-devkit/build-angular 17.0.6 17.0.7
@angular/cli 17.0.6 17.0.7
@angular/compiler-cli 17.0.6 17.0.7

Updates @angular/animations from 17.0.6 to 17.0.7

Release notes

Sourced from @​angular/animations's releases.

v17.0.7

17.0.7 (2023-12-13)

compiler

Commit Description
fix - 4fd5409090 handle ambient types in input transform function (#51474)

compiler-cli

Commit Description
fix - a603338fe8 generate less type checking code in for loops (#53515)

core

Commit Description
fix - 58ed76be93 Avoid refreshing a host view twice when using transplanted views (#53021)
fix - c16b5e8290 Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
fix - 17dbf8b8e2 remove signal equality check short-circuit (#53446)
fix - 5b4add27b6 update feature usage marker (#53542)
perf - 68d111c841 avoid changes Observable creation on QueryList (#53498)
perf - 044cb553b4 optimize memory allocation when reconcilling lists (#52245)

migrations

Commit Description
fix - 96ab999698 CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435)
fix - c9a1c6f1c7 cf migration - undo changes when html fails to parse post migration (#53530)
fix - b75aca1d74 CF migration only remove newlines of changed template content (#53508)
fix - e88a12d5b3 cf migration validate structure of ngswitch before migrating (#53530)
fix - 543df3dca5 ensure we do not overwrite prior template replacements in migration (#53393)
fix - d232ea143f fix cf migration import removal when errors occur (#53502)

platform-browser

Commit Description
fix - d5c631bf36 Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)

router

Commit Description
fix - e750e4edcf provide more actionable error message when route is not matched in production mode (#53523)
Changelog

Sourced from @​angular/animations's changelog.

17.0.7 (2023-12-13)

compiler

Commit Type Description
4fd5409090 fix handle ambient types in input transform function (#51474)

compiler-cli

Commit Type Description
a603338fe8 fix generate less type checking code in for loops (#53515)

core

Commit Type Description
58ed76be93 fix Avoid refreshing a host view twice when using transplanted views (#53021)
c16b5e8290 fix Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
17dbf8b8e2 fix remove signal equality check short-circuit (#53446)
5b4add27b6 fix update feature usage marker (#53542)
68d111c841 perf avoid changes Observable creation on QueryList (#53498)
044cb553b4 perf optimize memory allocation when reconcilling lists (#52245)

migrations

Commit Type Description
96ab999698 fix CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435)
c9a1c6f1c7 fix cf migration - undo changes when html fails to parse post migration (#53530)
b75aca1d74 fix CF migration only remove newlines of changed template content (#53508)
e88a12d5b3 fix cf migration validate structure of ngswitch before migrating (#53530)
543df3dca5 fix ensure we do not overwrite prior template replacements in migration (#53393)
d232ea143f fix fix cf migration import removal when errors occur (#53502)

platform-browser

Commit Type Description
d5c631bf36 fix Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)

router

Commit Type Description
e750e4edcf fix provide more actionable error message when route is not matched in production mode (#53523)

17.1.0-next.3 (2023-12-06)

compiler

Commit Type Description
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
77ac4cd324 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
d7a83f9521 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

... (truncated)

Commits

Updates @angular/cdk from 16.2.12 to 17.0.4

Release notes

Sourced from @​angular/cdk's releases.

v17.0.4

17.0.4 "hematite-house" (2023-12-13)

material

Commit Description
fix - 9596dccbf button: resolve memory leaks in ripples (#28254)
fix - 7b183b259 chips: enable hydration (#28260)
fix - fbcd237e5 tabs: add header divider for m3 (#28244)
fix - ac77efd08 tabs: deprecate backgroundColor API (#28262)

multiple

Commit Description
fix - c0c6f6376 add fallback root providers to injection tokens (#28259)

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)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

17.0.4 "hematite-house" (2023-12-13)

material

Commit Type Description
9596dccbf fix button: resolve memory leaks in ripples (#28254)
7b183b259 fix chips: enable hydration (#28260)
fbcd237e5 fix tabs: add header divider for m3 (#28244)
ac77efd08 fix tabs: deprecate backgroundColor API (#28262)

multiple

Commit Type Description
c0c6f6376 fix add fallback root providers to injection tokens (#28259)

17.1.0-next.2 "moss-cathedral" (2023-12-07)

material

Commit Type Description
ec86cf88ee fix checkbox: move required validation into component
c2c818ceeb fix slide-toggle: move required validation into component
f3b0616f3c fix slider: fix tick mark precision (#28193)

google-maps

Commit Type Description
338aa184ae fix error when added through ng add

youtube-player

Commit Type Description
62ca3ede70 fix error when added through ng add

material-moment-adapter

Commit Type Description
eca50162a7 fix error when added through ng add

material-luxon-adapter

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

material-date-fns-adapter

Commit Type Description
2da9f6bc32 fix error when added through ng add

multiple

Commit Type Description
997bf75f9f fix consolidate and tokenize internal form field (#28236)

... (truncated)

Commits
  • 1a0b7da release: cut the v17.0.4 release
  • 4cc4673 Revert "refactor(material/form-field): tokenize density overrides (#28249)" (...
  • fbcd237 fix(material/tabs): add header divider for m3 (#28244)
  • a229002 refactor(material/form-field): tokenize density overrides (#28249)
  • ac77efd fix(material/tabs): deprecate backgroundColor API (#28262)
  • 2d5f74e docs(material/tabs): example of mat-tabs deletion is showing wrong index (#28...
  • 7b183b2 fix(material/chips): enable hydration (#28260)
  • 9596dcc fix(material/button): resolve memory leaks in ripples (#28254)
  • c0c6f63 fix(multiple): add fallback root providers to injection tokens (#28259)
  • fc67358 refactor(material/button): switch typography to tokens (#27999)
  • Additional commits viewable in compare view

Updates @angular/common from 17.0.6 to 17.0.7

Release notes

Sourced from @​angular/common's releases.

v17.0.7

17.0.7 (2023-12-13)

compiler

Commit Description
fix - 4fd5409090 handle ambient types in input transform function (#51474)

compiler-cli

Commit Description
fix - a603338fe8 generate less type checking code in for loops (#53515)

core

Commit Description
fix - 58ed76be93 Avoid refreshing a host view twice when using transplanted views (#53021)
fix - c16b5e8290 Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
fix - 17dbf8b8e2 remove signal equality check short-circuit (#53446)
fix - 5b4add27b6 update feature usage marker (#53542)
perf - 68d111c841 avoid changes Observable creation on QueryList (#53498)
perf - 044cb553b4 optimize memory allocation when reconcilling lists (#52245)

migrations

Commit Description
fix - 96ab999698 CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435)
fix - c9a1c6f1c7 cf migration - undo changes when html fails to parse post migration (#53530)
fix - b75aca1d74 CF migration only remove newlines of changed template content (#53508)
fix - e88a12d5b3 cf migration validate structure of ngswitch before migrating (#53530)
fix - 543df3dca5 ensure we do not overwrite prior template replacements in migration (#53393)
fix - d232ea143f fix cf migration import removal when errors occur (#53502)

platform-browser

Commit Description
fix - d5c631bf36 Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)

router

Commit Description
fix - e750e4edcf provide more actionable error message when route is not matched in production mode (#53523)
Changelog

Sourced from @​angular/common's changelog.

17.0.7 (2023-12-13)

compiler

Commit Type Description
4fd5409090 fix handle ambient types in input transform function (#51474)

compiler-cli

Commit Type Description
a603338fe8 fix generate less type checking code in for loops (#53515)

core

Commit Type Description
58ed76be93 fix Avoid refreshing a host view twice when using transplanted views (#53021)
c16b5e8290 fix Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
17dbf8b8e2 fix remove signal equality check short-circuit (#53446)
5b4add27b6 fix update feature usage marker (#53542)
68d111c841 perf avoid changes Observable creation on QueryList (#53498)
044cb553b4 perf optimize memory allocation when reconcilling lists (#52245)

migrations

Commit Type Description
96ab999698 fix CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435)
c9a1c6f1c7 fix cf migration - undo changes when html fails to parse post migration (#53530)
b75aca1d74 fix CF migration only remove newlines of changed template content (#53508)
e88a12d5b3 fix cf migration validate structure of ngswitch before migrating (#53530)
543df3dca5 fix ensure we do not overwrite prior template replacements in migration (#53393)
d232ea143f fix fix cf migration import removal when errors occur (#53502)

platform-browser

Commit Type Description
d5c631bf36 fix Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)

router

Commit Type Description
e750e4edcf fix provide more actionable error message when route is not matched in production mode (#53523)

17.1.0-next.3 (2023-12-06)

compiler

Commit Type Description
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
77ac4cd324 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
d7a83f9521 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

... (truncated)

Commits

Updates @angular/compiler from 17.0.6 to 17.0.7

Release notes

Sourced from @​angular/compiler's releases.

v17.0.7

17.0.7 (2023-12-13)

compiler

Commit Description
fix - 4fd5409090 handle ambient types in input transform function (#51474)

compiler-cli

Commit Description
fix - a603338fe8 generate less type checking code in for loops (#53515)

core

Commit Description
fix - 58ed76be93 Avoid refreshing a host view twice when using transplanted views (#53021)
fix - c16b5e8290 Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
fix - 17dbf8b8e2 remove signal equality check short-circuit (#53446)
fix - 5b4add27b6 update feature usage marker (#53542)
perf - 68d111c841 avoid changes Observable creation on QueryList (#53498)
perf - 044cb553b4 optimize memory allocation when reconcilling lists (#52245)

migrations

Commit Description
fix - 96ab999698 CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435)
fix - c9a1c6f1c7 cf migration - undo changes when html fails to parse post migration (#53530)
fix - b75aca1d74 CF migration only remove newlines of changed template content (#53508)
fix - e88a12d5b3 cf migration validate structure of ngswitch before migrating (#53530)
fix - 543df3dca5 ensure we do not overwrite prior template replacements in migration (#53393)
fix - d232ea143f fix cf migration import removal when errors occur (#53502)

platform-browser

Commit Description
fix - d5c631bf36 Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)

router

Commit Description
fix - e750e4edcf provide more actionable error message when route is not matched in production mode (#53523)
Changelog

Sourced from @​angular/compiler's changelog.

17.0.7 (2023-12-13)

compiler

Commit Type Description
4fd5409090 fix handle ambient types in input transform function (#51474)

compiler-cli

Commit Type Description
a603338fe8 fix generate less type checking code in for loops (#53515)

core

Commit Type Description
58ed76be93 fix Avoid refreshing a host view twice when using transplanted views (#53021)
c16b5e8290 fix Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
17dbf8b8e2 fix remove signal equality check short-circuit (#53446)
5b4add27b6 fix update feature usage marker (#53542)
68d111c841 perf avoid changes Observable creation on QueryList (#53498)
044cb553b4 perf optimize memory allocation when reconcilling lists (#52245)

migrations

Commit Type Description
96ab999698 fix CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435)
c9a1c6f1c7 fix cf migration - undo changes when html fails to parse post migration (#53530)
b75aca1d74 fix CF migration only remove newlines of changed template content (#53508)
e88a12d5b3 fix cf migration validate structure of ngswitch before migrating (#53530)
543df3dca5 fix ensure we do not overwrite prior template replacements in migration (#53393)
d232ea143f fix fix cf migration import removal when errors occur (#53502)

platform-browser

Commit Type Description
d5c631bf36 fix Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)

router

Commit Type Description
e750e4edcf fix provide more actionable error message when route is not matched in production mode (#53523)

17.1.0-next.3 (2023-12-06)

compiler

Commit Type Description
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
77ac4cd324 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
d7a83f9521 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

... (truncated)

Commits
  • cdedd00 refactor(compiler): Support o.WrappedNodeExpr inside expression conversion ...
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support $any in host bindings (#53478)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 087e06a refactor(compiler): Simplify how sanitizers are generated (#53473)
  • 93264b5 refactor(compiler): Generate trusted const values for extracted attrs (#53473)
  • 7fa791e refactor(compiler): Make some fixups to template binidng ingestion (#53457)
  • 7967d28 refactor(compiler): Fix animation bindings on structural elements (#53457)
  • a15a012 refactor(compiler): Fix some behavior with bindings on explicit ng-template...
  • b2e5a20 refactor(compiler): Eliminate BindingFlags and reorder parameters of `creat...
  • Additional commits viewable in compare view

Updates @angular/core from 17.0.6 to 17.0.7

Release notes

Sourced from @​angular/core's releases.

v17.0.7

17.0.7 (2023-12-13)

compiler

Commit Description
Description has been truncated

Bumps the angular group in /frontend with 13 updates:

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


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

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

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

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

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

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

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

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

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

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

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

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

Updates `@angular/compiler-cli` from 17.0.6 to 17.0.7
- [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.7/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-major
  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/material"
  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-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] <[email protected]>
@dependabot dependabot bot requested a review from MoritzWeber0 as a code owner December 18, 2023 16:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 18, 2023
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

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eb64a9d) 72.85% compared to head (04ee627) 72.85%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1247   +/-   ##
=======================================
  Coverage   72.85%   72.85%           
=======================================
  Files         162      162           
  Lines        5345     5345           
  Branches      601      601           
=======================================
  Hits         3894     3894           
  Misses       1320     1320           
  Partials      131      131           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2023

Superseded by #1250.

@dependabot dependabot bot closed this Dec 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/angular-e1682714a3 branch December 25, 2023 16:22
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.

0 participants