[PR #265] [CLOSED] build(deps): Bump @trpc/server from 11.6.0 to 11.7.1 #301

Closed
opened 2025-11-20 04:14:01 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/265
Author: @dependabot[bot]
Created: 10/28/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/trpc/server-11.7.1


📝 Commits (1)

  • b81a753 build(deps): Bump @trpc/server from 11.6.0 to 11.7.1

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)

📄 Description

Bumps @trpc/server from 11.6.0 to 11.7.1.

Release notes

Sourced from @​trpc/server's releases.

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

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

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/265 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/trpc/server-11.7.1` --- ### 📝 Commits (1) - [`b81a753`](https://github.com/community-scripts/ProxmoxVE-Local/commit/b81a753f2330b28ebdccf591dfecc01956333b45) build(deps): Bump @trpc/server from 11.6.0 to 11.7.1 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) from 11.6.0 to 11.7.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.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> <p><strong>Full Changelog</strong>: <a href="https://github.com/trpc/trpc/compare/v11.6.0...v11.7.0">https://github.com/trpc/trpc/compare/v11.6.0...v11.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trpc/trpc/commit/d6bb04dafc4f0a887ff1ab3002758ff424a8df17"><code>d6bb04d</code></a> v11.7.1</li> <li><a href="https://github.com/trpc/trpc/commit/5961a63c0161c24c0b21e47503a357d3b7c4410a"><code>5961a63</code></a> v11.7.0</li> <li><a href="https://github.com/trpc/trpc/commit/4c9efbb587f6bc327c5d92dbe95c82690002aa72"><code>4c9efbb</code></a> Export octet types (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/server/issues/6981">#6981</a>)</li> <li>See full diff in <a href="https://github.com/trpc/trpc/commits/v11.7.1/packages/server">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@trpc/server&package-manager=npm_and_yarn&previous-version=11.6.0&new-version=11.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#301