-
-
Notifications
You must be signed in to change notification settings - Fork 4
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(auth): update all non-major dependencies #518
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
renovate
bot
added
automerge
Enable Kodiak auto-merge
dependencies
Change in project dependencies.
labels
May 30, 2023
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 30, 2023 13:23
15f16c4
to
b160784
Compare
renovate
bot
changed the title
fix(db): update dependency prisma-kysely to v1.4.2
chore(app): update all non-major dependencies
May 30, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 30, 2023 14:26
b160784
to
6f19ac0
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 30, 2023 16:56
6f19ac0
to
3dc6127
Compare
renovate
bot
changed the title
chore(app): update all non-major dependencies
fix(db): update all non-major dependencies
May 30, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 30, 2023 19:15
3dc6127
to
49faa5d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 30, 2023 21:55
49faa5d
to
4c0ce5b
Compare
renovate
bot
changed the title
fix(db): update all non-major dependencies
fix(auth): update all non-major dependencies
May 30, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 30, 2023 22:23
4c0ce5b
to
912f02f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
JoeKarow
approved these changes
May 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📦 api
📦 app
📦 auth
automerge
Enable Kodiak auto-merge
📦 aws-user-migrate
📦 db
dependencies
Change in project dependencies.
📦 eslint-config
📦 ui
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.341.0
->3.342.0
3.341.0
->3.342.0
3.341.0
->3.342.0
4.14.1
->4.15.0
4.14.1
->4.15.0
4.14.1
->4.15.0
6.17.4
->6.18.0
16.0.3
->16.1.0
1.9.9
->1.10.0
4.14.1
->4.15.0
1.4.1
->1.4.2
1.9.9
->1.10.0
3.11.0
->3.11.1
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity-provider)
v3.342.0
Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.342.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/signature-v4)
v3.342.0
Compare Source
Features
prisma/prisma
v4.15.0
Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
For this release, we focused on fixing bugs and making smaller quality-of-life improvements.
Support for custom arguments for
prisma db seed
This release adds support for defining and passing arbitrary arguments to
prisma db seed
. This creates the opportunity for you to define your own arguments in your seed file that you could pass to theprisma db seed command
. A few example use-cases include, but are not limited to:Here is an example
seed.ts
file that defines custom arguments for seeding different data in different environments:You can then provide the
environment
argument when executing the seed script as follows:Let us know what you think, share example usage of this feature, and create a bug report if you run into any issues.
Improved error messages when Query Engine file is not found
This release improves the error messages returned by Prisma Client when the Query Engine file is not found. A few reasons the query engine file might be missing from your application bundle include when:
We hope these error messages are helpful while debugging your application.
Prisma VS Code extension improvements
In this release, we made a few improvements to our VS Code extension:
Updated the file system watcher that is responsible for restarting the TypeScript server when
prisma generate
is run to ensure the types are in syncAdded Quick Fixes action for unique identifiers for MongoDB to add the
@map("_id")
attribute function when it’s missing on an identifier fieldScreen.Recording.2023-05-17.at.19.22.20.mov
Support for renaming symbols for composite types and views
type-symbol-rename.mov
Fixes and improvements
Prisma Client
Error: write EPIPE
on WSL <-> Windowsprisma generate
is blocked byquery-engine-rhel-openssl-1.0.x
opening in Notepad on Windowsnode_modules
(from another platform) leads to platform engine not being presentoutput
Query engine library for current platform "rhel-openssl-1.0.x" could not be found. You incorrectly pinned it to rhel-openssl-1.0.x
Cannot find name '$PrismaModel'
due to featureextendedWhereUnique
with preview featurefieldReference
Date
values silently turn intonulls
fieldReference
is not working with enumsPrisma Migrate
prisma db seed
to the seed commandLanguage tools (e.g. VS Code)
@map("_id")
annotationCredits
Huge thanks to @RobertCraigie, @KhooHaoYit, @art049, @luxaritas, @mrazauskas, @maxmartynov, @haneenmahd for helping!
📺 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.
chromaui/chromatic-cli
v6.18.0
Compare Source
motdotla/dotenv
v16.1.0
Compare Source
Added
populate
convenience method #733npm fund
command.env.vault
support. 🎉 (#730)ℹ️
.env.vault
extends the.env
file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read moreChanged
vercel/turbo
v1.10.0
: Turborepo v1.10.0Compare Source
What's Changed
Changelog
dotEnv
toturbo.json
by @nathanhammond in https://github.com/vercel/turbo/pull/4870--copy
flag. by @anthonyshew in https://github.com/vercel/turbo/pull/5021New Contributors
Full Changelog: vercel/turborepo@v1.9.9...v1.10.0
valtyr/prisma-kysely
v1.4.2
Compare Source
Patch Changes
744b666
: Uses the value of fileName when no enumFileName provided. Previously now if you used a different fileName and you didn't provide enumFileName it put the database in the fileName and enums in types.ts.Now imports GeneratedAlways only when needed. Previously it was always added, even if not needed which caused problems with the linter.
sindresorhus/type-fest
v3.11.1
Compare Source
PackageJson
: Fix undefined being allowed in exports (#626)dc38b70
SetRequired
: Fix performance regression (#628)6a82900
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 has been generated by Mend Renovate. View repository job log here.