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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

RicardoGEsteves all-non-major update, dependency @clerk/nextjs to v6.11.2

This PR contains the following updates:

Package Type Update Change OpenSSF New value Package file References
@clerk/nextjs (source) dependencies minor 6.9.15 -> 6.11.2 OpenSSF Scorecard ^6.9.15 package.json homepage, source
@clerk/themes (source) dependencies patch 2.2.9 -> 2.2.17 OpenSSF Scorecard ^2.2.9 package.json homepage, source
@livekit/components-react (source) dependencies patch 2.8.0 -> 2.8.1 OpenSSF Scorecard ^2.8.0 package.json source
@prisma/client (source) dependencies minor 6.2.1 -> 6.3.1 OpenSSF Scorecard ^6.2.1 package.json homepage, source
@radix-ui/react-avatar (source) dependencies patch 1.1.2 -> 1.1.3 OpenSSF Scorecard ^1.0.4 package.json homepage, source
@radix-ui/react-dialog (source) dependencies patch 1.1.4 -> 1.1.6 OpenSSF Scorecard ^1.1.4 package.json homepage, source
@radix-ui/react-dropdown-menu (source) dependencies patch 2.1.4 -> 2.1.6 OpenSSF Scorecard ^2.1.4 package.json homepage, source
@radix-ui/react-label (source) dependencies patch 2.1.1 -> 2.1.2 OpenSSF Scorecard ^2.0.2 package.json homepage, source
@radix-ui/react-scroll-area (source) dependencies patch 1.2.2 -> 1.2.3 OpenSSF Scorecard ^1.0.5 package.json homepage, source
@radix-ui/react-select (source) dependencies patch 2.1.4 -> 2.1.6 OpenSSF Scorecard ^2.1.4 package.json homepage, source
@radix-ui/react-separator (source) dependencies patch 1.1.1 -> 1.1.2 OpenSSF Scorecard ^1.0.3 package.json homepage, source
@radix-ui/react-slider (source) dependencies patch 1.2.2 -> 1.2.3 OpenSSF Scorecard ^1.1.2 package.json homepage, source
@radix-ui/react-slot (source) dependencies patch 1.1.1 -> 1.1.2 OpenSSF Scorecard ^1.0.2 package.json homepage, source
@radix-ui/react-switch (source) dependencies patch 1.1.2 -> 1.1.3 OpenSSF Scorecard ^1.0.3 package.json homepage, source
@radix-ui/react-tooltip (source) dependencies patch 1.1.6 -> 1.1.8 OpenSSF Scorecard ^1.1.6 package.json homepage, source
@types/node (source) devDependencies minor 22.10.10 -> 22.13.1 OpenSSF Scorecard 22.13.1 package.json homepage, source
livekit-client dependencies minor 2.8.1 -> 2.9.0 OpenSSF Scorecard ^2.6.0 package.json source
lucide-react (source) dependencies minor ^0.474.0 -> ^0.475.0 OpenSSF Scorecard ^0.475.0 package.json homepage, source
next (source) dependencies patch 15.1.5 -> 15.1.6 OpenSSF Scorecard ^15.1.5 package.json homepage, source
postcss (source) devDependencies patch 8.5.1 -> 8.5.2 OpenSSF Scorecard 8.5.2 package.json homepage, source
prisma (source) devDependencies minor 6.2.1 -> 6.3.1 OpenSSF Scorecard 6.3.1 package.json homepage, source
sonner (source) dependencies patch 1.7.2 -> 1.7.4 OpenSSF Scorecard ^1.7.2 package.json homepage, source
usehooks-ts (source) dependencies patch 3.1.0 -> 3.1.1 OpenSSF Scorecard ^3.0.1 package.json homepage, source

Release Notes

clerk/javascript (@​clerk/nextjs)

v6.11.2

Compare Source

Patch Changes

v6.11.1

Compare Source

Patch Changes

v6.11.0

Compare Source

Minor Changes
  • Enable Keyless by default. To disable keyless use NEXT_PUBLIC_CLERK_KEYLESS_DISABLED=1. (#​4898) by @​panteliselef
Patch Changes
  • Bug fix: On keyless avoid infinite redirect loop when page does not exist and application is attempting to sync state with middleware. (#​5073) by @​panteliselef

v6.10.6

Compare Source

Patch Changes

v6.10.5

Compare Source

Patch Changes

v6.10.4

Compare Source

Patch Changes

v6.10.3

Compare Source

Patch Changes

v6.10.2

Compare Source

Patch Changes

v6.10.1

Compare Source

Patch Changes

v6.10.0

Compare Source

Minor Changes
Patch Changes
clerk/javascript (@​clerk/themes)

v2.2.17

Compare Source

Patch Changes

v2.2.16

Compare Source

Patch Changes

v2.2.15

Compare Source

Patch Changes

v2.2.14

Compare Source

Patch Changes

v2.2.13

Compare Source

Patch Changes

v2.2.12

Compare Source

Patch Changes

v2.2.11

Compare Source

Patch Changes

v2.2.10

Compare Source

Patch Changes
livekit/components-js (@​livekit/components-react)

v2.8.1

Compare Source

Patch Changes
prisma/prisma (@​prisma/client)

v6.3.1

Compare Source

This patch releases introduces improvements to the prisma init output when invoked to with the --db option.

Run npx prisma@latest init --db to get an instant Prisma Postgres database.

v6.3.0

Compare Source

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

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

Highlights
A brand new Prisma Studio

In this release we've included several great improvements to Prisma Studio's developer experience. You can learn all about the changes we've made in our release blog post, but here's a short list:

Prisma Studio is back in the Console

Fans of Prisma Data Browser rejoice! The new Prisma Studio is now in the Prisma Console and is available for all PostgreSQL and MySQL databases.

A new model viewer

Previously, switching from model to model in Prisma Studio would require backing all the way out to the model view, then digging in again. With our new UI, it's easy to switch from model to model while keeping your place.

image

A new editing experience

If you're trying to edit a given field in a model, Prisma Studio made it quite easy. However, if you're trying to edit every field in a given row, it could get quite annoying to keep scrolling left to right. Our new edit sidebar resolves that with the ability to edit all fields for a given row at once.

image

Clean up at the click of a button

When editing a number of models, it can get difficult to get back to a clean slate. In the new Prisma Studio, we've added a "Close all" button that puts you back to a fresh start.

image

Add limit to updateMany() and deleteMany()

Previously, limit has not existed as a valid option in top level updateMany() and deleteMany() queries. In 6.3.0 limit is now available in these queries, bringing their features more in line with other query types.

You can use limit like the following:

await prisma.user.deleteMany({
  where: { column: 'value' },
  limit: 100,
});

This will limit the number of deleted users to 100 at maximum.

Sort generator fields deterministically

In previous version of Prisma ORM, the fields inside of a generator block in your Prisma Schema were not deterministically sorted. This could lead to cases where prisma db pull could lead to re-ordering of fields.

In 6.3.0, the sorting of fields in this block is now deterministic. You may see re-ordering on the first prisma db pull after you upgrade, but it will remain consistent afterwards.

Replace NOT IN with NOT EXISTS for PostgreSQL relation filters

In previous versions of Prisma ORM, when using the none or some relation filters, the SQL queries generated used NOT IN. In many cases this lead to performance issues as the size of the related table grew. In 6.3.0, we’ve replaced these usages of IN with EXISTS in order to improve query performance.

A special thank you

We'd like to extend our heartfelt thanks to @​loren and his team for the collaboration and trust in our enterprise support plan. Working closely with them allowed us to address important issues like #​19249 and #​17303. Their insights and partnership have been invaluable in improving our product.

If your team could benefit from dedicated support and tailored solutions, learn more about our enterprise support plan.

Fixes and improvements
Prisma Client
Prisma
Credits

Huge thanks to @​WhyAsh5114 for their contributions to this release!

radix-ui/primitives (@​radix-ui/react-avatar)

v1.1.3

Compare Source

livekit/client-sdk-js (livekit-client)

v2.9.0

Compare Source

Minor Changes
  • Add backupCodecPolicy to TrackPublishDefaults - #​1399 (@​cnderrauber)

    The default policy of backup codec is codec regression for maxium compatibility, which means the publisher stops sending primary codec and all subscribers will receive backup codec even primary codec is supported.
    It changes the default behavior multi-codec simulcast in the previous version, will not break the functionality of the previous version but only cause potential extra bandwidth usage. The user can set the policy to multi-codec simulcast to keep the previous behavior.

  • Add DataStream support - #​1301 (@​lukasIO)

  • Move RPC registration to room level and deprecate localParticipant level registration - #​1396 (@​lukasIO)

  • Populate name property of LiveKit errors and add reasonName for enums - #​1385 (@​lukasIO)

Patch Changes
lucide-icons/lucide (lucide-react)

v0.475.0: New icons 0.475.0

Compare Source

New icons 🎨

v0.474.0: New icons 0.474.0

Compare Source

Modified Icons 🔨
vercel/next.js (next)

v15.1.6

Compare Source

postcss/postcss (postcss)

v8.5.2

Compare Source

emilkowalski/sonner (sonner)

v1.7.4

Compare Source

v1.7.3

Compare Source

What's Changed

Full Changelog: emilkowalski/sonner@v.1.7.2...v1.7.3

juliencrn/usehooks-ts (usehooks-ts)

v3.1.1

Compare Source

Patch Changes

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 @clerk/nextjs all-non-major dependencies Pull requests that update a dependency file major minor patch labels Feb 1, 2025
@renovate renovate bot enabled auto-merge (squash) February 1, 2025 20:29
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from 74a7352 to d78f297 Compare February 10, 2025 16:31
@renovate renovate bot force-pushed the renovate/all-non-major branch from d78f297 to 1b05b00 Compare February 10, 2025 21:42
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