[PR #13] [MERGED] build(deps): Bump @trpc/client from 11.5.1 to 11.6.0 #119

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/13
Author: @dependabot[bot]
Created: 10/3/2025
Status: Merged
Merged: 10/3/2025
Merged by: @michelroegl-brunner

Base: developmentHead: dependabot/npm_and_yarn/trpc/client-11.6.0


📝 Commits (2)

  • 5823e54 Add GitHub templates and configuration (#8)
  • 3f4a1a8 build(deps): Bump @trpc/client from 11.5.1 to 11.6.0

📊 Changes

6 files changed (+128 additions, -6 deletions)

View changed files

.github/CODEOWNERS (+15 -0)
.github/ISSUE_TEMPLATE/bug_report.yml (+50 -0)
.github/ISSUE_TEMPLATE/feature_request.yml (+33 -0)
.github/pull_request_template.md (+24 -0)
📝 package-lock.json (+5 -5)
📝 package.json (+1 -1)

📄 Description

Bumps @trpc/client from 11.5.1 to 11.6.0.

Release notes

Sourced from @​trpc/client's releases.

v11.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/trpc/trpc/compare/v11.5.1...v11.6.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/13 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/3/2025 **Status:** ✅ Merged **Merged:** 10/3/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `development` ← **Head:** `dependabot/npm_and_yarn/trpc/client-11.6.0` --- ### 📝 Commits (2) - [`5823e54`](https://github.com/community-scripts/ProxmoxVE-Local/commit/5823e544641c3fcbbbdacf0f945e0cb60d674162) Add GitHub templates and configuration (#8) - [`3f4a1a8`](https://github.com/community-scripts/ProxmoxVE-Local/commit/3f4a1a8303b6a8ad7f33b7f3cde80d7961ca13f1) build(deps): Bump @trpc/client from 11.5.1 to 11.6.0 ### 📊 Changes **6 files changed** (+128 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `.github/CODEOWNERS` (+15 -0) ➕ `.github/ISSUE_TEMPLATE/bug_report.yml` (+50 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.yml` (+33 -0) ➕ `.github/pull_request_template.md` (+24 -0) 📝 `package-lock.json` (+5 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) from 11.5.1 to 11.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trpc/trpc/releases"><code>@​trpc/client</code>'s releases</a>.</em></p> <blockquote> <h2>v11.6.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add precondition required response code by <a href="https://github.com/y-nk"><code>@​y-nk</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/6954">trpc/trpc#6954</a></li> <li>fix(client): <code>httpBatchStreamLink</code> in React Native &quot;stream ends with TypeError&quot; by <a href="https://github.com/KATT"><code>@​KATT</code></a> in <a href="https://redirect.github.com/trpc/trpc/pull/6960">trpc/trpc#6960</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/elrion018"><code>@​elrion018</code></a> made their first contribution in <a href="https://redirect.github.com/trpc/trpc/pull/6932">trpc/trpc#6932</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trpc/trpc/compare/v11.5.1...v11.6.0">https://github.com/trpc/trpc/compare/v11.5.1...v11.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trpc/trpc/commit/91e45f614fa266a06bc99f677d576793ba949c2b"><code>91e45f6</code></a> v11.6.0</li> <li><a href="https://github.com/trpc/trpc/commit/9b274114cfe861c0b37abc48bb2cef550a2ebf16"><code>9b27411</code></a> fix(client): <code>httpBatchStreamLink</code> in React Native &quot;stream ends with TypeErro...</li> <li><a href="https://github.com/trpc/trpc/commit/466a924bf035bc729339019accf8c19d41200846"><code>466a924</code></a> chore: test refactor (<a href="https://github.com/trpc/trpc/tree/HEAD/packages/client/issues/6958">#6958</a>)</li> <li>See full diff in <a href="https://github.com/trpc/trpc/commits/v11.6.0/packages/client">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@trpc/client&package-manager=npm_and_yarn&previous-version=11.5.1&new-version=11.6.0)](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:12:55 -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#119