Skip to content

chore(deps): update dependency bunchee to v7 - #93

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

chore(deps): update dependency bunchee to v7#93
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.5.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

v6.11.0

Compare Source

Improvements

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

v6.10.0

Compare Source

Features

Full Changelog: huozhi/bunchee@v6.9.4...v6.10.0

v6.9.4

Compare Source

Patch
  • Remove unused optional peer dep - ts preview

Full Changelog: huozhi/bunchee@v6.9.3...v6.9.4

v6.9.3

Compare Source

Patches

Full Changelog: huozhi/bunchee@v6.9.0...v6.9.3

v6.9.2

Compare Source

v6.9.1

Compare Source

v6.9.0

Compare Source

Feature

Full Changelog: huozhi/bunchee@v6.8.2...v6.9.0

v6.8.2

Compare Source

v6.8.1

Compare Source

v6.8.0

Compare Source

Features

Full Changelog: huozhi/bunchee@v6.7.0...v6.8.0

v6.7.0

Compare Source

Feature

Full Changelog: huozhi/bunchee@v6.6.2...v6.7.0

v6.6.2

Compare Source

Improvments
Chores
New Contributors

Full Changelog: huozhi/bunchee@v6.6.0...v6.6.1

v6.6.1

Compare Source

v6.6.0

Compare Source

Features
  • Raw file imports: Import any file as raw text content using the ?raw query parameter (#​694)
    import readme from './README.md?raw'    // Import as string
    import config from './config.json?raw'  // Import as string (not parsed)
Fixes & Improvements
  • 🐛 Bug Fixes: Fixed empty build state logging to provide clearer output (#​693)
  • 🔧 Improvements: Enhanced ?raw imports with Windows line ending normalization and async file reading (#​695)
  • Dependencies: Updated upstream dependencies (SWC and Rollup) for better performance and compatibility (#​692)

Full Changelog: huozhi/bunchee@v6.5.4...v6.6.0

v6.5.4

Compare Source

v6.5.3

Compare Source

Fixes

Misc

Full Changelog: huozhi/bunchee@v6.5.2...v6.5.3

v6.5.2

Compare Source

Patches

Full Changelog: huozhi/bunchee@v6.5.1...v6.5.2

v6.5.1

Compare Source

Improvements

Full Changelog: huozhi/bunchee@v6.5.0...v6.5.1


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

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