Changelog
1.22.1
Prevents yarn-path
from exiting before its child exited
Generates relative paths when calling yarn set version
Throws an exception when the .yarnrc.yml
file is invalid yaml
Changelog
1.22.0
Allows some dots in binary names again
Better error handling on yarn set version
Passes arguments following --
when running a workspace script (yarn workspace pkg run command -- arg
)
Fixes an issue where the archive paths were incorrectly sanitized
Implements yarn init -2
Implements yarn set version <version>
as an alias for policies set-version
Changelog
1.19.2
Folders like .cache
won't be pruned from the node_modules
after each install.
Correctly installs workspace child dependencies when workspace child not symlinked to root.
Makes running scripts with Plug'n Play possible on node 13.
Change run command to check cwd/node_modules/.bin for commands. Fixes run in workspaces.
Changelog
1.19.1
Important: This release contains a cache bump. It will cause the very first install following the upgrade to take slightly more time, especially if you don't use the Offline Mirror feature. After that everything will be back to normal.
Computes the --modules-folder
& friends paths based on the cwd.
Stores the sha512 in the cache even when not provided by the server.
#7591 - Maël Nison / #7595 - Michael
Uses the right Node binary when using yarn-path
.
Changelog
1.19.0
Important: This release contains a cache bump. It will cause the very first install following the upgrade to take slightly more time, especially if you don't use the Offline Mirror feature. After that everything will be back to normal.
Fixes a potential vulnerability regarding how the build artifacts are stored
Reported by ChALkeR, fixed by Maël Nison
Changelog
1.18.0
Suggests using the Yarn 2 development trunk on PnP-enabled projects
Preserves linked packages when calling yarn create
Fixes the offline mirror filenames when using Verdaccio
Fixes using link:.
to refer to the package folder
Runs the prepare
lifecycle of git dependencies even if NODE_ENV
is set to production
.
Fixes the postversion
lifecycle method not being called when using --no-git-tag-version
.
Ignores potentially large vscode keys in package.json to avoid E2BIG errors.
Enforces https for the Yarn and npm registries.
Adds support for reading yarnPath
from v2-produced .yarnrc.yml
files.