Bump the npm_and_yarn group across 1 directory with 3 updates #14

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/npm_and_yarn-a7eccee642 into master 2026-01-22 10:08:47 +01:00
dependabot[bot] commented 2026-01-22 10:04:53 +01:00 (Migrated from github.com)

Bumps the npm_and_yarn group with 2 updates in the / directory: @trpc/server and ai.

Updates @trpc/server from 11.4.3 to 11.8.1

Release notes

Sourced from @​trpc/server's releases.

v11.8.1

What's Changed

New Contributors

Full Changelog: https://github.com/trpc/trpc/compare/v11.8.0...v11.8.1

v11.8.0

What's Changed

v11.7.2

What's Changed

New Contributors

Full Changelog: https://github.com/trpc/trpc/compare/v11.7.1...v11.7.2

v11.7.1

What's Changed

New Contributors

Full Changelog: https://github.com/trpc/trpc/compare/v11.7.0...v11.7.1

v11.7.0

What's Changed

... (truncated)

Commits

Updates ai from 4.3.16 to 5.0.52

Commits
  • 63d5f66 Version Packages (#8895)
  • 930399b Backport: fix(ai): download files when intermediate file cannot be downloaded...
  • 7ca78f1 Backport: feat(provider/gateway): Add new Qwen models to Gateway model string...
  • 1cfc209 Backport: feat(provider/openai): OpenAILanguageModelOptions type (#8858)
  • 347b7ec ci: rename v5.0 branch to release-v*
  • 85909a9 Backport: chore(ai): update test message (#8875)
  • c56822d Backport: fix(ai): update uiMessageChunkSchema to satisfy the `UIMessageChu...
  • 1461adf Backport: chore(examples): remove redundant OpenAI reasoning examples (#8871)
  • 6bd07df Version Packages (#8853)
  • a45d61a ci(release): remove incorrect changeset bump for @ai-sdk/baseten
  • Additional commits viewable in compare view

Updates next from 15.5.7 to 15.5.9

Release notes

Sourced from next's releases.

v15.5.9

Please see the Next.js Security Update for information about this security patch.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps the npm_and_yarn group with 2 updates in the / directory: [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) and [ai](https://github.com/vercel/ai). Updates `@trpc/server` from 11.4.3 to 11.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trpc/trpc/releases"><code>@​trpc/server</code>'s releases</a>.</em></p> <blockquote> <h2>v11.8.1</h2> <h2>What's Changed</h2> <ul> <li>fix(server): pass maxDurationMs timeout signal to subscription handlers by <a href="https://github.com/tt-a1i"><code>@​tt-a1i</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/7037">trpc/trpc#7037</a></li> <li>fix(tanstack-react-query): useSubscription prop tracking by <a href="https://github.com/Julusian"><code>@​Julusian</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/7036">trpc/trpc#7036</a></li> <li>fix(server): fastify form-data type by <a href="https://github.com/wszgrcy"><code>@​wszgrcy</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/6974">trpc/trpc#6974</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bsdahl"><code>@​bsdahl</code></a> made their first contribution in <a href="https://redirect.github.com/trpc/trpc/pull/6995">trpc/trpc#6995</a></li> <li><a href="https://github.com/tt-a1i"><code>@​tt-a1i</code></a> made their first contribution in <a href="https://redirect.github.com/trpc/trpc/pull/7037">trpc/trpc#7037</a></li> <li><a href="https://github.com/Julusian"><code>@​Julusian</code></a> made their first contribution in <a href="https://redirect.github.com/trpc/trpc/pull/7036">trpc/trpc#7036</a></li> <li><a href="https://github.com/wszgrcy"><code>@​wszgrcy</code></a> made their first contribution in <a href="https://redirect.github.com/trpc/trpc/pull/6974">trpc/trpc#6974</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trpc/trpc/compare/v11.8.0...v11.8.1">https://github.com/trpc/trpc/compare/v11.8.0...v11.8.1</a></p> <h2>v11.8.0</h2> <h2>What's Changed</h2> <ul> <li>feat(server): support streaming in API Gateway REST API by <a href="https://github.com/anatolzak"><code>@​anatolzak</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/7039">trpc/trpc#7039</a></li> <li>fixes <a href="https://github.com/advisories/GHSA-43p4-m455-4f4j">https://github.com/advisories/GHSA-43p4-m455-4f4j</a></li> </ul> <h2>v11.7.2</h2> <h2>What's Changed</h2> <ul> <li>fix(server): missing sse options when using mergeRouter by <a href="https://github.com/timcole"><code>@​timcole</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/7023">trpc/trpc#7023</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/KitsuneKode"><code>@​KitsuneKode</code></a> made their first contribution in <a href="https://redirect.github.com/trpc/trpc/pull/6975">trpc/trpc#6975</a></li> <li><a href="https://github.com/timcole"><code>@​timcole</code></a> made their first contribution in <a href="https://redirect.github.com/trpc/trpc/pull/7023">trpc/trpc#7023</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trpc/trpc/compare/v11.7.1...v11.7.2">https://github.com/trpc/trpc/compare/v11.7.1...v11.7.2</a></p> <h2>v11.7.1</h2> <h2>What's Changed</h2> <ul> <li>fix(tanstack-react-query): keyPrefix of undefined by <a href="https://github.com/Nick-Lucas"><code>@​Nick-Lucas</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/6990">trpc/trpc#6990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/theoludwig"><code>@​theoludwig</code></a> made their first contribution in <a href="https://redirect.github.com/trpc/trpc/pull/6906">trpc/trpc#6906</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trpc/trpc/compare/v11.7.0...v11.7.1">https://github.com/trpc/trpc/compare/v11.7.0...v11.7.1</a></p> <h2>v11.7.0</h2> <h2>What's Changed</h2> <ul> <li>fix(client): do not emit &quot;connecting&quot; when initializing websocket subscription by <a href="https://github.com/hmatthieu"><code>@​hmatthieu</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/6970">trpc/trpc#6970</a></li> <li>fix(server): Export octet types by <a href="https://github.com/Nick-Lucas"><code>@​Nick-Lucas</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/6981">trpc/trpc#6981</a></li> <li>feat(tanstack-react-query): Add QueryKey and MutationKey Prefix option by <a href="https://github.com/Nick-Lucas"><code>@​Nick-Lucas</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/6976">trpc/trpc#6976</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trpc/trpc/commit/0d08831400643640d14ddf5174a6aefa2fa648e7"><code>0d08831</code></a> v11.8.1</li> <li><a href="https://github.com/trpc/trpc/commit/b802056b6f21b0557cb352fa48cd90c2557af262"><code>b802056</code></a> fix(server): fastify form-data type (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/server/issues/6974">#6974</a>)</li> <li><a href="https://github.com/trpc/trpc/commit/1c9a6ec37c749278655d37b7351b0c63fee8f4f6"><code>1c9a6ec</code></a> chore(deps): update dependency <code>@​oxc-project/runtime</code> to v0.104.0 (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/server/issues/7051">#7051</a>)</li> <li><a href="https://github.com/trpc/trpc/commit/172b6aa1ac2cfd5429ebd5284fcc308bce159702"><code>172b6aa</code></a> fix(server): pass maxDurationMs timeout signal to subscription handlers (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/server/issues/7037">#7037</a>)</li> <li><a href="https://github.com/trpc/trpc/commit/68209498f67cb9bc8da318752677dc63244cdb75"><code>6820949</code></a> chore: bump next (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/server/issues/7045">#7045</a>)</li> <li><a href="https://github.com/trpc/trpc/commit/d7adb371de27ae00398953b5d83fcb6c3d2b2199"><code>d7adb37</code></a> chore(server): some internal refactors (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/server/issues/7044">#7044</a>)</li> <li><a href="https://github.com/trpc/trpc/commit/a247ce28817ea682f3ffda9255678db18a8b3391"><code>a247ce2</code></a> v11.8.0</li> <li><a href="https://github.com/trpc/trpc/commit/78629d524968ef8db5a7adf68d8b95a44369d77e"><code>78629d5</code></a> Fix bug (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/server/issues/7043">#7043</a>)</li> <li><a href="https://github.com/trpc/trpc/commit/9a17cef999278555a0e1e6322f1a2579180eecb9"><code>9a17cef</code></a> feat(server): support streaming in API Gateway REST API (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/server/issues/7039">#7039</a>)</li> <li><a href="https://github.com/trpc/trpc/commit/fa8d8061d033c8bd51410d126840c457215954cd"><code>fa8d806</code></a> chore(deps): update dependency valibot to v1.2.0 [security] (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/server/issues/7026">#7026</a>)</li> <li>Additional commits viewable in <a href="https://github.com/trpc/trpc/commits/v11.8.1/packages/server">compare view</a></li> </ul> </details> <br /> Updates `ai` from 4.3.16 to 5.0.52 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ai/commit/63d5f669098343a49173d788fe1490127e882bd1"><code>63d5f66</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/8895">#8895</a>)</li> <li><a href="https://github.com/vercel/ai/commit/930399bb9839a8baf3d349614106d78268775eed"><code>930399b</code></a> Backport: fix(ai): download files when intermediate file cannot be downloaded...</li> <li><a href="https://github.com/vercel/ai/commit/7ca78f19a51859de09171daa3b0cefcc9df90a16"><code>7ca78f1</code></a> Backport: feat(provider/gateway): Add new Qwen models to Gateway model string...</li> <li><a href="https://github.com/vercel/ai/commit/1cfc209a5f9f281565538f2880f9c6278ca6bf04"><code>1cfc209</code></a> Backport: feat(provider/openai): <code>OpenAILanguageModelOptions</code> type (<a href="https://redirect.github.com/vercel/ai/issues/8858">#8858</a>)</li> <li><a href="https://github.com/vercel/ai/commit/347b7ecce9953ae427e7fcf5b0441a63a3d44431"><code>347b7ec</code></a> ci: rename <code>v5.0</code> branch to <code>release-v*</code></li> <li><a href="https://github.com/vercel/ai/commit/85909a9f6448c7e6eb52d780abcca4f96679e719"><code>85909a9</code></a> Backport: chore(ai): update test message (<a href="https://redirect.github.com/vercel/ai/issues/8875">#8875</a>)</li> <li><a href="https://github.com/vercel/ai/commit/c56822dd81d5d70bcd5ef230a875f96a224849a4"><code>c56822d</code></a> Backport: fix(ai): update <code>uiMessageChunkSchema</code> to satisfy the `UIMessageChu...</li> <li><a href="https://github.com/vercel/ai/commit/1461adf5841cc3f164482fdff72b66b4b22bf866"><code>1461adf</code></a> Backport: chore(examples): remove redundant OpenAI reasoning examples (<a href="https://redirect.github.com/vercel/ai/issues/8871">#8871</a>)</li> <li><a href="https://github.com/vercel/ai/commit/6bd07df02d9f954b389e44da128fc6d1358462d9"><code>6bd07df</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/8853">#8853</a>)</li> <li><a href="https://github.com/vercel/ai/commit/a45d61aa32f2f319254c5e660731085bcd30f273"><code>a45d61a</code></a> ci(release): remove incorrect changeset bump for <code>@ai-sdk/baseten</code></li> <li>Additional commits viewable in <a href="https://github.com/vercel/ai/compare/ai@4.3.16...ai@5.0.52">compare view</a></li> </ul> </details> <br /> Updates `next` from 15.5.7 to 15.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v15.5.9</h2> <p>Please see the <a href="https://nextjs.org/blog/security-update-2025-12-11">Next.js Security Update</a> for information about this security patch.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/c5de33e93ccccaf3bee60cf50603e2152f9886e1"><code>c5de33e</code></a> v15.5.9</li> <li><a href="https://github.com/vercel/next.js/commit/dd233994aeb24e906cdb9aedca5447cdef401792"><code>dd23399</code></a> Backport <a href="https://redirect.github.com/facebook/react/issues/35351">facebook/react#35351</a> for 15.5.8 (<a href="https://redirect.github.com/vercel/next.js/issues/87086">#87086</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/7526cd6f24300726964eaba78927fe2a9c3fed5e"><code>7526cd6</code></a> v15.5.8</li> <li><a href="https://github.com/vercel/next.js/commit/1e9ec4133af3657964833bfcc9abb0ee73fb19f0"><code>1e9ec41</code></a> Update React Version (<a href="https://redirect.github.com/vercel/next.js/issues/41">#41</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/16141e5df9ce51136ba42988b574981f89d01081"><code>16141e5</code></a> Update React Version (<a href="https://redirect.github.com/vercel/next.js/issues/30">#30</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/e01e589e181d66d48c57698238b8b7f59218dfef"><code>e01e589</code></a> Backport Next.js changes to v15.5.8 (<a href="https://redirect.github.com/vercel/next.js/issues/23">#23</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/b2706db1e62c261ddfddaa040b2b26d93a091eca"><code>b2706db</code></a> lock binaries</li> <li>See full diff in <a href="https://github.com/vercel/next.js/compare/v15.5.7...v15.5.9">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Snupai/snupai-site/network/alerts). </details>
vercel[bot] commented 2026-01-22 10:04:56 +01:00 (Migrated from github.com)

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

Project Deployment Review Updated (UTC)
snupai-site Ready Ready Preview, Comment Jan 22, 2026 9:05am

Request Review

[vc]: #hSufJEiwkX8eGwKvUGjsUGCBP9Wq3WBZllrmXbe8/ck=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJzbnVwYWktc2l0ZSIsInByb2plY3RJZCI6InByal9TOVhVQzBlNlQ5YVFMN2g4ZHE1ZFNEOEFNMnp3IiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL3NudXBhaS9zbnVwYWktc2l0ZS9CZkdtVG1EOTlrcmI4YmdHNWpHV3h4N3Y4WHlFIiwicHJldmlld1VybCI6InNudXBhaS1zaXRlLWdpdC1kZXBlbmRhYm90LW5wbWFuZHlhcm5ucG1hbmR5YXJuLWEtYTUzNDRhLXNudXBhaS52ZXJjZWwuYXBwIiwibmV4dENvbW1pdFN0YXR1cyI6IkRFUExPWUVEIiwibGl2ZUZlZWRiYWNrIjp7InJlc29sdmVkIjowLCJ1bnJlc29sdmVkIjowLCJ0b3RhbCI6MCwibGluayI6InNudXBhaS1zaXRlLWdpdC1kZXBlbmRhYm90LW5wbWFuZHlhcm5ucG1hbmR5YXJuLWEtYTUzNDRhLXNudXBhaS52ZXJjZWwuYXBwIn0sInJvb3REaXJlY3RvcnkiOm51bGx9XSwicmVxdWVzdFJldmlld1VybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS92ZXJjZWwtYWdlbnQvcmVxdWVzdC1yZXZpZXc/b3duZXI9U251cGFpJnJlcG89c251cGFpLXNpdGUmcHI9MTQifQ== The latest updates on your projects. Learn more about [Vercel for GitHub](https://vercel.link/github-learn-more). | Project | Deployment | Review | Updated (UTC) | | :--- | :----- | :------ | :------ | | [snupai-site](https://vercel.com/snupai/snupai-site) | ![Ready](https://vercel.com/static/status/ready.svg) [Ready](https://vercel.com/snupai/snupai-site/BfGmTmD99krb8bgG5jGWxx7v8XyE) | [Preview](https://snupai-site-git-dependabot-npmandyarnnpmandyarn-a-a5344a-snupai.vercel.app), [Comment](https://vercel.live/open-feedback/snupai-site-git-dependabot-npmandyarnnpmandyarn-a-a5344a-snupai.vercel.app?via=pr-comment-feedback-link) | Jan 22, 2026 9:05am | <a href="https://vercel.com/vercel-agent/request-review?owner=Snupai&repo=snupai-site&pr=14" rel="noreferrer"><picture><source media="(prefers-color-scheme: dark)" srcset="https://agents-vade-review.vercel.sh/request-review-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://agents-vade-review.vercel.sh/request-review-light.svg"><img src="https://agents-vade-review.vercel.sh/request-review-light.svg" alt="Request Review"></picture></a>
Sign in to join this conversation.
No description provided.