Skip to content

chore(deps): update @atlaskit/tooltip to v24 - #3317

Merged
setchy merged 1 commit into
mainfrom
renovate/atlaskit-tooltip-24.x
Aug 2, 2026
Merged

chore(deps): update @atlaskit/tooltip to v24#3317
setchy merged 1 commit into
mainfrom
renovate/atlaskit-tooltip-24.x

Conversation

@renovate

@renovate renovate Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@atlaskit/tooltip (source) 23.2.124.0.1 age confidence

Release Notes

atlassian/atlassian-frontend-mirror (@​atlaskit/tooltip)

v24.0.1

Patch Changes
  • 3da013cc133e5 -
    Internal refactor for safer feature flag usage.

v24.0.0

Major Changes
  • c9014b843f7ea -
    Apply Volt entry-point and multi-export standards via volt-migrate-package. This is a major
    change to @atlaskit/tooltip: the package exports map has been restructured so every public
    subpath now resolves directly to its ./src/* implementation instead of going through an
    intermediate ./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 that jest.mock() a specific subpath, may observe changed
resolution/behaviour and need updating. For example, this package's /Tooltip mock must handle
render-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:

// Still valid — no change required
import Tooltip from '@​atlaskit/tooltip/Tooltip';

If you were reaching into the internal entry-point modules, switch to the public subpath:

-import Tooltip from '@​atlaskit/tooltip/entry-points/Tooltip';
+import Tooltip from '@​atlaskit/tooltip/Tooltip';
Before / after exports map
  "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
  • Updated dependencies

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependency Dependency updates label Aug 2, 2026
@renovate
renovate Bot requested a review from setchy as a code owner August 2, 2026 02:40
@renovate renovate Bot added the dependency Dependency updates label Aug 2, 2026
@netlify

netlify Bot commented Aug 2, 2026

Copy link
Copy Markdown

Deploy Preview for atlassify canceled.

Name Link
🔨 Latest commit 0e5efbb
🔍 Latest deploy log https://app.netlify.com/projects/atlassify/deploys/6a6ed7ee756933000897957d

@renovate
renovate Bot force-pushed the renovate/atlaskit-tooltip-24.x branch from 3285fd5 to 0e5efbb Compare August 2, 2026 05:38
@sonarqubecloud

sonarqubecloud Bot commented Aug 2, 2026

Copy link
Copy Markdown

@setchy
setchy merged commit d3dc106 into main Aug 2, 2026
26 checks passed
@setchy
setchy deleted the renovate/atlaskit-tooltip-24.x branch August 2, 2026 07:56
@github-actions github-actions Bot added this to the Release 3.x.x milestone Aug 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant