Skip to content

Bump the npm_and_yarn group across 1 directory with 15 updates - #8

Merged
danielraab merged 3 commits into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-3c92f5fbef
Aug 14, 2026
Merged

Bump the npm_and_yarn group across 1 directory with 15 updates#8
danielraab merged 3 commits into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-3c92f5fbef

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 9 updates in the / directory:

Package From To
@angular/compiler 21.0.8 22.1.2
@angular/core 21.0.8 22.1.2
@angular/ssr 21.0.5 22.1.4
@hono/node-server 1.19.8 1.19.17
@modelcontextprotocol/sdk 1.25.2 1.30.0
path-to-regexp 8.3.0 8.4.2
qs 6.14.1 6.15.3
rollup 4.55.1 4.62.4
vite 7.2.2 8.2.1

Updates @angular/compiler from 21.0.8 to 22.1.2

Release notes

Sourced from @​angular/compiler's releases.

22.1.2

compiler

Commit Description
fix - 76dff307b4 Generate correct expression for optional chaning.
fix - 6f9a64e6f5 remove namespaced MathML script elements

compiler-cli

Commit Description
fix - e9660b1801 correctly resolve symbol for SafePropertyRead in chained optional navigation
fix - ec6deea513 record class extends clause references in DeferredSymbolTracker

core

Commit Description
fix - 0df9d5eb65 ensure i18n_util hasOwnProperty checks are safe for property renaming
fix - 4d985a179e incorrect loop in defer blocks
fix - 7b40456792 reject prefixed SVG script hosts

forms

Commit Description
fix - 3b5c798072 keep radio inputs in sync when values change

http

Commit Description
fix - 4f7e9987fa always decode JSON responses as UTF-8

router

Commit Description
fix - 2f82601662 limit protocol-relative URL handling to serialization

22.1.1

core

Commit Description
fix - aa6d3189c1 initialize hydration triggers after late runtime activation
fix - deecb301c8 warn when style property bindings receive invalid values

http

Commit Description
fix - ac3728e79f avoid aborting completed requests in FetchBackend
fix - 688a0a7118 respect content-type charset in fetch backend text decoder
fix - a13b968451 run root interceptors in the terminal request chain
fix - 32af9b525e strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

22.1.0

common

Commit Description
fix - 1ad6824d0d skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.1.2 (2026-08-13)

compiler

Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements

compiler-cli

Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker

core

Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts

forms

Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change

http

Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8

router

Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

22.1.1 (2026-08-06)

core

Commit Type Description
aa6d3189c1 fix initialize hydration triggers after late runtime activation
deecb301c8 fix warn when style property bindings receive invalid values

http

Commit Type Description
ac3728e79f fix avoid aborting completed requests in FetchBackend
688a0a7118 fix respect content-type charset in fetch backend text decoder
a13b968451 fix run root interceptors in the terminal request chain
32af9b525e fix strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

... (truncated)

Commits
  • 6f9a64e fix(compiler): remove namespaced MathML script elements
  • 76dff30 fix(compiler): Generate correct expression for optional chaning.
  • 3478df7 refactor(compiler): remove unused code and exports
  • cc84776 refactor(compiler): replace any casts with precise types
  • 091456a fix(core): account for namespaces in host binding sanitization (#69558)
  • 23cf1a8 fix(core): sanitize host bindings on concrete hosts (#69558)
  • 8201ceb refactor(compiler): enforce exhaustive defer trigger handling
  • 68ac204 fix(core): ignore processing instruction syntax in templates
  • da52137 fix(compiler): parsing of an empty template literal interpolation
  • 5bd00ad fix(compiler): support foreign components inside control flow blocks (#69674)
  • Additional commits viewable in compare view

Updates @angular/core from 21.0.8 to 22.1.2

Release notes

Sourced from @​angular/core's releases.

22.1.2

compiler

Commit Description
fix - 76dff307b4 Generate correct expression for optional chaning.
fix - 6f9a64e6f5 remove namespaced MathML script elements

compiler-cli

Commit Description
fix - e9660b1801 correctly resolve symbol for SafePropertyRead in chained optional navigation
fix - ec6deea513 record class extends clause references in DeferredSymbolTracker

core

Commit Description
fix - 0df9d5eb65 ensure i18n_util hasOwnProperty checks are safe for property renaming
fix - 4d985a179e incorrect loop in defer blocks
fix - 7b40456792 reject prefixed SVG script hosts

forms

Commit Description
fix - 3b5c798072 keep radio inputs in sync when values change

http

Commit Description
fix - 4f7e9987fa always decode JSON responses as UTF-8

router

Commit Description
fix - 2f82601662 limit protocol-relative URL handling to serialization

22.1.1

core

Commit Description
fix - aa6d3189c1 initialize hydration triggers after late runtime activation
fix - deecb301c8 warn when style property bindings receive invalid values

http

Commit Description
fix - ac3728e79f avoid aborting completed requests in FetchBackend
fix - 688a0a7118 respect content-type charset in fetch backend text decoder
fix - a13b968451 run root interceptors in the terminal request chain
fix - 32af9b525e strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

22.1.0

common

Commit Description
fix - 1ad6824d0d skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.1.2 (2026-08-13)

compiler

Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements

compiler-cli

Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker

core

Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts

forms

Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change

http

Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8

router

Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

22.1.1 (2026-08-06)

core

Commit Type Description
aa6d3189c1 fix initialize hydration triggers after late runtime activation
deecb301c8 fix warn when style property bindings receive invalid values

http

Commit Type Description
ac3728e79f fix avoid aborting completed requests in FetchBackend
688a0a7118 fix respect content-type charset in fetch backend text decoder
a13b968451 fix run root interceptors in the terminal request chain
32af9b525e fix strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

... (truncated)

Commits
  • d22eb38 refactor(core): distinguish animations that share a name
  • bb7f051 refactor(compiler): remove explicit strict: true
  • 0df9d5e fix(core): ensure i18n_util hasOwnProperty checks are safe for property renaming
  • 4d985a1 fix(core): incorrect loop in defer blocks
  • 7b40456 fix(core): reject prefixed SVG script hosts
  • 31bbf31 build: update cross-repo angular dependencies
  • aa6d318 fix(core): initialize hydration triggers after late runtime activation
  • d107bca build: update cross-repo angular dependencies
  • deecb30 fix(core): warn when style property bindings receive invalid values
  • 644455b refactor(core): update acceptance test
  • Additional commits viewable in compare view

Updates @angular/ssr from 21.0.5 to 22.1.4

Release notes

Sourced from @​angular/ssr's releases.

22.1.4

@​schematics/angular

Commit Description
fix - d4a48e3ab generate CLAUDE.md for Claude Code instead of AGENTS.md
fix - d451f15b2 import UrlSegment instead of subPath in guard generator

@​angular/cli

Commit Description
fix - 67a29899b disable searching current directory for bare executable names on Windows
fix - 1b0ba5c17 serialize configuration as a single argv token in run_target strategies (#33657)
perf - 9440432d2 avoid eager module loading during global bootstrap

@​angular/build

Commit Description
fix - 46fcb29d6 count statically imported chunks in the initial total
fix - 796b57684 normalize setupFiles paths to POSIX for vitest runner
fix - c805e5cfb prevent syntax corruption for Crockford-style enum IIFE
fix - cc6c17716 prevent syntax corruption in oxc transform
fix - a142f6f83 return direct file contents for non-Angular TypeScript files
fix - 956c6578d return only lowest version per target engine
fix - 689b5b116 set target for Rolldown dependency prebundling in Vite dev server
perf - 70461f6ed avoid encoding the inline source map before remapping
perf - 22cce7563 batch last_accessed updates in sqlite cache store
perf - ab2ed18d5 hash the i18n inline cache key options once per locale
perf - 34516ff73 optimize template string size calculation in server manifest
perf - 712971c37 share i18n translations with the inliner workers by reference
perf - 78f8c5fef use Map for chunk asset size lookups in budget calculator

@​angular/ssr

Commit Description
fix - 2331c1047 destroy platform when response stream is cancelled

22.1.3

@​angular/cli

Commit Description
fix - f837b788c6 always install package during ng add to inspect manifest on disk for schematics (#33718)
fix - 72ae93638d correctly report available package updates during bare ng update
fix - a949e06568 discover migrations from installed packages when omitted by registry metadata (#33718)
fix - 1d9122fd50 normalize Windows drive-letter casing for process.cwd

@​angular/build

Commit Description
fix - a4860d505a prevent build process hang on unhandled error (#33715)
fix - 7686d66cab retain watch files on error in load result cache
fix - 25b7cf7504 support case-insensitive and alternative license file names
perf - 4fd81402ce release build resources early in non-watch mode (#33715)

@​angular/ssr

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/ssr's changelog.

22.1.4 (2026-08-13)

@​angular/cli

Commit Type Description
67a29899b fix disable searching current directory for bare executable names on Windows
1b0ba5c17 fix serialize configuration as a single argv token in run_target strategies (#33657)
9440432d2 perf avoid eager module loading during global bootstrap

@​schematics/angular

Commit Type Description
d4a48e3ab fix generate CLAUDE.md for Claude Code instead of AGENTS.md
d451f15b2 fix import UrlSegment instead of subPath in guard generator

@​angular/build

Commit Type Description
46fcb29d6 fix count statically imported chunks in the initial total
796b57684 fix normalize setupFiles paths to POSIX for vitest runner
c805e5cfb fix prevent syntax corruption for Crockford-style enum IIFE
cc6c17716 fix prevent syntax corruption in oxc transform
a142f6f83 fix return direct file contents for non-Angular TypeScript files
956c6578d fix return only lowest version per target engine
689b5b116 fix set target for Rolldown dependency prebundling in Vite dev server
70461f6ed perf avoid encoding the inline source map before remapping
22cce7563 perf batch last_accessed updates in sqlite cache store
ab2ed18d5 perf hash the i18n inline cache key options once per locale
34516ff73 perf optimize template string size calculation in server manifest
712971c37 perf share i18n translations with the inliner workers by reference
78f8c5fef perf use Map for chunk asset size lookups in budget calculator

@​angular/ssr

Commit Type Description
2331c1047 fix destroy platform when response stream is cancelled

21.2.21 (2026-08-12)

@​angular/cli

| Commit | Type | Description |

... (truncated)

Commits
  • 46dc10b release: cut the v22.1.4 release
  • 7ff0d44 build: update pnpm to v11.21.0
  • 9020ddd build: update dependency yargs to v18.1.0
  • 039f086 build: lock file maintenance
  • 898ce69 ci: limit schematics dependencies rule to minor and patch updates
  • 796b576 fix(@​angular/build): normalize setupFiles paths to POSIX for vitest runner
  • 2df0e9f build: update esbuild dependencies to v0.28.2
  • 587accb build: update cross-repo angular dependencies
  • d451f15 fix(@​schematics/angular): import UrlSegment instead of subPath in guard gener...
  • a142f6f fix(@​angular/build): return direct file contents for non-Angular TypeScript f...
  • Additional commits viewable in compare view

Updates @angular/core from 21.0.8 to 22.1.2

Release notes

Sourced from @​angular/core's releases.

22.1.2

compiler

Commit Description
fix - 76dff307b4 Generate correct expression for optional chaning.
fix - 6f9a64e6f5 remove namespaced MathML script elements

compiler-cli

Commit Description
fix - e9660b1801 correctly resolve symbol for SafePropertyRead in chained optional navigation
fix - ec6deea513 record class extends clause references in DeferredSymbolTracker

core

Commit Description
fix - 0df9d5eb65 ensure i18n_util hasOwnProperty checks are safe for property renaming
fix - 4d985a179e incorrect loop in defer blocks
fix - 7b40456792 reject prefixed SVG script hosts

forms

Commit Description
fix - 3b5c798072 keep radio inputs in sync when values change

http

Commit Description
fix - 4f7e9987fa always decode JSON responses as UTF-8

router

Commit Description
fix - 2f82601662 limit protocol-relative URL handling to serialization

22.1.1

core

Commit Description
fix - aa6d3189c1 initialize hydration triggers after late runtime activation
fix - deecb301c8 warn when style property bindings receive invalid values

http

Commit Description
fix - ac3728e79f avoid aborting completed requests in FetchBackend
fix - 688a0a7118 respect content-type charset in fetch backend text decoder
fix - a13b968451 run root interceptors in the terminal request chain
fix - 32af9b525e strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

22.1.0

common

Commit Description
fix - 1ad6824d0d skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.1.2 (2026-08-13)

compiler

Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements

compiler-cli

Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker

core

Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts

forms

Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change

http

Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8

router

Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

22.1.1 (2026-08-06)

core

Commit Type Description
aa6d3189c1 fix initialize hydration triggers after late runtime activation
deecb301c8 fix warn when style property bindings receive invalid values

http

Commit Type Description
ac3728e79f fix avoid aborting completed requests in FetchBackend
688a0a7118 fix respect content-type charset in fetch backend text decoder
a13b968451 fix run root interceptors in the terminal request chain
32af9b525e fix strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

... (truncated)

Commits
  • d22eb38 refactor(core): distinguish animations that share a name
  • bb7f051 refactor(compiler): remove explicit strict: true
  • 0df9d5e fix(core): ensure i18n_util hasOwnProperty checks are safe for property renaming
  • 4d985a1 fix(core): incorrect loop in defer blocks
  • 7b40456 fix(core): reject prefixed SVG script hosts
  • 31bbf31 build: update cross-repo angular dependencies
  • aa6d318 fix(core): initialize hydration triggers after late runtime activation
  • d107bca build: update cross-repo angular dependencies
  • deecb30 fix(core): warn when style property bindings receive invalid values
  • 644455b refactor(core): update acceptance test
  • Additional commits viewable in compare view

Updates @angular/ssr from 21.0.5 to 22.1.4

Release notes

Sourced from @​angular/ssr's releases.

22.1.4

@​schematics/angular

Commit Description
fix - d4a48e3ab generate CLAUDE.md for Claude Code instead of AGENTS.md
fix - d451f15b2 import UrlSegment instead of subPath in guard generator

@​angular/cli

Commit Description
fix - 67a29899b disable searching current directory for bare executable names on Windows
fix - 1b0ba5c17 serialize configuration as a single argv token in run_target strategies (#33657)
perf - 9440432d2 avoid eager module loading during global bootstrap

@​angular/build

Commit Description
fix - 46fcb29d6 count statically imported chunks in the initial total
fix - 796b57684 normalize setupFiles paths to POSIX for vitest runner
fix - c805e5cfb prevent syntax corruption for Crockford-style enum IIFE
fix - cc6c17716 prevent syntax corruption in oxc transform
fix - a142f6f83 return direct file contents for non-Angular TypeScript files
fix - 956c6578d return only lowest version per target engine
fix - 689b5b116 set target for Rolldown dependency prebundling in Vite dev server
perf - 70461f6ed avoid encoding the inline source map before remapping
perf - 22cce7563 batch last_accessed updates in sqlite cache store
perf - ab2ed18d5 hash the i18n inline cache key options once per locale
perf - 34516ff73 optimize template string size calculation in server manifest
perf - 712971c37 share i18n translations with the inliner workers by reference
perf - 78f8c5fef use Map for chunk asset size lookups in budget calculator

@​angular/ssr

Commit Description
fix - 2331c1047 destroy platform when response stream is cancelled

22.1.3

@​angular/cli

Commit Description
fix - f837b788c6 always install package during ng add to inspect manifest on disk for schematics (#33718)
fix - 72ae93638d correctly report available package updates during bare ng update
fix - a949e06568 discover migrations from installed packages when omitted by registry metadata (#33718)
fix - 1d9122fd50 normalize Windows drive-letter casing for process.cwd

@​angular/build

Commit Description
fix - a4860d505a prevent build process hang on unhandled error (#33715)
fix - 7686d66cab retain watch files on error in load result cache
fix - 25b7cf7504 support case-insensitive and alternative license file names
perf - 4fd81402ce release build resources early in non-watch mode (#33715)

@​angular/ssr

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/ssr's changelog.

22.1.4 (2026-08-13)

@​angular/cli

Commit Type Description

Bumps the npm_and_yarn group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.0.8` | `22.1.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.0.8` | `22.1.2` |
| [@angular/ssr](https://github.com/angular/angular-cli) | `21.0.5` | `22.1.4` |
| [@hono/node-server](https://github.com/honojs/node-server) | `1.19.8` | `1.19.17` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.25.2` | `1.30.0` |
| [path-to-regexp](https://github.com/pillarjs/path-to-regexp) | `8.3.0` | `8.4.2` |
| [qs](https://github.com/ljharb/qs) | `6.14.1` | `6.15.3` |
| [rollup](https://github.com/rollup/rollup) | `4.55.1` | `4.62.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.2` | `8.2.1` |



Updates `@angular/compiler` from 21.0.8 to 22.1.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.2/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.2/packages/compiler)

Updates `@angular/core` from 21.0.8 to 22.1.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.2/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.2/packages/core)

Updates `@angular/ssr` from 21.0.5 to 22.1.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v21.0.5...v22.1.4)

Updates `@angular/core` from 21.0.8 to 22.1.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.2/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.2/packages/core)

Updates `@angular/ssr` from 21.0.5 to 22.1.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v21.0.5...v22.1.4)

Updates `@hono/node-server` from 1.19.8 to 1.19.17
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.19.8...v1.19.17)

Updates `@modelcontextprotocol/sdk` from 1.25.2 to 1.30.0
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.25.2...1.30.0)

Updates `hono` from 4.11.4 to 4.13.2
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.4...v4.13.2)

Updates `immutable` from 5.1.4 to 5.1.9
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v5.1.4...v5.1.9)

Updates `minimatch` from 10.1.1 to 10.2.6
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.1.1...v10.2.6)

Updates `path-to-regexp` from 8.3.0 to 8.4.2
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v8.3.0...v8.4.2)

Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.4)

Updates `qs` from 6.14.1 to 6.15.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.1...v6.15.3)

Updates `rollup` from 4.55.1 to 4.62.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.55.1...v4.62.4)

Updates `tar` from 7.5.2 to 7.5.22
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.2...v7.5.22)

Updates `undici` from 7.16.0 to 6.28.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.16.0...v6.28.0)

Updates `vite` from 7.2.2 to 8.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@angular/compiler"
  dependency-version: 22.1.2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@angular/core"
  dependency-version: 22.1.2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@angular/ssr"
  dependency-version: 22.1.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@angular/core"
  dependency-version: 22.1.2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@angular/ssr"
  dependency-version: 22.1.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.17
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.30.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: hono
  dependency-version: 4.13.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: immutable
  dependency-version: 5.1.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 10.2.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-version: 8.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-version: 6.15.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-version: 4.62.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 7.5.22
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-version: 6.28.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-version: 8.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI and others added 2 commits August 14, 2026 19:54
…r dependency

Co-authored-by: danielraab <64410092+danielraab@users.noreply.github.com>
fix: update typescript to ~6.0.2 to satisfy @angular/build@22.1.4 peer dependency

Co-authored-by: danielraab <64410092+danielraab@users.noreply.github.com>
@danielraab
danielraab merged commit 167f765 into master Aug 14, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm_and_yarn-3c92f5fbef branch August 14, 2026 22:08
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.

2 participants