Skip to content

fix(deps): update dependency bunchee to v7 - #1854

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

fix(deps): update dependency bunchee to v7#1854
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bunchee-7.x

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
bunchee 6.11.07.0.0 age confidence

Release Notes

huozhi/bunchee (bunchee)

v7.0.0

Compare Source

Bunchee v7.0.0

Bunchee 7 modernizes package generation around ESM, introduces a unified module graph across entries, and delivers substantial build-performance and package-validation improvements.

[!IMPORTANT]
Bunchee 7 requires Node.js 22.12 or newer and now targets ES2022 by default. The bunchee package itself is ESM, while bunchee prepare generates ESM-only packages unless --cjs is passed. The old --prepare build flag has been removed. TypeScript 7 projects must install @typescript/typescript6 for declaration generation. See the migration guide for details.

Features

  • Build a full module graph across entries (#​746)
  • Extend package lint with publish-confidence rules (#​750)
  • Make bunchee prepare ESM-first (#​751)
  • Require Node.js 22.12+, target ES2022 by default, and remove --prepare (#​752)

Improvements

  • Resolve externals through set and prefix lookups (#​748)
  • Reduce over-sharding during declaration emit (#​749)
  • Remove the obsolete getPackageTypings helper (#​754)
  • Stop generating the legacy module field during package preparation (#​753)
  • Keep use cache and use server modules in separate chunks and simplify chunk names (#​755)
  • Avoid building unreachable private modules and build one graph per module set (#​756)
  • Publish bunchee itself as an ESM package (#​757)
  • Add build profiling benchmarks (#​758)
  • Reuse the TypeScript program across declaration subsets (#​759)
  • Make package lint results actionable (#​762)
  • Align runtime option names across the CLI and Node.js API (#​761)

Misc

  • Restore every test fixture directory automatically (#​747)
  • Run the compatibility matrix only for releases (#​760)
  • Add a smoke test for the packed release (#​763)
  • Update the migration guide, README, and website for v7

Contributors: @​huozhi

Full changelog: v6.12.2...v7.0.0

v6.12.2

Compare Source

Improvements
  • Fix exports parser crashes, types condition detection, and wildcard expansion by @​huozhi in #​743
  • Represent export conditions as data instead of dot-joined strings by @​huozhi in #​744

Full Changelog: huozhi/bunchee@v6.12.1...v6.12.2

v6.12.1

Compare Source

Patches

Full Changelog: huozhi/bunchee@v6.12.0...v6.12.1

v6.12.0

Compare Source

Feature

Full Changelog: huozhi/bunchee@v6.11.0...v6.12.0


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • "before 6am on Saturday"
  • 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 has been generated by Mend Renovate using a preset from Obos. View repository job log here

@renovate
renovate Bot requested a review from a team as a code owner August 7, 2026 23:09
@renovate renovate Bot added the 🤖 bot label Aug 7, 2026
@changeset-bot

changeset-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a3e247c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants