build(deps): Bump @dnd-kit/helpers from 0.3.2 to 0.4.0
Closed
Number: #3413
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
April 14, 2026 at 06:08 PM UTC
(2 months ago)
(2 months ago)
Updated:
April 15, 2026 at 12:38 PM UTC
(2 months ago)
(2 months ago)
Closed:
April 15, 2026 at 12:38 PM UTC
(2 months ago)
(2 months ago)
Time to Close:
about 19 hours
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps @dnd-kit/helpers from 0.3.2 to 0.4.0.
Release notes
Sourced from @dnd-kit/helpers's releases.
@dnd-kit/helpers@0.4.0Minor Changes
#1915
9b24dffThanks@clauderic! - Redesign event type system to follow the DOM EventMap pattern. IntroducesDragDropEventMapfor event object types andDragDropEventHandlersfor event handler signatures, replacing the ambiguously namedDragDropEvents. Event type aliases (CollisionEvent,DragStartEvent, etc.) now derive directly fromDragDropEventMaprather than usingParameters<>extraction.Migration guide
DragDropEventshas been split into two types:
DragDropEventMap— maps event names to event object types (likeWindowEventMap)DragDropEventHandlers— maps event names to(event, manager) => voidhandler signatures- If you were importing
DragDropEventsto type event objects, useDragDropEventMapinstead:// Before type MyEvent = Parameters<DragDropEvents<D, P, M>['dragend']>[0]; // After type MyEvent = DragDropEventMap<D, P, M>['dragend'];- If you were importing
DragDropEventsto type event handlers, useDragDropEventHandlersinstead:// Before const handler: DragDropEvents<D, P, M>['dragend'] = (event, manager) => {}; // After const handler: DragDropEventHandlers<D, P, M>['dragend'] = ( event, manager ) => {};- The
DragDropEventsre-export from@dnd-kit/reactand@dnd-kit/solidhas been removed. ImportDragDropEventMaporDragDropEventHandlersfrom@dnd-kit/abstractdirectly if needed.- Convenience aliases (
CollisionEvent,DragStartEvent,DragEndEvent, etc.) are unchanged and continue to work as before.Patch Changes
Commits
ebc564eMerge pull request #1907 from clauderic/changeset-release/main4f071cbVersion Packages5e7735fMerge pull request #2001 from lixiaoyan/feat/feedback-callback412047bMerge pull request #2007 from clauderic/chore/upgrade-turborepocf33af0chore: remove turborepo agent skill from repo7a02b46chore: upgrade turborepo from 2.5.2 to 2.9.0fab49dbMerge pull request #2006 from clauderic/claude/docs-mobile-fixes2d2bb7aAdd GitHub icon to mobile header671a95aPure CSS CodeGroup tabs — zero JavaScript for tab switchingf1423c0Fix CodeGroup: SSR-only Shiki with DOM-based tab switching- Additional commits viewable in compare view
Package Dependencies
Technical Details
| ID: | 15324734 |
| UUID: | 4263918107 |
| Node ID: | PR_kwDOKKyu2M7SZckY |
| Host: | GitHub |
| Repository: | AtCoder-NoviSteps/AtCoderNoviSteps |