Update Yarn to v4.18.0 #129

Open
renovate-bot wants to merge 1 commit from renovate/yarn-monorepo into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yarn (source) 4.17.14.18.0 age adoption passing confidence

Release Notes

yarnpkg/berry (yarn)

v4.18.0: v4.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.17.1...@yarnpkg/cli/4.18.0


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [yarn](https://github.com/yarnpkg/berry) ([source](https://github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`4.17.1` → `4.18.0`](https://renovatebot.com/diffs/npm/yarn/4.17.1/4.18.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.18.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@yarnpkg%2fcli/4.18.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@yarnpkg%2fcli/4.17.1/4.18.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.17.1/4.18.0?slim=true) | --- ### Release Notes <details> <summary>yarnpkg/berry (yarn)</summary> ### [`v4.18.0`](https://github.com/yarnpkg/berry/releases/tag/%40yarnpkg/cli/4.18.0): v4.18.0 [Compare Source](https://github.com/yarnpkg/berry/compare/5f35cc6538dcde61195d5e60fe3f13aaecf7f07e...923f69827c77fe5cf4f6c28c0cab3c02a256abf0) #### What's Changed - fix(nm): prefer direct dependency binaries by [@&#8203;ychampion](https://github.com/ychampion) in [#&#8203;7216](https://github.com/yarnpkg/berry/pull/7216) - fix: make sure hoistingLimits are not bypassed by [@&#8203;Knagis](https://github.com/Knagis) in [#&#8203;7189](https://github.com/yarnpkg/berry/pull/7189) - fix: preserve root path in tryWorkspaceByCwd when cwd is / by [@&#8203;quinise](https://github.com/quinise) in [#&#8203;7203](https://github.com/yarnpkg/berry/pull/7203) - perf(nm): avoid redundant package map sorting by [@&#8203;theKashey](https://github.com/theKashey) in [#&#8203;7223](https://github.com/yarnpkg/berry/pull/7223) - fix(extensions): declare the `typescript` peer for the Volar packages by [@&#8203;zkochan](https://github.com/zkochan) in [#&#8203;7232](https://github.com/yarnpkg/berry/pull/7232) - CI: Aggregate acceptance test matrix result by [@&#8203;clemyan](https://github.com/clemyan) in [#&#8203;7224](https://github.com/yarnpkg/berry/pull/7224) - Docs: fix catalog schema by [@&#8203;clemyan](https://github.com/clemyan) in [#&#8203;7220](https://github.com/yarnpkg/berry/pull/7220) - E2E: Fix most E2E tests by [@&#8203;clemyan](https://github.com/clemyan) in [#&#8203;7228](https://github.com/yarnpkg/berry/pull/7228) - docs: remove peerDependencies from catalog supported fields by [@&#8203;nomaanifesto](https://github.com/nomaanifesto) in [#&#8203;7230](https://github.com/yarnpkg/berry/pull/7230) - fix(plugin-npm): resolve "\*" to prereleases when no stable version exists by [@&#8203;arpitjain099](https://github.com/arpitjain099) in [#&#8203;7205](https://github.com/yarnpkg/berry/pull/7205) - Skip OTP prompts in non-TTY mode by [@&#8203;Andarist](https://github.com/Andarist) in [#&#8203;7209](https://github.com/yarnpkg/berry/pull/7209) - Version: Reimplement `yarn version` and `yarn version apply` by [@&#8203;clemyan](https://github.com/clemyan) in [#&#8203;7218](https://github.com/yarnpkg/berry/pull/7218) - feat: bump `js-yaml` to v4 by [@&#8203;JounQin](https://github.com/JounQin) in [#&#8203;6768](https://github.com/yarnpkg/berry/pull/6768) - chore(deps): upgrade `sigstore` to v4 by [@&#8203;mhassan1](https://github.com/mhassan1) in [#&#8203;7208](https://github.com/yarnpkg/berry/pull/7208) #### New Contributors - [@&#8203;ychampion](https://github.com/ychampion) made their first contribution in [#&#8203;7216](https://github.com/yarnpkg/berry/pull/7216) - [@&#8203;Knagis](https://github.com/Knagis) made their first contribution in [#&#8203;7189](https://github.com/yarnpkg/berry/pull/7189) - [@&#8203;quinise](https://github.com/quinise) made their first contribution in [#&#8203;7203](https://github.com/yarnpkg/berry/pull/7203) - [@&#8203;theKashey](https://github.com/theKashey) made their first contribution in [#&#8203;7223](https://github.com/yarnpkg/berry/pull/7223) - [@&#8203;nomaanifesto](https://github.com/nomaanifesto) made their first contribution in [#&#8203;7230](https://github.com/yarnpkg/berry/pull/7230) - [@&#8203;arpitjain099](https://github.com/arpitjain099) made their first contribution in [#&#8203;7205](https://github.com/yarnpkg/berry/pull/7205) - [@&#8203;JounQin](https://github.com/JounQin) made their first contribution in [#&#8203;6768](https://github.com/yarnpkg/berry/pull/6768) **Full Changelog**: <https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.17.1...@yarnpkg/cli/4.18.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjQuMiIsInVwZGF0ZWRJblZlciI6IjQ0LjY1LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/yarn-monorepo:renovate/yarn-monorepo
git switch renovate/yarn-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/yarn-monorepo
git switch renovate/yarn-monorepo
git rebase main
git switch main
git merge --ff-only renovate/yarn-monorepo
git switch renovate/yarn-monorepo
git rebase main
git switch main
git merge --no-ff renovate/yarn-monorepo
git switch main
git merge --squash renovate/yarn-monorepo
git switch main
git merge --ff-only renovate/yarn-monorepo
git switch main
git merge renovate/yarn-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
MobiusReactor/TicTacToeV2!129
No description provided.