-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update all non-major dependencies #248
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+405
−397
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
renovate
bot
dismissed stale reviews from renovate-approve-2[bot] and renovate-approve[bot]
via
November 3, 2024 07:49
16d4fe3
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 3, 2024 07:49
4107e80
to
16d4fe3
Compare
renovate
bot
dismissed stale reviews from renovate-approve-2[bot] and renovate-approve[bot]
via
November 3, 2024 11:43
9d19217
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 3, 2024 11:43
16d4fe3
to
9d19217
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 4, 2024 16:34
9d19217
to
a741280
Compare
renovate
bot
dismissed stale reviews from renovate-approve-2[bot] and renovate-approve[bot]
via
November 5, 2024 03:28
59ebc0b
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 5, 2024 03:28
a741280
to
59ebc0b
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
November 5, 2024 16:28
fb3a90f
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 5, 2024 16:28
59ebc0b
to
fb3a90f
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
November 9, 2024 12:16
7398afb
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 9, 2024 12:16
fb3a90f
to
7398afb
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
December 4, 2024 07:32
db9b658
to
1963a40
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
fix(deps): update all non-major dependencies
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
December 16, 2024 12:25
1f52fa6
to
fac57e5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 17, 2024 20:26
fac57e5
to
99d75ed
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
January 3, 2025 10:42
0c144a8
to
ee4fb44
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
January 15, 2025 15:01
43cc12a
to
e747b99
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
January 21, 2025 17:02
672252f
to
2bb2ad0
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
January 28, 2025 05:45
8aaea1a
to
fe6d63f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 28, 2025 17:02
fe6d63f
to
43dd919
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:
^19.5.0
->^19.6.1
^19.5.0
->^19.6.0
^1.9.0
->^1.10.0
^6.0.0
->^6.3.0
^2.0.0
->^2.0.1
^2.6.6
->^2.7.2
^1.7.12
->^1.7.14
^3.17.0
->^3.18.1
^2.1.0
->^2.2.0
^22.8.6
->^22.12.0
v6.9.0
->v6.13.0
v3.7.1
->v3.8.0
^5.2.1
->^5.2.3
^15.2.10
->^15.4.3
22.11.0
->22.13.1
^3.3.3
->^3.4.2
^6.0.0
->^6.3.0
^2.8.0
->^2.8.1
4.5.1
->4.6.0
Release Notes
prisma/prisma (@prisma/client)
v6.3.0
Compare Source
Today, we are excited to share the
6.3.0
stable release 🎉🌟 Help us spread the word about Prisma by starring the repo ☝️ or tweeting about the release. 🌟
Highlights
Add
limit
toupdateMany()
anddeleteMany()
Previously,
limit
has not existed as a valid option in top levelupdateMany()
anddeleteMany()
queries. In 6.3.0limit
is now available in these queries, bringing their features more in line with other query types.You can use
limit
like the following:This will limit the number of deleted users to 100 at maximum.
Sort
generator
fields deterministicallyIn previous version of Prisma ORM, the fields inside of a
generator
block in your Prisma Schema were not deterministically sorted. This could lead to cases whereprisma db pull
could lead to re-ordering of fields.In 6.3.0, the sorting of fields in this block is now deterministic. You may see re-ordering on the first
prisma db pull
after you upgrade, but it will remain consistent afterwards.Replace
NOT IN
withNOT EXISTS
for PostgreSQL relation filtersIn previous versions of Prisma ORM, when using the
none
orsome
relation filters, the SQL queries generated usedNOT IN
. In many cases this lead to performance issues as the size of the related table grew. In 6.3.0, we’ve replaced these usages ofIN
withEXISTS
in order to improve query performance.A special thank you
We'd like to extend our heartfelt thanks to @loren and his team for the collaboration and trust in our enterprise support plan. Working closely with them allowed us to address important issues like #19249 and #17303. Their insights and partnership have been invaluable in improving our product.
If your team could benefit from dedicated support and tailored solutions, learn more about our enterprise support plan.
Fixes and improvements
Prisma Client
take
orlimit
toupdateMany()
&deleteMany()
Prisma
prisma db pull
non-deterministically sorts generator fieldsno entry found for key
error on views<->model relationsonUpdate
data to the DMMF in@prisma/generator-helper
Credits
Huge thanks to @WhyAsh5114 for their contributions to this release!
docker/build-push-action (docker/build-push-action)
v6.13.0
Compare Source
Full Changelog: docker/build-push-action@v6.12.0...v6.13.0
v6.12.0
Compare Source
Full Changelog: docker/build-push-action@v6.11.0...v6.12.0
v6.11.0
Compare Source
defaultContext
support forbuild-contexts
input by @crazy-max in https://github.com/docker/build-push-action/pull/1283Full Changelog: docker/build-push-action@v6.10.0...v6.11.0
v6.10.0
Compare Source
call
input to set method for evaluating build by @crazy-max in https://github.com/docker/build-push-action/pull/1265Full Changelog: docker/build-push-action@v6.9.0...v6.10.0
docker/setup-buildx-action (docker/setup-buildx-action)
v3.8.0
Compare Source
lint-staged/lint-staged (lint-staged)
v15.4.3
Compare Source
Patch Changes
cbfed1d
Thanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2
Compare Source
Patch Changes
8827ebf
Thanks @iiroj! - Change lint-staged's dependencies to use caret (^
) ranges instead of tilde (~
). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.nodejs/node (node)
v22.13.1
Compare Source
v22.13.0
Compare Source
v22.12.0
Compare Source
yarnpkg/berry (yarn)
v4.6.0
Compare Source
v4.5.3
Compare Source
v4.5.2
Compare Source
Configuration
📅 Schedule: Branch creation - "before 12pm 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 was generated by Mend Renovate. View the repository job log.