-
-
Notifications
You must be signed in to change notification settings - Fork 2
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(deps): update all non-major dependencies #429
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Here's the code health analysis summary for commits Analysis Summary
|
#124 Bundle Size — 18.74MiB (+0.38%).Bundle metrics
|
Current #124 |
Baseline #79 |
|
---|---|---|
Initial JS | 1008.21KiB (+0.04% ) |
1007.8KiB |
Initial CSS | 6.61KiB |
6.61KiB |
Cache Invalidation | 2.36% |
2.36% |
Chunks | 20 |
20 |
Assets | 80 (+1.27% ) |
79 |
Modules | 790 (+0.13% ) |
789 |
Duplicate Modules | 103 |
103 |
Duplicate Code | 5.61% (-0.18% ) |
5.62% |
Packages | 81 |
81 |
Duplicate Packages | 0 |
0 |
Bundle size by type 3 changes
3 regressions
Current #124 |
Baseline #79 |
|
---|---|---|
IMG | 17.47MiB (+0.41% ) |
17.4MiB |
JS | 1.08MiB (+0.04% ) |
1.08MiB |
Fonts | 189.64KiB |
189.64KiB |
CSS | 6.61KiB |
6.61KiB |
Other | 4.07KiB (+0.12% ) |
4.06KiB |
Bundle analysis report Branch renovate/all-minor-patch Project dashboard
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
ed761b5
to
1adf7f1
Compare
1adf7f1
to
6eaa330
Compare
6eaa330
to
1defdff
Compare
1defdff
to
4550d28
Compare
4550d28
to
8b7e30a
Compare
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is an install script?Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
8b7e30a
to
4cb4799
Compare
4cb4799
to
647be6b
Compare
647be6b
to
1c09aaf
Compare
1c09aaf
to
0e0f40c
Compare
0e0f40c
to
ef5e087
Compare
42ad48c
to
0c9cc48
Compare
0c9cc48
to
a41e9de
Compare
a41e9de
to
7e8e515
Compare
7e8e515
to
9213754
Compare
9213754
to
c52dd61
Compare
c52dd61
to
363f8b6
Compare
363f8b6
to
5316634
Compare
5316634
to
026b03c
Compare
026b03c
to
000d6e2
Compare
000d6e2
to
a2dd53d
Compare
a2dd53d
to
364e484
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
364e484
to
88a9a03
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
5.14.0
->5.15.0
5.14.0
->5.15.0
4.2.7
->4.2.8
8.1.3
->8.1.6
8.1.3
->8.1.6
8.1.3
->8.1.6
8.1.3
->8.1.6
8.1.3
->8.1.6
8.1.3
->8.1.6
8.1.3
->8.1.6
8.1.3
->8.1.6
8.1.3
->8.1.6
20.12.12
->20.14.2
18.3.2
->18.3.3
7.10.0
->7.12.0
7.10.0
->7.12.0
1.3.0
->1.3.1
1.0.10
->1.0.11
11.4.0
->11.5.3
7.34.1
->7.34.2
1.13.3
->1.13.4
5.16.0
->5.17.4
15.2.4
->15.2.5
2.1.0
->2.2.0
20.13.1
->20.14.0
9.1.2
->9.2.0
3.2.5
->3.3.1
5.14.0
->5.15.0
8.1.3
->8.1.6
4.11.0
->4.12.0
1.13.3
->1.13.4
4.18.2
->4.19.0
Release Notes
prisma/prisma (@prisma/adapter-neon)
v5.15.0
Compare Source
Today, we are excited to share the
5.15.0
stable release 🎉🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
Multi-File Prisma Schema support
Prisma ORM 5.15.0 features support for multi-file Prisma Schema in Preview.
This closes a long standing issue and does so in a clean and easy to migrate way.
To get started:
prismaSchemaFolder
Preview feature by including it in thepreviewFeatures
field of yourgenerator
.schema
subdirectory under yourprisma
directory.schema.prisma
into this directory.You are now set up with a multi-file Prisma Schema! Add as many or as few
.prisma
files to the newprisma/schema
directory.When running commands where a Prisma Schema file is expected to be provided, you can now define a Prisma Schema directory. This includes Prisma CLI commands that use the
--schema
option as well as defining schema viapackage.json
Our tooling has also been updated to handle multiple Prisma Schema files. This includes our Visual Studio Code extension and tools like database introspection, which will deposit new models in a
introspected.prisma
file. Existing models will be updated in the file they are found.To learn more, please refer to our official documentation and announcement blog post. If you try out
prismaSchemaFolder
, please let us know!Interesting Bug Fixes
Fix for PostgreSQL prepared statement caching for raw queries
This release fixes a nasty bug with the caching of prepared statements in raw Prisma Client queries that affected PostgreSQL when you ran the same SQL statement with differently typed paramters. This should not fail any more.
Fix for SQL Server introspection of (deprecated)
CREATE DEFAULT
Our Introspection logic crashed on encountering certain multi-line
CREATE DEFAULT
, a deprecated way to define defaults in SQL Server. As many SQL Server users are working with established databases, this happened frequently enough that we now explicitly ignore these defaults instead of crashing.Fix for Cloudflare D1’s lower parameter limit
Cloudflare’s D1 has a lower parameter limit than local SQLite, which caused bigger queries to fail. We adapted that limit to the D1 default for
@prisma/adapter-d1
, which will avoid such failures.Fix for Cloudflare D1’s different
PRAGMA
supportOur generated migration SQL for SQLite did not always work for Cloudflare D1, because of differences in the supported pragmas. We adapted the SQL to work in both local SQLite and Cloudflare D1.
Fixes and improvements
Prisma Migrate
Result::unwrap()
on anErr
value: "Couldn't parse default value:create default [dbo].[member_notification_cancel_flags] as 0\r\n
"Result::unwrap()
on anErr
value: "Couldn't parse default value:create default d_password as 'D,73'
"DEFAULT
sResult::unwrap()
on anErr
value: "Couldn't parse default value:\r\ncreate default D_BIT_OFF\r\nas 0\r\n
"Result::unwrap()
on anErr
value: "Couldn't parse default value in SQL ServerError: [libs\sql-schema-describer\src\mssql.rs:336:30] called
Result::unwrap()on an
Errvalue: "Couldn't parse default value: [...]
Result::unwrap()
on anErr
value: "Couldn't parse default value:\r\ncreate default [va_nulla] as 0\r\n
"db pull
can't parse script setting default valuePrisma Client
22P03
. Message:db error: ERROR: incorrect binary data format in bind parameter 1
incorrect binary data format in bind parameter 1
incorrect binary data format in bind parameter x
)_count
leads to errorwarn(prisma-client) This is the 10th instance of Prisma Client being started.
warning in Edge (and potentially) other envs)incorrect binary data format in bind parameter 6
Inconsistent column data: Unexpected conversion failure from Number to BigInt
error when using@prisma/adapter-pg
Int
switched to beingInt32
for MongoDBLanguage tools (e.g. VS Code)
Generate
codelens fails on WindowsCredits
Huge thanks to @pranayat, @yubrot, and @skyzh for helping!
relative-ci/agent (@relative-ci/agent)
v4.2.8
Compare Source
What's Changed
Full Changelog: relative-ci/agent@v4.2.7...v4.2.8
storybookjs/storybook (@storybook/addon-a11y)
v8.1.6
Compare Source
v8.1.5
Compare Source
v8.1.4
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.12.0
Compare Source
🚀 Features
eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression
(deprecateno-useless-template-literals
)rule-tester: check for parsing errors in suggestion fixes
rule-tester: port
checkDuplicateTestCases
from ESLinteslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
🩹 Fixes
no-useless-template-expression -> no-unnecessary-template-expression
eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with
const
variable checkeslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining
eslint-plugin: [explicit-member-accessibility] refine report locations
eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check
declare
seslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions
eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe
eslint-plugin: [member-ordering] also TSMethodSignature can be get/set
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.11.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.12.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.11.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vercel/analytics (@vercel/analytics)
v1.3.1
Compare Source
What's Changed
Full Changelog: vercel/analytics@1.3.0...1.3.1
vercel/speed-insights (@vercel/speed-insights)
v1.0.11
Compare Source
What's Changed
Full Changelog: vercel/speed-insights@1.0.10...1.0.11
chromaui/chromatic-cli (chromatic)
v11.5.3
Compare Source
🐛 Bug Fix
Authors: 1
v11.5.2
Compare Source
🐛 Bug Fix
Authors: 1
v11.5.1
Compare Source
🐛 Bug Fix
Authors: 2
v11.5.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
SLACK_WEBHOOK_URL
to release script #992 (@ghengeveld)Authors: 2
v11.4.1
Compare Source
🐛 Bug Fix
CI=1
environment variable to Storybook build command to disable prompts #991 (@ghengeveld)Authors: 1
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.2
Compare Source
Fixed
boolean-prop-naming
][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type (#3718 @developer-bandi)jsx-no-leaked-render
][jsx-no-leaked-render]: invalid report if left side is boolean (#3746 @akulsr0)jsx-closing-bracket-location
][jsx-closing-bracket-location]: message shows{{details}}
when there are no details (#3759 @mdjermanovic)no-invalid-html-attribute
][no-invalid-html-attribute]: ensure error messages are correct (#3759 @mdjermanovic, @ljharb)Changed
vercel/turbo (eslint-plugin-turbo)
v1.13.4
: Turborepo v1.13.4Compare Source
What's Changed
Docs
turbo-ignore
@turbo/repository
Examples
Changelog
commonjs
by @wesleycoder in https://github.com/vercel/turbo/pull/8109New Contributors
Full Changelog: vercel/turborepo@v1.13.3...v1.13.4
webpro-nl/knip (knip)
v5.17.4
Compare Source
e75f0e9
)28b2434
)6e64d60
)90fcd4c
)c4bb916
)IMPORT_STAR
const (cb9ed83
)SerializableImports
type (474a6f7
)87850ea
)6fd3e46
)v5.17.3
Compare Source
5e576a2
)9ad1d46
)0e04f1e
)935a706
)v5.17.2
Compare Source
c188a7a
)v5.17.1
Compare Source
28ad084
)3ab95ef
)24c1355
)v5.17.0
Compare Source
db2a261
)getHasStrictlyNsReferences
and traverse into re-exports (9d75e0d
)c836517
)okonet/lint-staged (lint-staged)
v15.2.5
Compare Source
Patch Changes
#1424
31a1f95
Thanks @iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.#1423
91abea0
Thanks @iiroj! - Improve error logging when failing to read or parse a configuration file#1424
ee43f15
Thanks @iiroj! - Upgrade micromatch@4.0.7tatethurston/nextjs-routes (nextjs-routes)
v2.2.0
Compare Source
trailingSlash
option toroute
. See #168nodejs/node (node)
v20.14.0
Compare Source
pnpm/pnpm (pnpm)
v9.2.0
Compare Source
v9.1.4
Compare Source
v9.1.3
Compare Source
prettier/prettier (prettier)
v3.3.1
Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)
Preserve explicit language in front matter (#16348 by @fisker)
Avoid line breaks in import attributes (#16349 by @fisker)
v3.3.0
Compare Source
diff
🔗 Release Notes
privatenumber/tsx (tsx)
v4.12.0
Compare Source
v4.11.2
Compare Source
v4.11.1
Compare Source
vercel/turbo (turbo)
v1.13.4
Compare Source
sindresorhus/type-fest (type-fest)
v4.19.0
Compare Source
v4.18.3
Compare Source
ConditionalKeys
: Fix filtering out never type (#881)863511d
Configuration
📅 Schedule: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), 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.