Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the dev-dependencies group with 18 updates in the / directory:

Package From To
@angular-eslint/builder 20.3.0 21.1.0
@angular/build 20.3.3 21.0.2
@angular/cli 20.3.3 21.0.2
@angular/compiler-cli 20.3.2 21.0.3
@eslint/js 9.36.0 9.39.1
@playwright/test 1.55.1 1.57.0
@types/jasmine 5.1.9 5.1.13
@types/node 24.6.2 24.10.1
angular-eslint 20.3.0 21.1.0
eslint 9.36.0 9.39.1
eslint-plugin-jsdoc 60.7.1 61.5.0
eslint-plugin-playwright 2.2.2 2.4.0
eslint-plugin-unicorn 61.0.2 62.0.0
globals 16.4.0 16.5.0
jasmine-core 5.11.0 5.13.0
prettier 3.6.2 3.7.4
stylelint 16.24.0 16.26.1
typescript-eslint 8.45.0 8.49.0

Updates @angular-eslint/builder from 20.3.0 to 21.1.0

Release notes

Sourced from @​angular-eslint/builder'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/builder's changelog.

21.1.0 (2025-12-08)

🩹 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 builder to align it with other projects, there were no code changes.

21.0.0 (2025-11-22)

🩹 Fixes

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

⚠️ Breaking Changes

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

❤️ Thank You

20.7.0 (2025-11-22)

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

20.6.0 (2025-11-09)

🚀 Features

  • builder: support {projectName} and {projectRoot} placeholders in outputFile (#2759)

❤️ Thank You

20.5.2 (2025-11-08)

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

20.5.1 (2025-11-03)

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

... (truncated)

Commits
  • 4fa7889 chore(release): publish 21.1.0
  • 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
  • bceaa80 fix(builder)!: align formatter invocation with eslint CLI by always passing a...
  • fdddff9 chore(release): publish 20.7.0
  • e530160 chore(release): publish 20.6.0
  • fe0e433 feat(builder): support {projectName} and {projectRoot} placeholders in output...
  • e7e09cd chore: make vitest IDE extension work reliably (#2758)
  • e97d134 chore(release): publish 20.5.2
  • Additional commits viewable in compare view

Updates @angular/build from 20.3.3 to 21.0.2

Release notes

Sourced from @​angular/build's releases.

21.0.2

@​angular/cli

Commit Description
fix - f1a7116cd update @modelcontextprotocol/sdk to v1.24.0

@​angular-devkit/schematics

Commit Description
fix - dc6d9469e remove lazy imports in node tasks

@​angular/build

Commit Description
fix - f8a1939fd add filename truncation to test discovery
fix - 86dd3297f allow overriding Vitest coverage reportsDirectory option

21.0.1

@​schematics/angular

Commit Description
fix - 2f58705cb add missing imports for lifecycle hooks in jasmine-vitest migration
fix - c973bb9ca add mock names to createSpyObj transformation
fix - 4534c9848 do not set esModuleInterop and moduleResolution when module is preserve
fix - 16d898e75 fix migration of jasmine.clock().mockDate()
fix - 21c3eac72 handle createSpyObj without base name on refactor-jasmine-vitest
fix - b8c99aa4c improve safety of done callback transformation
fix - 4a71e06fc silently skip when the build target already uses one of the new builders
fix - 2ffdae421 support testRunner option in library schematic
fix - 145de4a58 warn about loose matching in arrayWithExactContents

@​angular/cli

Commit Description
fix - 363496ae0 ensure dependencies are resolved correctly for node modules directory check

@​angular/build

Commit Description
fix - d097df2d7 correct Vitest coverage path resolution for JSDOM on Windows
fix - cdb607ada correctly configure per-browser headless mode in Vitest runner
fix - 244931ece correctly invoke isTTY as a function
fix - 54d542738 ensure correct URL joining for prerender routes
fix - a28b38bbe force dev-server to use HTTP/1.1 when using SSR with SSL
fix - 59ff867f0 normalize --include paths to posix

@​angular/ssr

Commit Description
fix - 03e231216 handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
fix - 3cac01882 prevent redirect loop with encoded query parameters

21.0.0

@​angular/cli

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/build's changelog.

21.0.2 (2025-12-03)

@​angular/cli

Commit Type Description
f1a7116cd fix update @modelcontextprotocol/sdk to v1.24.0

@​angular-devkit/schematics

Commit Type Description
dc6d9469e fix remove lazy imports in node tasks

@​angular/build

Commit Type Description
f8a1939fd fix add filename truncation to test discovery
86dd3297f fix allow overriding Vitest coverage reportsDirectory option

20.3.13 (2025-12-03)

@​angular/cli

Commit Type Description
cfbb61602 fix update @modelcontextprotocol/sdk to v1.24.0

21.1.0-next.0 (2025-11-26)

@​angular/cli

Commit Type Description
c3c9ac506 feat Add MCP tools for building and running devservers

@​schematics/angular

Commit Type Description
36cf3afb4 feat add browserMode option to jasmine-vitest schematic

... (truncated)

Commits
  • a15331b release: cut the v21.0.2 release
  • f1a7116 fix(@​angular/cli): update @modelcontextprotocol/sdk to v1.24.0
  • 3d0e5da build: update bazel dependencies
  • 5d8f090 build: update github/codeql-action action to v4.31.6
  • 4e93591 build: update cross-repo angular dependencies
  • 6348d7f build: update cross-repo angular dependencies
  • 0ab471c build: lock file maintenance
  • 86dd329 fix(@​angular/build): allow overriding Vitest coverage reportsDirectory option
  • f8a1939 fix(@​angular/build): add filename truncation to test discovery
  • dc6d946 fix(@​angular-devkit/schematics): remove lazy imports in node tasks
  • Additional commits viewable in compare view

Updates @angular/cli from 20.3.3 to 21.0.2

Release notes

Sourced from @​angular/cli's releases.

21.0.2

@​angular/cli

Commit Description
fix - f1a7116cd update @modelcontextprotocol/sdk to v1.24.0

@​angular-devkit/schematics

Commit Description
fix - dc6d9469e remove lazy imports in node tasks

@​angular/build

Commit Description
fix - f8a1939fd add filename truncation to test discovery
fix - 86dd3297f allow overriding Vitest coverage reportsDirectory option

21.0.1

@​schematics/angular

Commit Description
fix - 2f58705cb add missing imports for lifecycle hooks in jasmine-vitest migration
fix - c973bb9ca add mock names to createSpyObj transformation
fix - 4534c9848 do not set esModuleInterop and moduleResolution when module is preserve
fix - 16d898e75 fix migration of jasmine.clock().mockDate()
fix - 21c3eac72 handle createSpyObj without base name on refactor-jasmine-vitest
fix - b8c99aa4c improve safety of done callback transformation
fix - 4a71e06fc silently skip when the build target already uses one of the new builders
fix - 2ffdae421 support testRunner option in library schematic
fix - 145de4a58 warn about loose matching in arrayWithExactContents

@​angular/cli

Commit Description
fix - 363496ae0 ensure dependencies are resolved correctly for node modules directory check

@​angular/build

Commit Description
fix - d097df2d7 correct Vitest coverage path resolution for JSDOM on Windows
fix - cdb607ada correctly configure per-browser headless mode in Vitest runner
fix - 244931ece correctly invoke isTTY as a function
fix - 54d542738 ensure correct URL joining for prerender routes
fix - a28b38bbe force dev-server to use HTTP/1.1 when using SSR with SSL
fix - 59ff867f0 normalize --include paths to posix

@​angular/ssr

Commit Description
fix - 03e231216 handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
fix - 3cac01882 prevent redirect loop with encoded query parameters

21.0.0

@​angular/cli

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

21.0.2 (2025-12-03)

@​angular/cli

Commit Type Description
f1a7116cd fix update @modelcontextprotocol/sdk to v1.24.0

@​angular-devkit/schematics

Commit Type Description
dc6d9469e fix remove lazy imports in node tasks

@​angular/build

Commit Type Description
f8a1939fd fix add filename truncation to test discovery
86dd3297f fix allow overriding Vitest coverage reportsDirectory option

20.3.13 (2025-12-03)

@​angular/cli

Commit Type Description
cfbb61602 fix update @modelcontextprotocol/sdk to v1.24.0

21.1.0-next.0 (2025-11-26)

@​angular/cli

Commit Type Description
c3c9ac506 feat Add MCP tools for building and running devservers

@​schematics/angular

Commit Type Description
36cf3afb4 feat add browserMode option to jasmine-vitest schematic

... (truncated)

Commits
  • a15331b release: cut the v21.0.2 release
  • f1a7116 fix(@​angular/cli): update @modelcontextprotocol/sdk to v1.24.0
  • 3d0e5da build: update bazel dependencies
  • 5d8f090 build: update github/codeql-action action to v4.31.6
  • 4e93591 build: update cross-repo angular dependencies
  • 6348d7f build: update cross-repo angular dependencies
  • 0ab471c build: lock file maintenance
  • 86dd329 fix(@​angular/build): allow overriding Vitest coverage reportsDirectory option
  • f8a1939 fix(@​angular/build): add filename truncation to test discovery
  • dc6d946 fix(@​angular-devkit/schematics): remove lazy imports in node tasks
  • Additional commits viewable in compare view

Updates @angular/compiler-cli from 20.3.2 to 21.0.3

Release notes

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

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

router

Commit Description
fix - 48b89f9fbe handle errors from view transition finished promise

21.0.2

compiler

Commit Description
fix - 78fd159b78 prevent XSS via SVG animation attributeName and MathML/SVG URLs

21.0.1

compiler-cli

Commit Description
fix - 39c577bc36 do not type check native controls with ControlValueAccessor
fix - 8d3a89a477 escape angular control flow in jsdoc
fix - bc34083d34 ignore non-existent files

core

Commit Description
fix - 0ea1e07174 apply bootstrap-options migration to platformBrowserDynamic
fix - 70507b8c1c debug data causing memory leak for root effects
fix - a55482fca3 notify profiler events in case of errors
fix - 49ad7c6508 use injected DOCUMENT for CSP_NONCE
perf - cc1ec09931 avoid repeat searches for field directive

forms

Commit Description

... (truncated)

Changelog

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

21.0.3 (2025-12-03)

compiler-cli

Commit Type Description
5a80a48e96 fix avoid allocating an object for signals in production mode
1f1856e897 fix check that field radio button values are strings

core

Commit Type Description
8c3304c766 fix run animation queue in environment injector context
4bb085311e fix unable to inject viewProviders when host directive with providers is present
609699ae17 perf tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Type Description
6b4ab876e8 feat Allows transforms on FormUiControl signals
a5dbd4b382 fix support dynamic [field] bindings (#65599)

http

Commit Type Description
20474d3f0f fix enable XSRF protection for same-origin absolute URLs

router

Commit Type Description
48b89f9fbe fix handle errors from view transition finished promise

21.0.2 (2025-12-01)

compiler

Commit Type Description
78fd159b78 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

... (truncated)

Commits
  • 1f1856e fix(compiler-cli): check that field radio button values are strings
  • 5a80a48 fix(compiler-cli): avoid allocating an object for signals in production mode
  • 017672f refactor(compiler): Generate the controlCreate instruction after the native...
  • b7ccb30 docs(docs-infra): Improves symbol linking for Angular Aria selectors
  • 78fd159 fix(compiler): prevent XSS via SVG animation attributeName and MathML/SVG URLs
  • 8d3a89a fix(compiler-cli): escape angular control flow in jsdoc
  • 8acf5d2 fix(forms): allow dynamic type bindings on signal form controls
  • 39c577b fix(compiler-cli): do not type check native controls with ControlValueAccessor
  • f0b3485 refactor(compiler-cli): track public methods during analysis
  • 9852033 refactor(compiler-cli): add a resource debugName transform (#64172)
  • Additional commits viewable in compare view

Updates @eslint/js from 9.36.0 to 9.39.1

Release notes

Sourced from @​eslint/js's releases.

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)

... (truncated)

Commits
  • c7ebefc chore: package.json update for @​eslint/js release
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • 25d0e33 chore: package.json update for @​eslint/js release
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • See full diff in compare view

Updates @playwright/test from 1.55.1 to 1.57.0

Release notes

Sourced from @​playwright/test's releases.

v1.57.0

Speedboard

In HTML reporter, there's a new tab we call "Speedboard":

It shows you all your executed tests sorted by slowness, and can help you understand where your test suite is taking longer than expected. Take a look at yours - maybe you'll find some tests that are spending a longer time waiting than they should!

Chrome for Testing

Starting with this release, Playwright switches from Chromium, to using Chrome for Testing builds. Both headed and headless browsers are subject to this. Your tests should still be passing after upgrading to Playwright 1.57.

We're expecting no functional changes to come from this switch. The biggest change is the new icon and title in your toolbar.

If you still see an unexpected behaviour change, please file an issue.

On Arm64 Linux, Playwright continues to use Chromium.

Waiting for webserver output

testConfig.webServer added a wait field. Pass a regular expression, and Playwright will wait until the webserver logs match it.

import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run start',
wait: {
stdout: '/Listening on port (?<my_server_port>\d+)/'
},
},
});

If you include a named capture group into the expression, then Playwright will provide the capture group contents via environment variables:

import { test, expect } from '@playwright/test';
test.use({ baseUrl: http://localhost:${process.env.MY_SERVER_PORT ?? 3000} });
test('homepage', async ({ page }) => {
await page.goto('/');
});
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​playwright/test since your current version.


Updates @types/jasmine from 5.1.9 to 5.1.13

Commits

Updates @types/node from 24.6.2 to 24.10.1

Commits

Updates angular-eslint from 20.3.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)
  • ...

    Description has been truncated

…ith 18 updates

Bumps the dev-dependencies group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.3.0` | `21.1.0` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.3` | `21.0.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.3` | `21.0.2` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.2` | `21.0.3` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.36.0` | `9.39.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.55.1` | `1.57.0` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.9` | `5.1.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.6.2` | `24.10.1` |
| [angular-eslint](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/angular-eslint) | `20.3.0` | `21.1.0` |
| [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.39.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `60.7.1` | `61.5.0` |
| [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) | `2.2.2` | `2.4.0` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `61.0.2` | `62.0.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `16.5.0` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.11.0` | `5.13.0` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.24.0` | `16.26.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.45.0` | `8.49.0` |



Updates `@angular-eslint/builder` from 20.3.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/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.1.0/packages/builder)

Updates `@angular/build` from 20.3.3 to 21.0.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.3.3...21.0.2)

Updates `@angular/cli` from 20.3.3 to 21.0.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.3.3...21.0.2)

Updates `@angular/compiler-cli` from 20.3.2 to 21.0.3
- [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/21.0.3/packages/compiler-cli)

Updates `@eslint/js` from 9.36.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js)

Updates `@playwright/test` from 1.55.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.55.1...v1.57.0)

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

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

Updates `angular-eslint` from 20.3.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 `eslint` from 9.36.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.36.0...v9.39.1)

Updates `eslint-plugin-jsdoc` from 60.7.1 to 61.5.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v60.7.1...v61.5.0)

Updates `eslint-plugin-playwright` from 2.2.2 to 2.4.0
- [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
- [Changelog](https://github.com/mskelton/eslint-plugin-playwright/blob/main/CHANGELOG.md)
- [Commits](mskelton/eslint-plugin-playwright@v2.2.2...v2.4.0)

Updates `eslint-plugin-unicorn` from 61.0.2 to 62.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v61.0.2...v62.0.0)

Updates `globals` from 16.4.0 to 16.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.4.0...v16.5.0)

Updates `jasmine-core` from 5.11.0 to 5.13.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.11.0...v5.13.0)

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

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

Updates `typescript-eslint` from 8.45.0 to 8.49.0
- [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.49.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@angular-eslint/builder"
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@angular/build"
  dependency-version: 21.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 21.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/jasmine"
  dependency-version: 5.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: angular-eslint
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-unicorn
  dependency-version: 62.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: globals
  dependency-version: 16.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jasmine-core
  dependency-version: 5.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: stylelint
  dependency-version: 16.26.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 8, 2025
@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for app-clone-angular failed.

Name Link
🔨 Latest commit f3c67a3
🔍 Latest deploy log https://app.netlify.com/projects/app-clone-angular/deploys/6937361e3c27880008ef1b11

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.

1 participant