fix(special-pages): bump pragmatic-drag-and-drop to v3 with hitbox v2.1+ - #3003
Draft
cursor[bot] wants to merge 1 commit into
Draft
fix(special-pages): bump pragmatic-drag-and-drop to v3 with hitbox v2.1+#3003cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Combine the hitbox 2.1.0 and core 3.0.0 dependency bumps so npm dedupes to a single @atlaskit/pragmatic-drag-and-drop instance. Hitbox 2.1.0 requires pragmatic-drag-and-drop ^3.0.0. Merging Dependabot PR #3002 alone leaves v2.0.2 and v3.0.0 installed in parallel, which risks subtle drag-and-drop breakage and extra bundle size.
Contributor
Build Branch
Static preview entry points
QR codes (mobile preview)
Integration commandsnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", branch: "pr-releases/fix/combined-pragmatic-dnd-v3-hitbox-2.1.0")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/fix/combined-pragmatic-dnd-v3-hitbox-2.1.0
git -C submodules/content-scope-scripts checkout origin/pr-releases/fix/combined-pragmatic-dnd-v3-hitbox-2.1.0Pin to exact commitnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "46946ebf06256a81b54c89e4a6dd22b68bfa4d74")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/fix/combined-pragmatic-dnd-v3-hitbox-2.1.0
git -C submodules/content-scope-scripts checkout 46946ebf06256a81b54c89e4a6dd22b68bfa4d74 |
Contributor
[Beta] Generated file diffTime updated: Mon, 31 Aug 2026 10:57:45 GMT AppleFile has changed IntegrationFile has changed WindowsFile has changed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Asana Task/Github Issue: Follow-up to Dependabot PRs #3000 and #3002
Description
Combines the
@atlaskit/pragmatic-drag-and-drop-hitbox2.1.0 and@atlaskit/pragmatic-drag-and-drop3.0.0 bumps into a single change.Hitbox 2.1.0 requires
pragmatic-drag-and-drop^3.0.0. Merging Dependabot PR #3002 alone leaves v2.0.2 (direct) and v3.0.0 (nested) installed in parallel, which risks subtle drag-and-drop breakage and extra bundle size. This PR dedupes to a single core instance (resolves to 3.1.0 / hitbox 2.2.0 within the declared ranges).No application code changes — existing import paths remain valid via v3 compatibility shims.
Testing Steps
npm cinpm ls @atlaskit/pragmatic-drag-and-drop @atlaskit/pragmatic-drag-and-drop-hitbox— confirms single deduped core instancecd special-pages && npm run test-int -- pages/new-tab/app/favorites/integration-tests/favorites.spec.js --grep "re-orders|external|placeholder" --reporter list— 3/3 passednpm run build --workspace=special-pages— succeededChecklist