-
-
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 #470
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
#407 Bundle Size — 18.76MiB (~+0.01%).fda8530(current) vs e0a1f6e dev#406(baseline) Bundle metrics
|
Current #407 |
Baseline #406 |
|
---|---|---|
Initial JS | 1005.77KiB (~+0.01% ) |
1005.73KiB |
Initial CSS | 6.61KiB |
6.61KiB |
Cache Invalidation | 2.34% |
4.43% |
Chunks | 20 |
20 |
Assets | 80 |
80 |
Modules | 792 |
792 |
Duplicate Modules | 103 |
103 |
Duplicate Code | 5.66% |
5.66% |
Packages | 81 |
81 |
Duplicate Packages | 0 |
0 |
Bundle size by type 2 changes
1 regression
1 improvement
Current #407 |
Baseline #406 |
|
---|---|---|
IMG | 17.47MiB |
17.47MiB |
JS | 1.09MiB (~+0.01% ) |
1.09MiB |
Fonts | 189.64KiB |
189.64KiB |
CSS | 6.61KiB |
6.61KiB |
Other | 4.06KiB (-0.12% ) |
4.07KiB |
Bundle analysis report Branch renovate/all-minor-patch Project dashboard
Generated by RelativeCI Documentation Report issue
80d11f1
to
2474e2d
Compare
2474e2d
to
3dabe41
Compare
3dabe41
to
06a1e60
Compare
06a1e60
to
b48c364
Compare
b48c364
to
14803be
Compare
14803be
to
770ac6f
Compare
770ac6f
to
7a794e4
Compare
7a794e4
to
a6ee67e
Compare
a6ee67e
to
2ded33a
Compare
This PR currently has a merge conflict. Please resolve this and then re-add the |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2ded33a
to
fda8530
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
1.35.0
->1.36.0
5.19.1
->5.20.0
5.19.1
->5.20.0
8.3.1
->8.3.3
8.3.1
->8.3.3
8.3.1
->8.3.3
8.3.1
->8.3.3
8.3.1
->8.3.3
8.3.1
->8.3.3
8.3.1
->8.3.3
8.3.1
->8.3.3
8.3.1
->8.3.3
20.16.5
->20.16.7
18.3.7
->18.3.9
11.10.2
->11.10.4
5.30.2
->5.30.5
9.10.0
->9.11.0
5.19.1
->5.20.0
8.3.1
->8.3.3
Release Notes
crowdin/crowdin-api-client-js (@crowdin/crowdin-api-client)
v1.36.0
Compare Source
What's Changed
New Contributors
Full Changelog: crowdin/crowdin-api-client-js@1.35.0...1.36.0
prisma/prisma (@prisma/adapter-neon)
v5.20.0
Compare Source
🌟 Help us spread the word about Prisma by starring the repo or posting on X about the release. 🌟
Highlights
strictUndefinedChecks
in PreviewWith Prisma ORM 5.20.0, the Preview feature
strictUndefinedChecks
will disallow any value that is explicitlyundefined
and will be a runtime error. This change is direct feedback from this GitHub issue and follows our latest proposal on the same issue.To demonstrate the change, take the following code snippet:
In Prisma ORM 5.19.0 and below, this could result in unintended behavior. In Prisma ORM 5.20.0, if the
strictUndefinedChecks
Preview feature is enabled, you will get a runtime error instead:We have also introduced the
Prisma.skip
symbol, which will allow you to get the previous behavior if desired.From Prisma ORM 5.20.0 onward, we recommend enabling
strictUndefinedChecks
, along with the TypeScript compiler optionexactOptionalPropertyTypes
, which will help catch cases of undefined values at compile time. Together, these two changes will help protect your Prisma queries from potentially destructive behavior.strictUndefinedChecks
will be a valid Preview feature for the remainder of Prisma ORM 5. With our next major version, this behavior will become the default and the Preview feature will be “graduated” to Generally Available.If you have any questions or feedback about
strictUndefinedChecks
, please ask/comment in our dedicated Preview feature GitHub discussion.typedSql
bug fixThank you to everyone who has tried out our
typedSql
Preview feature and provided feedback! This release has a quick fix for typescript files generated when Prisma Schema enums had hyphens.Fixes and improvements
Prisma
not available
.generate
when typedSql is enabled and enum contains hyphens.@prisma/internals
didn't listts-toolbelt
in dependencies.$extends
prevents model comments from being passed to TypeScriptPrisma Engines
Credits
Huge thanks to @mcuelenaere, @pagewang0, @key-moon, @pranayat, @yubrot, @thijmenjk, @mydea, @HRM, @haaawk, @baileywickham, @brian-dlee, @nickcarnival, @eruditmorina, @nzakas, and @gutyerrez for helping!
storybookjs/storybook (@storybook/addon-a11y)
v8.3.3
Compare Source
v8.3.2
Compare Source
chromaui/chromatic-cli (chromatic)
v11.10.4
Compare Source
🐛 Bug Fix
unicorn/prefer-spread
ESLint rule #1052 (@codykaup)unicorn/better-regex
ESLint rule #1055 (@codykaup)Authors: 2
v11.10.3
Compare Source
🐛 Bug Fix
unicorn/no-array-callback-reference
ESLint rule #1051 (@codykaup)unicorn/prefer-string-raw
ESLint rule #1050 (@codykaup)unicorn/no-anonymous-default-export
ESLint rule #1047 (@codykaup)unicorn/no-array-for-each
ESLint rule #1048 (@codykaup)Authors: 2
webpro-nl/knip (knip)
v5.30.5
Compare Source
v5.30.4
Compare Source
1002b67
)package.json#types
but also recommend to install DT pkg (dd10163
)v5.30.3
Compare Source
233c2a0
)@eslint/js
to eslint plugin enablers (cbe6fea
)d674020
)eb283cf
)22ab19f
)b0f7c46
)dc9e3ed
)fd868c6
)bc62831
)74b63cc
)34a757c
)d05795c
)2e09608
)e60b8e4
)b52125d
)pnpm/pnpm (pnpm)
v9.11.0
Compare Source
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 was generated by Mend Renovate. View the repository job log.