1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-18 01:18:23 +02:00

chore(deps): update yarn to v4.9.1 (#10053)

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.7.0` ->
`4.9.1`](https://renovatebot.com/diffs/npm/yarn/4.7.0/4.9.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@yarnpkg%2fcli/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@yarnpkg%2fcli/4.7.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.7.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>yarnpkg/berry (yarn)</summary>

###
[`v4.9.1`](2b26e3dff6...1908ee79fd)

[Compare
Source](2b26e3dff6...1908ee79fd)

###
[`v4.9.0`](76596c5d3f...2b26e3dff6)

[Compare
Source](76596c5d3f...2b26e3dff6)

###
[`v4.8.1`](260cff1745...76596c5d3f)

[Compare
Source](260cff1745...76596c5d3f)

###
[`v4.8.0`](62fd8525b8...260cff1745)

[Compare
Source](62fd8525b8...260cff1745)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 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/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-29 09:07:59 +00:00 committed by GitHub
parent 4140745970
commit a8d484e918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 950 additions and 937 deletions

File diff suppressed because one or more lines are too long

948
website/.yarn/releases/yarn-4.9.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
yarnPath: .yarn/releases/yarn-4.7.0.cjs yarnPath: .yarn/releases/yarn-4.9.1.cjs

View File

@ -66,5 +66,5 @@
"http-proxy-middleware": "3.0.5", "http-proxy-middleware": "3.0.5",
"express/path-to-regexp": "0.1.12" "express/path-to-regexp": "0.1.12"
}, },
"packageManager": "yarn@4.7.0" "packageManager": "yarn@4.9.1"
} }