Skip to content
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 #472

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
@crowdin/crowdin-api-client dependencies minor 1.36.0 -> 1.39.1 OpenSSF Scorecard
@neondatabase/serverless (source) dependencies minor 0.9.5 -> 0.10.3 OpenSSF Scorecard
@prisma/adapter-neon (source) dependencies minor 5.20.0 -> 5.22.0 OpenSSF Scorecard
@prisma/client (source) dependencies minor 5.20.0 -> 5.22.0 OpenSSF Scorecard
@relative-ci/agent (source) devDependencies patch 4.2.11 -> 4.2.13 OpenSSF Scorecard
@storybook/addon-a11y (source) devDependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
@storybook/addon-essentials (source) devDependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
@storybook/addon-interactions (source) devDependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
@storybook/addon-links (source) devDependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
@storybook/addon-viewport (source) devDependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
@storybook/blocks (source) devDependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
@storybook/nextjs (source) devDependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
@storybook/react (source) devDependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
@storybook/test (source) dependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
@types/node (source) devDependencies minor 20.16.7 -> 20.17.6 OpenSSF Scorecard
@types/react (source) devDependencies patch 18.3.9 -> 18.3.12 OpenSSF Scorecard
@types/react-dom (source) devDependencies patch 18.3.0 -> 18.3.1 OpenSSF Scorecard
@types/ws (source) devDependencies patch 8.5.12 -> 8.5.13 OpenSSF Scorecard
@vercel/analytics (source) dependencies minor 1.3.1 -> 1.4.0 OpenSSF Scorecard
@vercel/speed-insights (source) dependencies minor 1.0.12 -> 1.1.0 OpenSSF Scorecard
chromatic (source) devDependencies minor 11.10.4 -> 11.18.1 OpenSSF Scorecard
eslint-plugin-react devDependencies minor 7.36.1 -> 7.37.2 OpenSSF Scorecard
eslint-plugin-storybook devDependencies minor 0.8.0 -> 0.11.0 OpenSSF Scorecard
i18next (source) dependencies minor 23.15.1 -> 23.16.5 OpenSSF Scorecard
i18next-http-backend dependencies patch 2.6.1 -> 2.6.2 OpenSSF Scorecard
knip (source) devDependencies minor 5.30.5 -> 5.37.1 OpenSSF Scorecard
listr2 devDependencies patch 8.2.4 -> 8.2.5 OpenSSF Scorecard
nanoid dependencies patch 5.0.7 -> 5.0.8 OpenSSF Scorecard
nextjs-routes dependencies patch 2.2.1 -> 2.2.3 OpenSSF Scorecard
node (source) minor 20.17.0 -> 20.18.0 OpenSSF Scorecard
pnpm (source) packageManager minor 9.11.0 -> 9.13.2 OpenSSF Scorecard
prettier-plugin-packagejson devDependencies patch 2.5.2 -> 2.5.3 OpenSSF Scorecard
prisma (source) devDependencies minor 5.20.0 -> 5.22.0 OpenSSF Scorecard
react-i18next dependencies minor 15.0.2 -> 15.1.1 OpenSSF Scorecard
storybook (source) devDependencies minor 8.3.3 -> 8.4.4 OpenSSF Scorecard
tsx (source) devDependencies patch 4.19.1 -> 4.19.2 OpenSSF Scorecard
type-fest devDependencies minor 4.26.1 -> 4.27.0 OpenSSF Scorecard
typescript (source) devDependencies patch 5.6.2 -> 5.6.3 OpenSSF Scorecard

Release Notes

crowdin/crowdin-api-client-js (@​crowdin/crowdin-api-client)

v1.39.1

Compare Source

What's Changed

Full Changelog: crowdin/crowdin-api-client-js@1.39.0...1.39.1

v1.39.0

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/crowdin-api-client-js@1.38.0...1.39.0

v1.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/crowdin-api-client-js@1.37.1...1.38.0

v1.37.1

Compare Source

What's Changed

Full Changelog: crowdin/crowdin-api-client-js@1.37.0...1.37.1

v1.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/crowdin-api-client-js@1.36.0...1.37.0

neondatabase/serverless (@​neondatabase/serverless)

v0.10.3

Compare Source

Fixes authToken overriding in sql HTTP request.

v0.10.2

Compare Source

Expose types property on public HTTPQueryOptions type

v0.10.1

Compare Source

Fix CONFIG.MD documentation.

v0.10.0

Compare Source

Capture stack traces in NeonDbError, if Error.captureStackTrace is available.

Allow authentication through JWT by adding a authToken property to the neon HTTP connection options.

prisma/prisma (@​prisma/adapter-neon)

v5.22.0

Compare Source

Today, we are excited to share the 5.22.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Further Tracing Improvements

In our ongoing effort to stabilize the tracing Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry.

We’ve also included numerous bug fixes that should make this Preview feature easier to work with.

Metrics bug fix

Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent.

Connection Pool Timeout fix

In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues.

Special thanks to @​youxq for their pull request and help resolving this issue!

Join us

Looking to make an impact on Prisma in a big way? We're hiring!

Learn more on our careers page: https://www.prisma.io/careers

Fixes and improvements

Prisma Migrate
Prisma

Credits

Huge thanks to @​tmm1, @​Takur0, @​hinaloe, @​andyjy, and @​youxq for helping!

v5.21.1

Compare Source

  • Fixed a bug where migrations were not using shadow database correctly in some edge cases

v5.21.0

Compare Source

Today, we are excited to share the 5.21.0 release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Better support for tracing in MongoDB

The tracing Preview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.

tracing is a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.

For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.

WebAssembly engine size decrease for edge functions

Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the driverAdapters Preview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.

Fixes and improvements

Prisma Engines

Credits

Huge thanks to @​austin-tildei, @​LucianBuzzo, @​mcuelenaere, @​pagewang0, @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

relative-ci/agent (@​relative-ci/agent)

v4.2.13

Compare Source

What's Changed

Full Changelog: relative-ci/agent@v4.2.12...v4.2.13

v4.2.12

Compare Source

What's Changed

Full Changelog: relative-ci/agent@v4.2.11...v4.2.12

storybookjs/storybook (@​storybook/addon-a11y)

v8.4.4

Compare Source

  • Addon Test: Only optimize react deps if applicable in vitest-plugin - #​29617, thanks @​yannbf!

v8.4.3

Compare Source

v8.4.2

Compare Source

v8.4.1

Compare Source

v8.4.0

Compare Source

Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!

  • ▶️ Unified UI for component testing
  • 5️⃣ Svelte 5 and Svelte CSF support
  • ⚛️ React Native Storybook 8 release
  • 🏷️ Tags-based filtering to organize your Storybook
  • 🫧 Dependency cleanup to reduce install footprint
  • 💯 Hundreds more improvements
List of all updates

v8.3.7

Compare Source

v8.3.7

v8.3.6

Compare Source

v8.3.5

Compare Source

v8.3.4

Compare Source

vercel/analytics (@​vercel/analytics)

v1.4.0

Compare Source

What's Changed

Full Changelog: vercel/analytics@1.3.2...1.4.0

v1.3.2

Compare Source

What's Changed

Full Changelog: vercel/analytics@1.3.1...1.3.2

vercel/speed-insights (@​vercel/speed-insights)

v1.1.0

Compare Source

What's Changed

Full Changelog: vercel/speed-insights@1.0.14...1.1.0

v1.0.14

Compare Source

What's Changed

Full Changelog: vercel/speed-insights@1.0.13...1.0.14

v1.0.13

Compare Source

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.0.12...1.0.13

chromaui/chromatic-cli (chromatic)

v11.18.1

Compare Source

🐛 Bug Fix
Authors: 1

v11.18.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • 📖 Add new issue template that references Chromatic support. #​1119 (@​jwir3)
Authors: 2

v11.17.0

Compare Source

🚀 Enhancement
Authors: 1

v11.16.5

Compare Source

🐛 Bug Fix
Authors: 1

v11.16.4

Compare Source

🐛 Bug Fix
Authors: 1

v11.16.3

Compare Source

⚠️ Pushed to main
Authors: 1

v11.16.2

Compare Source

⚠️ Pushed to main
Authors: 1

v11.16.1

Compare Source

🐛 Bug Fix
Authors: 1

v11.16.0

Compare Source

🚀 Enhancement
Authors: 1

v11.15.0

Compare Source

🚀 Enhancement
  • Add support for logLevel and logPrefix options, use local timestamp as default prefix #​1107 (@​ghengeveld)
Authors: 1

v11.14.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v11.13.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

[v11.12.6](https://redirect.github.com/chromaui/chromatic-cli/blob/H


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from JoeKarow as a code owner September 26, 2024 02:08
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Sep 26, 2024
Copy link

vercel bot commented Sep 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
transmascfutures ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 15, 2024 10:44pm

Copy link

coderabbitai bot commented Sep 26, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary or <!-- #coderabbitai summary --> to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

socket-security bot commented Sep 26, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@crowdin/[email protected] network Transitive: filesystem +8 2.97 MB andrii.bodnar
npm/@neondatabase/[email protected] network +1 365 kB pffigueiredo
npm/@prisma/[email protected] None +2 110 kB prismabot
npm/@prisma/[email protected] None 0 8.38 MB aqrln, pirix-gh, prismabot
npm/@relative-ci/[email protected] Transitive: environment, eval, filesystem, network, shell +25 3.95 MB
npm/@storybook/[email protected] None +3 2.85 MB shilman
npm/@storybook/[email protected] Transitive: environment +17 2.77 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/[email protected] Transitive: environment +6 618 kB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/[email protected] None +2 70.9 kB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/[email protected] Transitive: environment +2 92.6 kB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/[email protected] None +2 1.86 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/[email protected] environment Transitive: eval, filesystem, network, shell, unsafe +272 30.6 MB shilman
npm/@storybook/[email protected] None +6 944 kB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/[email protected] Transitive: environment +44 9.26 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@types/[email protected] None 0 2.22 MB types
npm/@types/[email protected] None 0 0 B
npm/@types/[email protected] None +2 1.69 MB types
npm/@types/[email protected] None 0 21.6 kB types
npm/@vercel/[email protected] None 0 411 kB vercel-release-bot
npm/@vercel/[email protected] None 0 285 kB vercel-release-bot
npm/[email protected] None 0 5.51 MB andrewortwein, chromatic-ci-bot, codykaup, ...6 more
npm/[email protected] Transitive: eval +55 4.87 MB ljharb, yannickcr
npm/[email protected] Transitive: environment, filesystem +25 3.13 MB rafaelrozon, yannbf
npm/[email protected] network +2 364 kB adrai
npm/[email protected] None +1 887 kB adrai, jamuhl
npm/[email protected] environment, eval Transitive: filesystem, shell, unsafe +23 4.9 MB webpro
npm/[email protected] Transitive: environment +7 416 kB cenk1cenk2
npm/[email protected] None 0 10.9 kB ai
npm/[email protected] environment, filesystem Transitive: eval +5 2.17 MB adrai
npm/[email protected] Transitive: environment, filesystem +15 776 kB iamvishnusankar
npm/[email protected] environment, filesystem, network, shell, unsafe +6 88.7 MB vercel-release-bot
npm/[email protected] Transitive: environment, filesystem +1 432 kB tatethurston

🚮 Removed packages: npm/@crowdin/[email protected], npm/@neondatabase/[email protected], npm/@prisma/[email protected], npm/@prisma/[email protected], npm/@relative-ci/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@vercel/[email protected], npm/@vercel/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

relativeci bot commented Sep 26, 2024

#543 Bundle Size — 18.76MiB (~+0.01%).

8db749d(current) vs e0a1f6e dev#406(baseline)

Bundle metrics  Change 4 changes Regression 1 regression Improvement 1 improvement
                 Current
#543
     Baseline
#406
Improvement  Initial JS 1005.7KiB(~-0.01%) 1005.73KiB
Regression  Initial CSS 6.87KiB(+3.92%) 6.61KiB
Change  Cache Invalidation 2.31% 4.43%
No change  Chunks 20 20
No change  Assets 80 80
No change  Modules 792 792
No change  Duplicate Modules 103 103
Change  Duplicate Code 5.65%(-0.18%) 5.66%
No change  Packages 81 81
No change  Duplicate Packages 0 0
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
#543
     Baseline
#406
No change  IMG 17.47MiB 17.47MiB
Improvement  JS 1.09MiB (~-0.01%) 1.09MiB
No change  Fonts 189.64KiB 189.64KiB
Regression  CSS 6.87KiB (+3.92%) 6.61KiB
No change  Other 4.07KiB 4.07KiB

Bundle analysis reportBranch renovate/all-minor-patchProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.16.9 chore(deps): update all non-major dependencies Sep 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32a392c to f6c951e Compare October 1, 2024 03:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6c951e to 48a7e0e Compare October 1, 2024 16:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48a7e0e to 4145015 Compare October 2, 2024 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4145015 to b4c2266 Compare October 3, 2024 06:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b4c2266 to 7d6d184 Compare October 3, 2024 19:47
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

sonarcloud bot commented Nov 15, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Enable Kodiak auto-merge dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

0 participants