Added
- Added rspack v2 support. PR #975 by justin808. Peer dependencies now accept both rspack v1 and v2 (
^1.0.0 || ^2.0.0-0). No source code changes were needed — all existing APIs work identically in v2. Note that rspack v2 requires Node.js 20.19.0+.
Fixed
- Fixed config exporter path traversal and annotation format validation. PR #914 by justin808. Added
safeResolvePathsecurity check to prevent path traversal in export save paths, and enforced YAML format when using annotations with build exports. - Fixed
webpack-subresource-integrityv5 named export handling. PR #978 by justin808. Supports both the default export (older versions) and the namedSubresourceIntegrityPluginexport (v5.1+), preventing runtime breakage when upgrading the plugin. Fixes #972.