This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
chore(deps): update all non-major dependencies #9
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.525.0
->^3.529.1
^3.525.0
->^3.529.1
^19.0.3
->^19.1.0
^19.0.3
->^19.1.0
5.10.2
->5.11.0
^1.4.2
->^1.4.6
^20.11.24
->^20.11.26
18.2.61
->18.2.65
18.2.19
->18.2.21
^7.1.1
->^7.2.0
^7.1.1
->^7.2.0
5.39.0
->5.40.0
14.1.1
->14.1.3
^1.6.4
->^1.6.5
^0.350.0
->^0.356.0
14.1.1
->14.1.3
^4.24.6
->^4.24.7
^0.5.11
->^0.5.12
^5.10.2
->^5.11.0
^5.3.3
->^5.4.2
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.529.1
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.529.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
conventional-changelog/commitlint (@commitlint/cli)
v19.1.0
Compare Source
Note: Version bump only for package @commitlint/cli
19.0.3 (2024-02-28)
Note: Version bump only for package @commitlint/cli
19.0.2 (2024-02-28)
Note: Version bump only for package @commitlint/cli
19.0.1 (2024-02-27)
Bug Fixes
resolve-from
,resolve-global
andimport-fresh
, resolve global packages correctly (#3939) (8793c63), closes #3938conventional-changelog/commitlint (@commitlint/config-conventional)
v19.1.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.0.3 (2024-02-28)
Note: Version bump only for package @commitlint/config-conventional
prisma/prisma (@prisma/client)
v5.11.0
Compare Source
Today, we are excited to share the
5.11.0
stable release 🎉🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.
Highlights
Edge function support for Cloudflare and Vercel (Preview)
We’re thrilled to announce that support for edge function deployments with Prisma ORM is now in Preview 🥳 As of this release, you can deploy your apps that are using Prisma ORM to:
In order to deploy to an edge function, you’ll need to use a compatible database driver (along with its Prisma driver adapter):
pg
driver (for traditional PostgreSQL databases)@libsql/client
driver (for SQLite databases hosted via Turso)Check out our documentation to learn how you can deploy an edge function using any combination of supported edge function provider and database.
Performance improvements in nested
create
operationsWith Prisma ORM, you can create multiple new records in nested queries, for example:
In previous versions, Prisma ORM would translate this into multiple SQL
INSERT
queries, each requiring its own roundtrip to the database. As of this release, these nestedcreate
queries are optimized and theINSERT
queries are sent to the database in bulk in a single roundtrip. These optimizations apply to one-to-many as well as many-to-many relations.With this change, using the nested
create
option to create multiple records effectively becomes equivalent to using a nestedcreateMany
operation (except thatcreateMany
only works with one-to-many relations, whereascreate
works both with one-to-many and many-to-many).Fixes and improvements
Prisma Client
console.log(new PrismaClient())
enum
throws error (collationcp1250_czech_cs
or similar)NOT
condition leaks out of its desired boundsPrismaClient
object is slowprisma generate
on Litespeed Web Server cPanel with sshtsc
:Cannot find namespace 'debug'.
push
method still unimplemented for scalar lists in CockroachDBInvalid character
error persists on 5.10.1 in Prisma StudioruntimeDescription
is not defined errorPrisma Migrate
npx prisma db pull
with DeepinOS 20.9GNU/LInuxLinux Mint
Error: Invalid character
whenschema.prisma
includes Chinese/Non-ASCII characters in a commentPrisma Engines
swc-project/swc (@swc/core)
v1.4.6
Compare Source
Bug Fixes
Performance
v1.4.5
Compare Source
Bug Fixes
jsc.paths
(#8702) (d37125f)Features
v
flag (#8690) (4ce39eb)v1.4.4
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.2.0
Compare Source
🚀 Features
support TS 5.4
eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option
🩹 Fixes
eslint-plugin: expose *-type-checked-only configs for extension
eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group
eslint-plugin: [no-var-requires, no-require-imports] support template literal
eslint-plugin: [no-useless-template-literals] detect TemplateLiteral
eslint-plugin: [no-unnecessary-condition] handle union array and tuple type
eslint-plugin: [prefer-find] support ternary branches in prefer-find
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.2.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
hashicorp/terraform-provider-aws (aws)
v5.40.0
Compare Source
FEATURES:
arn_build
(#34952)arn_parse
(#34952)aws_account_region
(#35739)aws_securitylake_subscriber
(#35981)ENHANCEMENTS:
has_major_target
andhas_minor_target
optional arguments andvalid_major_targets
andvalid_minor_targets
attributes (#36246)compute_environment_order
which conflicts withcompute_environments
but aligns with AWS API.compute_environments
has been deprecated. (#34750)origin.custom_origin_config.origin_read_timeout
(#36088)io2
as a valid value forstorage_type
(#36252)cache_usage_limits.ecpu_per_second.maximum
(#35927)use_off_peak_window
argument to theauto_tune_options
configuration block (#36067)io2
as a valid value forstorage_type
(#36252)arn
. (#35710)arn
. (#35710)arn
. (#35710)evaluation_window_sec
argument to therate_based_statement
configuration block (#36045)evaluation_window_sec
argument to therate_based_statement
configuration block (#36045)BUG FIXES:
parameter_group_name
whenreplicate_source_db
is in different region. (#36080)InvalidParameterValue: Environment named ... is in an invalid state for this operation. Must be Ready
errors whentags
are updated along with other attributes (#36074)cache_usage_limits.data_storage.maximum
andcache_usage_limits.ecpu_per_second.maximum
to ForceNew (#35927)encoder_settings.audio_descriptions
arguments (#36097)action.forward.target_groups
maximum item limit (#36095)v5.39.1
Compare Source
BUG FIXES:
panic: Invalid address to set
related toroot_block_device.0.tags_all
(#36054)vercel/next.js (eslint-config-next)
v14.1.3
Compare Source
v14.1.2
Compare Source
evilmartians/lefthook (lefthook)
v1.6.5
Compare Source
lucide-icons/lucide (lucide-react)
v0.356.0
: New icons 0.356.0Compare Source
New icons 🎨
hospital
(#1952) by @karsa-mistmerev0.355.0
: New icons 0.355.0Compare Source
Modified Icons 🔨
crown
(#1947) by @karsa-mistmerev0.354.0
: New icons 0.354.0Compare Source
Modified Icons 🔨
hotel
(#1951) by @jguddasv0.353.0
: New icons 0.353.0Compare Source
New icons 🎨
ham
(#1949) by @karsa-mistmerev0.352.0
: New icons 0.352.0Compare Source
Modified Icons 🔨
keyboard
(#1906) by @karsa-mistmeremessages-square
(#1906) by @karsa-mistmerev0.351.0
: New icons 0.351.0Compare Source
New icons 🎨
briefcase-business
(#1954) by @karsa-mistmerebriefcase-medical
(#1954) by @karsa-mistmereModified Icons 🔨
briefcase
(#1954) by @karsa-mistmerevercel/next.js (next)
v14.1.3
Compare Source
v14.1.2
Compare Source
nextauthjs/next-auth (next-auth)
v4.24.7
Compare Source
Others
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.5.12
Compare Source
Added
prettier-plugin-sort-imports
(#241)Microsoft/TypeScript (typescript)
v5.4.2
: TypeScript 5.4Compare 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 Monday" (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.