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 across 1 directory with 13 updates #10702

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2025

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

Package From To
@angular/animations 17.1.3 19.2.1
@angular/cdk 17.1.2 19.2.2
@angular/common 17.1.3 19.2.1
@angular/compiler 17.1.3 19.2.1
@angular/core 17.1.3 19.2.1
@angular/forms 17.1.3 19.2.1
@angular/material 17.1.2 19.2.2
@angular/material-date-fns-adapter 17.1.2 19.2.2
@angular/platform-browser 17.1.3 19.2.1
@angular/platform-browser-dynamic 17.1.3 19.2.1
@angular/router 17.1.3 19.2.1
@angular/cli 17.1.4 19.2.1
@angular/compiler-cli 17.1.3 19.2.1

Updates @angular/animations from 17.1.3 to 19.2.1

Release notes

Sourced from @​angular/animations's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#60056)

router

... (truncated)

Commits
  • 83abe5f docs: fix all brokens links on the API pages (#59162)
  • 79c3374 docs: fix AnimationGroupMetadata description (#59733)
  • e549bde refactor(animations): tree-shake regular expressions (#60095)
  • b76be83 fix(core): animation sometimes renderer not being destroyed during HMR (#59574)
  • 5884153 refactor(animations): drop warning functions in production (#59408)
  • 0e23f20 fix(platform-browser): styles not replaced during HMR when using animations r...
  • 2f5f898 docs(animations): update position parameter to be a decimal (#57927)
  • d010e11 feat(core): add event listener options to renderer (#59092)
  • 0513fbc docs: set syntax highlighting of code examples MD code blocks (#59026)
  • 8d6ea5b docs: fix missing alert block styles in the API reference (#59020)
  • Additional commits viewable in compare view

Updates @angular/cdk from 17.1.2 to 19.2.2

Release notes

Sourced from @​angular/cdk's releases.

v19.2.2

19.2.2 "metal-llama" (2025-03-05)

material

Commit Description
fix - f89ed8115c bottom-sheet: focus first tabbable element by default (#30549)
fix - 8754784ec5 schematics: remove NoopAnimationsModule from generated tests (#30562)
fix - bfdbc23b8c timepicker: unable to reopen if closed by scroll strategy (#30561)

cdk

Commit Description
fix - c31c7fe22a stepper: emitting interacted event when item has not changed (#30579)

material-angular-io

Commit Description
fix - cd40ee0f37 sidenav links not updating (#30564)

multiple

Commit Description
fix - 3c68b6d6b7 resolve host binding issues (#30570)

v19.2.1

19.2.1 "neptunite-neptune" (2025-02-26)

v19.2.0

19.2.0 "pyrite-pacifier" (2025-02-26)

cdk-experimental

Commit Description
fix - 151ff1aed column-resize: Fix lazy resize mode (broken by ##30378) (#30413)

youtube-player

Commit Description
feat - d6fd2768a add API to put the player in fullscreen mode (#30491)

google-maps

Commit Description
fix - 81aa28537 resolve mismatching types (#30544)

material

Commit Description
feat - 3d91f6105 core: drop dependency on animations module (#30459)
feat - 44c732065 schematics: Add option to customize colors for neutral variant and error palettes (#30321)
fix - 013fe0456 autocomplete: switch away from animations module (#30356)
fix - 5423dd25e bottom-sheet: remove remaining animation dependencies
fix - 0776acc1e bottom-sheet: switch away from animations module (#30402)
fix - f9c036c0e button: incorrect outlined focus overlay shape when border radius is customized (#30513)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

19.2.2 "metal-llama" (2025-03-05)

cdk

Commit Type Description
c31c7fe22a fix stepper: emitting interacted event when item has not changed (#30579)

material

Commit Type Description
f89ed8115c fix bottom-sheet: focus first tabbable element by default (#30549)
8754784ec5 fix schematics: remove NoopAnimationsModule from generated tests (#30562)
bfdbc23b8c fix timepicker: unable to reopen if closed by scroll strategy (#30561)

material-angular-io

Commit Type Description
cd40ee0f37 fix sidenav links not updating (#30564)

multiple

Commit Type Description
3c68b6d6b7 fix resolve host binding issues (#30570)

19.2.1 "neptunite-neptune" (2025-02-26)

19.2.0 "pyrite-pacifier" (2025-02-26)

cdk

Commit Type Description
1c2c9d98f fix collections: SelectionModel setSelection method inconsistent with compareWith (#27460)
de40f2eec fix platform: preserve compatibility with angular versions less than 19.1 (#30401)
36992a362 fix stepper: Linear stepper after initialization navigating to previous step issue (#30323)

material

Commit Type Description
3d91f6105 feat core: drop dependency on animations module (#30459)
44c732065 feat schematics: Add option to customize colors for neutral variant and error palettes (#30321)
013fe0456 fix autocomplete: switch away from animations module (#30356)
5423dd25e fix bottom-sheet: remove remaining animation dependencies
0776acc1e fix bottom-sheet: switch away from animations module (#30402)
f9c036c0e fix button: incorrect outlined focus overlay shape when border radius is customized (#30513)
fd09003a1 fix chips: forced colors disabled chip fix (#30429)
936258c45 fix core: deprecate AnimationCurves and AnimationDurations (#30538)
d141f83f3 fix core: remove animations from ng add (#30446)
0a0ddcf3b fix datepicker: changed after checked error when assigning end value (#30534)
212c35476 fix datepicker: remove remaining animation dependencies
066c74025 fix datepicker: switch away from animations module (#30360)

... (truncated)

Commits
  • 9061b7b release: cut the v19.2.2 release
  • 4da0ba5 docs: add missing closing bracket in system token example (#30582)
  • 3c68b6d fix(multiple): resolve host binding issues (#30570)
  • c31c7fe fix(cdk/stepper): emitting interacted event when item has not changed (#30579)
  • 6a087fd build: update to Angular 19.2 and TypeScript 5.8 final (#30574)
  • 8754784 fix(material/schematics): remove NoopAnimationsModule from generated tests (#...
  • cd40ee0 fix(material-angular-io): sidenav links not updating (#30564)
  • bfdbc23 fix(material/timepicker): unable to reopen if closed by scroll strategy (#30561)
  • f89ed81 fix(material/bottom-sheet): focus first tabbable element by default (#30549)
  • c254880 release: cut the v19.2.1 release
  • Additional commits viewable in compare view

Updates @angular/common from 17.1.3 to 19.2.1

Release notes

Sourced from @​angular/common's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#60056)

router

... (truncated)

Commits
  • 83abe5f docs: fix all brokens links on the API pages (#59162)
  • 26b3a8f refactor(http): add context property to httpResource (#60188)
  • c2de5f6 fix(common): clean up onUrlChange listener when root scope is destroyed (#6...
  • ee2f07f refactor(http): rename map to parse on HttpResourceOptions (#60112)
  • 7d66360 fix(common): make types for HttpClient more readable (#59901)
  • f88ed8e refactor(core): Add fake navigation to primitives for code sharing (#59857)
  • 40dc99d refactor(common): inline supports check in slice pipe (#59684)
  • 9674882 refactor(common): simplify stripTrailingSlash (#59746)
  • 7bd4be0 fix(common): clean up urlChanges subscribers when root scope is destroyed (...
  • 3e39da5 feat(common): introduce experimental httpResource (#59876)
  • Additional commits viewable in compare view

Updates @angular/compiler from 17.1.3 to 19.2.1

Release notes

Sourced from @​angular/compiler's releases.

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description

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

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



Updates `@angular/animations` from 17.1.3 to 19.2.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.1/packages/animations)

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

Updates `@angular/common` from 17.1.3 to 19.2.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.1/packages/common)

Updates `@angular/compiler` from 17.1.3 to 19.2.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.1/packages/compiler)

Updates `@angular/core` from 17.1.3 to 19.2.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.1/packages/core)

Updates `@angular/forms` from 17.1.3 to 19.2.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.1/packages/forms)

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

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

Updates `@angular/platform-browser` from 17.1.3 to 19.2.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.1/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.1.3 to 19.2.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.1/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.1.3 to 19.2.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.1/packages/router)

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

Updates `@angular/compiler-cli` from 17.1.3 to 19.2.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.1/packages/compiler-cli)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 9, 2025
Copy link

sonarqubecloud bot commented Mar 9, 2025

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