Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2026

Bumps the npm-dev-deps group with 10 updates in the /angular-app directory:

Package From To
@angular/build 20.3.15 21.1.1
@angular/cli 20.3.15 21.1.1
@angular/compiler-cli 20.3.16 21.1.1
@types/jasmine 5.1.15 6.0.0
@types/node 24.10.9 25.0.10
angular-eslint 20.4.0 21.1.0
jasmine-core 5.12.1 6.0.1
stylelint 16.26.1 17.0.0
stylelint-config-standard 39.0.1 40.0.0
typescript-eslint 8.46.2 8.53.1

Updates @angular/build from 20.3.15 to 21.1.1

Release notes

Sourced from @​angular/build's releases.

21.1.1

@​schematics/angular

Commit Description
fix - 9da6d8fa7 correct vscode MCP configuration for new projects
fix - 361758c75 remove special characters from jasmine-vitest report filename

@​angular/cli

Commit Description
fix - 151b69587 Remove nonexistent link from MCP response

@​angular/build

Commit Description
fix - 1b7e3307a allow application assets in workspace root
fix - d1e596dc5 prevent incorrect catch binding removal in downleveled for-await
fix - 98ef0981a update undici to v7.18.2

21.1.0

@​schematics/angular

Commit Description
feat - 36cf3afb4 add browserMode option to jasmine-vitest schematic
feat - e71a72ffd generate detailed migration report for refactor-jasmine-vitest
fix - 18cf6c51b add MCP configuration file to new workspaces

@​angular/cli

Commit Description
feat - 772e6efe7 add 'test' and 'e2e' MCP tools
feat - 8efb86318 Add "all" as an experimental tool group
feat - c3c9ac506 Add MCP tools for building and running devservers
feat - d635a6c63 add signal forms lessons
fix - d8b76e93d correctly handle yarn classic tag manifest fetching
fix - 7ab5c0b0a correctly spawn package managers on Windows in new abstraction
fix - 348096623 enhance list_projects MCP tool file system traversal and symlink handling
fix - 316fca862 handle array output from npm view in manifest parser
fix - 032257a6d improve signal forms lesson examples in AI tutor
fix - 18d74dde8 rename mcp devserver tools to comply with naming spec
fix - 1ad773671 update dependency @​modelcontextprotocol/sdk to v1.25.2
fix - 45d4f5668 update yarn berry package manager configuration
fix - 122ed27c9 use project-local temporary directory in ng add
perf - a15db28b2 cache resolved specific version in package manager abstraction
perf - 240588b7e optimize ng add version discovery

@​angular/build

Commit Description
feat - 1eda0a99f directly support ng-packagr in unit-test builder
feat - 87175f9dc disable TestBed teardown during debugging in Vitest
fix - 1e39c77a4 inject source-map-support for Vitest browser tests
fix - 3fd7dcd76 normalize roots to POSIX in test discovery for Windows compatibility
fix - 164e7dbbc resolve test files correctly on Windows when using non-C drives

... (truncated)

Changelog

Sourced from @​angular/build's changelog.

21.1.1 (2026-01-21)

@​angular/cli

Commit Type Description
151b69587 fix Remove nonexistent link from MCP response

@​schematics/angular

Commit Type Description
9da6d8fa7 fix correct vscode MCP configuration for new projects
361758c75 fix remove special characters from jasmine-vitest report filename

@​angular/build

Commit Type Description
1b7e3307a fix allow application assets in workspace root
d1e596dc5 fix prevent incorrect catch binding removal in downleveled for-await
98ef0981a fix update undici to v7.18.2

Commits
  • d49ec17 release: cut the v21.1.1 release
  • 9da6d8f fix(@​schematics/angular): correct vscode MCP configuration for new projects
  • 4742aae build: update pnpm to v10.28.1
  • 361758c fix(@​schematics/angular): remove special characters from jasmine-vitest repor...
  • 151b695 fix(@​angular/cli): Remove nonexistent link from MCP response
  • 98ef098 fix(@​angular/build): update undici to v7.18.2
  • 2e3fca7 build: lock file maintenance
  • 1b7e330 fix(@​angular/build): allow application assets in workspace root
  • d1e596d fix(@​angular/build): prevent incorrect catch binding removal in downleveled f...
  • ad75b55 build: update github/codeql-action action to v4.31.10
  • Additional commits viewable in compare view

Updates @angular/cli from 20.3.15 to 21.1.1

Release notes

Sourced from @​angular/cli's releases.

21.1.1

@​schematics/angular

Commit Description
fix - 9da6d8fa7 correct vscode MCP configuration for new projects
fix - 361758c75 remove special characters from jasmine-vitest report filename

@​angular/cli

Commit Description
fix - 151b69587 Remove nonexistent link from MCP response

@​angular/build

Commit Description
fix - 1b7e3307a allow application assets in workspace root
fix - d1e596dc5 prevent incorrect catch binding removal in downleveled for-await
fix - 98ef0981a update undici to v7.18.2

21.1.0

@​schematics/angular

Commit Description
feat - 36cf3afb4 add browserMode option to jasmine-vitest schematic
feat - e71a72ffd generate detailed migration report for refactor-jasmine-vitest
fix - 18cf6c51b add MCP configuration file to new workspaces

@​angular/cli

Commit Description
feat - 772e6efe7 add 'test' and 'e2e' MCP tools
feat - 8efb86318 Add "all" as an experimental tool group
feat - c3c9ac506 Add MCP tools for building and running devservers
feat - d635a6c63 add signal forms lessons
fix - d8b76e93d correctly handle yarn classic tag manifest fetching
fix - 7ab5c0b0a correctly spawn package managers on Windows in new abstraction
fix - 348096623 enhance list_projects MCP tool file system traversal and symlink handling
fix - 316fca862 handle array output from npm view in manifest parser
fix - 032257a6d improve signal forms lesson examples in AI tutor
fix - 18d74dde8 rename mcp devserver tools to comply with naming spec
fix - 1ad773671 update dependency @​modelcontextprotocol/sdk to v1.25.2
fix - 45d4f5668 update yarn berry package manager configuration
fix - 122ed27c9 use project-local temporary directory in ng add
perf - a15db28b2 cache resolved specific version in package manager abstraction
perf - 240588b7e optimize ng add version discovery

@​angular/build

Commit Description
feat - 1eda0a99f directly support ng-packagr in unit-test builder
feat - 87175f9dc disable TestBed teardown during debugging in Vitest
fix - 1e39c77a4 inject source-map-support for Vitest browser tests
fix - 3fd7dcd76 normalize roots to POSIX in test discovery for Windows compatibility
fix - 164e7dbbc resolve test files correctly on Windows when using non-C drives

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

21.1.1 (2026-01-21)

@​angular/cli

Commit Type Description
151b69587 fix Remove nonexistent link from MCP response

@​schematics/angular

Commit Type Description
9da6d8fa7 fix correct vscode MCP configuration for new projects
361758c75 fix remove special characters from jasmine-vitest report filename

@​angular/build

Commit Type Description
1b7e3307a fix allow application assets in workspace root
d1e596dc5 fix prevent incorrect catch binding removal in downleveled for-await
98ef0981a fix update undici to v7.18.2

Commits
  • d49ec17 release: cut the v21.1.1 release
  • 9da6d8f fix(@​schematics/angular): correct vscode MCP configuration for new projects
  • 4742aae build: update pnpm to v10.28.1
  • 361758c fix(@​schematics/angular): remove special characters from jasmine-vitest repor...
  • 151b695 fix(@​angular/cli): Remove nonexistent link from MCP response
  • 98ef098 fix(@​angular/build): update undici to v7.18.2
  • 2e3fca7 build: lock file maintenance
  • 1b7e330 fix(@​angular/build): allow application assets in workspace root
  • d1e596d fix(@​angular/build): prevent incorrect catch binding removal in downleveled f...
  • ad75b55 build: update github/codeql-action action to v4.31.10
  • Additional commits viewable in compare view

Updates @angular/compiler-cli from 20.3.16 to 21.1.1

Release notes

Sourced from @​angular/compiler-cli's releases.

21.1.1

compiler-cli

Commit Description
fix - 0e1f1ed573 drop .tsx extension for generated relative imports

core

Commit Description
fix - 05adfcf8f2 handle Set in class bindings

forms

Commit Description
feat - d89a80a970 Ability to manually register a form field binding in signal forms
fix - cb75f9ce85 fix control value syncing on touch

VSCode Extension: 21.1.1

  • fix(vscode-extension): add syntax highlighting for arrow functions (a649fc8f57)
  • fix(vscode-extension): add syntax highlighting for spread/rest expressions (8f16846dd9)

VSCode Extension: 21.1.0

21.1.0 (2026-01-12)

  • fix(vscode-extension): convert enum member kind in completions correctly (50674f8c28)

21.1.0

common

Commit Description
feat - d8790972be Add custom transformations for Cloudflare and Cloudinary image loaders
feat - a6b8cb68af support custom transformations in ImageKit and Imgix loaders

compiler

Commit Description
feat - 640693da8e Add support for multiple swich cases matching
fix - 0ad3adc7c6 Support empty cases

core

Commit Description
feat - 99ad18a4ee Add stability debugging utility
feat - a0dfa5fa86 support rest arguments in function calls
feat - 6e18fa8bc9 support spread elements in array literals
feat - e407280ab5 support spread expressions in object literals
fix - 06be8034bb Microtask scheduling should be used after any application synchronization
fix - b4f584cf42 return StaticProvider for providePlatformInitializer

forms

Commit Description
feat - 1ea5c97703 allow focusing bound control from field state

platform-browser

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/compiler-cli's changelog.

21.1.1 (2026-01-21)

compiler-cli

Commit Type Description
0e1f1ed573 fix drop .tsx extension for generated relative imports

core

Commit Type Description
05adfcf8f2 fix handle Set in class bindings

forms

Commit Type Description
d89a80a970 feat Ability to manually register a form field binding in signal forms
cb75f9ce85 fix fix control value syncing on touch

21.1.0 (2026-01-14)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

common

Commit Type Description
d8790972be feat Add custom transformations for Cloudflare and Cloudinary image loaders
a6b8cb68af feat support custom transformations in ImageKit and Imgix loaders

compiler

Commit Type Description
640693da8e feat Add support for multiple swich cases matching
0ad3adc7c6 fix Support empty cases

core

Commit Type Description
99ad18a4ee feat Add stability debugging utility
a0dfa5fa86 feat support rest arguments in function calls
6e18fa8bc9 feat support spread elements in array literals
e407280ab5 feat support spread expressions in object literals
06be8034bb fix Microtask scheduling should be used after any application synchronization
b4f584cf42 fix return StaticProvider for providePlatformInitializer

forms

Commit Type Description
1ea5c97703 feat allow focusing bound control from field state

platform-browser

Commit Type Description
ec9dc94cee feat add context to createApplication
ab67988d2e feat resolve JIT resources in createApplication

... (truncated)

Commits
  • 1884226 docs(docs-infra): Handle additional description format
  • 0e1f1ed fix(compiler-cli): drop .tsx extension for generated relative imports
  • ded654d build: initial test of TypeScript 6
  • 5326333 fix(forms): Ensure the control instruction comes after the other bindings
  • 5ad2e1b docs: replace old https://angular.io/license with https://angular.dev/license
  • c7d6053 refactor(compiler-cli): update error message links to versioned docs (#66374)
  • 29f074a fix(forms): Rename signal form [field] to [formField]
  • 0ad3adc fix(compiler): Support empty cases
  • a0dfa5f feat(core): support rest arguments in function calls
  • 6e18fa8 feat(core): support spread elements in array literals
  • Additional commits viewable in compare view

Updates @types/jasmine from 5.1.15 to 6.0.0

Commits

Updates @types/node from 24.10.9 to 25.0.10

Commits

Updates angular-eslint from 20.4.0 to 21.1.0

Release notes

Sourced from angular-eslint's releases.

v21.1.0

21.1.0 (2025-12-08)

🚀 Features

  • eslint-plugin: add prefer-signal-model rule to encourage using model() for two-way bindings (#2818)

🩹 Fixes

  • update typescript-eslint packages to v8.47.0 (#2805)
  • update dependency @​angular/compiler to v21.0.1 (#2814)
  • reference @​angular/cli peer in addition to direct dependencies (#2820)

❤️ Thank You

v21.0.1

21.0.1 (2025-11-23)

🩹 Fixes

  • eslint-plugin-template: [prefer-template-literal] handle chained concatenations correctly (#2801)
  • eslint-plugin-template: [prefer-contextual-for-variables] fix overlapping fixes for semicolon-separated let declarations (#2802)

❤️ Thank You

v21.0.0

21.0.0 (2025-11-22)

As always we recommend that you update your existing workspaces by using ng update as we provide some helpful schematics to help migrate your workspaces to the latest and greatest. Running the following will update Angular, the Angular CLI and angular-eslint together:

ng update @angular/core @angular/cli angular-eslint

🚀 Features

  • ⚠️ update Angular dependencies to v21 (6a6b671e)
  • ⚠️ eslint-plugin: formally deprecate [no-conflicting-lifecycle] and remove from "all" config (5d845924)
  • ⚠️ eslint-plugin-template: add prefer-control-flow to recommended config (77cd24d3)
  • ⚠️ eslint-plugin-template: add textContent to default allowList (f112c169)
  • schematics: generate new projects using eslint defineConfig (5aa8171b)

🩹 Fixes

  • ⚠️ builder: align formatter invocation with eslint CLI by always passing all files, even if quiet (bceaa80e)

... (truncated)

Changelog

Sourced from angular-eslint's changelog.

21.1.0 (2025-12-08)

🚀 Features

  • eslint-plugin: add prefer-signal-model rule to encourage using model() for two-way bindings (#2818)

🩹 Fixes

  • reference @​angular/cli peer in addition to direct dependencies (#2820)

❤️ Thank You

21.0.1 (2025-11-23)

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

21.0.0 (2025-11-22)

🚀 Features

  • ⚠️ eslint-plugin: formally deprecate [no-conflicting-lifecycle] and remove from "all" config (5d845924)
  • ⚠️ eslint-plugin-template: add prefer-control-flow to recommended config (77cd24d3)

⚠️ Breaking Changes

  • ⚠️ eslint-plugin: formally deprecate [no-conflicting-lifecycle] and remove from "all" config (5d845924)
  • ⚠️ eslint-plugin-template: add prefer-control-flow to recommended config (77cd24d3)

❤️ Thank You

20.7.0 (2025-11-22)

🩹 Fixes

  • support eslint defineConfig types better (#2793)

❤️ Thank You

20.6.0 (2025-11-09)

🩹 Fixes

  • angular-eslint: support eslint defineConfig types in addition to typescript-eslint config (#2760)

... (truncated)

Commits
  • 4fa7889 chore(release): publish 21.1.0
  • 2cd82eb feat(eslint-plugin): add prefer-signal-model rule to encourage using model() ...
  • e7bb47b fix: reference @​angular/cli peer in addition to direct dependencies (#2820)
  • b19b1f6 chore(release): publish 21.0.1
  • 9ae353f chore(release): publish 21.0.0
  • 5d84592 feat(eslint-plugin)!: formally deprecate [no-conflicting-lifecycle] and remov...
  • 77cd24d feat(eslint-plugin-template)!: add prefer-control-flow to recommended config
  • fdddff9 chore(release): publish 20.7.0
  • 9c528ee fix: support eslint defineConfig types better (#2793)
  • e530160 chore(release): publish 20.6.0
  • Additional commits viewable in compare view

Updates jasmine-core from 5.12.1 to 6.0.1

Release notes

Sourced from jasmine-core's releases.

v6.0.1

Please see the release notes.

v6.0.0

Please see the release notes.

v6.0.0-beta.1

Please see the release notes.

v6.0.0-beta.0

Please see the release notes.

v6.0.0-alpha.2

Please see the release notes.

v6.0.0-alpha.1

Please see the release notes.

v6.0.0-alpha.0

Please see the release notes.

v5.13.0

Please see the release notes.

Commits
  • 7379a3a Bump version to 6.0.1
  • 066669c Revert "Temporarily (I hope) disable testing against Safari 16 and 17"
  • 87177d9 Fix browser ESM deprecation wraning
  • 0c75a15 Fix typo
  • 0a6f6d2 Bump version to 6.0.0
  • 6755b03 Temporarily (I hope) disable testing against Safari 16 and 17
  • e759ddc Clarify monkey patching deprecation warning
  • 1ad28d8 Update copyright date
  • 3d36b11 rm bogus @​optional jsdoc tags
  • a15df6d Document that globals may be overwritten
  • Additional commits viewable in compare view

Updates stylelint from 16.26.1 to 17.0.0

Release notes

Sourced from stylelint's releases.

17.0.0

It contains 14 breaking changes, which we've detailed in the migrating to 17.0.0 guide. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our shared config, Visual Studio Code extension, Node.js Rule Tester and Jest preset.

  • Removed: CommonJS Node.js API (#8859) (@​jeddy3).
  • Removed: output property in the Node.js API returned resolved object (#8878) (@​jeddy3).
  • Removed: support for Node.js less than 20.19.0 (#8867) (@​jeddy3).
  • Removed: GitHub formatter (#8888) (@​jeddy3).
  • Removed: resolveNestedSelectors option from selector-class-pattern (#8931) (@​jeddy3).
  • Removed: checkContextFunctionalPseudoClasses option from selector-max-id (#8913) (@​jeddy3).
  • Changed: default fix mode to strict (#8889) (@​jeddy3).
  • Changed: report to be consistent and predictable in how it handles the provided position arguments (#8217) (@​romainmenke).
  • Changed: selector-max-* syntax rules for standard CSS nesting and modern functional pseudo-classes (#8913) (@​jeddy3).
  • Changed: *-specificity semantic rules for standard CSS nesting (#8913) (@​jeddy3).
  • Changed: no-duplicate-selectors and selector-no-qualifying-type for standard CSS nesting (#8913) (@​jeddy3).
  • Changed: *-list rules to have consistent behaviour for vendor prefixes and case (#8912) (@​jeddy3).
  • Changed: *-no-vendor-prefix rules to have consistent behaviour for their ignore*: [] secondary options (#8924) (@​jeddy3).
  • Changed: declaration-property-max-values rule to have consistent behaviour for vendor prefixes (#8926) (@​jeddy3).
  • Added: except: ["after-block"] to custom-property-empty-line-before (#8921) (@​kovsu).
  • Added: except: ["after-block"] to declaration-empty-line-before (#8910) (@​kovsu).
  • Added: ignoreSelectors: [] to no-duplicate-selectors (#8883) (@​kovsu).
  • Fixed: Windows drive letter casing inconsistencies when matching patterns against file paths (#8941) (@​adalinesimonian).
  • Fixed: CLI help to include TypeScript config files (#8908) (@​kovsu).
  • Fixed: at-rule-descriptor-no-unknown false positives for declarations within feature-value-blocks (#8868) (@​kovsu).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for short and long combinations (#8892) (@​nathannewyen).
  • Fixed: media-feature-name-no-unknown false positives for namespaced dollar variables and range context queries (#8890) (@​kovsu).
  • Fixed: nesting-selector-no-missing-scoping-root false positives for CSS-in-JS (#8905) (@​kovsu).
  • Fixed: no-invalid-position-declaration false negatives for embedded blocks (#8907) (@​kovsu).
  • Fixed: selector-no-qualifying-type false negatives for :is/where() (#8940) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for MathML 4 tags (#8874) (@​jeddy3).
Changelog

Sourced from stylelint's changelog.

17.0.0 - 2026-01-15

It contains 14 breaking changes, which we've detailed in the migrating to 17.0.0 guide. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our shared config, Visual Studio Code extension, Node.js Rule Tester and Jest preset.

  • Removed: CommonJS Node.js API (#8859) (@​jeddy3).
  • Removed: output property in the Node.js API returned resolved object (#8878) (@​jeddy3).
  • Removed: support for Node.js less than 20.19.0 (#8867) (@​jeddy3).
  • Removed: GitHub formatter (#8888) (@​jeddy3).
  • Removed: resolveNestedSelectors option from selector-class-pattern (#8931) (@​jeddy3).
  • Removed: checkContextFunctionalPseudoClasses option from selector-max-id (#8913) (@​jeddy3).
  • Changed: default fix mode to strict (#8889) (@​jeddy3).
  • Changed: report to be consistent and predictable in how it handles the provided position arguments (#8217) (@​romainmenke).
  • Changed: selector-max-* syntax rules for standard CSS nesting and modern functional pseudo-classes (#8913) (@​jeddy3).
  • Changed: *-specificity semantic rules for standard CSS nesting (#8913) (@​jeddy3).
  • Changed: no-duplicate-selectors and selector-no-qualifying-type for standard CSS nesting (#8913) (@​jeddy3).
  • Changed: *-list rules to have consistent behaviour for vendor prefixes and case (#8912) (@​jeddy3).
  • Changed: *-no-vendor-prefix rules to have consistent behaviour for their ignore*: [] secondary options (#8924) (@​jeddy3).
  • Changed: declaration-property-max-values rule to have consistent behaviour for vendor prefixes (#8926) (@​jeddy3).
  • Added: except: ["after-block"] to custom-property-empty-line-before (#8921) (@​kovsu).
  • Added: except: ["after-block"] to declaration-empty-line-before (#8910) (@​kovsu).
  • Added: ignoreSelectors: [] to no-duplicate-selectors (#8883) (@​kovsu).
  • Fixed: Windows drive letter casing inconsistencies when matching patterns against file paths (#8941) (@​adalinesimonian).
  • Fixed: CLI help to include TypeScript co...

    Description has been truncated

Bumps the npm-dev-deps group with 10 updates in the /angular-app directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.15` | `21.1.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.15` | `21.1.1` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.16` | `21.1.1` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.15` | `6.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.9` | `25.0.10` |
| [angular-eslint](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/angular-eslint) | `20.4.0` | `21.1.0` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.12.1` | `6.0.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.26.1` | `17.0.0` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `39.0.1` | `40.0.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.53.1` |



Updates `@angular/build` from 20.3.15 to 21.1.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@v20.3.15...v21.1.1)

Updates `@angular/cli` from 20.3.15 to 21.1.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@v20.3.15...v21.1.1)

Updates `@angular/compiler-cli` from 20.3.16 to 21.1.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/v21.1.1/packages/compiler-cli)

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

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

Updates `angular-eslint` from 20.4.0 to 21.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/angular-eslint/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.1.0/packages/angular-eslint)

Updates `jasmine-core` from 5.12.1 to 6.0.1
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.12.1...v6.0.1)

Updates `stylelint` from 16.26.1 to 17.0.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.26.1...17.0.0)

Updates `stylelint-config-standard` from 39.0.1 to 40.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@39.0.1...40.0.0)

Updates `typescript-eslint` from 8.46.2 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@angular/build"
  dependency-version: 21.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
- dependency-name: "@angular/cli"
  dependency-version: 21.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
- dependency-name: "@types/jasmine"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
- dependency-name: "@types/node"
  dependency-version: 25.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
- dependency-name: angular-eslint
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
- dependency-name: jasmine-core
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
- dependency-name: stylelint
  dependency-version: 17.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
- dependency-name: stylelint-config-standard
  dependency-version: 40.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
- dependency-name: typescript-eslint
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
...

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 Jan 24, 2026
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