[Snyk] Upgrade @trpc/next from 10.19.1 to 10.33.0#6
Open
ValeryVerkhoturov wants to merge 1 commit intomainfrom
Open
[Snyk] Upgrade @trpc/next from 10.19.1 to 10.33.0#6ValeryVerkhoturov wants to merge 1 commit intomainfrom
ValeryVerkhoturov wants to merge 1 commit intomainfrom
Conversation
Snyk has created this PR to upgrade @trpc/next from 10.19.1 to 10.33.0. See this package in npm: https://www.npmjs.com/package/@trpc/next See this project in Snyk: https://app.snyk.io/org/valeryverkhoturov/project/e3d072bc-5113-4816-bf08-e0d53d755743?utm_source=github&utm_medium=referral&page=upgrade-pr
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 was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @trpc/next from 10.19.1 to 10.33.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: @trpc/next
-
10.33.0 - 2023-06-28
- feat(
- @ iuioiua made their first contribution in #4563
-
10.32.0 - 2023-06-22
- fix(
- feat(
- chore(
- @ mkosir made their first contribution in #4533
-
10.31.0 - 2023-06-18
- feat(
- fix(
- @ TamirCode made their first contribution in #4524
-
10.30.0 - 2023-06-11
- fix(
- fix(
- feat(
- @ tobihans made their first contribution in #4458
- @ SiNONiMiTY made their first contribution in #4506
-
10.29.1 - 2023-06-04
- fix(
- fix(
- @ EmericW made their first contribution in #4483
-
10.29.0 - 2023-06-02
- feat(
- fix(
-
10.28.2 - 2023-05-31
- fix(
- @ Haaxor1689 made their first contribution in #4371
- @ willpuckett made their first contribution in #4439
-
10.28.1 - 2023-05-29
- fix(
- @ tjenkinson made their first contribution in #4438
-
10.28.0 - 2023-05-25
- feat(
- feat(
- feat(
- fix(
- @ atoy40 made their first contribution in #3973
- @ miguelvelasquezdev made their first contribution in #4341
- @ lithdew made their first contribution in #4374
-
10.27.3 - 2023-05-24
- fix(
- @ SSHari made their first contribution in #4402
-
10.27.2 - 2023-05-24
-
10.27.2-alpha-fix-cond-2023-05-24-16-57-25.2 - 2023-05-24
-
10.27.1 - 2023-05-19
-
10.27.0 - 2023-05-19
-
10.26.0 - 2023-05-12
-
10.25.2-alpha-feat-out-of-order-batch-response-2023-05-23-10-11-21.92 - 2023-05-25
-
10.25.1 - 2023-05-09
-
10.25.0 - 2023-05-04
-
10.24.0 - 2023-05-03
-
10.23.1 - 2023-05-03
-
10.23.0 - 2023-04-29
-
10.22.0 - 2023-04-28
-
10.21.3-test.0 - 2023-04-28
-
10.21.3-alpha.9 - 2023-04-28
-
10.21.3-alpha.8 - 2023-04-28
-
10.21.3-alpha.7 - 2023-04-28
-
10.21.3-alpha.3 - 2023-04-27
-
10.21.3-alpha.2 - 2023-04-27
-
10.21.3-alpha.1 - 2023-04-27
-
10.21.2 - 2023-04-27
-
10.21.1 - 2023-04-21
-
10.21.1-alpha.2 - 2023-04-20
-
10.21.1-alpha.1 - 2023-04-20
-
10.21.1-alpha.0 - 2023-04-20
-
10.21.0 - 2023-04-20
-
10.20.0 - 2023-04-13
-
10.19.1 - 2023-04-06
from @trpc/next GitHub release notesWhat's Changed
next): add some cache primitives to data fetching by @ juliusmarminge in #4375New Contributors
Full Changelog: v10.32.0...v10.33.0
What's Changed
react-query): fix select as transform by @ Sheraff & @ juliusmarminge in #4543react-query): allow for external apps increateServerSideHelpersby @ KATT & @ EmericW in #4547client): changeOperationContextfromtypetointerfaceby @ nicolassanmar in #4523New Contributors
Full Changelog: v10.31.0...v10.32.0
What's Changed
client): add ability to unwrap a proxy client to an untyped client by @ KATT in #4516server): allow overriding root context in nested middleware by @ sachinraja in #4528New Contributors
Full Changelog: v10.30.0...v10.31.0
What's Changed
react-query): initialData & placeholderData does not enforce output types by @ juliusmarminge in #4494client): add minimalWebReadableStreamEsquefor compatibility across envs by @ Sheraff in #4508react-query+next): remove suspense feature flag by @ KATT in #4510New Contributors
Full Changelog: v10.29.1...v10.30.0
What's Changed
server): addunstable_prefix toonHeadand'onChunk'adapter callbacks by @ Sheraff in #4478server+client): minor post-release releasehttpBatchStreamLinkissues by @ Sheraff in #4481New Contributors
Full Changelog: v10.29.0...v10.29.1
What's Changed
server+client): addhttpBatchStreamLink@ Sheraff in #4347, see docs at https://trpc.io/docs/links/httpBatchStreamLinkserver): fix minor build warnings due to usage of private fields by @ kamilogorek in #4463Full Changelog: v10.28.2...v10.29.0
What's Changed
react-query): query and mutation defaults being overwritten in hook wrappers by @ Haaxor1689 in #4371New Contributors
Full Changelog: v10.28.1...v10.28.2
What's Changed
client): remove properties fromResponseEsquethat are not used by @ tjenkinson in #4438New Contributors
Full Changelog: v10.28.0...v10.28.1
What's Changed
client): allow closing active subscriptions by @ Dealerpriest in #4136client): add ability to callTRPCProxyClient-methods with.apply()by @ atoy40 in #3973react-query): allow optional cursor inuseInfiniteQueryby @ lithdew in #4374*): exclude*.test.*-files in build outputs by @ KATT in #4417New Contributors
Full Changelog: v10.27.3...v10.28.0
What's Changed
react-query): fixuseInfiniteQueryplaceholderDatatypes by @ SSHari in #4402New Contributors
Full Changelog: v10.27.2...v10.27.3
Commit messages
Package name: @trpc/next
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs