Skip to content

chore(deps-dev): bump the dev-deps group across 1 directory with 15 updates#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-f2ed8672db
Open

chore(deps-dev): bump the dev-deps group across 1 directory with 15 updates#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-f2ed8672db

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown

Bumps the dev-deps group with 15 updates in the / directory:

Package From To
@angular/core 22.0.5 22.0.6
@arethetypeswrong/cli 0.18.4 0.18.5
knip 6.24.0 6.26.0
sherif 1.6.1 1.13.0
tsdown 0.22.3 0.22.4
typedoc 0.28.19 0.28.20
typescript 6.0.3 7.0.2
@angular/build 22.0.5 22.0.6
@angular/common 22.0.5 22.0.6
@angular/compiler 22.0.5 22.0.6
@angular/compiler-cli 22.0.5 22.0.6
@angular/platform-browser 22.0.5 22.0.6
vitest 4.1.9 4.1.10
preact 10.29.4 10.29.7
@vue/test-utils 2.4.6 2.4.11

Updates @angular/core from 22.0.5 to 22.0.6

Release notes

Sourced from @​angular/core's releases.

22.0.6

compiler

Commit Description
fix - fd4ddcafed use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - 534fe81a89 apply debugName transform to required signal queries
fix - 3b08201bfb detect uninvoked signals in bound expressions using ternary

forms/signals

Commit Description
fix - 171669f7b2 make extractValue reactive for compat AbstractControl values

migrations

Commit Description
fix - 0a6af1496b preserve transitive NgModule references when pruning
fix - d4a926a762 remove stale model import in model-output migration

router

Commit Description
fix - c238bd2ad7 handle outlet named proto in segment group maps
fix - 8e6d7f7190 use safe hasOwnProperty when parsing query params
Changelog

Sourced from @​angular/core's changelog.

22.0.6 (2026-07-08)

compiler

Commit Type Description
fd4ddcafed fix use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Type Description
534fe81a89 fix apply debugName transform to required signal queries
3b08201bfb fix detect uninvoked signals in bound expressions using ternary

forms/signals

Commit Type Description
171669f7b2 fix make extractValue reactive for compat AbstractControl values

migrations

Commit Type Description
0a6af1496b fix preserve transitive NgModule references when pruning
d4a926a762 fix remove stale model import in model-output migration

router

Commit Type Description
c238bd2ad7 fix handle outlet named proto in segment group maps
8e6d7f7190 fix use safe hasOwnProperty when parsing query params

22.1.0-next.4 (2026-07-01)

common

Commit Type Description
311aff05aa fix use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler

Commit Type Description
292199aa4d fix permissive whitespace parsing in default never blocks

compiler-cli

Commit Type Description
165995285c fix include toSignal in debugName transform

core

Commit Type Description
74638cab84 fix improve input writes migration in best effort mode
d7f70616a0 fix reject dynamic script host elements

router

Commit Type Description
a74801c59c fix fix malformed jsdoc comment for RouterLinkWithHref export

... (truncated)

Commits
  • 748faa4 docs(docs-infra): Add build-time validation for API and guide links using rou...
  • c91a951 refactor(core): move devtools ai tool definition types to primitives
  • d4a926a fix(migrations): remove stale model import in model-output migration
  • 0a6af14 fix(migrations): preserve transitive NgModule references when pruning
  • 45caa92 refactor(core): remove unused utility functions
  • f03639c docs: correct docs about the chain behavior.
  • See full diff in compare view

Updates @arethetypeswrong/cli from 0.18.4 to 0.18.5

Changelog

Sourced from @​arethetypeswrong/cli's changelog.

0.18.5

Patch Changes

  • Updated dependencies [c4be7e8]
    • @​arethetypeswrong/core@​0.18.5
Commits

Updates knip from 6.24.0 to 6.26.0

Release notes

Sourced from knip's releases.

Release 6.26.0

  • ci: add path filters (#1871) (4249935adffe1b8eca9570fb325fa19cc8010584) - thanks @​trueberryless!
  • Add CodeRabbit as gold sponsor (1da09fdc8f4d851f3cad30659200018bfb47a5e0)
  • Fix up docs a bit more (39125a7f473e006f61629781bff1ac4a050ca460)
  • Don't report ambient declaration files as unused (aed361c00a82829c2fc80a65a2f7af174316782e)
  • Register oclif command files as entries (3b4d58c9da83d93b6821a2b24f57b919ba886756)
  • Add electron-vite plugin (d92107ea504833b3ee7ad2b695e22d40528b24c3)
  • Add esbuild plugin (ef3b601d957546554de2cb1fbff859f5bdafb741)
  • Ignore more globally available binaries (829298129fdfd1b41a1f8dff5022b9fbbe25f454)
  • Resolve #-imports to source when node condition is unbuilt (resolve #1873) (f2713ed1e499ab286b86615d4b8ec34f711d1bd2)
  • Ignore gh as a globally available binary (a6f0772e5db03a8412a3ac036756779f22d1a27d)
  • Resolve Vitest benchmark files as entries (57429139f7e93f2a4bee35a53d450c4f45dea9ff)
  • Extract shared Vue auto-import machinery into plugins/_vue (73010753d432ae58eb12c7eec9c5723036009749)
  • Scope compiler extensions per workspace (5e6f82b963a83e5801484efbc01a4b6a9ce39ea3)
  • Resolve auto-imported components in the Vue SFC compiler (009aad8f9dab589898e5dba4c85fa41ea57c1a49)
  • Add plugins for the Vue auto-import ecosystem (f638c8302cdd26a63e477344a7cf44ef60af7788)
  • Enable Vue SFC compiler on unplugin-vue and @​vitejs/plugin-vue (9396ab159919147ef81dad16e365e531b32b4b12)
  • Recognize vite-plugin-vue-meta-layouts (same layouts convention) (3ceee89228b0173eddc0466bf50e8181286ffebc)
  • Add vite-plugin-pages and unplugin-icons plugins (9bc17540bcf8eb142474ed84837c1e2cebb7fe73)
  • Add vite-plugin-pwa and @​intlify/unplugin-vue-i18n plugins (45dea0a397ed754c34617ed18deef4dc6f0ec0d4)
  • Dog, food. (e1249ade2558d3801d85e2dc63349d884f3443d4)
  • Update query snapshot (a45941d2db381c04f8a38416533217ee84f77ca7)
  • Don't misread Nitro route types as Vue component auto-imports (43aecd5414eb63bec3637f37ffac0c62a71e7e74)
  • Read oxlint jsPlugins from vite-plus vite.config and .oxlintrc.json (589ffda4e3a7d0c0d772191ad6f8d6e60dd298cf)
  • Add vite-plus plugin for run.tasks and staged scripts (f041c191e4e10dd181ad212b71079e3e10bcf341)
  • Support @​vite-pwa/nuxt PWA config in nuxt.config (8fa7b116690e37484798ad98eca002d26c0c80fe)
  • Add @​vite-pwa/assets-generator plugin (4254f7d53a284a4ea4612f650ae03495bcb0d582)
  • Add @​nuxtjs/i18n plugin (dfb9acbe5a08ebc85562f59a04e7f4bedb4925f1)
  • Read plugin entries from vite.config options and index.html (d533da8cc2b431d206eb7c55323ea51846eca0bb)
  • Fix false positives in VitePress, next-mdx and unplugin-vue-i18n plugins (b99702a76e26b1943a16517f1633de3a0713c196)
  • Respect optional peers in pnpm and Yarn packageExtensions (aab080bbd436494316df045011ab22cbebca06b4)
  • Detect babel plugins in the Storybook config (5dea975adf9b88971ad56434132282a099c7d58c)
  • Add shared AST helpers for imported calls and first property values (c84bb7a87a17f1921c12bb02bcfd43f905cae595)
  • Inline trivial resolveFromAST wrappers and normalize orval and sst (620079d1d07b69a69bbb67b6a6e68963b6c2fc21)
  • Extract inline resolveFromAST implementations to dedicated files (b5231c12f915428067d790187d2dd4c44e2559d4)
  • Normalize resolveFromAST files to a uniform contract (fc1ba0fb45aaf623de678a57bea3b5567ea04750)
  • chore: migrate to Astro 7 and Sätteri (#1875) (f256a5b276c3d69dd5081c591bbb183aacebf766) - thanks @​trueberryless!
  • Show contributor count on docs homepage (6b8454a2841905ce7f08e1a23b54bc17a0854608)
  • Exclude gitignored package entry points (606e5d051b4f0620c776aa23352153b8253bd75b)
  • Add Tauri plugin (199180da79c71acc80865dc65ce89653a26d9579)
  • Add Laravel plugin (197453378f2b60e5143a30ec78b438f02b37c53b)
  • Add Quasar plugin (a220729074bfbb9e7d03ba329e89ad553c3a7799)

Release 6.25.0

  • fix: derive package name from package.json under Yarn nodeLinker: pnpm store (#1852) (3764605ed150b975fb6c88c4c4aa47f5bf9ae149) - thanks @​blowery!
  • Pick up types used in module augmentations via path aliases (resolve #1850) (9cc5a4132793990b5fcf9eae6f3db37426d979c0)
  • feat: add support for packageExtensions in yarn and pnpm (#1847) (61d3164cdac6e9252b3c52ce3bb2909949b4690e) - thanks @​trueberryless!
  • fix(ci): do not run integration on forks (#1855) (d23c10d1ae764c0b70addaafc79f01c543cc5efa) - thanks @​trueberryless!
  • chore(ci): improve security through specific permissions (#1856) (1eb42e639f9ec12d6d2ef88e1aaf07397b5bf226) - thanks @​trueberryless!
  • chore(ci): add concurrency blocks (#1857) (3bf3d115cf677fadcfe8fa72ce0e68cfd435d399) - thanks @​trueberryless!

... (truncated)

Commits
  • 441faf0 Release knip@6.26.0
  • a220729 Add Quasar plugin
  • 1974533 Add Laravel plugin
  • 199180d Add Tauri plugin
  • 606e5d0 Exclude gitignored package entry points
  • fc1ba0f Normalize resolveFromAST files to a uniform contract
  • b5231c1 Extract inline resolveFromAST implementations to dedicated files
  • 620079d Inline trivial resolveFromAST wrappers and normalize orval and sst
  • c84bb7a Add shared AST helpers for imported calls and first property values
  • 5dea975 Detect babel plugins in the Storybook config
  • Additional commits viewable in compare view

Updates sherif from 1.6.1 to 1.13.0

Release notes

Sourced from sherif's releases.

v1.13.0

What's Changed

Full Changelog: QuiiBz/sherif@v1.12.0...v1.13.0

v1.12.0

What's Changed

New Contributors

Full Changelog: QuiiBz/sherif@v1...v1.12.0

v1.11.1

What's Changed

Full Changelog: QuiiBz/sherif@v1.11.0...v1.11.1

v1.11.0

What's Changed

New Contributors

Full Changelog: QuiiBz/sherif@v1.10.0...v1.11.0

v1.10.0

JSON configuration in root package.json

When using many CLI arguments, it might be easier to move to the configuration format. In your root package.json, add a sherif field containing the same options as the CLI, but in camelCase. Default values are shown below:

{
  "sherif": {
    "fix": false,
    "select": "highest", // "highest" | "lowest"
    "noInstall": false,
    "failOnWarnings": false,
    "ignoreDependency": [], // string[]
    "ignorePackage": [], // string[]
    "ignoreRule": [] // string[]
</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sherif since your current version.


Updates tsdown from 0.22.3 to 0.22.4

Release notes

Sourced from tsdown's releases.

v0.22.4

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 434cfb3 chore: release v0.22.4
  • f9d8c8a docs: add canonical AGENTS.md (#1005)
  • 66983f4 fix(create-tsdown): skip cd hint for current directory (#1002)
  • 0aa2baf perf(css): reuse Sass async compiler (#1001)
  • 10e6fe1 perf: reduce install size
  • c0a486f fix(pkg): await readFile before removing temp pack directory (#999)
  • 5c3b9d3 chore(deps): update dependency tsnapi to v1 (#998)
  • 0aeb787 ci: upgrade deps
  • 84b7c34 fix(css): generate source maps to avoid SOURCEMAP_BROKEN warning (#982)
  • 5c499e8 chore(deps): update all non-major dependencies (#971)
  • Additional commits viewable in compare view

Updates typedoc from 0.28.19 to 0.28.20

Release notes

Sourced from typedoc's releases.

v0.28.20

Features

  • Group/category section headings (<h2>) in the default theme now include an id attribute so they can be linked to via fragment identifiers (e.g. modules.html#classes), #3029.
  • Added a @reexport modifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, #3096.
  • API: Introduced generateOutputsBegin and generateOutputsEnd events on Application for plugin use.

Bug Fixes

  • When --emit none is used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, #3078.
  • Improved performance via asynchronously performing git and file write operations, more performant JSX rendering, and source code bundling, #3103.
  • A @hidden tag on a constructor parameter-property will now only hide the property, not both the property and the parameter, #3111.
  • Custom @group and @category titles with the same sort weight are now ordered consistently with the alphabetical reflection sort, #3120.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.28.20 (2026-07-05)

Features

  • Group/category section headings (<h2>) in the default theme now include an id attribute so they can be linked to via fragment identifiers (e.g. modules.html#classes), #3029.
  • Added a @reexport modifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, #3096.
  • API: Introduced generateOutputsBegin and generateOutputsEnd events on Application for plugin use.

Bug Fixes

  • When --emit none is used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, #3078.
  • Improved performance via asynchronously performing git and file write operations, more performant JSX rendering, and source code bundling, #3103.
  • A @hidden tag on a constructor parameter-property will now only hide the property, not both the property and the parameter, #3111.
  • Custom @group and @category titles with the same sort weight are now ordered consistently with the alphabetical reflection sort, #3120.

Thanks!

Commits
  • 34d843b Update changelog for release
  • fbd4a25 Bump version to 0.28.20
  • 93ba157 Update dependencies in example
  • e8c5df8 Remove unnecessary files from distribution
  • 392b0dd Update dependencies
  • 8510dd4 Add missing entries in changelog before release
  • 51dc052 Update change log for 0.28.20 release
  • 72f20cd Merge branch 'fix-locale-sort-group-category-titles' into dev
  • 623f2c0 Fix failing test, accept slightly slower build for now
  • c8bdf14 Minor config tweak to improve dev build time
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates @angular/build from 22.0.5 to 22.0.6

Release notes

Sourced from @​angular/build's releases.

22.0.6

@​angular/build

Commit Description
fix - df49966c6 fallback to build target preserveSymlinks option in karma runner
fix - 9906add5b prevent externalizing builder-injected i18n locale data
fix - 070155f6e strip all vite id prefixes from minified code with external dependencies

@​angular/ssr

Commit Description
fix - c9aa354b1 replace all route parameters when resolving relative redirects
Changelog

Sourced from @​angular/build's changelog.

22.0.6 (2026-07-08)

@​angular/build

Commit Type Description
df49966c6 fix fallback to build target preserveSymlinks option in karma runner
9906add5b fix prevent externalizing builder-injected i18n locale data
070155f6e fix strip all vite id prefixes from minified code with external dependencies

@​angular/ssr

Commit Type Description
c9aa354b1 fix replace all route parameters when resolving relative redirects

22.1.0-next.2 (2026-07-01)

@​angular/cli

Commit Type Description
010cef665 fix gracefully handle package manager errors in command handler
3a2589dac fix respect client-side release age settings during update resolution
edb4594de fix respect release age policy in update bootstrapping logic

@​schematics/angular

Commit Type Description
0b3172e07 fix remove unused app tsconfig outDir

@​angular-devkit/build-angular

Commit Type Description
2d3eb7fb3 fix prevent OS command injection in ssr-dev-server builder

@​angular/build

Commit Type Description
75c1dce38 fix auto-inject localize/init in library unit tests
dc27e17fc fix inherit preserveSymlinks option from build target in unit-test builder
61e25fb1d fix load zone.js dynamically for library unit tests
0010b922f fix scope createRequire module resolution using paths to prevent parent paths

... (truncated)

Commits
  • dbd61b1 release: cut the v22.0.6 release
  • 92c5908 build: update bazel dependencies
  • d8c5336 build: update cross-repo angular dependencies
  • 68b25ea build: update all github actions
  • 7d76b5f build: lock file maintenance
  • 070155f fix(@​angular/build): strip all vite id prefixes from minified code with exter...
  • 9906add fix(@​angular/build): prevent externalizing builder-injected i18n locale data
  • df49966 fix(@​angular/build): fallback to build target preserveSymlinks option in karm...
  • c9aa354 fix(@​angular/ssr): replace all route parameters when resolving relative redir...
  • See full diff in compare view

Updates @angular/common from 22.0.5 to 22.0.6

Release notes

Sourced from @​angular/common's releases.

22.0.6

compiler

Commit Description
fix - fd4ddcafed use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - 534fe81a89 apply debugName transform to required signal queries
fix - 3b08201bfb detect uninvoked signals in bound expressions using ternary

forms/signals

Commit Description
fix - 171669f7b2 make extractValue reactive for compat AbstractControl values

migrations

Commit Description
fix - 0a6af1496b preserve transitive NgModule references when pruning
fix - d4a926a762 remove stale model import in model-output migration

router

Commit Description
fix - c238bd2ad7 handle outlet named proto in segment group maps
fix - 8e6d7f7190 use safe hasOwnProperty when parsing query params
Changelog

Sourced from @​angular/common's changelog.

22.0.6 (2026-07-08)

compiler

Commit Type Description
fd4ddcafed fix use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Type Description
534fe81a89 fix apply debugName transform to required signal queries
3b08201bfb fix detect uninvoked signals in bound expressions using ternary

forms/signals

Commit Type Description
171669f7b2 fix make extractValue reactive for compat AbstractControl values

migrations

Commit Type Description
0a6af1496b fix preserve transitive NgModule references when pruning
d4a926a762 fix remove stale model import in model-output migration

router

Commit Type Description
c238bd2ad7 fix handle outlet named proto in segment group maps
8e6d7f7190 fix use safe hasOwnProperty when parsing query params

22.1.0-next.4 (2026-07-01)

common

Commit Type Description
311aff05aa fix use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler

Commit Type Description
292199aa4d fix permissive whitespace parsing in default never blocks

compiler-cli

Commit Type Description
165995285c fix include toSignal in debugName transform

core

Commit Type Description
74638cab84 fix improve input writes migration in best effort mode
d7f70616a0 fix reject dynamic script host elements

router

Commit Type Description
a74801c59c fix fix malformed jsdoc comment for RouterLinkWithHref export

... (truncated)

Commits
  • 748faa4 docs(docs-infra): Add build-time validation for API and guide links using rou...
  • 8e6d7f7 fix(router): use safe hasOwnProperty when parsing query params
  • See full diff in compare view

Updates @angular/compiler from 22.0.5 to 22.0.6

Release notes

Sourced from @​angular/compiler's releases.

22.0.6

compiler

Commit Description
fix - fd4ddcafed use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - 534fe81a89 apply debugName transform to required signal queries
fix - 3b08201bfb detect uninvoked signals in bound expressions using ternary

forms/signals

Commit Description
fix - 171669f7b2 make extractValue reactive for compat AbstractControl values

migrations

Commit Description
fix - 0a6af1496b preserve transitive NgModule references when pruning
fix - d4a926a762 remove stale model import in model-output migration

router

Commit Description
fix - c238bd2ad7 handle outlet named proto in segment group maps
fix - 8e6d7f7190 use safe hasOwnProperty when parsing query params
Changelog

Sourced from @​angular/compiler's changelog.

22.0.6 (2026-07-08)

compiler

Commit Type Description
fd4ddcafed fix use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Type Description
534fe81a89 fix apply debugName transform to required signal queries
3b08201bfb fix detect uninvoked signals in bound expressions using ternary

forms/signals

Commit Type Description
171669f7b2 fix make extractValue reactive for compat AbstractControl values

migrations

Commit Type Description
0a6af1496b fix preserve transitive NgModule references when pruning
d4a926a762 fix remove stale model import in model-output migration

router

Commit Type Description
c238bd2ad7 fix handle outlet named proto in segment group maps
8e6d7f7190 fix use safe hasOwnProperty when parsing query params

22.1.0-next.4 (2026-07-01)

common

Commit Type Description
311aff05aa fix use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler

Commit Type Description
292199aa4d fix permissive whitespace parsing in default never blocks

compiler-cli

Commit Type Description
165995285c fix include toSignal in debugName transform

core

Commit Type Description
74638cab84 fix improve input writes migration in best effort mode
d7f70616a0 fix reject dynamic script host elements

router

Commit Type Description
a74801c59c fix fix malformed jsdoc comment for RouterLinkWithHref export

... (truncated)

Commits
  • fd4ddca fix(compiler): use regular optional chaining expression for safe function cal...
  • See full diff in compare view

Updates @angular/compiler-cli from 22.0.5 to 22.0.6

Release notes

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

22.0.6

compiler

Commit Description
fix - fd4ddcafed use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - 534fe81a89 apply debugName transform to required signal queries
fix - 3b08201bfb detect uninvoked signals in bound expressions using ternary

forms/signals

Commit Description
fix - 171669f7b2 make extractValue reactive for compat AbstractControl values

migrations

Commit Description
fix - 0a6af1496b preserve transitive NgModule references when pruning
fix - d4a926a762 remove stale model import in model-output migration

router

Commit Description
fix - c238bd2ad7 handle outlet named proto in segment group maps
fix - 8e6d7f7190 use safe hasOwnProperty when parsing query params
Changelog

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

22.0.6 (2026-07-08)

compiler

Commit Type Description

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 10, 2026
@changeset-bot

changeset-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f12d834

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

…pdates

Bumps the dev-deps group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.5` | `22.0.6` |
| [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) | `0.18.4` | `0.18.5` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.24.0` | `6.26.0` |
| [sherif](https://github.com/QuiiBz/sherif) | `1.6.1` | `1.13.0` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.22.3` | `0.22.4` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.19` | `0.28.20` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.0.5` | `22.0.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.5` | `22.0.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.5` | `22.0.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.5` | `22.0.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.0.5` | `22.0.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.10` |
| [preact](https://github.com/preactjs/preact) | `10.29.4` | `10.29.7` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.6` | `2.4.11` |



Updates `@angular/core` from 22.0.5 to 22.0.6
- [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.6/packages/core)

Updates `@arethetypeswrong/cli` from 0.18.4 to 0.18.5
- [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases)
- [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/HEAD/packages/cli)

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

Updates `sherif` from 1.6.1 to 1.13.0
- [Release notes](https://github.com/QuiiBz/sherif/releases)
- [Commits](QuiiBz/sherif@v1.6.1...v1.13.0)

Updates `tsdown` from 0.22.3 to 0.22.4
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.22.3...v0.22.4)

Updates `typedoc` from 0.28.19 to 0.28.20
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.19...v0.28.20)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `@angular/build` from 22.0.5 to 22.0.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.0.5...v22.0.6)

Updates `@angular/common` from 22.0.5 to 22.0.6
- [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.6/packages/common)

Updates `@angular/compiler` from 22.0.5 to 22.0.6
- [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.6/packages/compiler)

Updates `@angular/compiler-cli` from 22.0.5 to 22.0.6
- [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.6/packages/compiler-cli)

Updates `@angular/platform-browser` from 22.0.5 to 22.0.6
- [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.6/packages/platform-browser)

Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

Updates `preact` from 10.29.4 to 10.29.7
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.29.4...10.29.7)

Updates `@vue/test-utils` from 2.4.6 to 2.4.11
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.6...v2.4.11)

---
updated-dependencies:
- dependency-name: "@angular/build"
  dependency-version: 22.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@angular/common"
  dependency-version: 22.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@angular/compiler"
  dependency-version: 22.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@angular/core"
  dependency-version: 22.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@arethetypeswrong/cli"
  dependency-version: 0.18.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@vue/test-utils"
  dependency-version: 2.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: knip
  dependency-version: 6.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: preact
  dependency-version: 10.29.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: sherif
  dependency-version: 1.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: tsdown
  dependency-version: 0.22.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: typedoc
  dependency-version: 0.28.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): Bump the dev-deps group with 15 updates chore(deps-dev): bump the dev-deps group across 1 directory with 15 updates Jul 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-deps-f2ed8672db branch from 493ab54 to f12d834 Compare July 10, 2026 16:21
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