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 #1845

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hookform/devtools (source) 4.3.2 -> 4.3.3 age adoption passing confidence
@prisma/client (source) 6.0.1 -> 6.1.0 age adoption passing confidence
@tanstack/react-query (source) 5.62.7 -> 5.62.8 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.62.7 -> 5.62.8 age adoption passing confidence
@types/react (source) 19.0.1 -> 19.0.2 age adoption passing confidence
consola 3.2.3 -> 3.3.0 age adoption passing confidence
jotai 2.10.3 -> 2.10.4 age adoption passing confidence
lucide-react (source) 0.468.0 -> 0.469.0 age adoption passing confidence
msw (source) 2.6.8 -> 2.7.0 age adoption passing confidence
next (source) 15.1.0 -> 15.1.2 age adoption passing confidence
prisma (source) 6.0.1 -> 6.1.0 age adoption passing confidence
react-hook-form (source) 7.54.1 -> 7.54.2 age adoption passing confidence
tailwindcss (source) 3.4.16 -> 3.4.17 age adoption passing confidence
vite (source) 6.0.3 -> 6.0.5 age adoption passing confidence

Release Notes

react-hook-form/devtools (@​hookform/devtools)

v4.3.3

Compare Source

prisma/prisma (@​prisma/client)

v6.1.0

Compare Source

Today we're releasing Prisma ORM version 6.1.0

In this version our tracing Preview feature is being graduated to GA!

Highlights
Tracing goes GA

The tracing Preview feature is now stable. You now no longer have to include tracing in your set of enabled preview features.

generator client {
   provider        = "prisma-client-js"
-  previewFeatures = ["tracing"]
}

We have also changed some of the spans generated by Prisma Client. Previously, a trace would report the following spans:

prisma:client:operation
prisma:client:serialize
prisma:engine
prisma:engine:connection
prisma:engine:db_query
prisma:engine:serialize

Now, the following are reported:

prisma:client:operation
prisma:client:serialize
prisma:engine:query
prisma:engine:connection
prisma:engine:db_query
prisma:engine:serialize
prisma:engine:response_json_serialization

Additionally, we have made a few changes to our dependencies:

  • @opentelemetry/api is now a peer dependency instead of a regular dependency
  • registerInstrumentations in @opentelemetry/instrumentation is now re-exported by @prisma/instrumentation

After upgrading to Prisma ORM 6.1.0 you will need to add @opentelemetry/api to your dependencies if you haven't already:

npm install @​opentelemetry/api

You will also no longer need to have @opentelemetry/instrumentation if you only use registerInstrumentations. In this case you can import registerInstrumentations from @prisma/instrumentation

- import { PrismaInstrumentation } from '@​prisma/instrumentation'
+ import { PrismaInstrumentation, registerInstrumentations } from '@​prisma/instrumentation'
Bug fixes
Tracing related

As we're moving our tracing preview to GA, a number of issues have been resolved. Here are a few highlights:

Other issues

We also have a number of other issues that were resolved outside of our tracing feature.

Fixes and improvements
Prisma
Prisma Client
TanStack/query (@​tanstack/react-query)

v5.62.8

Compare Source

TanStack/query (@​tanstack/react-query-devtools)

v5.62.8

Compare Source

unjs/consola (consola)

v3.3.0

Compare Source

compare changes

🚀 Enhancements
  • utils: formatTree utility (#​223)
  • Export prompt option types (#​301)
  • Support report error cause (#​308)
  • prompt: Configurable cancel strategy (#​325)
  • formatTree: Support max depth (#​267)
🩹 Fixes
  • Use initial in select and multiselect prompts (#​232)
  • Make box title color same as border (#​236)
📖 Documentation
📦 Build
  • Fix subpath types (#​265)
  • Add require condition for browser builds (#​243)
🌊 Types
  • Fix prompt with select type return value type (#​238)
🏡 Chore
🎨 Styles
🤖 CI
  • Use conventional commit for autofix (#​217)
❤️ Contributors
pmndrs/jotai (jotai)

v2.10.4

Compare Source

A minor improvement for some edge cases. (For more information, see #​2789.)

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.10.3...v2.10.4

lucide-icons/lucide (lucide-react)

v0.469.0: New icons 0.469.0

Compare Source

Modified Icons 🔨

mswjs/msw (msw)

v2.7.0

Compare Source

v2.7.0 (2024-12-17)
Features

v2.6.9

Compare Source

v2.6.9 (2024-12-16)

Bug Fixes
vercel/next.js (next)

v15.1.2

Compare Source

v15.1.1

Compare Source

react-hook-form/react-hook-form (react-hook-form)

v7.54.2

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

vitejs/vite (vite)

v6.0.5

Compare Source

v6.0.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

vercel bot commented Dec 16, 2024

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

Name Status Preview Comments Updated (UTC)
next-app-starter ❌ Failed (Inspect) Dec 20, 2024 11:00pm

Copy link

codesandbox bot commented Dec 16, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented Dec 16, 2024

⚠️ No Changeset found

Latest commit: c638b19

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

coderabbitai bot commented Dec 16, 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 generate docstrings to generate docstrings for this PR. (Beta)
  • @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 to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai 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 Dec 16, 2024

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

Package New capabilities Transitives Size Publisher
npm/@hookform/[email protected] environment Transitive: filesystem, unsafe +69 13.9 MB bluebill1049
npm/@prisma/[email protected] environment, filesystem, shell 0 8.57 MB prismabot
npm/@tanstack/[email protected] environment +1 2.56 MB tannerlinsley
npm/@tanstack/[email protected] None +1 2.56 MB nksaraf, tannerlinsley
npm/@types/[email protected] None +1 2.04 MB types
npm/[email protected] None 0 320 kB atinux, clarkdo, pi0
npm/[email protected] None 0 439 kB daishi
npm/[email protected] None 0 28.6 MB ericfennis
npm/[email protected] environment, filesystem, shell +49 12.6 MB kettanaito
npm/[email protected] environment, filesystem, network, shell, unsafe Transitive: eval +48 1.46 GB vercel-release-bot
npm/[email protected] environment +6 12.7 MB prismabot
npm/[email protected] None 0 916 kB bluebill1049
npm/[email protected] environment, filesystem +27 8.82 MB adamwathan, malfaitrobin, reinink
npm/[email protected] Transitive: environment, eval, filesystem, shell +33 235 MB antfu, patak, soda, ...2 more

🚮 Removed packages: npm/@hookform/[email protected], npm/@prisma/[email protected], npm/@tanstack/[email protected], npm/@tanstack/[email protected], npm/@types/[email protected], npm/[email protected], npm/[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↗︎

@renovate renovate bot changed the title chore(deps): update dependency msw to v2.6.9 fix(deps): update all non-major dependencies Dec 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9030df6 to 99f14dd Compare December 16, 2024 15:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99f14dd to 08e3ea9 Compare December 16, 2024 22:30
Copy link

vercel bot commented Dec 16, 2024

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08e3ea9 to 39d1d89 Compare December 17, 2024 09:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 39d1d89 to 7a343d7 Compare December 17, 2024 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a343d7 to 322069a Compare December 17, 2024 19:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 322069a to 46bf78b Compare December 17, 2024 23:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46bf78b to 645fe1f Compare December 18, 2024 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 645fe1f to 13c9792 Compare December 19, 2024 14:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13c9792 to 6c8c970 Compare December 20, 2024 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c8c970 to b5c7fc6 Compare December 20, 2024 12:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5c7fc6 to c638b19 Compare December 20, 2024 22:59
@jellydn jellydn merged commit acdb445 into main Dec 22, 2024
17 of 19 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 22, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant