Skip to content

Commit e753145

Browse files
committed
Auto merge of #4651 - rust-lang:renovate/yarn-1.x, r=Turbo87
Update Yarn to v1.22.18 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yarn](https://togithub.com/yarnpkg/yarn) | [`1.22.17` -> `1.22.18`](https://renovatebot.com/diffs/npm/yarn/1.22.17/1.22.18) | [![age](https://badges.renovateapi.com/packages/npm/yarn/1.22.18/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/yarn/1.22.18/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/yarn/1.22.18/compatibility-slim/1.22.17)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/yarn/1.22.18/confidence-slim/1.22.17)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>yarnpkg/yarn</summary> ### [`v1.22.18`](https://togithub.com/yarnpkg/yarn/releases/v1.22.18) [Compare Source](https://togithub.com/yarnpkg/yarn/compare/v1.22.17...v1.22.18) Node 17.7.0 had a regression in `url.resolve` which 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. </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 349d000 + 9d52eda commit e753145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@
139139
},
140140
"engines": {
141141
"node": "16.14.2",
142-
"yarn": "1.22.17"
142+
"yarn": "1.22.18"
143143
},
144144
"ember": {
145145
"edition": "octane"
146146
},
147147
"volta": {
148148
"node": "16.14.2",
149-
"yarn": "1.22.17"
149+
"yarn": "1.22.18"
150150
}
151151
}

0 commit comments

Comments
 (0)