Change8

@yarnpkg/cli/4.8.0

📦 yarnView on GitHub →
5 features🐛 8 fixes🔧 8 symbols

Summary

This release adds argument support to yarn init, new pnpm store configuration, version apply exact, and several bug fixes and performance improvements.

✨ New Features

  • Adds support for argument passing to \"yarn init <initializer>\".
  • Add configuration option to configure .store folder in pnpm mode.
  • Support version apply exact.
  • Yarn config respects --no-defaults with --json.
  • Use RefCountedCache for ZipFs instances in Cache to avoid duplicate allocations.

🐛 Bug Fixes

  • Fixes topLevel dependencies.
  • Fix Integration tests for Big endian on GA CI.
  • Promote --no-private in foreach usage.
  • Ensure npm-audit message is a string before trimming.
  • Correct the set resolution documentation.
  • Fix deduplication of virtual packages installed under aliases.
  • Replace deprecated ESLint rules.
  • Yarn config respect --no-defaults with --json (fixes #6341).

🔧 Affected Symbols

yarn initpnpm .store configurationforeachnpm-auditset resolution docsvirtual package deduplicationZipFsCache