Open
Conversation
e9c14b9 to
b4a090a
Compare
b4a090a to
f525930
Compare
f525930 to
6a344d7
Compare
04deff5 to
1046567
Compare
a33b6e5 to
aa82e59
Compare
b260c6e to
25391cc
Compare
25391cc to
a3dd8ce
Compare
616fc63 to
6d74c9b
Compare
3e21696 to
0a63441
Compare
d3580bc to
5f3f880
Compare
17522e7 to
23d1b3a
Compare
57a7e26 to
0cd8be1
Compare
b50076d to
050cfdb
Compare
3abb465 to
c53fe62
Compare
1adcc41 to
9b5683e
Compare
54be358 to
35673b4
Compare
f8712de to
2b14b91
Compare
f111992 to
a3cb1bf
Compare
a3cb1bf to
fa7de04
Compare
This file contains hidden or 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
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:
^9.25.3->^10.0.0^9.25.3->^10.0.0^9.25.3->^10.0.0Release Notes
trpc/trpc (@trpc/client)
v10.38.3Compare 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.2Compare Source
What's Changed
server): allow adding charset afterapplication/jsonincontent-typeheader 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.1Compare Source
v10.38.0Compare 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.1Compare Source
What's Changed
Full Changelog: trpc/trpc@v10.37.0...v10.37.1
v10.37.0Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.36.0...v10.37.0
v10.36.0Compare Source
What's Changed
UntypedClientdirectly 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.0Compare Source
What's Changed
server): addNOT_IMPLEMENTEDstatus code by @KATT in https://github.com/trpc/trpc/pull/4640Full Changelog: trpc/trpc@v10.34.1...v10.35.0
v10.34.1Compare Source
What's Changed
cacheLinkreturning 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.0Compare Source
What's Changed
client): add HTTP response object toTRPCClientError.metaby @KATT in https://github.com/trpc/trpc/pull/4597New Contributors
Full Changelog: trpc/trpc@v10.33.1...v10.34.0
v10.33.1Compare Source
What's Changed
client): add ansi color mode option for the default logger by @juliusmarminge in https://github.com/trpc/trpc/pull/4566TRPCError.causeis always anErrorby @KATT in https://github.com/trpc/trpc/pull/4578New Contributors
Full Changelog: trpc/trpc@v10.33.0...v10.33.1
v10.33.0Compare Source
What's Changed
next): add some cache primitives to data fetching by @juliusmarminge in https://github.com/trpc/trpc/pull/4375New Contributors
Full Changelog: trpc/trpc@v10.32.0...v10.33.0
v10.32.0Compare Source
What's Changed
react-query): fix select as transform by @Sheraff & @juliusmarminge in https://github.com/trpc/trpc/pull/4543react-query): allow for external apps increateServerSideHelpersby @KATT & @EmericW in https://github.com/trpc/trpc/pull/4547client): changeOperationContextfromtypetointerfaceby @nicolassanmar in https://github.com/trpc/trpc/pull/4523New Contributors
Full Changelog: trpc/trpc@v10.31.0...v10.32.0
v10.31.0Compare Source
What's Changed
client): add ability to unwrap a proxy client to an untyped client by @KATT in https://github.com/trpc/trpc/pull/4516server): allow overriding root context in nested middleware by @sachinraja in https://github.com/trpc/trpc/pull/4528New Contributors
Full Changelog: trpc/trpc@v10.30.0...v10.31.0
v10.30.0Compare Source
What's Changed
react-query): initialData & placeholderData does not enforce output types by @juliusmarminge in https://github.com/trpc/trpc/pull/4494client): add minimalWebReadableStreamEsquefor compatibility across envs by @Sheraff in https://github.com/trpc/trpc/pull/4508react-query+next): remove suspense feature flag by @KATT in https://github.com/trpc/trpc/pull/4510New Contributors
Full Changelog: trpc/trpc@v10.29.1...v10.30.0
v10.29.1Compare Source
What's Changed
server): addunstable_prefix toonHeadand'onChunk'adapter callbacks by @Sheraff in https://github.com/trpc/trpc/pull/4478server+client): minor post-release releasehttpBatchStreamLinkissues by @Sheraff in https://github.com/trpc/trpc/pull/4481New Contributors
Full Changelog: trpc/trpc@v10.29.0...v10.29.1
v10.29.0Compare Source
What's Changed
server+client): addhttpBatchStreamLink@Sheraff in https://github.com/trpc/trpc/pull/4347, see docs at https://trpc.io/docs/links/httpBatchStreamLinkserver): fix minor build warnings due to usage of private fields by @kamilogorek in https://github.com/trpc/trpc/pull/4463Full Changelog: trpc/trpc@v10.28.2...v10.29.0
v10.28.2Compare Source
What's Changed
react-query): query and mutation defaults being overwritten in hook wrappers by @Haaxor1689 in https://github.com/trpc/trpc/pull/4371New Contributors
Full Changelog: trpc/trpc@v10.28.1...v10.28.2
v10.28.1Compare Source
What's Changed
client): remove properties fromResponseEsquethat are not used by @tjenkinson in https://github.com/trpc/trpc/pull/4438New Contributors
Full Changelog: trpc/trpc@v10.28.0...v10.28.1
v10.28.0Compare Source
What's Changed
client): allow closing active subscriptions by @Dealerpriest in https://github.com/trpc/trpc/pull/4136client): add ability to callTRPCProxyClient-methods with.apply()by @atoy40 in https://github.com/trpc/trpc/pull/3973react-query): allow optional cursor inuseInfiniteQueryby @lithdew in https://github.com/trpc/trpc/pull/4374*): exclude*.test.*-files in build outputs by @KATT in https://github.com/trpc/trpc/pull/4417New Contributors
Full Changelog: trpc/trpc@v10.27.3...v10.28.0
v10.27.3Compare Source
What's Changed
react-query): fixuseInfiniteQueryplaceholderDatatypes by @SSHari in https://github.com/trpc/trpc/pull/4402New Contributors
Full Changelog: trpc/trpc@v10.27.2...v10.27.3
v10.27.2Compare Source
What's Changed
next): remove conditional hook inwithTRPC()by @KATT in https://github.com/trpc/trpc/pull/4410Full Changelog: trpc/trpc@v10.27.1...v10.27.2
v10.27.1Compare Source
What's Changed
next): fixnextpeerDependenciesversion by @juliusmarminge in https://github.com/trpc/trpc/pull/4391Full Changelog: trpc/trpc@v10.27.0...v10.27.1
v10.27.0Compare Source
What's Changed
next): experimental server actions by @KATT in https://github.com/trpc/trpc/pull/4359 (see https://github.com/trpc/examples-next-app-dir)New Contributors
Full Changelog: trpc/trpc@v10.26.0...v10.27.0
v10.26.0Compare Source
What's Changed
dom.iterabletypes are included forFormDataby @kamilogorek in https://github.com/trpc/trpc/pull/4355New Contributors
Full Changelog: trpc/trpc@v10.25.1...v10.26.0
v10.25.1Compare Source
What's Changed
loggerLinkbackwards compat with es2015 by @KATT in https://github.com/trpc/trpc/pull/4342New Contributors
Full Changelog: trpc/trpc@v10.25.0...v10.25.1
v10.25.0Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.24.0...v10.25.0
v10.24.0Compare Source
What's Changed
Full Changelog: trpc/trpc@v10.23.1...v10.24.0
v10.23.1Compare Source
What's Changed
content-type: application/jsonon preprocessed requests by @KATT in https://github.com/trpc/trpc/pull/4293Full Changelog: trpc/trpc@v10.23.0...v10.23.1
v10.23.0Compare Source
What's Changed
FormDatamutations by @sachinraja & @KATT in https://github.com/trpc/trpc/pull/3795Full Changelog: trpc/trpc@v10.22.0...v10.23.0
v10.22.0Compare Source
What's Changed
overrideswithoutunstable_-prefix by @KATT in https://github.com/trpc/trpc/pull/4268New Contributors
Full Changelog: trpc/trpc@v10.21.2...v10.22.0
v10.21.2Compare Source
What's Changed
https://github.com/trpc/trpc/pull/42564256
Full Changelog: trpc/trpc@v10.21.1...v10.21.2
v10.21.1Compare Source
What's Changed
@trpc/next): different transformers for up/down withssr: trueby @KATT in https://github.com/trpc/trpc/pull/4197New Contributors
Full Changelog: trpc/trpc@v10.21.0...v10.21.1
v10.21.0Compare Source
What's Changed
Overwriteutil type is unnecessarily expensive by @mozzius in https://github.com/trpc/trpc/pull/4204Error.causeeven if the original cause isn't anError-instance by @KATT in https://github.com/trpc/trpc/pull/4219New Contributors
Full Changelog: trpc/trpc@v10.20.0...v10.21.0
v10.20.0Compare Source
What's Changed
UtilsLiketype does not support router sub-types by @Nick-Lucas in https://github.com/trpc/trpc/pull/4141httpLink/httpBatchLinkheaders-callback function by @skovhus & @KATT in https://github.com/trpc/trpc/pull/4175New Contributors
Full Changelog: trpc/trpc@v10.19.1...v10.20.0
v10.19.1Compare Source
What's Changed
Full Changelog: trpc/trpc@v10.19.0...v10.19.1
v10.19.0Compare Source
What's Changed
createProxySSGHelperstocreateServerSideHelpersby @mozzius in https://github.com/trpc/trpc/pull/4079New Contributors
Full Changelog: trpc/trpc@v10.18.0...v10.19.0
v10.18.0Compare Source
What's Changed
abortOnUnmounttoTRPCClientOptionsby @bautistaaa in https://github.com/trpc/trpc/pull/4042Full Changelog: trpc/trpc@v10.17.0...v10.18.0
v10.17.0Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.16.0...v10.17.0
v10.16.0Compare Source
What's Changed
withTRPC()-HOC on individual pages by @mozzius in https://github.com/trpc/trpc/pull/3988QueryClient.ensureQueryDataandensureDatahelper by @kamilogorek in https://github.com/trpc/trpc/pull/3984New Contributors
Full Changelog: trpc/trpc@v10.15.0...v10.16.0
v10.15.0Compare Source
What's Changed
d.ts-files not findingSerializeObjectby @KATT in https://github.com/trpc/trpc/pull/3974New Contributors
Full Changelog: trpc/trpc@v10.14.1...v10.15.0
v10.14.1Compare Source
What's Changed
TRPCErroris created and add appropriate unit tests for it by @kamilogorek in https://github.com/trpc/trpc/pull/3880@trpc/next): setnextpeer dependency to*by @KATT in https://github.com/trpc/trpc/pull/3938New Contributors
Full Changelog: trpc/trpc@v10.14.0...v10.14.1
v10.14.0Compare Source
What's Changed
nodeHTTPRequestHandlerby @Nick-Lucas in https://github.com/trpc/trpc/pull/3884.bind()onfetchin order to fix Bun-support by @KATT in https://github.com/trpc/trpc/pull/3907New Contributors
Full Changelog: trpc/trpc@v10.13.2...v10.14.0
v10.13.2Compare Source
What's Changed
peerDependenciesof@trpc/react-queryby @juliusmarminge in https://github.com/trpc/trpc/pull/3892Full Changelog: trpc/trpc@v10.13.1...v10.13.2
v10.13.1Compare Source
What's Changed
Full Changelog: trpc/trpc@v10.13.0...v10.13.1
v10.13.0Compare Source
What's Changed
predicateininvalidateby @SrBrahma in https://github.com/trpc/trpc/pull/3547procedureOptsfromprefetchInifinitefunction signature by @kamilogorek in https://github.com/trpc/trpc/pull/3821New Contributors
Full Changelog: trpc/trpc@v10.12.0...v10.13.0
v10.12.0Compare Source
What's Changed
ErrorFormatterinAnyRootConfigby @iduuck in https://github.com/trpc/trpc/pull/3782New Contributors
Full Changelog: trpc/trpc@v10.11.1...v10.12.0
v10.11.1Compare Source
What's Changed
Simplify<T>to serialized output by @juliusmarminge in https://github.com/trpc/trpc/pull/3762AbortSignalEsquewithAbortSignal& removeabort-controllerpolyfill by @JoshuaKGoldberg in https://github.com/trpc/trpc/pull/3746Full Changelog: trpc/trpc@v10.11.0...v10.11.1
v10.11.0Compare Source
What's Changed
mergeRouters()recursive by @sachinraja in https://github.com/trpc/trpc/pull/3755New Contributors
Full Changelog: trpc/trpc@v10.10.0...v10.11.0
v10.10.0Compare Source
What's Changed
FetchEsquetype forfetch()-compatibility by @JoshuaKGoldberg in https://github.com/trpc/trpc/pull/3471inferRouterProxyClientback by @sachinraja in https://github.com/trpc/trpc/pull/3700initialCursoroption touseInfiniteQueryby @maloguertin in https://github.com/trpc/trpc/pull/3645getQueryKeyby @bautistaaa in https://github.com/trpc/trpc/pull/3631New Contributors
Full Changelog: trpc/trpc@v10.9.1...v10.10.0
v10.9.1Compare Source
What's Changed
UnsetMarkerto query input by @omermizr in https://github.com/trpc/trpc/pull/3614@deprecatedon some internal types by @KATT in https://github.com/trpc/trpc/pull/3618New Contributors
Full Changelog: trpc/trpc@v10.9.0...v10.9.1
v10.9.0Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.8.2...v10.9.0
v10.8.2Compare Source
What's Changed
useQueries()no longer ignoring query options by @HatulaPro in https://github.com/trpc/trpc/pull/3577New Contributors
Full Changelog: trpc/trpc@v10.8.1...v10.8.2
v10.8.1Compare Source
What's Changed
peerDependenciesbetween@trpc/*-packages by @KATTFull Changelog: trpc/trpc@v10.8.0...v10.8.1
v10.8.0Compare Source
What's Changed
createHooksInternalby @KATT in https://github.com/trpc/trpc/pull/3480initTRPC.contextby @juliusmarminge in https://github.com/trpc/trpc/pull/3495initialDataoverloads foruseQueryby @JoshuaKGoldberg in https://github.com/trpc/trpc/pull/3500resHeadersto fetch-adapter'screateContextby @sachinraja in https://github.com/trpc/trpc/pull/3532getLinks()from client factory by @KATT in https://github.com/trpc/trpc/pull/3541New Contributors
Full Changelog: trpc/trpc@v10.7.0...v10.8.0
v10.7.0Compare Source
What's Changed
context&metaasinterfaces by [@Configuration
📅 Schedule: Branch creation - "before 6am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.