Skip to content

Commit 9cfb81e

Browse files
⬆️ Update Yarn to v4.5.3 (#5443)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yarn](https://redirect.github.com/yarnpkg/berry) ([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`4.5.2` -> `4.5.3`](https://renovatebot.com/diffs/npm/yarn/4.5.2/4.5.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@yarnpkg%2fcli/4.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@yarnpkg%2fcli/4.5.2/4.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.5.2/4.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>yarnpkg/berry (yarn)</summary> ### [`v4.5.3`](https://redirect.github.com/yarnpkg/berry/compare/a38b314f0ce875ebc758778fd65f93ea3d4ef224...2fe7d635e8eb163c1b3e56ab76e652b6bae8c160) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/a38b314f0ce875ebc758778fd65f93ea3d4ef224...2fe7d635e8eb163c1b3e56ab76e652b6bae8c160) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dubzzz/fast-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3caac81 commit 9cfb81e

File tree

3 files changed

+82
-82
lines changed

3 files changed

+82
-82
lines changed

.yarn/releases/yarn-4.5.2.cjs .yarn/releases/yarn-4.5.3.cjs

+80-80
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ enableGlobalCache: true
22
enableScripts: false
33
nodeLinker: pnp
44
enableHardenedMode: false
5-
yarnPath: .yarn/releases/yarn-4.5.2.cjs
5+
yarnPath: .yarn/releases/yarn-4.5.3.cjs
66

77
packageExtensions:
88
'@docusaurus/theme-common@*':

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@fast-check/monorepo",
44
"description": "Test making sure fast-check expose the right typings",
55
"type": "module",
6-
"packageManager": "[email protected].2",
6+
"packageManager": "[email protected].3",
77
"workspaces": [
88
".github/actions/*",
99
"examples",

0 commit comments

Comments
 (0)