fix(special-pages): bump pragmatic-drag-and-drop core and hitbox together - #3004
Draft
cursor[bot] wants to merge 1 commit into
Draft
cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
…ther Pair @atlaskit/pragmatic-drag-and-drop ^3.0.0 with @atlaskit/pragmatic-drag-and-drop-hitbox ^2.1.0 so npm resolves a single core version instead of installing v2 and v3 side by side. Companion to Dependabot PR #3000, which only bumps the core package while hitbox@2.0.0 still depends on core@^2.0.0.
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/pragmatic-dnd-v3-with-hitbox")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/fix/pragmatic-dnd-v3-with-hitbox
git -C submodules/content-scope-scripts checkout origin/pr-releases/fix/pragmatic-dnd-v3-with-hitboxPin to exact commitnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "b65fd757cb46cf3e2979bf58fcbee524416e9c4e")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/fix/pragmatic-dnd-v3-with-hitbox
git -C submodules/content-scope-scripts checkout b65fd757cb46cf3e2979bf58fcbee524416e9c4e |
Contributor
[Beta] Generated file diffTime updated: Mon, 31 Aug 2026 10:57:48 GMT AppleFile has changed IntegrationFile has changed WindowsFile has changed |
This was referenced Sep 8, 2026
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: Companion to Dependabot PR #3000
Description
Pairs
@atlaskit/pragmatic-drag-and-drop^3.0.0 with@atlaskit/pragmatic-drag-and-drop-hitbox^2.1.0 so npm resolves a single core version.PR #3000 alone leaves two copies of the core package installed (
2.0.2via hitbox@2.0.0 and3.0.0direct). Hitbox 2.1.0+ depends on core ^3.0.0, which deduplicates the tree.No application code changes — dependency metadata only.
Testing Steps
npm cinpm ls @atlaskit/pragmatic-drag-and-drop— should show a single deduped versioncd special-pages && npm run test-int -- pages/new-tab/app/favorites/integration-tests/favorites.spec.js --reporter list— 18/18 passedChecklist