Skip to content

Bump the js-dependencies group across 1 directory with 22 updates#107

Merged
marcorosa merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/frontend/develop/js-dependencies-5cd70478f9
Sep 23, 2025
Merged

Bump the js-dependencies group across 1 directory with 22 updates#107
marcorosa merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/frontend/develop/js-dependencies-5cd70478f9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2025

Bumps the js-dependencies group with 20 updates in the /frontend directory:

Package From To
@angular/animations 20.2.4 20.3.1
@angular/cdk 20.2.2 20.2.4
@angular/common 20.2.4 20.3.1
@angular/compiler 20.2.4 20.3.1
@angular/core 20.2.4 20.3.1
@angular/forms 20.2.4 20.3.1
@angular/material 20.2.2 20.2.4
@angular/platform-browser 20.2.4 20.3.1
@angular/platform-browser-dynamic 20.2.4 20.3.1
@angular/router 20.2.4 20.3.1
@angular-devkit/build-angular 20.2.2 20.3.2
@angular-eslint/builder 20.2.0 20.3.0
@angular-eslint/eslint-plugin 20.2.0 20.3.0
@angular-eslint/eslint-plugin-template 20.2.0 20.3.0
@angular-eslint/schematics 20.2.0 20.3.0
@angular/cli 20.2.2 20.3.2
@angular/compiler-cli 20.2.4 20.3.1
@typescript-eslint/eslint-plugin 8.42.0 8.44.0
eslint 9.35.0 9.36.0
sass 1.92.1 1.93.0

Updates @angular/animations from 20.2.4 to 20.3.1

Release notes

Sourced from @​angular/animations's releases.

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Description
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

Commit Description
fix - 6e54bdfdcb fix route-lazy-loading migration (#63818)

20.3.0

Commit Description
fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

core

Commit Description
feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

For more information please see: GHSA-68x2-mx4q-78m7

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.3.1 (2025-09-17)

compiler

Commit Type Description
7fb5a8087e fix Add support for aria-invalid (#63748)

compiler-cli

Commit Type Description
8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453)
38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Type Description
802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414)
3ec8a5c753 fix Prevent leave animations on a move operation (#63745)

migrations

Commit Type Description
6e54bdfdcb fix fix route-lazy-loading migration (#63818)

18.2.14 (2025-09-10)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)

core

Commit Type Description
9d1fb33f5e fix introduce BootstrapContext for improved server bootstrapping (#63640)

... (truncated)

Commits

Updates @angular/cdk from 20.2.2 to 20.2.4

Release notes

Sourced from @​angular/cdk's releases.

20.2.4

material

Commit Description
fix - e7a0c19d0 tabs: attach content inside the zone (#31868)

20.2.3

material

Commit Description
fix - ec33bf8eba progress-bar: avoid CSP issues due to buffer dots (#31818)
fix - 9a68265302 slider: incorrect indicator transform origin in M3 (#31834)

cdk

Commit Description
fix - 442d4ca6b7 drag-drop: allow axis lock to be reset (#31829)
Changelog

Sourced from @​angular/cdk's changelog.

20.2.4 "v20.2.4 release" (2025-09-17)

material

Commit Type Description
e7a0c19d0 fix tabs: attach content inside the zone (#31868)

21.0.0-next.3 "red-envelope" (2025-09-11)

Breaking Changes

material

    • MatCommonModule has been removed.
    • GranularSanityChecks has been removed.
    • MATERIAL_SANITY_CHECKS has been removed.
    • SanityChecks has been removed.

cdk-experimental

Commit Type Description
f137183858 fix accordion: removes inert attribute from accordion trigger (#31817)

material

Commit Type Description
931ac3c1c7 fix chips: Adjust trailing icon opacity based on chip state (#31828)
c832533062 fix core: remove MatCommonModule (#31813)
878700d10a fix progress-bar: avoid CSP issues due to buffer dots (#31818)
5a1a0ba4e6 fix select: ensure proper highlighting on selection (#31789)
e0a35c52d5 fix slider: incorrect indicator transform origin in M3 (#31834)

cdk

Commit Type Description
54f641e330 fix drag-drop: allow axis lock to be reset (#31829)

20.2.3 "tango-heels" (2025-09-11)

cdk

Commit Type Description
442d4ca6b7 fix drag-drop: allow axis lock to be reset (#31829)

material

Commit Type Description
ec33bf8eba fix progress-bar: avoid CSP issues due to buffer dots (#31818)
9a68265302 fix slider: incorrect indicator transform origin in M3 (#31834)

... (truncated)

Commits

Updates @angular/common from 20.2.4 to 20.3.1

Release notes

Sourced from @​angular/common's releases.

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Description
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

Commit Description
fix - 6e54bdfdcb fix route-lazy-loading migration (#63818)

20.3.0

Commit Description
fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

core

Commit Description
feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

For more information please see: GHSA-68x2-mx4q-78m7

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.3.1 (2025-09-17)

compiler

Commit Type Description
7fb5a8087e fix Add support for aria-invalid (#63748)

compiler-cli

Commit Type Description
8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453)
38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Type Description
802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414)
3ec8a5c753 fix Prevent leave animations on a move operation (#63745)

migrations

Commit Type Description
6e54bdfdcb fix fix route-lazy-loading migration (#63818)

18.2.14 (2025-09-10)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)

core

Commit Type Description
9d1fb33f5e fix introduce BootstrapContext for improved server bootstrapping (#63640)

... (truncated)

Commits
  • 423cc17 refactor(common): trim undefined from locale data. (#63520)
  • b05552f docs: add documentation for NG02802 warning about HttpTransferCache headers (...
  • 1b7f530 build: add a noDuplicateEnumValue rule (#63483)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • See full diff in compare view

Updates @angular/compiler from 20.2.4 to 20.3.1

Release notes

Sourced from @​angular/compiler's releases.

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Description
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

Commit Description
fix - 6e54bdfdcb fix route-lazy-loading migration (#63818)

20.3.0

Commit Description
fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

core

Commit Description
feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

For more information please see: GHSA-68x2-mx4q-78m7

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.1 (2025-09-17)

compiler

Commit Type Description
7fb5a8087e fix Add support for aria-invalid (#63748)

compiler-cli

Commit Type Description
8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453)
38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Type Description
802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414)
3ec8a5c753 fix Prevent leave animations on a move operation (#63745)

migrations

Commit Type Description
6e54bdfdcb fix fix route-lazy-loading migration (#63818)

18.2.14 (2025-09-10)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)

core

Commit Type Description
9d1fb33f5e fix introduce BootstrapContext for improved server bootstrapping (#63640)

... (truncated)

Commits

Updates @angular/core from 20.2.4 to 20.3.1

Release notes

Sourced from @​angular/core's releases.

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Description
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

Commit Description
fix - 6e54bdfdcb fix route-lazy-loading migration (#63818)

20.3.0

Commit Description
fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

core

Commit Description
feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

For more information please see: GHSA-68x2-mx4q-78m7

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

20.3.1 (2025-09-17)

compiler

Commit Type Description
7fb5a8087e fix Add support for aria-invalid (#63748)

compiler-cli

Commit Type Description
8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453)
38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Type Description
802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414)
3ec8a5c753 fix Prevent leave animations on a move operation (#63745)

migrations

Commit Type Description
6e54bdfdcb fix fix route-lazy-loading migration (#63818)

18.2.14 (2025-09-10)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)

core

Commit Type Description
9d1fb33f5e fix introduce BootstrapContext for improved server bootstrapping (#63640)

... (truncated)

Commits
  • 79a818b build: update cross-repo angular dependencies (#63877)
  • dcdca98 refactor(core): remove usages of Promise.withResolvers (#63856)
  • 423cc17 refactor(common): trim undefined from locale data. (#63520)
  • dd6e1c3 refactor(core): prevent input migration from introducing a breaking change (#...
  • 6e54bdf fix(migrations): fix route-lazy-loading migration (#63818)
  • 0afd9c5 refactor(core): swap dev/prod error handling order in injector for tree-shaki...
  • c80d9ba docs: update doc to clear up difference between toObservable/ `outputToObse...
  • 4a23f6e refactor(core): wrap checkNoChanges body in if (ngDevMode) for better tre...
  • 5fd0082 refactor(compiler-cli): Add a diagnostic to detect forbiden invocations of re...
  • c8d3439 refactor(core): Reorganize and cleanup animations code (#63775)
  • Additional commits viewable in compare view

Updates @angular/forms from 20.2.4 to 20.3.1

Release notes

Sourced from @​angular/forms's releases.

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Description
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

Commit Description
fix - 6e54bdfdcb fix route-lazy-loading migration (#63818)

20.3.0

Commit Description
fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

core

Commit Description
feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

For more information please see: GHSA-68x2-mx4q-78m7

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

20.3.1 (2025-09-17)

compiler

Commit Type Description
7fb5a8087e fix Add support for aria-invalid (#63748)

compiler-cli

Commit Type Description
8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#52453)
38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Type Description
802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#63414)
3ec8a5c753 fix Prevent leave animations on a move operation (#63745)

migrations

Commit Type Description
6e54bdfdcb fix fix route-lazy-loading migration (#63818)

18.2.14 (2025-09-10)

Breaking Changes

core

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)

core

Commit Type Description
9d1fb33f5e fix introduce BootstrapContext for improved server bootstrapping (#63640)

... (truncated)

Commits

Updates @angular/material from 20.2.2 to 20.2.4

Release notes

Sourced from @​angular/material's releases.

20.2.4

material

Commit Description
fix - e7a0c19d0 tabs: attach content inside the zone (#31868)

20.2.3

material

Commit Description
fix - ec33bf8eba progress-bar: avoid CSP issues due to buffer dots (#31818)
fix - 9a68265302 slider: incorrect indicator transform origin in M3 (#31834)

cdk

Commit Description
fix - 442d4ca6b7 drag-drop: allow axis lock to be reset (#31829)
Changelog

Sourced from @​angular/material's changelog.

20.2.4 "v20.2.4 release" (2025-09-17)

material

Commit Type Description
e7a0c19d0 fix tabs: attach content inside the zone (#31868)

21.0.0-next.3 "red-envelope" (2025-09-11)

Breaking Changes

material

  • ...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend Related to angular frontend labels Sep 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 21, 2025 19:09
@dependabot dependabot bot added frontend Related to angular frontend dependencies Pull requests that update a dependency file labels Sep 21, 2025
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Here's a collaborative code review enhanced with AI insights. These suggestions are informed estimates rather than definitive answers, so please apply what feels most valuable to your project. You remain the expert decision-maker—AI simply offers additional perspective to support your development process.


Always critique what AI says. Do not let AI replace YOUR I.
Model: anthropic--claude-4-sonnet | Prompt Tokens: 1891 | Completion Tokens: 627

Comment thread frontend/package.json
Comment on lines +15 to +20
"@angular/cdk": "^20.2.4",
"@angular/common": "^20.3.1",
"@angular/compiler": "^20.3.1",
"@angular/core": "^20.3.1",
"@angular/forms": "^20.3.1",
"@angular/material": "^20.2.4",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Version Consistency Issue: There's an inconsistency in Angular dependency versions. Most Angular packages were updated to ^20.3.1, but @angular/cdk and @angular/material remain at older versions (^20.2.4 and ^20.2.4 respectively). This could lead to compatibility issues.

Recommendation: Update all Angular-related packages to the same version to ensure compatibility:

"@angular/cdk": "^20.3.1",
"@angular/material": "^20.3.1"

This ensures all Angular packages are aligned and reduces the risk of version conflicts.

Comment thread frontend/package.json
"@angular-eslint/eslint-plugin": "^20.3.0",
"@angular-eslint/eslint-plugin-template": "^20.3.0",
"@angular-eslint/schematics": "^20.3.0",
"@angular-eslint/template-parser": "^20.1.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Outdated Development Dependency: The @angular-eslint/template-parser package remains at version ^20.1.1 while other Angular ESLint packages were updated to ^20.3.0. This version mismatch could cause linting inconsistencies or compatibility issues.

Recommendation: Update this package to match the other Angular ESLint packages:

"@angular-eslint/template-parser": "^20.3.0"

This maintains consistency across all ESLint-related Angular packages.

Comment thread frontend/package.json Outdated
Comment on lines 41 to 42
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.39.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

TypeScript ESLint Version Mismatch: There's a version inconsistency between @typescript-eslint/eslint-plugin (updated to ^8.44.0) and @typescript-eslint/parser (remains at ^8.39.0). These packages should typically be kept at the same version to ensure proper compatibility.

Recommendation: Update the parser to match the plugin version:

"@typescript-eslint/parser": "^8.44.0"

This prevents potential parsing issues and ensures both packages work together seamlessly.

@github-actions
Copy link
Copy Markdown
Contributor

The changes in the package.json file include updates to various Angular dependencies and development dependencies. These updates likely aim to incorporate the latest patches and features from the Angular framework, as well as ensure compatibility and security.

Walkthrough

  • Refactor: Updated Angular related core and development dependencies to newer versions (e.g., @angular/core, @angular/material, @angular/cli).
  • Chore: Minor version updates for other development tools like eslint, sass, and TypeScript, which might include improvements and bug fixes relevant for ongoing development.
  • These updates could enhance application performance, security, and compatibility with new features introduced in Angular.

Model: gpt-4o | Prompt Tokens: 982 | Completion Tokens: 138

@marcorosa
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps the js-dependencies group with 20 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.2.4` | `20.3.1` |
| [@angular/cdk](https://github.com/angular/components) | `20.2.2` | `20.2.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.2.4` | `20.3.1` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.2.4` | `20.3.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.2.4` | `20.3.1` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.2.4` | `20.3.1` |
| [@angular/material](https://github.com/angular/components) | `20.2.2` | `20.2.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.2.4` | `20.3.1` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.2.4` | `20.3.1` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.2.4` | `20.3.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `20.2.2` | `20.3.2` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.2.0` | `20.3.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.2.0` | `20.3.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.2.0` | `20.3.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.2.0` | `20.3.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.2.2` | `20.3.2` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.2.4` | `20.3.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.42.0` | `8.44.0` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.36.0` |
| [sass](https://github.com/sass/dart-sass) | `1.92.1` | `1.93.0` |



Updates `@angular/animations` from 20.2.4 to 20.3.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/20.3.1/packages/animations)

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

Updates `@angular/common` from 20.2.4 to 20.3.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/20.3.1/packages/common)

Updates `@angular/compiler` from 20.2.4 to 20.3.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/20.3.1/packages/compiler)

Updates `@angular/core` from 20.2.4 to 20.3.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/20.3.1/packages/core)

Updates `@angular/forms` from 20.2.4 to 20.3.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/20.3.1/packages/forms)

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

Updates `@angular/platform-browser` from 20.2.4 to 20.3.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/20.3.1/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.2.4 to 20.3.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/20.3.1/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.2.4 to 20.3.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/20.3.1/packages/router)

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

Updates `@angular-eslint/builder` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/template-parser)

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

Updates `@angular/compiler-cli` from 20.2.4 to 20.3.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/20.3.1/packages/compiler-cli)

Updates `@typescript-eslint/eslint-plugin` from 8.42.0 to 8.44.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.42.0 to 8.44.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/parser)

Updates `eslint` from 9.35.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.35.0...v9.36.0)

Updates `sass` from 1.92.1 to 1.93.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.92.1...1.93.0)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 20.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: sass
  dependency-version: 1.93.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/develop/js-dependencies-5cd70478f9 branch from 34b24e8 to 27ea77e Compare September 23, 2025 08:47
@marcorosa marcorosa merged commit 4567750 into develop Sep 23, 2025
4 checks passed
@marcorosa marcorosa deleted the dependabot/npm_and_yarn/frontend/develop/js-dependencies-5cd70478f9 branch September 23, 2025 10:19
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 frontend Related to angular frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant