chore(deps): Update all non-major dependencies #715
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:
^2.0.0
->^2.1.0
^1.0.1
->^1.1.0
^6.3.1
->^6.4.0
^4.5.1
->^4.5.2
^6.3.1
->^6.4.0
^4.4.0
->^4.5.0
Release Notes
nuxt/devtools (@nuxt/devtools)
v2.1.0
Compare Source
Bug Fixes
Features
__NUXT_INSPECTOR__
(9f3c8bf)vueDevTools
(3e5251c)nuxt/eslint (@nuxt/eslint)
v1.1.0
Compare Source
🚀 Features
unicorn
v57,stylistic
v4 - by @antfu (a9846)View changes on GitHub
prisma/prisma (@prisma/client)
v6.4.0
Compare Source
Today, we are excited to share the
6.4.0
stable release 🎉🌟 Help us spread the word about Prisma by starring the repo ☝️ or tweeting about the release. 🌟
Highlights
TypeScript-based configuration with
prisma.config.ts
(Early Access)In this release, we're introducing an Early Access version of a TypeScript-based configuration file for Prisma ORM:
prisma.config.ts
.This file will serve as a central configuration point for Prisma ORM:
With this file you are able to run any arbitrary code needed to get values required by Prisma ORM, such as database URLs from a secret store or fine-grained control of settings. It needs to live in the current working directory from where you're executing Prisma CLI commands (typically, the root of your project).
Learn more about the new
prisma.config.ts
file in the docs.Case-insensitive mode in JSON filters
You can now do case-insensitive filtering on JSON data.
Just use the new
mode
option when filtering usingstring_contains
,string_starts_with
orstring_ends_with
in a JSON object and set it to"insensitive"
:The above query returns all users where the
favorites.catBreed
value contains"Van"
or"van"
.Thanks to @lubosmato who implemented this feature 🎉
Improved CockroachDB migration speed
In this release we found some inefficiencies in our migration engine that was impacting CockroachDB migrations. In 6.4.0, CockroachDB migrations should be significantly faster.
Calling all devs: Give us your feedback!
Prisma ORM's community keeps us going. To make sure that we're focused on what the community needs, we would like to get your feedback via our online feedback form.
Credits
Huge thanks to @lubosmato, @notomo, @Mayureshd-18, @mydea, @omar-dulaimi and @Hazmi35 for helping out with this release!
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
v4.5.2
Compare Source
protomaps/basemaps (protomaps-themes-base)
v4.5.0
Compare Source
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 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 was generated by Mend Renovate. View the repository job log.