Update Yarn to ^1.22.10
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
yarn | engines | patch | ^1.22.10 | source |
Release Notes
yarnpkg/yarn
v1.22.10
- Tweak the preinstall check to not cause errors when Node is installed as root (as a downside, it won't run at all on Windows, which should be an acceptable tradeoff): #8358
v1.22.7
This release doesn't change anything and was caused by a publish issue.
v1.22.6
-
Running
yarn init
with the-2
flag won't print theset version
output anymore. -
A new preinstall check will ensure that
npm install -g yarn
works even under Corepack. It doesn't have any effect on other setups.
v1.22.5
-
Headers won't be printed when calling
yarn init
with the-2
flag -
Files with the
.cjs
extension will be spawned byyarnPath
using `execPath -
Generates local yarn verions as
.cjs
files when callingyarn set version
-
Sorts files when running
yarn pack
to produce identical layout on Windows and Unix systems
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.