-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update trpc monorepo to v10.45.2 #166
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for electron-trpc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
=======================================
Coverage 56.69% 56.69%
=======================================
Files 11 11
Lines 448 448
Branches 51 51
=======================================
Hits 254 254
Misses 194 194 ☔ View full report in Codecov by Sentry. |
a3506fa
to
c79ae60
Compare
c79ae60
to
ff19107
Compare
ff19107
to
a9dda9b
Compare
a9dda9b
to
859e7e0
Compare
95d5cd1
to
82acca9
Compare
82acca9
to
39efdbd
Compare
39efdbd
to
2e9b5e2
Compare
2e9b5e2
to
a5647b3
Compare
a5647b3
to
a6482a3
Compare
a6482a3
to
60d76c8
Compare
fa93e66
to
f684323
Compare
f684323
to
462e167
Compare
130b869
to
3988a95
Compare
3988a95
to
9f2c0fe
Compare
9f2c0fe
to
7a4d263
Compare
ba6821e
to
782d537
Compare
2cead9b
to
36f37c0
Compare
36f37c0
to
0a925c7
Compare
472529e
to
d2cc2ff
Compare
d2cc2ff
to
5f02960
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.33.1
->10.45.2
10.33.1
->10.45.2
10.33.1
->10.45.2
Release Notes
trpc/trpc (@trpc/client)
v10.45.2
Compare Source
What's Changed
Full Changelog: trpc/trpc@v10.45.1...v10.45.2
v10.45.1
Compare Source
What's Changed
useHookResult()
by @KATT in https://github.com/trpc/trpc/pull/5433New Contributors
Full Changelog: trpc/trpc@v10.45.0...v10.45.1
v10.45.0
Compare Source
What's Changed
nextHttpLink
options by @KATT in https://github.com/trpc/trpc/pull/5173noImplicitOverride
& add explicit overrides inTRPCError
/TRPCClientError
by @me-imfhd in https://github.com/trpc/trpc/pull/5195react-ssr-prepass
dependency by @KATT in https://github.com/trpc/trpc/pull/5201IndexSignature
andRecord
by @microdev1 in https://github.com/trpc/trpc/pull/5211.createCaller()
in favor oft.createCallerFactory()
by @KATT in https://github.com/trpc/trpc/pull/5213New Contributors
Full Changelog: trpc/trpc@v10.44.1...v10.45.0
v10.44.1
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.44.0...v10.44.1
v10.44.0
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.43.7...v10.44.0
v10.43.7
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.43.6...v10.43.7
v10.43.6
Compare Source
What's Changed
Full Changelog: trpc/trpc@v10.43.5...v10.43.6
v10.43.5
Compare Source
What's Changed
inferAsyncReturnType
by @KATT in https://github.com/trpc/trpc/pull/5052Full Changelog: trpc/trpc@v10.43.4...v10.43.5
v10.43.4
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.43.3...v10.43.4
v10.43.3
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.43.2...v10.43.3
v10.43.2
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.43.1...v10.43.2
v10.43.1
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.43.0...v10.43.1
v10.43.0
Compare Source
What's Changed
server
): extractparseTRPCMessage
for 3rd party modules by @Guria in https://github.com/trpc/trpc/pull/4872New Contributors
Full Changelog: trpc/trpc@v10.42.0...v10.43.0
v10.42.0
Compare Source
What's Changed
Full Changelog: trpc/trpc@v10.41.0...v10.42.0
v10.41.0
Compare Source
What's Changed
revalidate
increateTRPCNextAppDirServer
by @DerTimonius in https://github.com/trpc/trpc/pull/4898useContext()
->useUtils()
and aliasuseContext
by @Nick-Lucas in https://github.com/trpc/trpc/pull/4925New Contributors
Full Changelog: trpc/trpc@v10.40.0...v10.41.0
v10.40.0
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.39.0...v10.40.0
v10.39.0
Compare Source
What's Changed
server
): don't destroy the underlying TCP socket when maxBodySize is exceeded by @jussisaurio in https://github.com/trpc/trpc/pull/4887MaxPartSizeExceededError
for error handling by @juliusmarminge in https://github.com/trpc/trpc/pull/4885Full Changelog: trpc/trpc@v10.38.5...v10.39.0
v10.38.5
Compare Source
What's Changed
server
): setsTRPCError.name
toTRPCError
regardless of what bundlers do by @dios-david & @KATT in https://github.com/trpc/trpc/pull/4848New Contributors
Full Changelog: trpc/trpc@v10.38.4...v10.38.5
v10.38.4
Compare Source
What's Changed
react-query
):useQueries
does not pass context data by @KATT in https://github.com/trpc/trpc/pull/4815Full Changelog: trpc/trpc@v10.38.3...v10.38.4
v10.38.3
Compare Source
What's Changed
client
): makeTRPCClient.from()
more resilient to calls with bad args by @KATT in https://github.com/trpc/trpc/pull/4796New Contributors
Full Changelog: trpc/trpc@v10.38.2...v10.38.3
v10.38.2
Compare Source
What's Changed
server
): allow adding charset afterapplication/json
incontent-type
header by @KATT in https://github.com/trpc/trpc/pull/4787client
): skip calling.abort()
on AbortController after procedure completion by @KATT in https://github.com/trpc/trpc/pull/4788New Contributors
Full Changelog: trpc/trpc@v10.38.1...v10.38.2
v10.38.1
Compare Source
v10.38.0
Compare Source
What's Changed
server
): add standalone middleware (📚 docs) by @jussisaurio in https://github.com/trpc/trpc/pull/4713New Contributors
Full Changelog: trpc/trpc@v10.37.1...v10.38.0
v10.37.1
Compare Source
What's Changed
Full Changelog: trpc/trpc@v10.37.0...v10.37.1
v10.37.0
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.36.0...v10.37.0
v10.36.0
Compare Source
What's Changed
UntypedClient
directly in server helpers by @juliusmarminge in https://github.com/trpc/trpc/pull/4651New Contributors
Full Changelog: trpc/trpc@v10.35.0...v10.36.0
v10.35.0
Compare Source
What's Changed
server
): addNOT_IMPLEMENTED
status code by @KATT in https://github.com/trpc/trpc/pull/4640Full Changelog: trpc/trpc@v10.34.1...v10.35.0
v10.34.1
Compare Source
What's Changed
cacheLink
returning same data for multiple cache entries by @juliusmarminge in https://github.com/trpc/trpc/pull/4629New Contributors
Full Changelog: trpc/trpc@v10.34.0...v10.34.1
v10.34.0
Compare Source
What's Changed
client
): add HTTP response object toTRPCClientError.meta
by @KATT in https://github.com/trpc/trpc/pull/4597New Contributors
Full Changelog: trpc/trpc@v10.33.1...v10.34.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.