Skip to content

Commit

Permalink
chore(deps): bump the prod-deps group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [fastify](https://github.com/fastify/fastify) | `5.2.0` | `5.2.1` |
| [@tanstack/angular-query-experimental](https://github.com/TanStack/query/tree/HEAD/packages/angular-query-experimental) | `5.62.13` | `5.64.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.15` | `5.64.0` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.62.15` | `5.64.0` |
| [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) | `5.62.12` | `5.64.0` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.62.12` | `5.64.0` |
| [@tanstack/vue-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/vue-query-devtools) | `5.62.12` | `5.64.0` |


Updates `fastify` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.2.0...v5.2.1)

Updates `@tanstack/angular-query-experimental` from 5.62.13 to 5.64.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.64.0/packages/angular-query-experimental)

Updates `@tanstack/react-query` from 5.62.15 to 5.64.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.64.0/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.62.15 to 5.64.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.64.0/packages/react-query-devtools)

Updates `@tanstack/svelte-query` from 5.62.12 to 5.64.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.64.0/packages/svelte-query)

Updates `@tanstack/vue-query` from 5.62.12 to 5.64.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.64.0/packages/vue-query)

Updates `@tanstack/vue-query-devtools` from 5.62.12 to 5.64.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.64.0/packages/vue-query-devtools)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: "@tanstack/angular-query-experimental"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/svelte-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/vue-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/vue-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 2d4bf43 commit 6c05942
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 80 deletions.
2 changes: 1 addition & 1 deletion examples/openapi-ts-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"fastify": "5.2.0",
"fastify": "5.2.1",
"fastify-openapi-glue": "4.8.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.62.13",
"@tanstack/angular-query-experimental": "5.64.0",
"rxjs": "~7.8.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-ts-tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@radix-ui/react-form": "0.1.1",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"@tanstack/react-query": "5.62.15",
"@tanstack/react-query-devtools": "5.62.15",
"@tanstack/react-query": "5.64.0",
"@tanstack/react-query-devtools": "5.64.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@tanstack/svelte-query": "5.62.12"
"@tanstack/svelte-query": "5.64.0"
},
"devDependencies": {
"@fontsource/fira-mono": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-ts-tanstack-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@tanstack/vue-query": "5.62.12",
"@tanstack/vue-query-devtools": "5.62.12",
"@tanstack/vue-query": "5.64.0",
"@tanstack/vue-query-devtools": "5.64.0",
"pinia": "2.3.0",
"vue": "3.5.13",
"vue-router": "4.5.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@
"@angular/router": "19.0.5",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.62.13",
"@tanstack/react-query": "5.62.15",
"@tanstack/angular-query-experimental": "5.64.0",
"@tanstack/react-query": "5.64.0",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.62.12",
"@tanstack/vue-query": "5.62.12",
"@tanstack/svelte-query": "5.64.0",
"@tanstack/vue-query": "5.64.0",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"axios": "1.7.9",
"cross-spawn": "7.0.5",
"eslint": "9.17.0",
"express": "4.21.0",
"fastify": "5.2.0",
"fastify": "5.2.1",
"glob": "10.4.3",
"node-fetch": "3.3.2",
"prettier": "3.4.2",
Expand Down
144 changes: 76 additions & 68 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c05942

Please sign in to comment.