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 all-dependencies group across 1 directory with 15 updates #728

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 15 updates in the /samples/AspireWithJavaScript/AspireJavaScript.Angular directory:

Package From To
@angular/animations 19.1.4 19.2.1
@angular/common 19.1.4 19.2.1
@angular/compiler 19.1.4 19.2.1
@angular/core 19.1.4 19.2.1
@angular/forms 19.1.4 19.2.1
@angular/platform-browser 19.1.4 19.2.1
@angular/platform-browser-dynamic 19.1.4 19.2.1
@angular/router 19.1.4 19.2.1
rxjs 7.8.1 7.8.2
@angular-devkit/build-angular 19.1.4 19.2.1
@angular/cli 19.1.4 19.2.1
@angular/compiler-cli 19.1.4 19.2.1
@types/jasmine 5.1.5 5.1.7
jasmine-core 5.5.0 5.6.0
typescript 5.7.3 5.8.2

Updates @angular/animations from 19.1.4 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)
  • See full diff in compare view

Updates @angular/common from 19.1.4 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 19.1.4 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
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
  • db53085 refactor(compiler): remove input transforms feature (#59980)
  • 9e847fc fix(compiler): handle tracking expressions requiring temporary variables (#58...
  • e47c1e5 refactor(compiler): pass more information to HMR replacement function (#59854)
  • bae94b8 fix(compiler-cli): handle const enums used inside HMR data (#59815)
  • fe8a683 feat(compiler): support untagged template literals in expressions (#59230)
  • 4016aa3 refactor(compiler): clean up tagged templates in output AST (#59230)
  • eb7e765 refactor(compiler): produce AST for template literals (#59230)
  • 353005b refactor(compiler): tokenize template literals (#59230)
  • 98998bb refactor(compiler): allow lexer to produce multiple tokens (#59230)
  • 98f8207 fix(compiler): handle :host-context with comma-separated child selector (#59276)
  • Additional commits viewable in compare view

Updates @angular/core from 19.1.4 to 19.2.1

Release notes

Sourced from @​angular/core'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/core'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
  • f24246e refactor(core): inline isFactory within getNodeInjectable (#59824)
  • 507ed58 refactor(core): extract dirty and markForRefresh from the private `ViewRe...
  • 83abe5f docs: fix all brokens links on the API pages (#59162)
  • 8579ff8 docs: Remove misleading default value DEFAULT_CURRENCY_CODE (

Bumps the all-dependencies group with 15 updates in the /samples/AspireWithJavaScript/AspireJavaScript.Angular directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.1.4` | `19.2.1` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.1.4` | `19.2.1` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.1.4` | `19.2.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.1.4` | `19.2.1` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.1.4` | `19.2.1` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.1.4` | `19.2.1` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.1.4` | `19.2.1` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.1.4` | `19.2.1` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.1.4` | `19.2.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.1.4` | `19.2.1` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.1.4` | `19.2.1` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.5` | `5.1.7` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.5.0` | `5.6.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |



Updates `@angular/animations` from 19.1.4 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/common` from 19.1.4 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 19.1.4 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 19.1.4 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 19.1.4 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/platform-browser` from 19.1.4 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 19.1.4 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 19.1.4 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 `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

Updates `@angular-devkit/build-angular` from 19.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@19.1.4...19.2.1)

Updates `@angular/cli` from 19.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@19.1.4...19.2.1)

Updates `@angular/compiler-cli` from 19.1.4 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)

Updates `@types/jasmine` from 5.1.5 to 5.1.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

Updates `jasmine-core` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.5.0...v5.6.0)

Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/jasmine"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jasmine-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/samples/AspireWithJavaScript/AspireJavaScript.Angular/all-dependencies-2840332208 branch from 3fc1b98 to 6f7c5d7 Compare March 10, 2025 06:16
@danmoseley danmoseley merged commit 21a4142 into main Mar 14, 2025
3 checks passed
@danmoseley danmoseley deleted the dependabot/npm_and_yarn/samples/AspireWithJavaScript/AspireJavaScript.Angular/all-dependencies-2840332208 branch March 14, 2025 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant