Skip to content

chore(deps): update @atlaskit/heading to v7 - #3316

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/atlaskit-heading-7.x
Open

chore(deps): update @atlaskit/heading to v7#3316
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/atlaskit-heading-7.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/heading (source) 6.2.37.0.0 age confidence

Release Notes

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

v7.0.0

Major Changes
  • 7170acd7feb77 -
    Apply Volt entry-point and multi-export standards via volt-migrate-package. This is a major
    change to @atlaskit/heading: 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. It also introduces new public subpaths:
    @atlaskit/heading/src/heading-context, @atlaskit/heading/use-heading.
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.

Migration — public imports are unchanged

Importing the published subpaths (or the package root) continues to work as before:

// Still valid — no change required
import Heading from '@​atlaskit/heading/heading';

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

-import Heading from '@​atlaskit/heading/entry-points/heading';
+import Heading from '@​atlaskit/heading/heading';
Before / after exports map
  "exports": {
    ".": "./src/index.tsx",
-   "./heading": "./src/entry-points/heading.tsx",
+   "./heading": "./src/heading.tsx",
    "./heading-context": "./src/entry-points/heading-context.tsx",
+   "./src/heading-context": "./src/heading-context.tsx",
+   "./use-heading": "./src/use-heading.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 e7e7667
🔍 Latest deploy log https://app.netlify.com/projects/atlassify/deploys/6a6eae291ccbd80008696028

@sonarqubecloud

sonarqubecloud Bot commented Aug 2, 2026

Copy link
Copy Markdown

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.

0 participants