From 1d8e710a5a6564f41ce184648319c80de7995f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 06:53:26 +0000 Subject: [PATCH] chore(deps)(deps): bump the trpc group across 1 directory with 3 updates Bumps the trpc group with 3 updates in the / directory: [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client), [@trpc/react-query](https://github.com/trpc/trpc/tree/HEAD/packages/react) and [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server). Updates `@trpc/client` from 11.16.0 to 11.17.0 - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v11.17.0/packages/client) Updates `@trpc/react-query` from 11.16.0 to 11.17.0 - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v11.17.0/packages/react) Updates `@trpc/server` from 11.16.0 to 11.17.0 - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v11.17.0/packages/server) --- updated-dependencies: - dependency-name: "@trpc/client" dependency-version: 11.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: trpc - dependency-name: "@trpc/react-query" dependency-version: 11.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: trpc - dependency-name: "@trpc/server" dependency-version: 11.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: trpc ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- pnpm-lock.yaml | 44 +++++++++++++++++++++++--------------------- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 63028a3..508bf3f 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "@temporalio/client": "^1.15.0", "@temporalio/worker": "^1.15.0", "@temporalio/workflow": "^1.15.0", - "@trpc/client": "^11.6.0", - "@trpc/react-query": "^11.6.0", - "@trpc/server": "^11.6.0", + "@trpc/client": "^11.17.0", + "@trpc/react-query": "^11.17.0", + "@trpc/server": "^11.17.0", "@types/bcryptjs": "^3.0.0", "@types/leaflet": "^1.9.21", "@types/nodemailer": "^7.0.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d74e9fd..cb511bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -206,14 +206,14 @@ importers: specifier: ^1.15.0 version: 1.15.0 '@trpc/client': - specifier: ^11.6.0 - version: 11.16.0(@trpc/server@11.16.0(typescript@5.9.3))(typescript@5.9.3) + specifier: ^11.17.0 + version: 11.17.0(@trpc/server@11.17.0(typescript@5.9.3))(typescript@5.9.3) '@trpc/react-query': - specifier: ^11.6.0 - version: 11.16.0(@tanstack/react-query@5.95.2(react@19.2.1))(@trpc/client@11.16.0(@trpc/server@11.16.0(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.16.0(typescript@5.9.3))(react@19.2.1)(typescript@5.9.3) + specifier: ^11.17.0 + version: 11.17.0(@tanstack/react-query@5.95.2(react@19.2.1))(@trpc/client@11.17.0(@trpc/server@11.17.0(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.17.0(typescript@5.9.3))(react@19.2.1)(typescript@5.9.3) '@trpc/server': - specifier: ^11.6.0 - version: 11.16.0(typescript@5.9.3) + specifier: ^11.17.0 + version: 11.17.0(typescript@5.9.3) '@types/bcryptjs': specifier: ^3.0.0 version: 3.0.0 @@ -3110,24 +3110,24 @@ packages: resolution: {integrity: sha512-VaMhVtlA0hLLM/pna26vFSdn5W1Arq2+ccgItdbdRdZUa0X8eW2B7sl/PcUYQOWc4aMUGnvPATKUGUoFKyCxSg==} engines: {node: '>= 20.0.0'} - '@trpc/client@11.16.0': - resolution: {integrity: sha512-TxIzm7OoK3baKZ0XCbuMUbI3GhgjcbKHIc4nWVKaRpCRnbSh0T31BT6fTPYwtnA/Nur8pBCGqC2B4J5hEPiPFQ==} + '@trpc/client@11.17.0': + resolution: {integrity: sha512-KpJBFrbKTDeVCFv/3ckL1XBBH5Yssn8hethI/rUy7GIpTj+VzjtPjykDqJpzobuVOz+d26cXCSu1t4I6MYI5Zg==} hasBin: true peerDependencies: - '@trpc/server': 11.16.0 + '@trpc/server': 11.17.0 typescript: '>=5.7.2' - '@trpc/react-query@11.16.0': - resolution: {integrity: sha512-ah6ULOu4k7lCEFAEoEgqg14YPVu1lnCVVYcz8TP7avPPKwtcB0CbFKYve3ElRP+V5DoBT75Q+G66bRdR+rQ5fg==} + '@trpc/react-query@11.17.0': + resolution: {integrity: sha512-AGcl5YAF8NnhBmyJ6PqJqKb1M5VTGSoNRNqJ3orct4o4epdcg0GWhW+qT9q6gPzs/2ImIwYCdfFpgNGdZ9yLHA==} peerDependencies: '@tanstack/react-query': ^5.80.3 - '@trpc/client': 11.16.0 - '@trpc/server': 11.16.0 + '@trpc/client': 11.17.0 + '@trpc/server': 11.17.0 react: '>=18.2.0' typescript: '>=5.7.2' - '@trpc/server@11.16.0': - resolution: {integrity: sha512-XgGuUMddrUTd04+za/WE5GFuZ1/YU9XQG0t3VL5WOIu2JspkOlq6k4RYEiqS6HSJt+S0RXaPdIoE2anIP/BBRQ==} + '@trpc/server@11.17.0': + resolution: {integrity: sha512-jbAOUe0PpUTCYqziyu+8vYXZdDXPudZgnEhWCQ2NjKnVEjfE93RqHTt1oycZJv/HNf51YlRXfEEwSIAbb161rw==} hasBin: true peerDependencies: typescript: '>=5.7.2' @@ -3403,6 +3403,7 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher '@upsetjs/venn.js@2.0.0': resolution: {integrity: sha512-WbBhLrooyePuQ1VZxrJjtLvTc4NVfpOyKx0sKqioq9bX1C1m7Jgykkn8gLrtwumBioXIqam8DLxp88Adbue6Hw==} @@ -5703,6 +5704,7 @@ packages: recharts@2.15.4: resolution: {integrity: sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==} engines: {node: '>=14'} + deprecated: 1.x and 2.x branches are no longer active. Bump to Recharts v3 to receive latest features and bugfixes. See https://github.com/recharts/recharts/wiki/3.0-migration-guide peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -9668,20 +9670,20 @@ snapshots: '@temporalio/proto': 1.15.0 nexus-rpc: 0.0.1 - '@trpc/client@11.16.0(@trpc/server@11.16.0(typescript@5.9.3))(typescript@5.9.3)': + '@trpc/client@11.17.0(@trpc/server@11.17.0(typescript@5.9.3))(typescript@5.9.3)': dependencies: - '@trpc/server': 11.16.0(typescript@5.9.3) + '@trpc/server': 11.17.0(typescript@5.9.3) typescript: 5.9.3 - '@trpc/react-query@11.16.0(@tanstack/react-query@5.95.2(react@19.2.1))(@trpc/client@11.16.0(@trpc/server@11.16.0(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.16.0(typescript@5.9.3))(react@19.2.1)(typescript@5.9.3)': + '@trpc/react-query@11.17.0(@tanstack/react-query@5.95.2(react@19.2.1))(@trpc/client@11.17.0(@trpc/server@11.17.0(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.17.0(typescript@5.9.3))(react@19.2.1)(typescript@5.9.3)': dependencies: '@tanstack/react-query': 5.95.2(react@19.2.1) - '@trpc/client': 11.16.0(@trpc/server@11.16.0(typescript@5.9.3))(typescript@5.9.3) - '@trpc/server': 11.16.0(typescript@5.9.3) + '@trpc/client': 11.17.0(@trpc/server@11.17.0(typescript@5.9.3))(typescript@5.9.3) + '@trpc/server': 11.17.0(typescript@5.9.3) react: 19.2.1 typescript: 5.9.3 - '@trpc/server@11.16.0(typescript@5.9.3)': + '@trpc/server@11.17.0(typescript@5.9.3)': dependencies: typescript: 5.9.3