Skip to content

fix(special-pages): bump pragmatic-drag-and-drop core and hitbox together - #3004

Draft
cursor[bot] wants to merge 1 commit into
mainfrom
fix/pragmatic-dnd-v3-with-hitbox
Draft

cursor[bot] wants to merge 1 commit into
mainfrom
fix/pragmatic-dnd-v3-with-hitbox

Conversation

@cursor

@cursor cursor Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

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.2 via hitbox@2.0.0 and 3.0.0 direct). Hitbox 2.1.0+ depends on core ^3.0.0, which deduplicates the tree.

No application code changes — dependency metadata only.

Testing Steps

  • npm ci
  • npm ls @atlaskit/pragmatic-drag-and-drop — should show a single deduped version
  • cd special-pages && npm run test-int -- pages/new-tab/app/favorites/integration-tests/favorites.spec.js --reporter list — 18/18 passed

Checklist

  • I have tested this change locally
  • I have tested this change locally in all supported browsers
  • This change will be visible to users
  • I have added automated tests that cover this change
  • I have ensured the change is gated by config
  • This change was covered by a ship review
  • This change was covered by a tech design
  • Any dependent config has been merged
Open in Web View Automation 

…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.
@github-actions

Copy link
Copy Markdown
Contributor

Build Branch

Branch pr-releases/fix/pragmatic-dnd-v3-with-hitbox
Commit b65fd757cb
Updated August 31, 2026 at 10:57:20 AM UTC

Static preview entry points

QR codes (mobile preview)
Entry point QR code
Docs QR for docs preview
Static pages QR for static pages preview
Integration pages QR for integration pages preview

Integration commands

npm (Android / Extension):

npm i github:duckduckgo/content-scope-scripts#pr-releases/fix/pragmatic-dnd-v3-with-hitbox

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-hitbox
Pin to exact commit

npm (Android / Extension):

npm i github:duckduckgo/content-scope-scripts#b65fd757cb46cf3e2979bf58fcbee524416e9c4e

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

@github-actions github-actions Bot added the semver-patch Bug fix / internal — no release needed label Aug 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

[Beta] Generated file diff

Time updated: Mon, 31 Aug 2026 10:57:48 GMT

Apple
    - apple/pages/new-tab/dist/index.js

File has changed

Integration
    - integration/pages/new-tab/dist/index.js

File has changed

Windows
    - windows/pages/new-tab/dist/index.js

File has changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver-patch Bug fix / internal — no release needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant