Update dependency @yarnpkg/pnpify to ^2.4.0 #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.3.3->^2.4.0Release Notes
yarnpkg/berry
v2.4.0Installs
The resolution pipeline got reimplemented. We previously used a multi-pass approach where we performed SAT optimization between each pass, but after investigating it turned out the SAT optims had little impact and added performance bottlenecks. We now run the resolution using a much simpler and more efficient algorithm.
Linkers can now define custom data to cache between Yarn invocations. The builtin linkers new use those new capabilities to cache package information that can't change between runs. In practice, this translates into much faster recurrent installs (when running an install that adds few new packages, if any).
Warnings are now reported when
packageExtensionsrules are either unused or redundant with the original package definition.Potentially breaking, but it was intended this way from the start: the
packageExtensionsfield cannot be used to replace dependencies anymore (only to add missing ones). Prefer using theresolutionsfield to replace existing ones.Progress bars are rendered less often, which should help performances on some terminals.
Aliased packages no longer include themselves in node_modules installs
CLI
The
upgrade-interactivecommand will now only show upgrade suggestions for packages that have available upgrades (rather than all of them).The
upgrade-interactivecommand has received UI improvements that should make it easier to look at.The
yarn workspaces focuscommand will now only run thepostinstallscripts for the focused workspaces.A new
yarn npm auditcommand lets you query audit information from the npm registry.The
yarn workspaces foreachcommand has a new flag,-R,--recursive, which will run a command on the current workspace and all others it depends on.A new
--skip-buildsoption onyarn installwill let you skip the build scripts without impacting the generated Yarn artifacts (contrary toenableScripts, which would also stop unplugging the packages that would otherwise be unplugged due to containing build scripts).Binaries
It's now possible to run dependency binaries when using the node-modules linker even if one of your other dependencies is reported as incompatible with your system.
By default Windows automatically requests for administrator rights before spawning any binary whose filename contains "install", "setup", "update", or "patch" (it thinks they are installers). We now explicitly opt-out of this behavior in the binary jumpers we use on Windows.
By default, arguments passed to MinGW-compiled programs are automatically expanded by a basic glob pattern engine. We now explicitly opt-out of this behavior in the binary jumpers we use on Windows.
The Windows binary jumpers will now report the right exit code.
Settings
Using empty fallbacks in Yarnrc environment variables (
${VAR:-}) will now work.You can now use the new
logFilterssetting to turn warnings into either errors or info, or to hide them entirely. Note that we plan to significantly improve the peer dependency warnings in the next release, so perhaps don't silence them just now even if you have a bunch of them.Shell
No matches found,Bad file descriptor,Unbound variable,Unbound argument) will now be recoverable errors that make the shell continue on to the next command in the chain instead of hard crashes. Fixes cases such asrm -rf ./inexistentFolder/* || true.VSCode ZipFS Extension
Compatibility
Some patches went missing for TypeScript <4. This is now fixed.
Calling
fs.exists(undefined)won't crash anymore.TypeScript import suggestions should now be correct even when the imported module is deep within a workspace.
TypeScript in watch mode (both using
-wand within VSCode) will now detect new dependencies as you add them.Some particular multi-dependency-trees setups will be better supported on Plug'n'Play installs.
Using
ctrl+clickon imports in VSCode won't take you to virtual packages anymore (require an SDK update).Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.