doc: add release note for buildNpmPackage packument support

Document the new npmDepsCacheVersion option that enables packument
caching for npm workspaces support.
This commit is contained in:
Jörg Thalheim
2025-12-31 00:37:52 -05:00
committed by Winter
parent 5c99ffcb8e
commit cd638a9529
+2
View File
@@ -71,6 +71,8 @@
- `fetchPnpmDeps` and `pnpmConfigHook` were added as top-level attributes, replacing the now deprecated `pnpm.fetchDeps` and `pnpm.configHook` attributes.
- `buildNpmPackage` now supports `npmDepsCacheVersion`. Set to `2` to enable packument caching, which fixes builds for projects using npm workspaces.
- Added `dell-bios-fan-control` package and service.
- We now use the upstream wrapper script for Gradle, supporting both the `JAVA_HOME` and `GRADLE_OPTS` environment variables.