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

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

RicardoGEsteves all-non-major update, dependency @blocknote/core to v0.22.0

This PR contains the following updates:

Package Type Update Change OpenSSF New value Package file References
@blocknote/core dependencies minor ^0.21.0 -> ^0.22.0 OpenSSF Scorecard ^0.22.0 package.json source
@blocknote/react dependencies minor ^0.21.0 -> ^0.22.0 OpenSSF Scorecard ^0.22.0 package.json source
@prisma/client (source) dependencies minor 6.0.1 -> 6.1.0 OpenSSF Scorecard ^6.0.1 package.json homepage, source
@radix-ui/react-dialog (source) dependencies patch 1.1.3 -> 1.1.4 OpenSSF Scorecard ^1.0.5 package.json homepage, source
@radix-ui/react-dropdown-menu (source) dependencies patch 2.1.3 -> 2.1.4 OpenSSF Scorecard ^2.0.6 package.json homepage, source
@radix-ui/react-toast (source) dependencies patch 1.2.3 -> 1.2.4 OpenSSF Scorecard ^1.1.5 package.json homepage, source
@tanstack/react-query (source) dependencies patch 5.62.7 -> 5.62.10 OpenSSF Scorecard ^5.59.19 package.json homepage, source
@types/react (source) devDependencies patch 19.0.1 -> 19.0.2 OpenSSF Scorecard 19.0.2 package.json homepage, source
eslint-config-next (source) devDependencies patch 15.1.0 -> 15.1.2 OpenSSF Scorecard 15.1.2 package.json homepage, source
lucide-react (source) dependencies minor ^0.468.0 -> ^0.469.0 OpenSSF Scorecard ^0.469.0 package.json homepage, source
next (source) dependencies patch 15.1.0 -> 15.1.2 OpenSSF Scorecard ^15.0.2 package.json homepage, source
prisma (source) devDependencies minor 6.0.1 -> 6.1.0 OpenSSF Scorecard 6.1.0 package.json homepage, source
react-hook-form (source) dependencies patch 7.54.1 -> 7.54.2 OpenSSF Scorecard ^7.52.0 package.json homepage, source
tailwind-merge dependencies minor 2.5.5 -> 2.6.0 OpenSSF Scorecard ^2.5.4 package.json source
tailwindcss (source) devDependencies patch 3.4.16 -> 3.4.17 OpenSSF Scorecard 3.4.17 package.json homepage, source

Release Notes

TypeCellOS/BlockNote (@​blocknote/core)

v0.22.0

Compare Source

This release adds a few important changes to BlockNote:

  • Improved paste handling for text, tables, and custom blocks (see #​1324).
  • Block & inline content props can now be optional, where the default value is undefined.
  • Numbered lists can start from any index.
What's Changed
New Contributors

Full Changelog: TypeCellOS/BlockNote@v0.21.0...v0.22.0

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
radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.4

Compare Source

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

v5.62.10

Compare Source

Version 5.62.10 - 12/24/24, 12:05 PM

Changes

Fix
  • solid-query: solid query options default error type (#​8472) (287848b) by Muhammad Ilham Mubarak
Chore
Docs
  • contributing: update pnpm version (#​8473) (3bc3147) by Muhammad Ilham Mubarak

Packages

v5.62.9

Compare Source

Version 5.62.9 - 12/23/24, 4:51 PM

Changes

Fix
Chore
Docs

Packages

v5.62.8

Compare Source

vercel/next.js (eslint-config-next)

v15.1.2

Compare Source

v15.1.1

Compare Source

lucide-icons/lucide (lucide-react)

v0.469.0: New icons 0.469.0

Compare Source

Modified Icons 🔨

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

dcastil/tailwind-merge (tailwind-merge)

v2.6.0

Compare Source

New Features

Full Changelog: dcastil/tailwind-merge@v2.5.5...v2.6.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor and more via @​thnxdev for sponsoring tailwind-merge! ❤️

tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

@renovate renovate bot added @prisma/client all-non-major dependencies Pull requests that update a dependency file major minor patch labels Dec 21, 2024
@renovate renovate bot enabled auto-merge (squash) December 21, 2024 02:34
Copy link
Contributor Author

renovate bot commented Dec 21, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @types/react-dom@18.3.5
npm error Found: @types/react@19.0.2
npm error node_modules/@types/react
npm error   dev @types/react@"19.0.2" from the root project
npm error   peerOptional @types/react@"*" from @radix-ui/react-arrow@1.1.1
npm error   node_modules/@radix-ui/react-arrow
npm error     @radix-ui/react-arrow@"1.1.1" from @radix-ui/react-popper@1.2.1
npm error     node_modules/@radix-ui/react-popper
npm error       @radix-ui/react-popper@"1.2.1" from @radix-ui/react-menu@2.1.4
npm error       node_modules/@radix-ui/react-menu
npm error         @radix-ui/react-menu@"2.1.4" from @radix-ui/react-dropdown-menu@2.1.4
npm error         node_modules/@radix-ui/react-dropdown-menu
npm error   31 more (@radix-ui/react-avatar, @radix-ui/react-collection, ...)
npm error
npm error Could not resolve dependency:
npm error peer @types/react@"^18.0.0" from @types/react-dom@18.3.5
npm error node_modules/@types/react-dom
npm error   dev @types/react-dom@"18.3.5" from the root project
npm error   peerOptional @types/react-dom@"*" from @radix-ui/react-arrow@1.1.1
npm error   node_modules/@radix-ui/react-arrow
npm error     @radix-ui/react-arrow@"1.1.1" from @radix-ui/react-popper@1.2.1
npm error     node_modules/@radix-ui/react-popper
npm error       @radix-ui/react-popper@"1.2.1" from @radix-ui/react-menu@2.1.4
npm error       node_modules/@radix-ui/react-menu
npm error   15 more (@radix-ui/react-avatar, @radix-ui/react-collection, ...)
npm error
npm error Conflicting peer dependency: @types/react@18.3.18
npm error node_modules/@types/react
npm error   peer @types/react@"^18.0.0" from @types/react-dom@18.3.5
npm error   node_modules/@types/react-dom
npm error     dev @types/react-dom@"18.3.5" from the root project
npm error     peerOptional @types/react-dom@"*" from @radix-ui/react-arrow@1.1.1
npm error     node_modules/@radix-ui/react-arrow
npm error       @radix-ui/react-arrow@"1.1.1" from @radix-ui/react-popper@1.2.1
npm error       node_modules/@radix-ui/react-popper
npm error         @radix-ui/react-popper@"1.2.1" from @radix-ui/react-menu@2.1.4
npm error         node_modules/@radix-ui/react-menu
npm error     15 more (@radix-ui/react-avatar, @radix-ui/react-collection, ...)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-12-24T14_35_48_477Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-24T14_35_48_477Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-non-major branch from c7ff6f7 to f0a563f Compare December 23, 2024 12:36
@renovate renovate bot merged commit 68ce610 into main Dec 24, 2024
2 of 3 checks passed
@renovate renovate bot deleted the renovate/all-non-major branch December 24, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant