-
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
fix(deps): update patch tuesday #980
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 ↗︎ 1 Skipped Deployment
|
simonknittel
temporarily deployed
to
terraform-test
September 10, 2024 06:09 — with
GitHub Actions
Inactive
Quality Gate passedIssues Measures |
Terraform Plan 📖
|
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:
5.18.0
->5.19.1
0.5.14
->0.5.15
5.52.2
->5.53.3
5.55.4
(+5)5.52.2
->5.54.0
5.55.4
(+5)11.0.0-rc.485
->11.0.0-rc.498
11.0.0-rc.502
(+2)11.0.0-rc.485
->11.0.0-rc.498
11.0.0-rc.502
(+2)11.0.0-rc.485
->11.0.0-rc.498
11.0.0-rc.502
(+2)11.0.0-rc.485
->11.0.0-rc.498
11.0.0-rc.502
(+2)20.16.1
->20.16.3
20.16.5
(+1)18.3.4
->18.3.5
v4.3.6
->v4.4.0
5.64.0
->5.65.0
5.66.0
14.2.6
->14.2.7
14.2.9
(+1)14.2.6
->14.2.7
14.2.9
(+1)4.56.0
->4.57.0
4.58.2
(+5)8.4.41
->8.4.44
8.4.45
5.18.0
->5.19.1
4.5.0
->4.5.1
37.1.2
->37.2.1
37.4.0
(+1)Release Notes
prisma/prisma (@prisma/client)
v5.19.1
Compare Source
Today, we are issuing the
5.19.1
patch release.What's Changed
We've fixed the following issues:
Full Changelog: prisma/prisma@5.19.0...5.19.x, prisma/prisma-engines@5.19.0...5.19.x
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.MongoDB
The MongoDB driver for Rust (that our query engine users under the hood) had behavior that prioritized IPv4 connections over IPv6 connections. In IPv6-only environments, this could lead to significant "cold starts" where the query engine had to wait for IPv4 to fail before the driver would try IPv6.
With help from the MongoDB team, this has been resolved. The driver will now try IPv4 and IPv6 connections in parallel and then move forward with the first response. This should prevent cold start issues that have been seen with MongoDB in Prisma Accelerate.
Thank you to the MongoDB team!
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!
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.15
Compare Source
Fixed
TanStack/query (@tanstack/react-query)
v5.53.3
Compare Source
Version 5.53.3 - 9/2/24, 12:32 PM
Changes
Fix
replaceData
(#8004) (fb9d4f6
) by Bohdan YefimenkoDocs
cd91357
) by Damian OsipiukPackages
v5.53.2
Compare Source
Version 5.53.2 - 9/1/24, 8:41 PM
Changes
Fix
invalidateQueries
(#7930) (c91c720
) by @Mini-ghostChore
cc20045
) by Arnoud4b2c8c5
) by Lachlan CollinsDocs
4977296
) by ArnoudPackages
v5.53.1
Compare Source
Version 5.53.1 - 8/30/24, 10:29 AM
Changes
Fix
setData
method (#7966) (50315ac
) by Bohdan YefimenkoChore
82bfc34
) by Lachlan Collins8fe9010
) by Lachlan CollinsPackages
v5.52.3
Compare Source
Version 5.52.3 - 8/29/24, 11:03 PM
Changes
Fix
eee80af
) by divdavemChore
189e0c5
) by renovate[bot]f240106
) by renovate[bot]7f55169
) by renovate[bot]b227998
) by renovate[bot]21bddeb
) by renovate[bot]907a38b
) by Lachlan Collins86d8438
) by Lachlan Collins756164a
) by Lachlan CollinsDocs
804357b
) by Romain TrotardPackages
trpc/trpc (@trpc/client)
v11.0.0-rc.498
Compare Source
v11.0.0-rc.490
Compare Source
v11.0.0-rc.489
Compare Source
v11.0.0-rc.487
Compare Source
trpc/trpc (@trpc/next)
v11.0.0-rc.498
Compare Source
v11.0.0-rc.490
Compare Source
v11.0.0-rc.489
Compare Source
v11.0.0-rc.487
Compare Source
trpc/trpc (@trpc/react-query)
v11.0.0-rc.498
Compare Source
v11.0.0-rc.490
Compare Source
v11.0.0-rc.489
Compare Source
v11.0.0-rc.487
Compare Source
trpc/trpc (@trpc/server)
v11.0.0-rc.498
Compare Source
v11.0.0-rc.490
Compare Source
v11.0.0-rc.489
Compare Source
v11.0.0-rc.487
Compare Source
actions/upload-artifact (actions/upload-artifact)
v4.4.0
Compare Source
Notice: Breaking Changes⚠️
We will no longer include hidden files and folders by default in the
upload-artifact
action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files
, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0
hashicorp/terraform-provider-aws (aws)
v5.65.0
Compare Source
NOTES:
FEATURES:
aws_shield_protection
(#37524)aws_glue_catalog_table_optimizer
(#38052)ENHANCEMENTS:
ap-southeast-5
AWS Region (#39052)ap-southeast-5
AWS Region (#39052)ap-southeast-5
AWS Region (#39052)ap-southeast-5
as a valid AWS Region (#39049)password_policy.password_history_size
argument (#39043)process
argument (#25468)SUCCEEDED_WITH_ISSUES
status as success when upgrading cluster (#38086)io2
as a valid value forebs_config.type
(#37740)io2
as a valid value forinstance_type_configs.ebs_config.type
(#37740)io2
as a valid value forinstance_type_configs.ebs_config.type
(#37740)job_run_queuing_enabled
argument (#39027)kms_key_arn
argument (#39055)false
on update ifpolicy_document
is empty (#38675)BUG FIXES:
auto_branch_creation_config
(#39041)domain_name
to ForceNew (#38086)instance_count
value of0
on create when configured (#37740)BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter
errors on resource Create (#39084)data_cells_filter
permissions (#39026)neptune_cluster_parameter_group_name
as Computed (#38980)neptune_parameter_group_name
as Computed (#38980)ValidationException: Parameter ARN is not supported for this operation
errors when deleting resources imported by ARN (#39067)vercel/next.js (eslint-config-next)
v14.2.7
Compare Source
Core Changes
Credits
Huge thanks to @kjugi, @huozhi, @ztanner, @SukkaW, @marlier, @Kikobeats, @syi0808, @ijjk, and @samcx for helping!
openai/openai-node (openai)
v4.57.0
Compare Source
Full Changelog: v4.56.2...v4.57.0
Features
Bug Fixes
v4.56.2
Compare Source
Full Changelog: v4.56.1...v4.56.2
Chores
v4.56.1
Compare Source
Full Changelog: v4.56.0...v4.56.1
Chores
postcss/postcss (postcss)
v8.4.44
Compare Source
markClean is not a function
error.v8.4.43
Compare Source
markClean is not a function
error.v8.4.42
Compare Source
JohannesKlauss/react-keymap-hook (react-hotkeys-hook)
v4.5.1
Compare Source
What's Changed
New Contributors
Full Changelog: JohannesKlauss/react-hotkeys-hook@v4.5.0...v4.5.1
vercel/vercel (vercel)
v37.2.1
Compare Source
Patch Changes
vercel install
(#12035)v37.2.0
Compare Source
Minor Changes
vc install
andvc integration add
commands (#12033)Patch Changes
[cli] Remove existing metrics gathering behavior (#12026)
Remove redundant formatting on a few lines of output (#12011)
Updated dependencies [
06337ed0b
,2fc9e6d81
]:Configuration
📅 Schedule: Branch creation - "before 7am on Tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.