Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip ci]: Bump the trpc group with 4 updates #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 12, 2023

Bumps the trpc group with 4 updates: @trpc/client, @trpc/next, @trpc/react-query and @trpc/server.

Updates @trpc/client from 10.37.1 to 10.44.1

Release notes

Sourced from @​trpc/client's releases.

v10.44.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.44.0...v10.44.1

v10.44.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.43.7...v10.44.0

v10.43.7

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.43.6...v10.43.7

v10.43.6

What's Changed

Full Changelog: trpc/trpc@v10.43.5...v10.43.6

v10.43.5

What's Changed

Full Changelog: trpc/trpc@v10.43.4...v10.43.5

... (truncated)

Commits

Updates @trpc/next from 10.37.1 to 10.44.1

Release notes

Sourced from @​trpc/next's releases.

v10.44.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.44.0...v10.44.1

v10.44.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.43.7...v10.44.0

v10.43.7

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.43.6...v10.43.7

v10.43.6

What's Changed

Full Changelog: trpc/trpc@v10.43.5...v10.43.6

v10.43.5

What's Changed

Full Changelog: trpc/trpc@v10.43.4...v10.43.5

... (truncated)

Commits

Updates @trpc/react-query from 10.37.1 to 10.44.1

Release notes

Sourced from @​trpc/react-query's releases.

v10.44.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.44.0...v10.44.1

v10.44.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.43.7...v10.44.0

v10.43.7

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.43.6...v10.43.7

v10.43.6

What's Changed

Full Changelog: trpc/trpc@v10.43.5...v10.43.6

v10.43.5

What's Changed

Full Changelog: trpc/trpc@v10.43.4...v10.43.5

... (truncated)

Commits

Updates @trpc/server from 10.37.1 to 10.44.1

Release notes

Sourced from @​trpc/server's releases.

v10.44.1

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.44.0...v10.44.1

v10.44.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.43.7...v10.44.0

v10.43.7

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.43.6...v10.43.7

v10.43.6

What's Changed

Full Changelog: trpc/trpc@v10.43.5...v10.43.6

v10.43.5

What's Changed

Full Changelog: trpc/trpc@v10.43.4...v10.43.5

... (truncated)

Commits
  • cd6a8ad v10.44.1
  • 578a394 fix(server): fix fetch adapter trailing slash in url (#5090)
  • d655d33 v10.44.0
  • ec2ed1a fix(server): constrain the IsRecord utility type to objects (#5081)
  • d2972f0 fix(server): Response meta headers type (#5074)
  • 6af030a fix(client+server): non-records inferred as records when serializing as json ...
  • 6fd5f45 v10.43.7
  • 1fb28bf fix(server): fetch adapter endpoint path with trailing slash causes 404 (#5067)
  • 209288b chore(deps): update dependency valibot to ^0.21.0 (#5065)
  • a3b294a fix: cleanup some types and deprecate old things (#5060)
  • Additional commits viewable in compare view

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

Bumps the trpc group with 4 updates: [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client), [@trpc/next](https://github.com/trpc/trpc/tree/HEAD/packages/next), [@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 10.37.1 to 10.44.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.44.1/packages/client)

Updates `@trpc/next` from 10.37.1 to 10.44.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.44.1/packages/next)

Updates `@trpc/react-query` from 10.37.1 to 10.44.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.44.1/packages/react)

Updates `@trpc/server` from 10.37.1 to 10.44.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.44.1/packages/server)

---
updated-dependencies:
- dependency-name: "@trpc/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trpc
- dependency-name: "@trpc/next"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trpc
- dependency-name: "@trpc/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trpc
- dependency-name: "@trpc/server"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trpc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants