Skip to content

Commit fabfac7

Browse files
chore(deps): update yarn to v4.9.0 (#775)
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.8.1` -> `4.9.0`](https://renovatebot.com/diffs/npm/yarn/4.8.1/4.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@yarnpkg%2fcli/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@yarnpkg%2fcli/4.8.1/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.8.1/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>yarnpkg/berry (yarn)</summary> ### [`v4.9.0`](https://redirect.github.com/yarnpkg/berry/compare/76596c5d3fb9a60fa1459b6a1d62df4cfa4c5701...2b26e3dff6fae778931445e8aca469e4bc2abac2) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/76596c5d3fb9a60fa1459b6a1d62df4cfa4c5701...2b26e3dff6fae778931445e8aca469e4bc2abac2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80e3362 commit fabfac7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@
169169
},
170170
"volta": {
171171
"node": "22.14.0",
172-
"yarn": "4.8.1"
172+
"yarn": "4.9.0"
173173
},
174-
"packageManager": "yarn@4.8.1",
174+
"packageManager": "yarn@4.9.0",
175175
"lint-staged": {
176176
"*": "biome format --write --no-errors-on-unmatched",
177177
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"volta": {
4242
"node": "22.14.0",
43-
"yarn": "4.8.1"
43+
"yarn": "4.9.0"
4444
},
45-
"packageManager": "yarn@4.8.1"
45+
"packageManager": "yarn@4.9.0"
4646
}

0 commit comments

Comments
 (0)