fix(deps): update all non-major dependencies #152
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.2.0
->6.3.1
2.1.10
->2.2.0
5.21.1
->5.22.0
1.2.2
->1.2.4
1.1.4
->1.1.6
2.10.3
->2.11.0
14.2.15
->14.2.22
4.24.10
->4.24.11
3.25.3
->3.26.3
22.11.0
->22.12.0
9.12.2
->9.15.2
17.0
->17.2
7.53.2
->7.54.2
5.3.0
->5.4.0
2.14.1
->2.15.0
2.17.4
->2.19.0
2.2.1
->2.2.2
2.2.5
->2.3.0
^0.2.1
->^0.3.0
3.23.8
->3.24.1
Release Notes
clauderic/dnd-kit (@dnd-kit/core)
v6.3.1
Compare Source
Patch Changes
62f632a
Thanks @clauderic! - AddedTab
to the list of default key codes that end a drag and drop operation. Can be customized by passing in a custom list ofkeyCodes
to the KeyboardSensor options.v6.3.0
Compare Source
Minor Changes
0c6a28d
Thanks @irobot! - Make it possible to add visual cues when using activation constraints.Context
Activation constraints are used when we want to prevent accidental dragging or when
pointer press can mean more than "start dragging".
A typical use case is a button that needs to respond to both "click" and "drag" gestures.
Clicks can be distinguished from drags based on how long the pointer was
held pressed.
The problem
A control that responds differently to a pointer press based on duration or distance can
be confusing to use -- the user has to guess how long to keep holding or how far to keep
dragging until their intent is acknowledged.
Implementing such cues is currently possible by attaching extra event listeners so that
we know when a drag is pending. Furthermore, the listener needs to have access to
the same constraints that were applied to the sensor initiating the drag. This can be
made to work in simple cases, but it becomes error-prone and difficult to maintain in
complex scenarios.
Solution
This changeset proposes the addition of two new events:
onDragPending
andonDragAbort
.onDragPending
A drag is considered to be pending when the pointer has been pressed and there are
activation constraints that need to be satisfied before a drag can start.
This event is initially fired on pointer press. At this time
offset
(see below) will beundefined
.It will subsequently be fired every time the pointer is moved. This is to enable
visual cues for distance-based activation.
The event's payload contains all the information necessary for providing visual feedback:
onDragAbort
A drag is considered aborted when an activation constraint for a pending drag was violated.
Useful as a prompt to cancel any visual cue animations currently in progress.
Note that this event will not be fired when dragging ends or is canceled.
tailwindlabs/headlessui (@headlessui/react)
v2.2.0
Compare Source
Added
prisma/prisma (@prisma/client)
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
@unique
inschema.prisma
does not generate SQL to do soPrisma
libquery_engine-debian-openssl-1.1.x.so.node
prisma:engine:connection
spans have no parentprisma:engine:itx_runner
are disconnected from the treeitx_runner
span and it's children are missing sometimeslibquery_engine-debian-openssl-1.1.x.so.node
Credits
Huge thanks to @tmm1, @Takur0, @hinaloe, @andyjy, and @youxq for helping!
radix-ui/primitives (@radix-ui/react-toast)
v1.2.4
Compare Source
v1.2.3
Compare Source
pmndrs/jotai (jotai)
v2.11.0
Compare Source
There are no public API changes, but some internal behaviors have been improved. Now, atom updates are batched in a single write, which might provide a performance benefit in certain edge cases. This feature has been requested actually for a long time, and it's finally implemented. See also #2782.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.10.4...v2.11.0
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
vercel/next.js (next)
v14.2.22
Compare Source
v14.2.21
Compare Source
v14.2.20
Compare Source
v14.2.19
Compare Source
Core Changes
Misc Changes
Credits
Huge thanks to @ztanner and @ijjk for helping!
v14.2.18
Compare Source
v14.2.17
Compare Source
v14.2.16
Compare Source
nextauthjs/next-auth (next-auth)
v4.24.11
Compare Source
amannn/next-intl (next-intl)
v3.26.3
Compare Source
Bug Fixes
next-intl@4.0
(#1485) (1d60d08) – by @amannnv3.26.2
Compare Source
Bug Fixes
t.has
whengetTranslations
is called with an object argument (#1616) (64895a2), closes /github.com/amannn/next-intl/discussions/437#discussioncomment-11593318 – by @amannnv3.26.1
Compare Source
Bug Fixes
next-intl.dev
in links (#1601) (40a9a77) – by @amannnv3.26.0
Compare Source
Features
nodejs/node (node)
v22.12.0
Compare Source
pnpm/pnpm (pnpm)
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
Compare Source
v9.15.0
Compare Source
v9.14.4
Compare Source
v9.14.3
Compare Source
v9.14.2
Compare Source
Patch Changes
pnpm publish --json
should work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
pnpm pack --json
to print packed tarball and contents in JSON format #8765.Patch Changes
pnpm exec
should print a meaningful error message when no command is provided #8752.pnpm setup
should remove the CLI from the target location before moving the new binary #8173.ERR_PNPM_TARBALL_EXTRACT
error while installing a dependency from GitHub having a slash in branch name #7697.use-node-version
setting is used and the system has no Node.js installed #8769..npmrc
files to their correct types. For instance,child-concurrency
should be a number, not a string #5075.manage-package-manager-versions
is set totrue
.pnpm init
should respect the--dir
option #8768.Platinum Sponsors
Gold Sponsors
v9.14.0
Compare Source
v9.13.2
: pnpm 9.13.2Compare Source
Patch Changes
dlx
processes.Platinum Sponsors
Gold Sponsors
Silver Sponsors
v9.13.1
: pnpm 9.13.1Compare Source
Patch Changes
Platinum Sponsors
This PR was generated by Mend Renovate. View the repository job log.