[code-infra] Group @atlaskit/pragmatic-drag-and-drop renovate updates#23105
Merged
LukasTy merged 1 commit intoJul 8, 2026
Merged
Conversation
Deploy previewhttps://deploy-preview-23105--material-ui-x.netlify.app/Bundle size
Check out the code infra dashboard for more information about this PR. |
1 task
Janpot
reviewed
Jul 8, 2026
The pragmatic-drag-and-drop packages are versioned independently but meant to be used together. Group them so related bumps (for example the core v2 and -auto-scroll v3 majors) land in a single PR instead of separate ones. Co-Authored-By: Claude Opus 4.8 <[email protected]>
LukasTy
force-pushed
the
claude/atlaskit-drag-drop-grouping-01ce94
branch
from
July 8, 2026 11:59
966f285 to
0d6f698
Compare
LukasTy
marked this pull request as ready for review
July 8, 2026 12:04
LukasTy
enabled auto-merge (squash)
July 8, 2026 12:38
Janpot
approved these changes
Jul 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.
Add a Renovate group so all
@atlaskit/pragmatic-drag-and-drop*packages are bumped together in a single PR.Why
The
pragmatic-drag-and-droppackages are versioned independently but are meant to be used at compatible versions. Renovate was raising them one at a time (for example #23085 bumped only the core@atlaskit/pragmatic-drag-and-dropto v2), while@atlaskit/pragmatic-drag-and-drop-auto-scrollhas its own new major (v3) waiting as a separate update. Grouping keeps the family in lockstep and avoids partial upgrades landing on their own.Notes for reviewers
The glob
@atlaskit/pragmatic-drag-and-drop*matches the bare core package plus every suffixed variant (currently-auto-scroll, and any future-hitbox,-react-drop-indicator, etc.), consistent with the existingd3-*rule.No
matchUpdateTypesrestriction, so all update types move together, same as the D3 / react-spring / Base UI / Tanstack groups.Mirrors the existing
[infra] Group Base UI renovate updates([infra] Group Base UI renovate updates #22590) rule directly above it.Validated locally with
renovate-config-validator(passes).I have followed (at least) the PR section of the contributing guide.