stack.pulse
#stacks/yarn/tooling

Yarn release notes, breaking changes, and upgrade notes.

Modern package management for JavaScript projects StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
6
breaking
1
security
1
deprecated
0
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Yarn releases from GitHub

StackPulse watches Yarn release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
@yarnpkg/cli/4.17.0mediumfeatureJun 15, 2026

v4.17.0

This release introduces support for package map generation and adds npmMinimalAgeGate configuration per npmScope. It also includes documentation clarifications and minor fixes.

affected

Developers using Yarn for package management may benefit from the new package map generation and npmMinimalAgeGate configuration.

action

Update to Yarn 4.17.0 to take advantage of new features and improvements.

release_signals
+Adds support for package map generation
+Allows npmMinimalAgeGate configuration per npmScope
+Adds catalog settings to yarnrc schema
+Clarifies background job exit codes in documentation
+Explains peer-default dependencies in 'why' command
view source on github->
@yarnpkg/cli/4.16.0mediumfeatureJun 2, 2026

v4.16.0

This release introduces new features like editor SDK support for oxc and staged publishing, along with fixes for Node.js compatibility and documentation updates.

affected

Developers using Yarn with Node.js or requiring editor SDK support for oxc are affected.

action

Update to Yarn 4.16.0 to benefit from new features and fixes.

release_signals
+Implements `yarn npm stage`
+Enables staged publishing
+Adds editor SDK support for oxc (oxfmt & oxlint)
view source on github->
@yarnpkg/cli/4.15.0mediumfeatureMay 19, 2026

v4.15.0

This release includes performance improvements, bug fixes, and a new feature for configuring pnpm install concurrency. Notable changes include caching install state across workspaces, handling Unicode paths correctly, and rejecting dependency names with leading/trailing whitespace.

affected

Users relying on pnpm install concurrency or encountering issues with Unicode paths or dependency names with whitespace are affected.

action

Upgrade to version 4.15.0 to benefit from the latest fixes and improvements.

release_signals
+Make pnpm install concurrency configurable
view source on github->
@yarnpkg/cli/4.14.1mediumfeatureApr 17, 2026

v4.14.1

This release fixes an issue with `EBADF fstat` compatibility for Node.js versions 24.15 and above.

affected

Users running Yarn with Node.js 24.15+ are affected by the `EBADF fstat` issue.

action

Upgrade to Yarn 4.14.1 if you are using Node.js 24.15 or later.

view source on github->
@yarnpkg/cli/4.14.0highbreakingfeaturesecurityApr 16, 2026

v4.14.0

This release introduces several improvements, including default disabling of scripts for enhanced security, support for OIDC auth in CircleCI, and fixes for Node 25.7+ compatibility and PnP watch mode.

affected

Users relying on script execution by default may need to explicitly enable scripts in their configuration.

action

Review and update your Yarn configuration if your workflow depends on script execution.

release_signals
-`enableScripts: false` is now the default, which may break workflows relying on script execution.
!Default disabling of scripts (`enableScripts: false`) enhances security by preventing unintended script execution.
+Adds `approvedGitRepositories` to manage trusted Git repositories.
+Supports OIDC auth for CircleCI in the npm plugin.
+Allows specifying a version or range in the `why` command.
+Makes `enableScripts: false` the default for improved security.
+Ensures the `exec:` protocol respects `enableScripts`.
view source on github->
@yarnpkg/cli/4.13.0mediumfeatureMar 3, 2026

v4.13.0

This release includes several bug fixes, improvements, and new features, such as enhanced environment variable expansion, bulk selection shortcuts for `upgrade-interactive`, and displaying the registry URL during package publishing.

affected

Developers using Yarn for package management may benefit from new features and bug fixes.

action

Upgrade to Yarn 4.13.0 to take advantage of new features and improvements.

release_signals
+Display registry URL when publishing packages
+Add `--mode` option to `upgrade-interactive` command
+Add `c`/`r`/`l` bulk selection shortcuts to `upgrade-interactive`
+Export `InstallOptions` type
+Enhance environment variable expansion in configuration
view source on github->
Yarn release notes, breaking changes, and upgrade notes · StackPulse