Skip to content

chore(deps): bump the npm-version-updates group across 1 directory with 15 updates#52

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-version-updates-91b11bdd79
Open

chore(deps): bump the npm-version-updates group across 1 directory with 15 updates#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-version-updates-91b11bdd79

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-version-updates group with 15 updates in the / directory:

Package From To
@angular/common 22.0.2 22.0.3
@angular/compiler 22.0.2 22.0.3
@angular/compiler-cli 22.0.2 22.0.3
@angular/core 22.0.2 22.0.3
@angular/router 22.0.2 22.0.3
@commitlint/config-conventional 20.5.3 21.1.0
@types/node 24.12.4 26.0.1
eslint 9.39.4 10.5.0
jest 30.0.5 30.4.2
jest-environment-jsdom 30.0.5 30.4.1
knip 5.88.1 6.21.0
prettier 3.8.3 3.8.5
semantic-release 25.0.3 25.0.5
typescript 5.8.3 6.0.3
zone.js 0.15.1 0.16.2

Updates @angular/common from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/common's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/common's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits
  • cd8f472 docs: add documentation for HttpClient response body size limit and related e...
  • 8cdc202 fix(http): prevent caching of responses with Set-Cookie headers
  • See full diff in compare view

Updates @angular/compiler from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/compiler's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/compiler's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits
  • f4f7f37 fix(compiler): remove unused import breaking CI in 22.0.x
  • f90c20d fix(compiler): account for NgModule dependencies in JIT-compiled partial decl...
  • 489d170 refactor(compiler): desable the legacy template syntax
  • 39001be refactor(compiler): Move the attribute comment to the HTML AST
  • See full diff in compare view

Updates @angular/compiler-cli from 22.0.2 to 22.0.3

Release notes

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

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

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

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits
  • 06d8549 fix(compiler-cli): report diagnostic instead of crashing on malformed host bi...
  • 6ff26e9 build: update babel monorepo to v7.29.7
  • See full diff in compare view

Updates @angular/core from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/core's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/core's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits
  • f90c20d fix(compiler): account for NgModule dependencies in JIT-compiled partial decl...
  • 01d58d7 refactor(core): Tree shake the SimpleChanges & co.
  • 03d1a64 docs(core): document resource chaining with chain() in params context
  • 2799304 fix(core): avoid uncaught promise errors in injectAsync prefetching
  • 3e7c83b Revert "fix(core): escape overlapping comment delimiters in escapeCommentText"
  • See full diff in compare view

Updates @angular/router from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/router's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/router's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits

Updates @commitlint/config-conventional from 20.5.3 to 21.1.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v21.1.0

21.1.0 (2026-06-23)

Bug Fixes

Features

Docs, chore, etc.

New Contributors

Full Changelog: conventional-changelog/commitlint@v21.0.2...v21.1.0

v21.0.2

21.0.2 (2026-05-29)

Bug Fixes

Chore/CI

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

21.1.0 (2026-06-23)

Note: Version bump only for package @​commitlint/config-conventional

21.0.2 (2026-05-29)

Note: Version bump only for package @​commitlint/config-conventional

21.0.1 (2026-05-12)

Note: Version bump only for package @​commitlint/config-conventional

21.0.0 (2026-05-08)

BREAKING CHANGES

  • drop node v18 and v20 support
  • Bump engines to >=v22 in all 39 package.json files
  • Update @​types/node to ^22.0.0
  • Update CI matrix to [22, 24]
  • Update Ubuntu baseline job to ubuntu:26.04
  • Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json
  • Update pre-commit hook to use --ignore-engines
  • Update README and docs

Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

Commits

Updates @types/node from 24.12.4 to 26.0.1

Commits

Updates eslint from 9.39.4 to 10.5.0

Release notes

Sourced from eslint's releases.

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

  • 8ae1b5b docs: Update README (GitHub Actions Bot)
  • ca7eb90 docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)
  • f99b47a docs: Update README (GitHub Actions Bot)
  • acf03d4 docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)

Chores

  • b18bf58 chore: update ecosystem plugins (#20959) (ESLint Bot)
  • c2d1444 refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)
  • 243b8c5 chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)
  • 217b2a9 test: add unit tests for ParserService (#20949) (Taejin Kim)
  • 72003e7 test: add location information to error messages in max-statements (#20945) (lumir)
  • 7797c26 refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)
  • 67c46fa chore: update ecosystem plugins (#20938) (ESLint Bot)
  • 95d8c7a chore: update dependency @​eslint/json to v2 (#20934) (renovate[bot])
  • cf9e496 chore: update @​arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)
  • fb6d396 test: run type tests with TypeScript 7 (#20868) (sethamus)

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)

Chores

  • b0e466b test: add data property to invalid tests cases for rules (#20924) (Tanuj Kanti)
  • f78838b test: add CodePath type coverage (#20904) (Pixel998)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20922) (Francesco Trotta)

…th 15 updates

Bumps the npm-version-updates group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.2` | `22.0.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.2` | `22.0.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.2` | `22.0.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.2` | `22.0.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.0.2` | `22.0.3` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.5.3` | `21.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.4` | `26.0.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.5.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.5` | `30.4.2` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.0.5` | `30.4.1` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.88.1` | `6.21.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.5` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `25.0.3` | `25.0.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `6.0.3` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.15.1` | `0.16.2` |



Updates `@angular/common` from 22.0.2 to 22.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/v22.0.3/packages/common)

Updates `@angular/compiler` from 22.0.2 to 22.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/v22.0.3/packages/compiler)

Updates `@angular/compiler-cli` from 22.0.2 to 22.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/v22.0.3/packages/compiler-cli)

Updates `@angular/core` from 22.0.2 to 22.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/v22.0.3/packages/core)

Updates `@angular/router` from 22.0.2 to 22.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/v22.0.3/packages/router)

Updates `@commitlint/config-conventional` from 20.5.3 to 21.1.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.1.0/@commitlint/config-conventional)

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

Updates `eslint` from 9.39.4 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.5.0)

Updates `jest` from 30.0.5 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest)

Updates `jest-environment-jsdom` from 30.0.5 to 30.4.1
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/jest-environment-jsdom)

Updates `knip` from 5.88.1 to 6.21.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.21.0/packages/knip)

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

Updates `semantic-release` from 25.0.3 to 25.0.5
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v25.0.3...v25.0.5)

Updates `typescript` from 5.8.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v6.0.3)

Updates `zone.js` from 0.15.1 to 0.16.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.16.2/packages/zone.js)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 22.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: "@angular/compiler"
  dependency-version: 22.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: "@angular/core"
  dependency-version: 22.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: "@angular/router"
  dependency-version: 22.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-version-updates
- dependency-name: "@types/node"
  dependency-version: 26.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-version-updates
- dependency-name: eslint
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-version-updates
- dependency-name: jest
  dependency-version: 30.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: jest-environment-jsdom
  dependency-version: 30.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: knip
  dependency-version: 6.21.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-version-updates
- dependency-name: prettier
  dependency-version: 3.8.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: semantic-release
  dependency-version: 25.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-version-updates
- dependency-name: zone.js
  dependency-version: 0.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
...

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 Jun 26, 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