Skip to content

chore(deps-dev): bump the dev-dependencies-minor-patch group across 1 directory with 16 updates - #1887

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-minor-patch-6156a1a38a
Open

chore(deps-dev): bump the dev-dependencies-minor-patch group across 1 directory with 16 updates#1887
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-minor-patch-6156a1a38a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies-minor-patch group with 16 updates in the / directory:

Package From To
@hono/node-server 2.1.0 2.1.1
pkg-pr-new 0.0.87 0.0.88
blume 1.4.3 1.5.1
ai 7.0.64 7.0.66
@cloudflare/vitest-pool-workers 0.21.2 0.21.3
wrangler 4.122.0 4.123.0
@nestjs/common 11.1.29 11.2.1
@nestjs/core 11.1.29 11.2.1
@nestjs/platform-express 11.1.29 11.2.1
@nestjs/platform-fastify 11.1.29 11.2.1
@nestjs/testing 11.1.29 11.2.1
fastify 5.11.3 5.12.0
next 16.3.0 16.3.1
@scalar/api-reference 1.65.0 1.65.1
@angular/core 22.1.1 22.1.2
@cloudflare/vite-plugin 1.52.0 1.52.1

Updates @hono/node-server from 2.1.0 to 2.1.1

Release notes

Sourced from @​hono/node-server's releases.

v2.1.1

What's Changed

Full Changelog: honojs/node-server@v2.1.0...v2.1.1

Commits

Updates pkg-pr-new from 0.0.87 to 0.0.88

Commits

Updates blume from 1.4.3 to 1.5.1

Release notes

Sourced from blume's releases.

blume@1.5.1

Patch Changes

  • ca28fb8: Generate an Open Graph card for the changelog index. The /changelog page previously shipped no og:image (and fell back to X's compact summary card); it now gets the same generated card every other page has, served at /og/changelog.png.
  • ca28fb8: Stop doubling the site title in the changelog index's document title. The page passed "{site title} {Changelog}" to a layout that suffixes "- {site title}" itself, producing titles like "Acme Changelog - Acme"; it now reads "Changelog - Acme".
  • 8db1ecb: The default display font is now Inter, matching the body font — default sites download one text family instead of two (Inter Tight's files alone were ~190 KB per page). To keep the tightened display look, headings now get letter-spacing: -0.05em from the theme itself, which also means any font you configure for display reads correctly at heading sizes instead of depending on tracking built into the font. Inter Tight remains available as the inter-tight slug.
  • ca28fb8: Let a user-supplied ogImage on PageLayout declare its alt text and pixel size via the new ogImageAlt and ogImageSize props, emitted as og:image:alt / og:image:width / og:image:height — the metadata Blume's generated cards already declare automatically.
  • ca28fb8: Emit schema.org JSON-LD from PageLayout, so custom pages — most importantly a custom home page — carry the same WebSite structured-data graph the docs pages do. On by default; pass structuredDataEnabled={false} to opt a page out.
  • ca28fb8: Keep the trailing slash on the home page's canonical, og:url, and hreflang URLs (https://site/ instead of https://site), so they byte-match the sitemap's <loc> for the root route.
  • ca28fb8: Warn when lastModified runs in a shallow git clone. CI platforms usually check out limited history, which silently dropped most git-derived dates — sitemap <lastmod> and "Last updated" stamps vanished in production while working locally. The build now emits a BLUME_SHALLOW_GIT_HISTORY warning pointing at the fix (VERCEL_DEEP_CLONE=true on Vercel, fetch-depth: 0 for actions/checkout).
  • bad025f: Smooth out page navigation: every link now prefetches on hover/viewport, and same-origin navigations opt into cross-document view transitions in supporting browsers, replacing the hard flash between pages with a crossfade. Respects prefers-reduced-motion.
  • 8db1ecb: Preload only the font weights above-the-fold text actually renders in (body 400/500, display 500/600, mono 400) instead of every configured face. On a default site this cuts the per-page font preloads from ten files (~260 KB) to a handful (~50 KB), bandwidth that was competing with the critical CSS and pushing out mobile LCP. All other faces still load on demand through their @font-face rules with font-display: swap.
  • ca28fb8: Redirect trailing-slash URLs to their slashless twins on Vercel with a 308. /docs/ and /docs previously both served 200 as duplicate URLs; the routing config now collapses the slashed form onto the canonical slashless one (the root / is untouched).

blume@1.5.0

Minor Changes

  • 94b0678: Add docs versioning. The latest documentation lives at the content root with unprefixed URLs; each past version is a frozen snapshot directory cut with the new blume version <id> command, which copies the tree, rewrites root-absolute links to stay inside the snapshot, and registers the id in blume.config.ts. With a versions block configured, the header grows an automatic version switcher (same-page navigation, falling back to the version root), every archived page shows a localized "you're viewing an old version" notice with a go-to-latest link, and archived pages default their canonical to the same page in the live docs — the SEO treatment guides recommend and no docs framework automates — while version-only pages stay self-canonical and per-version canonical: "self" and noindex remain available. Search scopes results to the version being viewed with a remembered "All versions" toggle across Orama, FlexSearch, Algolia, and Typesense, and the agent surface is version-aware: the MCP search_docs/list_pages tools default to the current docs and accept an archived id or "all" (plus a new locale filter), get_navigation serves snapshot and per-locale trees, llms.txt sections archived versions with an "(archived)" label, llms-full.txt stays current-only, and the sitemap drops archived pages whose canonical points at a live equivalent. Versioning composes with i18n (snapshot outermost on disk, locale outermost in URLs), snapshots keep their own folder meta and translations, and blume translate never retranslates them.

Patch Changes

  • b954287: Tighten types across the package: unknown-typed parameters, returns, and open dictionaries are replaced with precise named types, and every remaining type assertion carries a documented invariant (adopting ultracite's anti-slop lint preset).

  • c8d1624: Native AsyncAPI renderer. The asyncapi block now defaults to renderer: "blume" — one real page per send/receive operation, grouped by tag (or channel address) in a tab-scoped sidebar, with message payload and header schema tables, channel parameters, protocol bindings, an Authorization section derived from securitySchemes, protocol-aware code samples (wscat/WebSocket for ws, kcat for Kafka, mosquitto_pub/mosquitto_sub for MQTT), and full participation in site search, llms.txt, and OG images. AsyncAPI 2.x specs are normalized to 3.x automatically with the official AsyncAPI converter, so publish/subscribe map onto stable operation URLs. The asyncapi block gains renderer, codeSamples, and expandSchemas for full parity with openapi; per-source includeInSearch/includeInLlms/noindex now apply to AsyncAPI sources too.

    Behavior change: AsyncAPI references were previously always rendered by the embedded Scalar SPA. Set asyncapi: { renderer: "scalar" } to keep the old behavior.

  • 84055a7: Measure the audit's title and meta-description limits in display columns rather than characters. What a search engine truncates is the space the text takes up, and a character count only stands in for that where every character is one column wide — true of Latin text and of nothing else. Counted in characters, one range cannot serve both scripts: the same 110–160 was at once too strict for a Japanese description (which says in ~60 characters what English needs ~120 for, so every page of a Japanese site reported BLUME_AUDIT_DESCRIPTION_LENGTH) and too loose for a Japanese title (60 characters render as wide as 120 Latin ones and truncate, and nothing was reported). Widths come from string-width, so a fullwidth or wide character counts 2 and ASCII or precomposed (NFC) Latin text scores exactly as it did before — an English site's findings are unchanged. (Two knowable divergences: an emoji now counts 2 columns instead of its UTF-16 code units, and a decomposed (NFD) combining mark counts 0 instead of 1.) The changelog and OpenAPI generators, which trim their derived meta descriptions to the same snippet range, now budget in display columns too, so generated pages keep passing the audit in every script.

  • a749fd7: blume eject no longer drops ai.ask.instructions: the ejected Ask AI endpoint now carries the custom system-prompt text, matching the hidden runtime.

  • eab66c5: Per-group sidebar display modes on the generated sidebar. A folder can opt its group into flat, group, or page without an explicit navigation.sidebar config: set display in the folder's meta.ts, or — sugar for folders with an index page — sidebar.display in the index page's frontmatter. A generated group's effective mode resolves index frontmatter first, then folder meta, then the global navigation.sidebar.display, then the flat default; a group's value applies to that group only, and nested subgroups resolve their own chain. page-mode drill-in panels stay route-aware and list the index page first, loose pages hoist above sibling groups only where a sibling renders flat (self-delimiting group/page rows keep authored interleaving), and under i18n a fallback-filled index page never overrides a locale's own meta.ts display. sidebar.display anywhere it is dead — a non-index page, the content root's own index page, or any page under an explicit config sidebar — reports a new BLUME_SIDEBAR_DISPLAY_IGNORED warning instead of being silently dropped. Explicit config sidebars render exactly as before.

Changelog

Sourced from blume's changelog.

1.5.1

Patch Changes

  • ca28fb8: Generate an Open Graph card for the changelog index. The /changelog page previously shipped no og:image (and fell back to X's compact summary card); it now gets the same generated card every other page has, served at /og/changelog.png.
  • ca28fb8: Stop doubling the site title in the changelog index's document title. The page passed "{site title} {Changelog}" to a layout that suffixes "- {site title}" itself, producing titles like "Acme Changelog - Acme"; it now reads "Changelog - Acme".
  • 8db1ecb: The default display font is now Inter, matching the body font — default sites download one text family instead of two (Inter Tight's files alone were ~190 KB per page). To keep the tightened display look, headings now get letter-spacing: -0.05em from the theme itself, which also means any font you configure for display reads correctly at heading sizes instead of depending on tracking built into the font. Inter Tight remains available as the inter-tight slug.
  • ca28fb8: Let a user-supplied ogImage on PageLayout declare its alt text and pixel size via the new ogImageAlt and ogImageSize props, emitted as og:image:alt / og:image:width / og:image:height — the metadata Blume's generated cards already declare automatically.
  • ca28fb8: Emit schema.org JSON-LD from PageLayout, so custom pages — most importantly a custom home page — carry the same WebSite structured-data graph the docs pages do. On by default; pass structuredDataEnabled={false} to opt a page out.
  • ca28fb8: Keep the trailing slash on the home page's canonical, og:url, and hreflang URLs (https://site/ instead of https://site), so they byte-match the sitemap's <loc> for the root route.
  • ca28fb8: Warn when lastModified runs in a shallow git clone. CI platforms usually check out limited history, which silently dropped most git-derived dates — sitemap <lastmod> and "Last updated" stamps vanished in production while working locally. The build now emits a BLUME_SHALLOW_GIT_HISTORY warning pointing at the fix (VERCEL_DEEP_CLONE=true on Vercel, fetch-depth: 0 for actions/checkout).
  • bad025f: Smooth out page navigation: every link now prefetches on hover/viewport, and same-origin navigations opt into cross-document view transitions in supporting browsers, replacing the hard flash between pages with a crossfade. Respects prefers-reduced-motion.
  • 8db1ecb: Preload only the font weights above-the-fold text actually renders in (body 400/500, display 500/600, mono 400) instead of every configured face. On a default site this cuts the per-page font preloads from ten files (~260 KB) to a handful (~50 KB), bandwidth that was competing with the critical CSS and pushing out mobile LCP. All other faces still load on demand through their @font-face rules with font-display: swap.
  • ca28fb8: Redirect trailing-slash URLs to their slashless twins on Vercel with a 308. /docs/ and /docs previously both served 200 as duplicate URLs; the routing config now collapses the slashed form onto the canonical slashless one (the root / is untouched).

1.5.0

Minor Changes

  • 94b0678: Add docs versioning. The latest documentation lives at the content root with unprefixed URLs; each past version is a frozen snapshot directory cut with the new blume version <id> command, which copies the tree, rewrites root-absolute links to stay inside the snapshot, and registers the id in blume.config.ts. With a versions block configured, the header grows an automatic version switcher (same-page navigation, falling back to the version root), every archived page shows a localized "you're viewing an old version" notice with a go-to-latest link, and archived pages default their canonical to the same page in the live docs — the SEO treatment guides recommend and no docs framework automates — while version-only pages stay self-canonical and per-version canonical: "self" and noindex remain available. Search scopes results to the version being viewed with a remembered "All versions" toggle across Orama, FlexSearch, Algolia, and Typesense, and the agent surface is version-aware: the MCP search_docs/list_pages tools default to the current docs and accept an archived id or "all" (plus a new locale filter), get_navigation serves snapshot and per-locale trees, llms.txt sections archived versions with an "(archived)" label, llms-full.txt stays current-only, and the sitemap drops archived pages whose canonical points at a live equivalent. Versioning composes with i18n (snapshot outermost on disk, locale outermost in URLs), snapshots keep their own folder meta and translations, and blume translate never retranslates them.

Patch Changes

  • b954287: Tighten types across the package: unknown-typed parameters, returns, and open dictionaries are replaced with precise named types, and every remaining type assertion carries a documented invariant (adopting ultracite's anti-slop lint preset).

  • c8d1624: Native AsyncAPI renderer. The asyncapi block now defaults to renderer: "blume" — one real page per send/receive operation, grouped by tag (or channel address) in a tab-scoped sidebar, with message payload and header schema tables, channel parameters, protocol bindings, an Authorization section derived from securitySchemes, protocol-aware code samples (wscat/WebSocket for ws, kcat for Kafka, mosquitto_pub/mosquitto_sub for MQTT), and full participation in site search, llms.txt, and OG images. AsyncAPI 2.x specs are normalized to 3.x automatically with the official AsyncAPI converter, so publish/subscribe map onto stable operation URLs. The asyncapi block gains renderer, codeSamples, and expandSchemas for full parity with openapi; per-source includeInSearch/includeInLlms/noindex now apply to AsyncAPI sources too.

    Behavior change: AsyncAPI references were previously always rendered by the embedded Scalar SPA. Set asyncapi: { renderer: "scalar" } to keep the old behavior.

  • 84055a7: Measure the audit's title and meta-description limits in display columns rather than characters. What a search engine truncates is the space the text takes up, and a character count only stands in for that where every character is one column wide — true of Latin text and of nothing else. Counted in characters, one range cannot serve both scripts: the same 110–160 was at once too strict for a Japanese description (which says in ~60 characters what English needs ~120 for, so every page of a Japanese site reported BLUME_AUDIT_DESCRIPTION_LENGTH) and too loose for a Japanese title (60 characters render as wide as 120 Latin ones and truncate, and nothing was reported). Widths come from string-width, so a fullwidth or wide character counts 2 and ASCII or precomposed (NFC) Latin text scores exactly as it did before — an English site's findings are unchanged. (Two knowable divergences: an emoji now counts 2 columns instead of its UTF-16 code units, and a decomposed (NFD) combining mark counts 0 instead of 1.) The changelog and OpenAPI generators, which trim their derived meta descriptions to the same snippet range, now budget in display columns too, so generated pages keep passing the audit in every script.

  • a749fd7: blume eject no longer drops ai.ask.instructions: the ejected Ask AI endpoint now carries the custom system-prompt text, matching the hidden runtime.

  • eab66c5: Per-group sidebar display modes on the generated sidebar. A folder can opt its group into flat, group, or page without an explicit navigation.sidebar config: set display in the folder's meta.ts, or — sugar for folders with an index page — sidebar.display in the index page's frontmatter. A generated group's effective mode resolves index frontmatter first, then folder meta, then the global navigation.sidebar.display, then the flat default; a group's value applies to that group only, and nested subgroups resolve their own chain. page-mode drill-in panels stay route-aware and list the index page first, loose pages hoist above sibling groups only where a sibling renders flat (self-delimiting group/page rows keep authored interleaving), and under i18n a fallback-filled index page never overrides a locale's own meta.ts display. sidebar.display anywhere it is dead — a non-index page, the content root's own index page, or any page under an explicit config sidebar — reports a new BLUME_SIDEBAR_DISPLAY_IGNORED warning instead of being silently dropped. Explicit config sidebars render exactly as before.

Commits
  • 0ec427c Version Packages (#191)
  • 453475a fix: apply heading tracking on docs prose and OG cards
  • 4579d45 fix: tighten heading tracking to -0.05em, matched against Inter Tight
  • 8db1ecb perf: trim font preloads and default the display font to Inter
  • ca28fb8 fix: SEO fixes from the useblume.dev review
  • bad025f fix: prefetch links and crossfade page navigations
  • 51b99b7 Version Packages (#184)
  • a749fd7 fix: keep ai.ask.instructions in the ejected Ask AI endpoint
  • b954287 Bump ultracite to 7.10.5 and enable the anti-slop lint preset
  • 94b0678 Docs versioning (#174)
  • Additional commits viewable in compare view

Updates ai from 7.0.64 to 7.0.66

Release notes

Sourced from ai's releases.

ai@7.0.66

Patch Changes

  • 0782259: Keep chat status submitted until response content begins streaming.
  • 2fd1214: Fix declaration emit for exported values that infer an Output type.
Changelog

Sourced from ai's changelog.

7.0.66

Patch Changes

  • 0782259: Keep chat status submitted until response content begins streaming.
  • 2fd1214: Fix declaration emit for exported values that infer an Output type.

7.0.65

Patch Changes

  • dc8caae: Avoid repeatedly cloning accumulated text in readUIMessageStream while preserving independent snapshots for mutable nested values.
  • 72ec74f: Preserve root-level JSON Schema definitions when wrapping array output schemas.
  • c5b0515: Propagate errors thrown by the Chat onFinish callback to the initiating request.
  • Updated dependencies [16650e9]
    • @​ai-sdk/gateway@​4.0.52
Commits
  • 9ce09df Version Packages (#18869)
  • 2fd1214 fix: declaration emit failure for exported utilities using Prompt and inferre...
  • 0782259 fix: keep chat submitted until response content starts streaming (#18864)
  • d76eb85 Version Packages (#18810)
  • dc8caae fix: prevent quadratic readUIMessageStream allocation without weakening snaps...
  • c5b0515 fix: Chat requests resolve when onFinish throws (#18755)
  • 72ec74f fix: support root-referenced JSON Schema definitions in array outputs (#18802)
  • See full diff in compare view

Updates @cloudflare/vitest-pool-workers from 0.21.2 to 0.21.3

Release notes

Sourced from @​cloudflare/vitest-pool-workers's releases.

@​cloudflare/vitest-pool-workers@​0.21.3

Patch Changes

Changelog

Sourced from @​cloudflare/vitest-pool-workers's changelog.

0.21.3

Patch Changes

Commits

Updates wrangler from 4.122.0 to 4.123.0

Release notes

Sourced from wrangler's releases.

wrangler@4.123.0

Minor Changes

  • #15113 b8fd112 Thanks @​BSFishy! - Add local dev simulation for Cloudflare Access ctx.access.getIdentity()

    You can now configure a mock Cloudflare Access identity in wrangler.json so that ctx.access.getIdentity() returns it during local development.

    // wrangler.json
    {
      "access": {
        "dev": {
          "aud": "my-app-aud-tag",
          "identity": {
            "email": "user@example.com",
            "name": "Test User"
          }
        }
      }
    }
  • #15152 f0f2054 Thanks @​GregBrimble! - [private beta]: Updates the --ignore-defaults flag to --ignore-base-config on wrangler preview commands.

    --ignore-base-config now only takes effect on Preview creation, rather than on each deployment, since Preview base configuration is now copy-on-create rather than inherit-on-deploy.

  • #14872 339509d Thanks @​dario-piotrowicz! - Add automatic update prompts for out-of-date Cloudflare agent skills

    When Cloudflare skills were previously installed by Wrangler and the upstream cloudflare/skills repository has newer content, Wrangler now offers to update them after eligible commands complete.

    To reduce prompt fatigue, the update check only runs once a month (30 days since the last install or update). Declining suppresses the prompt until the next upstream change.

    When declining an update, Wrangler offers the option to permanently disable future update prompts. This preference is stored globally in ~/.wrangler/agents-skills-install.jsonc. The WRANGLER_NO_SKILLS_UPDATE_PROMPTS=true environment variable can also be used to suppress prompts. The --install-skills flag remains available regardless of these settings.

Patch Changes

Commits

Updates @nestjs/common from 11.1.29 to 11.2.1

Release notes

Sourced from @​nestjs/common's releases.

v11.2.1

What's Changed

Full Changelog: nestjs/nest@v11.2.0...v11.2.1

v11.2.0

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.29...v11.2.0

Commits
  • 4535f43 chore(release): publish v11.2.1 release
  • f2a7e4b chore(release): publish v11.2.0 release
  • b2e7fb5 Merge pull request #17469 from nestjs/feat/sse-signal
  • 6498f11 feat: signal should finalize in every case
  • 7627546 feat(core): sse signal
  • 5d93228 Merge pull request #17086 from LeSingh1/fix/parse-enum-numeric-reverse-mapping
  • 4fbd6e6 Potential fix for pull request finding
  • eac10cd Merge pull request #17162 from gacardinal/feat/query-http-method
  • 9879885 Merge pull request #17435 from Jaybhade/fix/file-type-validator-mime-metachar...
  • ca97a3f fix(common): match string file types containing regex metacharacters
  • Additional commits viewable in compare view

Updates @nestjs/core from 11.1.29 to 11.2.1

Release notes

Sourced from @​nestjs/core's releases.

v11.2.1

What's Changed

Full Changelog: nestjs/nest@v11.2.0...v11.2.1

v11.2.0

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.29...v11.2.0

Commits
  • 4535f43 chore(release): publish v11.2.1 release
  • a326599 fix(core): fix sse early-return
  • f2a7e4b chore(release): publish v11.2.0 release
  • b2e7fb5 Merge pull request #17469 from nestjs/feat/sse-signal
  • 6498f11 feat: signal should finalize in every case
  • 7627546 feat(core): sse signal
  • eac10cd Merge pull request #17162 from gacardinal/feat/query-http-method
  • 73f28b2 fix(core): scan pre-registered dynamic imports of lazy modules
  • 5061da3 Merge pull request #17416 from eeshsaxena/fix/legacy-route-converter-adjacent...
  • 8b759fe Merge pull request #17430 from shariyerShazan/fix/lazy-module-loader-singleto...
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 11.1.29 to 11.2.1

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.2.1

What's Changed

Full Changelog: nestjs/nest@v11.2.0...v11.2.1

v11.2.0

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.29...v11.2.0

Commits

Updates @nestjs/platform-fastify from 11.1.29 to 11.2.1

Release notes

Sourced from @​nestjs/platform-fastify's releases.

v11.2.1

What's Changed

Full Changelog: nestjs/nest@v11.2.0...v11.2.1

v11.2.0

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.29...v11.2.0

Commits
  • 4535f43 chore(release): publish v11.2.1 release
  • f2a7e4b chore(release): publish v11.2.0 release
  • eac10cd Merge pull request #17162 from gacardinal/feat/query-http-method
  • 674ac31 Merge pull request #17455 from nestjs/renovate/fastify-5.x
  • 5303b81 Merge pull request #17350 from GiHoon1123/master
  • 1def88d Merge pull request #17377 from Arun445/fix/fastify-middleware-global-prefix-e...
  • ec2af44 fix(deps): update dependency fastify to v5.11.3
  • ae305fb chore(deps): bump fastify from 5.11.0 to 5.11.2
  • eb459f7 fix(fastify): run middleware on routes excluded from global prefix
  • f396551 fix(fastify): avoid double prefixing inherited middleware
  • Additional commits viewable in compare view

Updates @nestjs/testing from 11.1.29 to 11.2.1

Release notes

Sourced from @​nestjs/testing's releases.

v11.2.1

What's Changed

Full Changelog: nestjs/nest@v11.2.0...v11.2.1

v11.2.0

What's Changed

… directory with 16 updates

Bumps the dev-dependencies-minor-patch group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@hono/node-server](https://github.com/honojs/node-server) | `2.1.0` | `2.1.1` |
| [pkg-pr-new](https://github.com/stackblitz-labs/pkg.pr.new/tree/HEAD/packages/cli) | `0.0.87` | `0.0.88` |
| [blume](https://github.com/haydenbleasel/blume/tree/HEAD/packages/blume) | `1.4.3` | `1.5.1` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.64` | `7.0.66` |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.21.2` | `0.21.3` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.122.0` | `4.123.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.29` | `11.2.1` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.29` | `11.2.1` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.29` | `11.2.1` |
| [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `11.1.29` | `11.2.1` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.29` | `11.2.1` |
| [fastify](https://github.com/fastify/fastify) | `5.11.3` | `5.12.0` |
| [next](https://github.com/vercel/next.js) | `16.3.0` | `16.3.1` |
| [@scalar/api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference) | `1.65.0` | `1.65.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.1.1` | `22.1.2` |
| [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.52.0` | `1.52.1` |



Updates `@hono/node-server` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v2.1.0...v2.1.1)

Updates `pkg-pr-new` from 0.0.87 to 0.0.88
- [Commits](https://github.com/stackblitz-labs/pkg.pr.new/commits/v0.0.88/packages/cli)

Updates `blume` from 1.4.3 to 1.5.1
- [Release notes](https://github.com/haydenbleasel/blume/releases)
- [Changelog](https://github.com/haydenbleasel/blume/blob/main/packages/blume/CHANGELOG.md)
- [Commits](https://github.com/haydenbleasel/blume/commits/blume@1.5.1/packages/blume)

Updates `ai` from 7.0.64 to 7.0.66
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.66/packages/ai)

Updates `@cloudflare/vitest-pool-workers` from 0.21.2 to 0.21.3
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.21.3/packages/vitest-pool-workers)

Updates `wrangler` from 4.122.0 to 4.123.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.123.0/packages/wrangler)

Updates `@nestjs/common` from 11.1.29 to 11.2.1
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.1/packages/common)

Updates `@nestjs/core` from 11.1.29 to 11.2.1
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.1/packages/core)

Updates `@nestjs/platform-express` from 11.1.29 to 11.2.1
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.1/packages/platform-express)

Updates `@nestjs/platform-fastify` from 11.1.29 to 11.2.1
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.1/packages/platform-fastify)

Updates `@nestjs/testing` from 11.1.29 to 11.2.1
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.1/packages/testing)

Updates `fastify` from 5.11.3 to 5.12.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.11.3...v5.12.0)

Updates `next` from 16.3.0 to 16.3.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.3.0...v16.3.1)

Updates `@scalar/api-reference` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/scalar/scalar/releases)
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference)

Updates `@angular/core` from 22.1.1 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 `@cloudflare/vite-plugin` from 1.52.0 to 1.52.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vite-plugin@1.52.1/packages/vite-plugin-cloudflare)

---
updated-dependencies:
- dependency-name: "@hono/node-server"
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: pkg-pr-new
  dependency-version: 0.0.88
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: blume
  dependency-version: 1.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: ai
  dependency-version: 7.0.66
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-version: 0.21.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: wrangler
  dependency-version: 4.123.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/common"
  dependency-version: 11.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/core"
  dependency-version: 11.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/platform-fastify"
  dependency-version: 11.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/testing"
  dependency-version: 11.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: fastify
  dependency-version: 5.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: next
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@scalar/api-reference"
  dependency-version: 1.65.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@angular/core"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@cloudflare/vite-plugin"
  dependency-version: 1.52.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
...

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 Aug 18, 2026
@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
orpc Ready Ready Preview Aug 18, 2026 10:02am

@pkg-pr-new

pkg-pr-new Bot commented Aug 18, 2026

Copy link
Copy Markdown
More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@1887

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@1887

@orpc/bun

npm i https://pkg.pr.new/@orpc/bun@1887

@orpc/client

npm i https://pkg.pr.new/@orpc/client@1887

@orpc/cloudflare

npm i https://pkg.pr.new/@orpc/cloudflare@1887

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@1887

@orpc/experimental-effect

npm i https://pkg.pr.new/@orpc/experimental-effect@1887

@orpc/evlog

npm i https://pkg.pr.new/@orpc/evlog@1887

@orpc/hibernation

npm i https://pkg.pr.new/@orpc/hibernation@1887

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@1887

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@1887

@orpc/next

npm i https://pkg.pr.new/@orpc/next@1887

@orpc/node

npm i https://pkg.pr.new/@orpc/node@1887

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@1887

@orpc/opentelemetry

npm i https://pkg.pr.new/@orpc/opentelemetry@1887

@orpc/pinia-colada

npm i https://pkg.pr.new/@orpc/pinia-colada@1887

@orpc/pino

npm i https://pkg.pr.new/@orpc/pino@1887

@orpc/publisher

npm i https://pkg.pr.new/@orpc/publisher@1887

@orpc/ratelimit

npm i https://pkg.pr.new/@orpc/ratelimit@1887

@orpc/server

npm i https://pkg.pr.new/@orpc/server@1887

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@1887

@orpc/swr

npm i https://pkg.pr.new/@orpc/swr@1887

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@1887

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@1887

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@1887

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@1887

commit: fc9b6d9

@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@codspeed-hq

codspeed-hq Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 30 untouched benchmarks


Comparing dependabot/npm_and_yarn/dev-dependencies-minor-patch-6156a1a38a (fc9b6d9) with main (f1bcc78)

Open in CodSpeed

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