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 #234

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2023

Bumps the angular group in /desktop with 13 updates:

Package From To
@angular/animations 16.2.10 16.2.11
@angular/cdk 16.2.9 16.2.10
@angular/common 16.2.10 16.2.11
@angular/compiler 16.2.10 16.2.11
@angular/core 16.2.10 16.2.11
@angular/forms 16.2.10 16.2.11
@angular/language-service 16.2.10 16.2.11
@angular/platform-browser 16.2.10 16.2.11
@angular/platform-browser-dynamic 16.2.10 16.2.11
@angular/router 16.2.10 16.2.11
@angular-devkit/build-angular 16.2.7 16.2.8
@angular/cli 16.2.7 16.2.8
@angular/compiler-cli 16.2.10 16.2.11

Updates @angular/animations from 16.2.10 to 16.2.11

Release notes

Sourced from @​angular/animations'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)
Changelog

Sourced from @​angular/animations'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)

Commits

Updates @angular/cdk from 16.2.9 to 16.2.10

Release notes

Sourced from @​angular/cdk's releases.

v16.2.10

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

material

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

Sourced from @​angular/cdk's changelog.

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)

Commits
  • 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
  • aa64b71 ci: migrate bazel build job to GHA
  • 29c710d ci: migrate docs site monitoring to Github Actions
  • 07f0fda ci: migrate snapshot test to Github Actions
  • See full diff in compare view

Updates @angular/common from 16.2.10 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)
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)

Commits

Updates @angular/compiler from 16.2.10 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)
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)

Commits

Updates @angular/core from 16.2.10 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)
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)

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)
  • See full diff in compare view

Updates @angular/forms from 16.2.10 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)
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)

Commits

Updates @angular/language-service from 16.2.10 to 16.2.11

Release notes

Sourced from @​angular/language-service'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)
Changelog

Sourced from @​angular/language-service'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)

Commits

Updates @angular/platform-browser from 16.2.10 to 16.2.11

Release notes

Sourced from @​angular/platform-browser'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)
Changelog

Sourced from @​angular/platform-browser'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 (

Bumps the angular group in /desktop with 13 updates:

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


Updates `@angular/animations` from 16.2.10 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/animations)

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

Updates `@angular/common` from 16.2.10 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.10 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.10 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.10 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/language-service` from 16.2.10 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/language-service)

Updates `@angular/platform-browser` from 16.2.10 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.10 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.10 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 `@angular-devkit/build-angular` from 16.2.7 to 16.2.8
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@16.2.7...16.2.8)

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

Updates `@angular/compiler-cli` from 16.2.10 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-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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2023
@tiagohm tiagohm merged commit b0ddb02 into dev Oct 27, 2023
2 checks passed
@tiagohm tiagohm deleted the dependabot/npm_and_yarn/desktop/dev/angular-89391b671c branch October 27, 2023 12:32
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