fix(deps): update dependencies (non-major) #897
Merged
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:
3.395.0
->3.400.0
3.395.0
->3.400.0
5.1.1
->5.2.0
2.7.3
->2.7.4
18.17.6
->18.17.11
18.2.20
->18.2.21
7.7.14
->7.7.15
6.4.0
->6.4.1
6.4.0
->6.4.1
4.21.9
->4.21.11
4.21.9
->4.21.11
0.34.2
->0.34.3
1.4.0
->1.5.0
8.2.0
->8.2.1
8.47.0
->8.48.0
10.16.0
->10.16.1
8.6.12
->8.7.0
5.1.1
->5.2.0
5.1.6
->5.2.2
0.34.2
->0.34.3
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.400.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.398.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.397.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.400.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.398.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.397.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
prisma/prisma (@prisma/client)
v5.2.0
Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
Improved Prisma Client experience for Prisma Accelerate and Data Proxy
In this release, we’ve made the following improvements to Prisma Client when using Prisma Accelerate or Prisma Data Proxy:
Prisma Client will now automatically determine how it should connect to the database depending on the protocol in the connection string. If the connection string starts with
prisma://
, Prisma Client will try to connect to your database using Prisma Accelerate or Prisma Data Proxy.Prisma Studio now works with Prisma Data Proxy and Prisma Accelerate.
We’ve introduced a new
--no-engine
flag which will prevent a Query Engine file from being included in the generated Prisma Client. This flag will also help ensure the bundle size of your application remains small by excluding the Query Engine files from the generated Prisma Client.The
--data-proxy
and--accelerate
flags have not been removed but are now aliases for the new--no-engine
flag.We recommend using the
--no-engine
flag when generating Prisma Client that uses either Accelerate or Data Proxy.Simplified connection string override in Prisma Client
This release simplifies the API used when programmatically overriding the connection string by introducing the
datasourceUrl
property in Prisma Client’s constructor. This means you do not have to use the datasource name defined in your Prisma schema.Query performance improvements
Continuing our work from 5.1.0 we made further performance improvements around the queries Prisma executes, targeting one-to-many relation fields and nested updates.
Use
LIMIT
in one-to-many relations on a single parentIn cases where there is a single parent with a one-to-many relation included (
findFirst
,findUnique
,findMany({ take: 1 })
), we now utilizeLIMIT
at the database level to restrict the number of related items returned instead of retrieving all related items into memory and performing atake
in memory.For situations where you have many related objects but only need a few, you should see a dramatic improvement in speed and memory usage.
Note: we are still working on bringing this improvement to other parts of Prisma Client in upcoming releases. If multiple parent records are returned, the previous behavior is used.
Further improvements for nested writes
Thanks to our introduction of using
RETURNING
in some cases in 5.1.0, we could now improve performance in nested writes by removing reload nodes. This will now result in one less query per relation traversed in a nested write. For more info, check out the pull request.Prisma Client query
Before v5.2.0
5.2.0 and later
Fixes and improvements
Prisma Client
limit
is gone whenfindUnique
with include relationCannot fetch data from service: include is not a function
Error while using Next.js with Data Proxytake
key doesn't work correctly for nested query that returns one item with its nested childrendisconnect: true
does not appear to delete the foreign key in the returned dataneeds
andcount
methodmockDeep<PrismaClient>()
@prisma/client/edge
can not find environment variable<Model>CountOutputTypeDefaultArgs
does not existPrisma Migrate
prisma generate
when Unsupported field defined in a Composite typeCredits
Huge thanks to @skyzh, @alula, @michaelpoellath, @RobertCraigie, @darthmaim, @Gerschtli, @andyjy, @mejiaej, @iurylippo, @mrazauskas, @coder246, @RDIL for helping!
supabase/realtime-js (@supabase/realtime-js)
v2.7.4
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.4.1
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.4.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
uiwjs/react-codemirror (@uiw/codemirror-theme-dracula)
v4.21.11
Compare Source
Documentation v4.21.11: https://raw.githack.com/uiwjs/react-codemirror/6533b9b/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.21.10...v4.21.11
21e75e2
@jaywcjlovequietlight
theme.6cd63b5
@jaywcjlovered
theme.fbb07e1
@jaywcjloveabyss
theme.fa73b0a
@jaywcjlovekimbie
theme.25fd7e9
@jaywcjlovemonokai
theme.9dcbacc
@jaywcjlovemonokai-dimmed
theme.934cb75
@jaywcjlovetomorrow-night-blue
theme.6a2bf01
@jaywcjlovev4.21.10
Compare Source
Documentation v4.21.10: https://raw.githack.com/uiwjs/react-codemirror/e5b4b76/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.21.9...v4.21.10
fd6a8db
@jaywcjlove29dccc3
@jaywcjlovebasic
theme.bf24245
@jaywcjlove8bfc8a5
@jaywcjloveaffc260
@jaywcjlovevitest-dev/vitest (@vitest/coverage-v8)
v0.34.3
Compare Source
🚀 Features
allowExternal
option - by @vojvodics and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3894 (c03fa)vitest/reporters
- by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3980 (5704b)🐞 Bug Fixes
View changes on GitHub
axios/axios (axios)
v1.5.0
Compare Source
Bug Fixes
cacheable-lookup
integration; (#5836) (b3e327d)Features
unsafe
prefix (#5839) (1601f4a)Contributors to this release
open-cli-tools/concurrently (concurrently)
v8.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v8.2.0...v8.2.1
eslint/eslint (eslint)
v8.48.0
Compare Source
Features
1fbb3b0
feat: correct update direction infor-direction
(#17483) (Francesco Trotta)d73fbf2
feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)ee2f718
feat: Allowvoid
in ruleno-promise-executor-return
(#17282) (nopeless)Bug Fixes
7234f6a
fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)Documentation
7a51d77
docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)9cd7ac2
docs: addfetch
script to package.json conventions (#17459) (Nitin Kumar)cab21e6
docs: advice for inline disabling of rules (#17458) (Ashish Yadav)056499d
docs: fix example of flat config from plugin (#17482) (Francesco Trotta)9e9edf9
docs: update documentation URL in error message (#17465) (Nitin Kumar)Chores
8dd3cec
chore: upgrade @eslint/js@8.48.0 (#17501) (Milos Djermanovic)6d0496e
chore: package.json update for @eslint/js release (ESLint Jenkins)9d4216d
chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)framer/motion (framer-motion)
v10.16.1
Compare Source
Fixed
pnpm/pnpm (pnpm)
v8.7.0
Compare Source
Minor Changes
resolution-mode
setting is changed tohighest
. This setting was changed tolowest-direct
in v8.0.0 and some users were not happy with the change. A twitter poll concluded that most of the users want the old behaviour (resolution-mode
set tohighest
by default). This is a semi-breaking change but should not affect users that commit their lockfile #6463.Patch Changes
pnpm import
#6233.pnpm.overrides
#6759.pnpm patch
should write patch files with a trailing newline #6905.Our Gold Sponsors
Our Silver Sponsors
Microsoft/TypeScript (typescript)
v5.2.2
: TypeScript 5.2Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "before 4am on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.