Skip to content

v4.318.0

Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 20 Feb 00:33
· 7932 commits to main since this release
v4.318.0
bb2d8ed

Issues | Pull Requests | v4.317.0...v4.318.0

🎉 New Packages

#32360 yarnpkg/yarn: Yarn v1. Yarn is a package manager for your code

⚠️ The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry

⚠️ yarn global

If you want to install packages globally by yarn, you need to add $(yarn global bin) to $PATH.
aqua can't change $PATH dynamically, so $(yarn global bin) must be static.
If $(yarn global bin) depends on the yarn version, you need to fix it.

e.g.

yarn config set prefix ~/.yarn
export PATH=$HOME/.yarn/bin:$PATH

Please see https://classic.yarnpkg.com/en/docs/cli/global .

Fixes

#32383 getzola/zola: Re-scaffold @scop
#32357 xeol-io/xeol: Re-scaffold