This repository was archived by the owner on Jun 7, 2022. It is now read-only.
Update dependency yarn to ^1.22.18 #357
Open
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:
^1.22.1->^1.22.18Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
yarnpkg/yarn
v1.22.18Compare Source
Node 17.7.0 had a regression in
url.resolvewhich broke Yarn, causing network errors. This release fixes that, although the regression also got fixed on the Node side starting from 17.7.1, so as long as you keep your Node up-to-date it'll be fine.v1.22.17Compare Source
Strangely this released disappeared from GitHub, re-adding it.
v1.22.16Compare Source
v1.22.15Compare Source
v1.22.14Compare Source
v1.22.13Compare Source
--ignore-buildsset (Windows only)yarn init -y2w/ Corepackyarn set version stable(andcanary) will now defer to the stable & canary for upgrading the projectv1.22.12Compare Source
Bogus release (published the wrong folder)
v1.22.11Compare Source
This version fixes a problem where Yarn wasn't forwarding SIGTERM to the binary spawned via
yarnPath. It also makesyarn init -2compatible with Corepack. The behaviour ofyarn init(without-2) doesn't change.Remember that Yarn 1.x won't receive further functional improvements. We recommend you to switch to the recently-released 3.0, and to ping us on Discord if you find issues when migrating (also check our Migration Guide).
v1.22.10v1.22.7This release doesn't change anything and was caused by a publish issue.
v1.22.6Running
yarn initwith the-2flag won't print theset versionoutput anymore.A new preinstall check will ensure that
npm install -g yarnworks even under Corepack. It doesn't have any effect on other setups.v1.22.5Compare Source
Headers won't be printed when calling
yarn initwith the-2flagMaël Nison
Files with the
.cjsextension will be spawned byyarnPathusing `execPath#8144 - bgotink
Generates local yarn verions as
.cjsfiles when callingyarn set version#8145 - bgotink
Sorts files when running
yarn packto produce identical layout on Windows and Unix systems#8142 - Merceyz
v1.22.4Compare Source
Those versions didn't contain any changes and were just triggered by our infra while working on the tests.
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - 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 Mend Renovate. View repository job log here.