fix(deps): update all non-major dependencies #329
Merged
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:
^4.15.0
->^4.16.0
8.40.1
->8.40.2
18.16.17
->18.16.18
5.59.9
->5.60.0
5.59.9
->5.60.0
^16.1.4
->^16.3.1
8.42.0
->8.43.0
4.15.0
->4.16.0
^4.0.3
->^4.0.4
Release Notes
prisma/prisma
v4.16.0
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
This release promotes the following Preview features to General Availability:
Prisma Client extensions are Generally Available
Today, we’re very excited to announce that Prisma Client extensions are Generally Available and production-ready! This means you can use the feature without the
clientExtensions
Preview feature flag.🚀Prisma Client extensions are a powerful new feature for adding functionality on top of your Prisma Client in a type-safe manner. With this feature, you can create simple, but flexible solutions.
Prisma Client extensions have 4 different types of components that can be included in an extension:
findMany
.You can also create and publish extensions for others to use. Learn more about how to share extensions in our documentation.
More features and changes made to Client Extensions
We also made the following improvements to Prisma Client extensions in preparation for General Availability:
Added a top-level
$allOperations
method forquery
component that captures all model operations as well as top-level raw queries. Refer to our documentation for more information.Prisma.validator
can now also be used for extended types:query
callbacks for$queryRaw
and$executeRaw
will always receiveSql
instance asargs
. This instance can be used to compose a new query usingPrisma.sql
:$on
cannot be called after extending Prisma Client. Therefore, if you want to use event handlers together with extensions, we recommend using the$on
method before$extends
.We updated the import path for utilities used for authoring extension to
@prisma/client/extension
rather than@prisma/client
Deprecating Middleware
We also took this opportunity to deprecate Prisma Client’s middleware. We recommend using to using Prisma Client
query
extension components which can be used to achieve the same functionality and with better type safety.Ordering by nulls first and last is now Generally Available
Starting with this release, we’re excited to announce that
orderByNulls
is now Generally Available! This means you can use the feature without theorderByNulls
Preview feature flag.🌟We introduced this feature in 4.1.0 to enable you to sort records with null fields to either appear at the beginning or end of the result.
The following example query sorts posts by
updatedAt
, with records having a null value at the end of the list:To learn more about this feature, refer to our documentation.
We’re excited to see what you will build! Feel free to share with us what you build on Twitter, Slack, or Discord.
Count by filtered relation is now Generally Available
This release moves the
filteredRelationCount
Preview feature to General Availability! This means you can use the feature without thefilteredRelationCount
Preview feature flag.We first introduced this feature in 4.3.0 to add the ability to count by filtered relations.
The following query, for example, counts all posts with the title “Hello!”:
To learn more about this feature, refer to our documentation.
Introspection warnings for expression indexes
In the last two releases, 4.13.0 and 4.14.0, we added 9 introspection warnings. These warnings surface features in use in your database that cannot currently be represented in the Prisma schema.
In this release, we’re adding one more introspection warning to the list: Expression Indexes.
On database introspection, the Prisma CLI will surface the feature with a warning, and a comment in your Prisma schema for sections for each feature in use. The warnings will also contain instructions for workarounds on how to use the feature.
Fixes and improvements
Prisma Client
select
'd explicitly.prisma generate
when running it directly after installingprisma
$runCommandRaw
is not passing the expected data to middleware or client extension.prismaVersion.client
available on "@prisma/client/scripts/default-index"distinct
fieldPrisma.validator
clientExtensions
GA$queryRawUnsafe
also triggers$allModels.$allOperations
$on
applied to an extended client is also bound to the parent client$queryRaw*
is broken in interactive transactions together withclientExtensions
in4.16.0-dev.17
Prisma Migrate
type
sprisma db pull
gets rid of@default(uuid())
on re-introspectionLanguage tools (e.g. VS Code)
Go to Definition
does not work when target model contains a field with a type name that starts with the same namePrisma Studio
Error: spawn xdg-open ENOENT
onprisma studio
📺 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, June 1 at 5 pm Berlin | 8 am San Francisco.
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.60.0
Compare Source
Features
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.1 (2023-04-24)
Bug Fixes
v5.59.11
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.10
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.60.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/parser
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/parser
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/parser
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/parser
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/parser
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/parser
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/parser
5.59.1 (2023-04-24)
Note: Version bump only for package @typescript-eslint/parser
v5.59.11
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.10
Compare Source
Note: Version bump only for package @typescript-eslint/parser
motdotla/dotenv
v16.3.1
Compare Source
Added
processEnv
andDOTENV_KEY
options. #756v16.3.0
Compare Source
Added
DOTENV_KEY
to options rather than relying onprocess.env.DOTENV_KEY
. Defaults toprocess.env.DOTENV_KEY
#754v16.2.0
Compare Source
Added
process.env
. Defaults toprocess.env
. #753eslint/eslint
v8.43.0
Compare Source
Features
14581ff
feat: directive prologue detection and autofix condition inquotes
(#17284) (Francesco Trotta)e50fac3
feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)1b7faf0
feat: addskipJSXText
option tono-irregular-whitespace
rule (#17182) (Azat S)Bug Fixes
5338b56
fix: normalizecwd
passed toESLint
/FlatESLint
constructor (#17277) (Milos Djermanovic)54383e6
fix: Removeno-extra-parens
autofix for potential directives (#17022) (Francesco Trotta)Documentation
8b855ea
docs: resubmit pr17061 doc changes (#17292) (唯然)372722e
docs: resubmit pr17012 doc changes (#17293) (唯然)67e7af3
docs: resubmit custom-rules doc changes (#17294) (唯然)9e3d77c
docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)503647a
docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)e0cf0d8
docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)8e51ea9
docs: resubmitno-new
rule documentation (#17264) (Nitin Kumar)1b217f8
docs: resubmitCustom Processors
documentation (#17265) (Nitin Kumar)428fc76
docs: resubmitCreate Plugins
documentation (#17268) (Nitin Kumar)bdca88c
docs: resubmitConfiguration Files
documentation (#17267) (Nitin Kumar)f5c01f2
docs: resubmitManage Issues
documentation (#17266) (Nitin Kumar)b199295
docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)0e9980c
docs: add newomitLastInOneLineClassBody
option to thesemi
rule (#17263) (Nitin Kumar)cb2560f
docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)85d2b30
docs: explain how to include predefined globals (#17261) (Marcus Wyatt)de4d3c1
docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)3912f3a
docs: Improveignores
documentation (#17239) (Francesco Trotta)35e11d3
docs: fix typos and missing info (#17257) (Ed Lucas)0bc257c
docs: Clarifyno-div-regex
rule docs (#17051) (#17255) (Francesco Trotta)788d836
docs: add references to MIT License (#17248) (Milos Djermanovic)58aab6b
docs: Update README (GitHub Actions Bot)3ef5814
docs: Revert all changes after the license change (#17227) (Milos Djermanovic)03fc4aa
docs: Update README (GitHub Actions Bot)Chores
78350f6
chore: upgrade @eslint/js@8.43.0 (#17295) (Milos Djermanovic)62bf759
chore: package.json update for @eslint/js release (ESLint Jenkins)e0a2448
chore: docs package.license ISC => MIT (#17254) (唯然)6a0196c
chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)sodium-friends/sodium-native
v4.0.4
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Mend Renovate. View repository job log here.