-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update all non-major dependencies #161
Merged
Merged
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 14, 2024 16:50
fcca89f
to
9369959
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 15, 2024 11:11
9369959
to
339dbc9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 15, 2024 17:43
339dbc9
to
eecf4f1
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 17, 2024 07:46
eecf4f1
to
9b1f060
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 18, 2024 17:03
9b1f060
to
70d6c4a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 21, 2024 18:16
70d6c4a
to
119c06d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 22, 2024 17:19
119c06d
to
ee2d800
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 23, 2024 17:02
ee2d800
to
5ea61c5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 23, 2024 23:10
5ea61c5
to
4c4b665
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 24, 2024 06:28
4c4b665
to
c726551
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 24, 2024 16:40
c726551
to
57e39d3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 25, 2024 01:31
57e39d3
to
36ccc3d
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
chore(deps): update all non-major dependencies - autoclosed
Aug 26, 2024
renovate
bot
changed the title
chore(deps): update all non-major dependencies - autoclosed
chore(deps): update all non-major dependencies
Aug 27, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 27, 2024 18:22
36ccc3d
to
745ef6a
Compare
Thank you for following the naming conventions! 🙏 |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
^1.7.0
->^1.7.1
^5.18.0
->^5.19.0
^5.18.0
->^5.19.0
^2.0.14
->^2.1.0
Release Notes
nuxt/image (@nuxt/image)
v1.7.1
Compare Source
compare changes
🩹 Fixes
cover
tolfill
mode (#1355)@nuxt/module-builder
(#1439)ro
(#1441)💅 Refactors
<NuxtImg>
to SFC (#1435)<NuxtPicture>
to SFC (#1432)import.meta.*
properties (#1440)📖 Documentation
🏡 Chore
type: module
(04cd4cc)compatibilityDate
(8e2a01a)❤️ Contributors
prisma/prisma (@prisma/client)
v5.19.0
Compare Source
Today, we are excited to share the
5.19.0
stable release 🎉🌟 Help us spread the word about Prisma by starring the repo or posting on X about the release. 🌟
Highlights
Introducing TypedSQL
TypedSQL is a brand new way to interact with your database from Prisma Client. After enabling the
typedSql
Preview feature, you’re able to write SQL queries in a newsql
subdirectory of yourprisma
directory. These queries are then checked by Prisma during using the new--sql
flag ofprisma generate
and added to your client for use in your code.To get started with TypedSQL:
Make sure that you have the latest version of
prisma
and@prisma/client
installed:Enable the
typedSql
Preview feature in your Prisma Schema.Create a
sql
subdirectory of yourprisma
directory.You can now add
.sql
files to thesql
directory! Each file can contain one sql query and the name must be a valid JS identifier. For this example, say you had the filegetUsersWithPosts.sql
with the following contents:Import your SQL query into your code with the
@prisma/client/sql
import:There’s a lot more to talk about with TypedSQL. We think that the combination of the high-level Prisma Client API and the low-level TypedSQL will make for a great developer experience for all of our users.
To learn more about behind the “why” of TypedSQL be sure to check out our announcement blog post.
For docs, check out our new TypedSQL section.
Bug fixes
Driver adapters and D1
A few issues with our
driverAdapters
Preview feature and Cloudflare D1 support were resolved via https://github.com/prisma/prisma-engines/pull/4970 and https://github.com/prisma/prisma/pull/24922max
,min
,eq
, etc in queries when using Cloudflare D1.BigInt
IDs whenrelationMode="prisma"
was enabled and Cloudflare D1 was being used.Joins
some
clauses when therelationJoins
Preview feature was enabled.Join us
Looking to make an impact on Prisma in a big way? We're now hiring engineers for the ORM team!
prisma-engines
Rust codebase. TypeScript knowledge (or, again, a desire to learn) is a plus.Credits
Huge thanks to @mcuelenaere, @pagewang0, @Druue, @key-moon, @Jolg42, @pranayat, @ospfranco, @yubrot, @skyzh for helping!
vercel/turborepo (turbo)
v2.1.0
: Turborepo v2.1.0Compare Source
What's Changed
Docs
cacheDir
,daemon
, andenvMode
(config values, and env vars) by @dimitropoulos in https://github.com/vercel/turborepo/pull/9018@turbo/codemod
globalDotEnv
andpipeline.dotEnv
from V2 by @dimitropoulos in https://github.com/vercel/turborepo/pull/9025Examples
Changelog
cacheDir
,daemon
, andenvMode
by @dimitropoulos in https://github.com/vercel/turborepo/pull/9011main
does not exist by @chris-olszewski in https://github.com/vercel/turborepo/pull/9061New Contributors
Full Changelog: vercel/turborepo@v2.0.14...v2.1.0
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ 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.