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

Bump the frontend-angular-dependencies group in /src-ui with 14 updates #4477

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the frontend-angular-dependencies group in /src-ui with 14 updates:

Package From To
@angular/cdk 16.2.7 16.2.11
@angular/common 16.2.7 16.2.11
@angular/compiler 16.2.7 16.2.11
@angular/core 16.2.7 16.2.11
@angular/forms 16.2.7 16.2.11
@angular/localize 16.2.7 16.2.11
@angular/platform-browser 16.2.7 16.2.11
@angular/platform-browser-dynamic 16.2.7 16.2.11
@angular/router 16.2.7 16.2.11
@ng-bootstrap/ng-bootstrap 15.1.1 15.1.2
@ng-select/ng-select 11.1.1 11.2.0
ngx-ui-tour-ng-bootstrap 13.0.4 13.0.6
@angular-devkit/build-angular 16.2.4 16.2.9
@angular/cli 16.2.4 16.2.9

Updates @angular/cdk from 16.2.7 to 16.2.11

Release notes

Sourced from @​angular/cdk's releases.

v16.2.11

16.2.11 "fabric-fantasy" (2023-11-01)

cdk

Commit Description
fix - 2f468f1606 accordion: add CDK_ACCORDION export (#27981)

v16.2.10

16.2.10 "plaster-pineapple" (2023-10-25)

material

Commit Description
fix - 2b5a7faea checkbox: add aria-checked (#27970)

v16.2.9

16.2.9 "paper-pumpkin" (2023-10-18)

material

Commit Description
fix - 7a8b7daa13 button: buttons in toolbars (#27948)

v16.2.8

16.2.8 "velvet-rabbit" (2023-10-11)

Changelog

Sourced from @​angular/cdk's changelog.

16.2.11 "fabric-fantasy" (2023-11-01)

cdk

Commit Type Description
2f468f1606 fix accordion: add CDK_ACCORDION export (#27981)

16.2.10 "plaster-pineapple" (2023-10-25)

material

Commit Type Description
2b5a7faea fix checkbox: add aria-checked (#27970)

17.0.0-rc.1 "transparent-table" (2023-10-25)

material

Commit Type Description
215b92ae2 fix checkbox: add aria-checked (#27970)
c6fa905dd fix divider: move unthemable tokens to theme mixin (#27881)
0ac19114c fix form-field: move unthemable tokens to theme mixin (#27887)
041a71b87 fix schematics: Create a schematic to add the base theme dimension (#27964)

multiple

Commit Type Description
a3f9ca14b perf switch to built-in control flow (#27987)

17.0.0-rc.0 "chalk-cobwebs" (2023-10-18)

material

Commit Type Description
74d1be62e2 fix button: align prefixes with MDC (#27936)
1d101590ac fix button: buttons in toolbars (#27948)
afceed2a56 fix expansion: move unthemable tokens to theme mixin (#27885)

16.2.9 "paper-pumpkin" (2023-10-18)

material

Commit Type Description
7a8b7daa13 fix button: buttons in toolbars (#27948)

... (truncated)

Commits
  • 2b95171 release: cut the v16.2.11 release
  • 2f468f1 fix(cdk/accordion): add CDK_ACCORDION export (#27981)
  • 78fd348 ci: provide environment variables to the deploy step (#28009)
  • bf5baf5 release: cut the v16.2.10 release
  • c51fd25 ci: provide environment variables to the right step (#27991)
  • 2b5a7fa fix(material/checkbox): add aria-checked (#27970)
  • 9fe2f39 ci: fix environment variables (#27966)
  • 25d161c ci: migrate deploying doc site job to GHA
  • 6c424ba ci: migrate package archive uploading job to GHA
  • eceefd9 ci: migrate snapshot publishing job to GHA
  • Additional commits viewable in compare view

Updates @angular/common from 16.2.7 to 16.2.11

Release notes

Sourced from @​angular/common's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/common's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

16.2.10 (2023-10-18)

... (truncated)

Commits

Updates @angular/compiler from 16.2.7 to 16.2.11

Release notes

Sourced from @​angular/compiler's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/compiler's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

16.2.10 (2023-10-18)

... (truncated)

Commits

Updates @angular/core from 16.2.7 to 16.2.11

Release notes

Sourced from @​angular/core's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/core's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

16.2.10 (2023-10-18)

... (truncated)

Commits
  • 019a0f4 fix(core): load global utils before creating platform injector in the standal...
  • 7853332 fix(core): get root and platform injector providers in special cases (#52365)
  • 54ea3b6 fix(core): emit provider configured event when a service is configured with `...
  • 3afee87 docs(docs-infra): fix codeblock snippet for APP_INITIALIZER (#52354)
  • 56c93d0 docs(core): fix the language code (#52352)
  • 1693846 test(core): fix test observing broken OnPush checkNoChanges (#52337)
  • d75eaa7 refactor(core): remove unused helper for setting LView for reactive consume...
  • 2bfd28c docs: correct wording for Directive's decorator host property key description...
  • d3c9e43 docs(core): add an example of configuring APP_INITIALIZER token in context of...
  • 334fe60 refactor(core): Update view flags so only one number needs adjustment (#51839)
  • Additional commits viewable in compare view

Updates @angular/forms from 16.2.7 to 16.2.11

Release notes

Sourced from @​angular/forms's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/forms's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

16.2.10 (2023-10-18)

... (truncated)

Commits

Updates @angular/localize from 16.2.7 to 16.2.11

Release notes

Sourced from @​angular/localize's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/localize's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

16.2.10 (2023-10-18)

... (truncated)

Commits
  • ee5b1cf release: cut the v16.2.11 release
  • b79b4ac fix(router): RouterTestingHarness should throw if a component is expected b...
  • 019a0f4 fix(core): load global utils before creating platform injector in the standal...
  • 7853332 fix(core): get root and platform injector providers in special cases (#52365)
  • 54ea3b6 fix(core): emit provider configured event when a service is configured with `...
  • 372dd0a docs: the Component import is not being used (#52323)
  • 3afee87 docs(docs-infra): fix codeblock snippet for APP_INITIALIZER (#52354)
  • 56c93d0 docs(core): fix the language code (#52352)
  • fd88d6a docs: update Angular CLI help [16.2.x] (

Bumps the frontend-angular-dependencies group in /src-ui with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `16.2.7` | `16.2.11` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.7` | `16.2.11` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.7` | `16.2.11` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.7` | `16.2.11` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.7` | `16.2.11` |
| [@angular/localize](https://github.com/angular/angular) | `16.2.7` | `16.2.11` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.7` | `16.2.11` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.7` | `16.2.11` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.7` | `16.2.11` |
| [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) | `15.1.1` | `15.1.2` |
| [@ng-select/ng-select](https://github.com/ng-select/ng-select) | `11.1.1` | `11.2.0` |
| [ngx-ui-tour-ng-bootstrap](https://github.com/hakimio/ngx-ui-tour) | `13.0.4` | `13.0.6` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.4` | `16.2.9` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.4` | `16.2.9` |


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

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

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

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

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

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

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

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

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

Updates `@ng-bootstrap/ng-bootstrap` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](ng-bootstrap/ng-bootstrap@15.1.1...15.1.2)

Updates `@ng-select/ng-select` from 11.1.1 to 11.2.0
- [Release notes](https://github.com/ng-select/ng-select/releases)
- [Changelog](https://github.com/ng-select/ng-select/blob/master/CHANGELOG.md)
- [Commits](ng-select/ng-select@v11.1.1...v11.2.0)

Updates `ngx-ui-tour-ng-bootstrap` from 13.0.4 to 13.0.6
- [Release notes](https://github.com/hakimio/ngx-ui-tour/releases)
- [Commits](https://github.com/hakimio/ngx-ui-tour/commits)

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

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

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/localize"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@ng-select/ng-select"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: ngx-ui-tour-ng-bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2023 19:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend labels Nov 1, 2023
@shamoon shamoon enabled auto-merge (squash) November 1, 2023 19:56
Copy link
Member

@shamoon shamoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont see any issues, go dependabot

@shamoon shamoon merged commit 79afc23 into dev Nov 1, 2023
34 checks passed
@shamoon shamoon deleted the dependabot/npm_and_yarn/src-ui/dev/frontend-angular-dependencies-af5e7c4aa4 branch November 1, 2023 19:56
Copy link
Contributor

github-actions bot commented Dec 2, 2023

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant