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 angular group across 1 directory with 13 updates #166

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2024

Bumps the angular group with 13 updates in the / directory:

Package From To
@angular/animations 18.2.6 18.2.10
@angular/cdk 18.2.6 18.2.11
@angular/common 18.2.6 18.2.10
@angular/compiler 18.2.6 18.2.10
@angular/core 18.2.6 18.2.10
@angular/forms 18.2.6 18.2.10
@angular/material 18.2.6 18.2.11
@angular/platform-browser 18.2.6 18.2.10
@angular/platform-browser-dynamic 18.2.6 18.2.10
@angular/router 18.2.6 18.2.10
@angular-devkit/build-angular 18.2.6 18.2.11
@angular/cli 18.2.6 18.2.11
@angular/compiler-cli 18.2.6 18.2.10

Updates @angular/animations from 18.2.6 to 18.2.10

Release notes

Sourced from @​angular/animations's releases.

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

Commit Description
fix - 11692c8dab add multiple :host and nested selectors support (#57796)
fix - 66dcc691f5 allow combinators inside pseudo selectors (#57796)
fix - 48a1437e77 fix comment typo (#57796)
fix - d325f9b55f fix parsing of the :host-context with pseudo selectors (#57796)
fix - aea747ab3b preserve attributes attached to :host selector (#57796)
fix - 21be258be6 scope :host-context inside pseudo selectors, do not decrease specificity (#57796)
fix - 7a6fd427d5 transform pseudo selectors correctly for the encapsulated view (#57796)

compiler-cli

Commit Description
fix - f187c3abf8 defer symbols only used in types (#58104)

core

Commit Description
fix - 46bafb0b0a clean up afterRender after it is executed (#58119)

platform-server

Commit Description
fix - b40875a2cc destroy PlatformRef when error happens during the bootstrap() phase (#58112) (#58135)

v18.2.7

18.2.7 (2024-10-02)

common

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.2.10 (2024-10-30)

compiler

Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#58287)

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

Commit Type Description
d0c74f3891 fix report when NgModule imports or exports itself (#58231)

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits

Updates @angular/cdk from 18.2.6 to 18.2.11

Release notes

Sourced from @​angular/cdk's releases.

v18.2.11

18.2.11 "limonite-lemon" (2024-10-31)

material

Commit Description
fix - a98c886163 button: anchor not handling disabledInteractive correctly (#29938)
fix - 810040e8fc sidenav: remove IE animation workaround (#29929)
fix - 197747e2bd stepper: remove IE animation workaround (#29916)

cdk

Commit Description
fix - 5d1bc76430 tree: only handle keyboard events directly from the node
perf - a3449dc851 table: Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) (#29814)

v18.2.10

18.2.10 "plastic-monkey" (2024-10-23)

material

Commit Description
fix - 501faa9a54 chips: emitting end event multiple times when holding down key (#29894)
fix - 4a0397a1c7 tabs: remove IE animation workaround (#29899)

v18.2.9

18.2.9 "curite-castle" (2024-10-17)

material

Commit Description
fix - 80bfac26b badge: content incorrectly truncated in M3 (#29854)
fix - 2d7519178 card: elevated card container color (#29835)
fix - 6ce574731 dialog: updates dialog max-height in landscape (#29853)
fix - ddb55e2c2 form-field: account in cols attribute on textarea (#29836)
fix - afc6b9db1 radio: use tokens for focused border color (#29716)

v18.2.8

18.2.8 "actinium-angle" (2024-10-09)

material

Commit Description
feat - 104b5932c core: expose styling information to the docs site
fix - 7ebfbeb6c schematics: treat lower dependency builder as default builder (#29833)

cdk

Commit Description
fix - fa43a2456 stepper: remove mock of forms type
fix - 5bed0943a stepper: reset submitted state when resetting stepper

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.2.11 "limonite-lemon" (2024-10-31)

cdk

Commit Type Description
5d1bc76430 fix tree: only handle keyboard events directly from the node
a3449dc851 perf table: Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) (#29814)

material

Commit Type Description
a98c886163 fix button: anchor not handling disabledInteractive correctly (#29938)
810040e8fc fix sidenav: remove IE animation workaround (#29929)
197747e2bd fix stepper: remove IE animation workaround (#29916)

19.0.0-next.10 "plastic-moose" (2024-10-23)

material

Commit Type Description
b519b4785b feat core: default to color-scheme theme type (#29907)
ea0d1ba7b7 feat core: deprecate the core mixin (#29906)
4b49d73542 feat core: switch system prefix from sys to mat-sys (#29908)
3fc1f9a1b0 feat schematics: Update custom theme schematic to work with light-dark and use theme-overrides mixin (#29911)
5153a5cd4b fix chips: emitting end event multiple times when holding down key (#29894)
5ad133d073 fix core: allow optgroup overrides through core-overrides (#29897)
a8e40ec341 fix core: correctly identify color input (#29909)
0064b4218b fix tabs: remove IE animation workaround (#29899)

google-maps

Commit Type Description
a6709497fc fix expose all clusterer types (#29905)

18.2.10 "plastic-monkey" (2024-10-23)

material

Commit Type Description
501faa9a54 fix chips: emitting end event multiple times when holding down key (#29894)
4a0397a1c7 fix tabs: remove IE animation workaround (#29899)

18.2.9 "curite-castle" (2024-10-17)

material

Commit Type Description

... (truncated)

Commits
  • 3565b50 release: cut the v18.2.11 release
  • f3f2b54 Fix _focused signal not firing stateChanges (#29944)
  • 5d1bc76 fix(cdk/tree): only handle keyboard events directly from the node
  • a98c886 fix(material/button): anchor not handling disabledInteractive correctly (#29938)
  • cd6d55c docs: update theme schematic link for v18 (#29935)
  • 810040e fix(material/sidenav): remove IE animation workaround (#29929)
  • a3449dc perf(cdk/table): Use ResizeObservers instead of dom measurement to reduce lay...
  • 197747e fix(material/stepper): remove IE animation workaround (#29916)
  • 809f927 release: cut the v18.2.10 release
  • 4a0397a fix(material/tabs): remove IE animation workaround (#29899)
  • Additional commits viewable in compare view

Updates @angular/common from 18.2.6 to 18.2.10

Release notes

Sourced from @​angular/common's releases.

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

Commit Description
fix - 11692c8dab add multiple :host and nested selectors support (#57796)
fix - 66dcc691f5 allow combinators inside pseudo selectors (#57796)
fix - 48a1437e77 fix comment typo (#57796)
fix - d325f9b55f fix parsing of the :host-context with pseudo selectors (#57796)
fix - aea747ab3b preserve attributes attached to :host selector (#57796)
fix - 21be258be6 scope :host-context inside pseudo selectors, do not decrease specificity (#57796)
fix - 7a6fd427d5 transform pseudo selectors correctly for the encapsulated view (#57796)

compiler-cli

Commit Description
fix - f187c3abf8 defer symbols only used in types (#58104)

core

Commit Description
fix - 46bafb0b0a clean up afterRender after it is executed (#58119)

platform-server

Commit Description
fix - b40875a2cc destroy PlatformRef when error happens during the bootstrap() phase (#58112) (#58135)

v18.2.7

18.2.7 (2024-10-02)

common

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.2.10 (2024-10-30)

compiler

Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#58287)

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

Commit Type Description
d0c74f3891 fix report when NgModule imports or exports itself (#58231)

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits
  • 4746794 docs: move JSDoc below constructor (#57187)
  • 10081a9 docs: move JSDoc before functions (#58087)
  • ccf2c7f docs(common): Minor typo in code example (#58085)
  • 42eb096 docs: update comments to use consistent code formatting for boolean values (#...
  • ca637fe fix(http): cleanup JSONP script listeners once loading completed (#57877)
  • 9d5b1ec docs: correct HashLocationStrategy example url (#57908)
  • 249d026 fix(common): execute checks and remove placeholder when image is already load...
  • See full diff in compare view

Updates @angular/compiler from 18.2.6 to 18.2.10

Release notes

Sourced from @​angular/compiler's releases.

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

Commit Description
fix - 11692c8dab add multiple :host and nested selectors support (#57796)
fix - 66dcc691f5 allow combinators inside pseudo selectors (#57796)
fix - 48a1437e77 fix comment typo (#57796)
fix - d325f9b55f fix parsing of the :host-context with pseudo selectors (#57796)
fix - aea747ab3b preserve attributes attached to :host selector (#57796)
fix - 21be258be6 scope :host-context inside pseudo selectors, do not decrease specificity (#57796)
fix - 7a6fd427d5 transform pseudo selectors correctly for the encapsulated view (#57796)

compiler-cli

Commit Description
fix - f187c3abf8 defer symbols only used in types (#58104)

core

Commit Description
fix - 46bafb0b0a clean up afterRender after it is executed (#58119)

platform-server

Commit Description
fix - b40875a2cc destroy PlatformRef when error happens during the bootstrap() phase (#58112) (#58135)

v18.2.7

18.2.7 (2024-10-02)

common

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.2.10 (2024-10-30)

compiler

Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#58287)

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

Commit Type Description
d0c74f3891 fix report when NgModule imports or exports itself (#58231)

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits
  • 69dce38 Revert fix(compiler): transform pseudo selectors correctly for the encapsulat...
  • 21be258 fix(compiler): scope :host-context inside pseudo selectors, do not decrease s...
  • d325f9b fix(compiler): fix parsing of the :host-context with pseudo selectors (#57796)
  • aea747a fix(compiler): preserve attributes attached to :host selector (#57796)
  • 11692c8 fix(compiler): add multiple :host and nested selectors support (#57796)
  • 48a1437 fix(compiler): fix comment typo (#57796)
  • 66dcc69 fix(compiler): allow combinators inside pseudo selectors (#57796)
  • 7a6fd42 fix(compiler): transform pseudo selectors correctly for the encapsulated view...
  • See full diff in compare view

Updates @angular/core from 18.2.6 to 18.2.10

Release notes

Sourced from @​angular/core's releases.

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

Commit Description
fix - 11692c8dab add multiple :host and nested selectors support (#57796)
fix - 66dcc691f5 allow combinators inside pseudo selectors (#57796)
fix - 48a1437e77 fix comment typo (#57796)
fix - d325f9b55f fix parsing of the :host-context with pseudo selectors (#57796)
fix - aea747ab3b preserve attributes attached to :host selector (#57796)
fix - 21be258be6 scope :host-context inside pseudo selectors, do not decrease specificity (#57796)
fix - 7a6fd427d5 transform pseudo selectors correctly for the encapsulated view (#57796)

compiler-cli

Commit Description
fix - f187c3abf8 defer symbols only used in types (#58104)

core

Commit Description
fix - 46bafb0b0a clean up afterRend...

Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2024
Copy link

cloudflare-workers-and-pages bot commented Oct 31, 2024

Deploying htt with  Cloudflare Pages  Cloudflare Pages

Latest commit: ffd2ef2
Status: ✅  Deploy successful!
Preview URL: https://883700f0.htt-dpl.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-angu-ax30.htt-dpl.pages.dev

View logs

Bumps the angular group with 13 updates in the / directory:

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



Updates `@angular/animations` from 18.2.6 to 18.2.10
- [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/18.2.10/packages/animations)

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

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

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

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

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

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

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

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

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

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

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

Updates `@angular/compiler-cli` from 18.2.6 to 18.2.10
- [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/18.2.10/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/material"
  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 force-pushed the dependabot/npm_and_yarn/angular-6e5859da19 branch from bc65a83 to ffd2ef2 Compare November 5, 2024 06:55
@axeljaeger axeljaeger merged commit 4e944f9 into main Nov 5, 2024
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-6e5859da19 branch November 5, 2024 20:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant