chore(deps): update all non-major dependencies #45
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.214.0
->^3.241.0
^1.1.4
->^1.1.5
^1.1.5
->^1.1.6
^0.11.1
->^0.11.2
^0.33.11
->^0.35.2
^4.6.1
->^4.8.0
^18.11.9
->^18.11.18
^2.4.1
->^2.4.2
^0.46.5
->^0.48.0
^0.25.2
->^0.26.3
^2.4.2
->^2.5.8
^9.5.0
->^9.9.0
^1.0.17
->^1.0.22
^9.5.0
->^9.9.0
^9.5.0
->^9.9.0
^4.2.5
->^4.2.6
^1.3.12
->^1.4.1
^8.28.0
->^8.31.0
^13.0.3
->^13.1.0
^0.6.1
->^0.7.2
^0.25.1
->^0.30.0
^0.29.1
->^0.30.0
^1.19.2
->^1.19.4
^2.0.24
->^2.0.28
>=7.17.0
->>=7.21.0
7.17.0
->7.21.0
^4.5.0
->^4.5.1
^4.9.3
->^4.9.4
^1.0.1
->^1.0.2
^0.46.5
->^0.48.0
^0.11.4
->^0.12.1
^0.22.9
->^0.22.12
^0.7.8
->^0.7.12
^0.27.1
->^0.28.0
^0.13.3
->^0.14.0
^0.3.3
->^0.3.4
^0.22.1
->^0.22.2
^0.22.0
->^0.22.1
1.0.0-alpha.29
->1.0.0-alpha.34
^0.25.2
->^0.26.3
^1.0.9
->^1.0.19
^0.13.1
->^0.13.11
^1.0.9
->^1.0.19
Release Notes
aws/aws-sdk-js-v3
v3.241.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.238.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.236.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.235.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.234.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.231.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.229.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.226.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.225.0
Compare Source
Features
v3.224.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.223.0
Compare Source
Bug Fixes
v3.222.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.218.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.216.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.215.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
mdit-vue/mdit-vue
v0.11.2
Compare Source
Bug Fixes
ow3org/eslint-config
v0.35.2
Compare Source
No significant changes
View changes on GitHub
v0.35.1
Compare Source
🚀 Features
max-statements-per-line
- by @ZanMinKian in https://github.com/ow3org/eslint-config/issues/129 (65aec)consistent-type-imports
in markdown file - by @ZanMinKian in https://github.com/ow3org/eslint-config/issues/138 (b5828)jest/unbound-method
- by @ZanMinKian in https://github.com/ow3org/eslint-config/issues/141 (2ad35)🐞 Bug Fixes
tsconfig.eslint.json
- by @antfu (1c426)View changes on GitHub
v0.35.0
Compare Source
🚀 Features
no-constant-binary-expression
error - by @chrisbbreuer (2c3b5)max-statements-per-line
- by @ZanMinKian in https://github.com/ow3org/eslint-config/issues/129 (65aec)consistent-type-imports
in markdown file - by @ZanMinKian in https://github.com/ow3org/eslint-config/issues/138 (b5828)fresh
script - by @chrisbbreuer (9b483)lint:fix
script - by @chrisbbreuer (5fa33)🐞 Bug Fixes
no-only-tests
plugin - by @chrisbbreuer (633d7)tsconfig.eslint.json
- by @antfu (1c426)View changes on GitHub
prisma/prisma
v4.8.0
Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
Improved serverless experience — smaller engines size
In this release, we have decreased the size of our engine files by an average of 50%. The size of the Query Engine used on Debian, with OpenSSL 3.0.x, for example, went from 39MB to 14MB. We will also remove some smaller engines to decrease the total size in future versions.
Additionally, we have started optimizing how the Prisma schema is loaded in Prisma Client. You should notice a considerable improvement when executing the first query if you're working with a bigger schema with many models and relations.
We will continue investing in this direction in the next releases and further improve the experience with Prisma and serverless environments.
Multi-schema support for CockroachDB (Preview)
We're pleased to share that this release adds Preview support for multi-schema for CockroachDB. 🎉
This release adds support for:
If you already have a CockroachDB database using multiple schemas, you can quickly get up and running set up multiple schemas by:
schemas
property in thedatasource
blockprisma db pull
You can further evolve your database schema using the multi-schema Preview feature by using
prisma migrate dev
.For further details, refer to our documentation and let us know what you think in this GitHub issue.
Improved OpenSSL 3.x support
Prisma now supports OpenSSL 3 builds for Linux Alpine on
x86_64
architectures. This particularly impacts users running Prisma onnode:alpine
andnode:lts-alpine
Docker images. The images are based on an Alpine version that ships with OpenSSL 3.0.x, which isn’t compatible with OpenSSL 1.1.x (already supported by Prisma). You can read more details about it in this GitHub comment.We also have rewritten our OpenSSL version detection logic, making it future-proof. We now expect Prisma to support systems running with any OpenSSL 3 minor versions out of the box.
Fixes and improvements
Prisma
Uuid
has no default operator class.migrate reset
only resets first schemamultiSchema
introspectionmigrate dev
does not detect drift between database schema and migration history formultiSchema
Prisma Migrate
multiSchema
preview feature with MySQLPrisma Client
clientExtensions
preview feature is used$extends
TS error: "Inferred type of this node exceeds the maximum length the compiler will serialize" with"declaration": true
intsconfig
args
isundefined
console.log
outputs incorrect value whenresult
extensions are usedextendedWhereUnique
on SQLLanguage tools (e.g. VS Code)
@map
although already present'
in optional arguments contextPrisma Engines
@@​schema
attribute should always be required whenschemas
is defined in the datasourceCredits
Huge thanks to @ivan, @Mini256, @cmd-johnson for helping!
Prisma Help Center (New)
We recently just launched our Help Center that you can use to find resources and get help from our support team for both the Prisma ORM and the Prisma Data Platform.
Check it out, and let us know what you think.
📺 Join us for another "What's new in Prisma" live stream
Learn about the latest release and other news from the Prisma community by joining us for another "What's new in Prisma" live stream.
The stream takes place on YouTube on Thursday, December 22 at 5 pm Berlin | 8 am San Francisco.
v4.7.1
[Compare Source](https://to
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.