All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bump
@metamask/utilsfrom^11.12.0to^12.0.0(#10192)
- Use
preservemodule kind andbundlerresolution in type extractor (#10240)- This fixes a bug where the type extractor would fail to resolve types for packages using subpath exports.
- BREAKING: Drop CommonJS support (#9536)
- This package is now ESM-only, but can still be used in CommonJS projects via
require(esm)in modern Node.js versions (22+), or dynamic imports in older Node.js versions.
- This package is now ESM-only, but can still be used in CommonJS projects via
- BREAKING: Bump minimum Node.js version to 22 (#9976)
- BREAKING: Bump TypeScript target to ES2022 (#10019)
- This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume.
- Speed up documentation generation by loading source files in bulk instead of one at a time (#9990)
- Bump
@metamask/utilsfrom^11.11.0to^11.12.0(#10076)