chore(deps): update @atlaskit/tooltip to v24 - #3317
Merged
Merged
Conversation
✅ Deploy Preview for atlassify canceled.
|
renovate
Bot
force-pushed
the
renovate/atlaskit-tooltip-24.x
branch
from
August 2, 2026 05:38
3285fd5 to
0e5efbb
Compare
|
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.



This PR contains the following updates:
23.2.1→24.0.1Release Notes
atlassian/atlassian-frontend-mirror (@atlaskit/tooltip)
v24.0.1Patch Changes
3da013cc133e5-Internal refactor for safer feature flag usage.
v24.0.0Major Changes
c9014b843f7ea-Apply Volt entry-point and multi-export standards via
volt-migrate-package. This is a majorchange to
@atlaskit/tooltip: the packageexportsmap has been restructured so every publicsubpath now resolves directly to its
./src/*implementation instead of going through anintermediate
./src/entry-points/*re-export. No public subpaths were removed.Why this is breaking
Because each subpath now points straight at its implementation module, a subpath and the package
root can resolve to the same module instance. Consumers that deep-import the internal
entry-points/*files, or thatjest.mock()a specific subpath, may observe changedresolution/behaviour and need updating. For example, this package's
/Tooltipmock must handlerender-prop function children (see the accompanying Confluence blog-tree test fix).
Migration — public imports are unchanged
Importing the published subpaths (or the package root) continues to work as before:
If you were reaching into the internal entry-point modules, switch to the public subpath:
Before / after
exportsmap"exports": { ".": "./src/index.tsx", - "./Tooltip": "./src/entry-points/tooltip.tsx", + "./Tooltip": "./src/tooltip.tsx", - "./TooltipContainer": "./src/entry-points/tooltip-container.tsx", + "./TooltipContainer": "./src/tooltip-container.tsx", - "./TooltipPrimitive": "./src/entry-points/tooltip-primitive.tsx", + "./TooltipPrimitive": "./src/tooltip-primitive.tsx", - "./types": "./src/entry-points/types.tsx", + "./types": "./src/types.tsx", }Patch Changes
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.