添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Pitpy, NicoHof, PriscillaSam, ACoolmanTelicent, aybasaran, n-rodriguez, bvincent, avindra, rschoos, apasov, and 2 more reacted with thumbs up emoji ArnaudBarre, aybasaran, and avindra reacted with hooray emoji pubkey reacted with heart emoji avila-m-6, andriyor, rvitaliy, MikeMcC399, aybasaran, RobelTekle, and avindra reacted with rocket emoji rhuankarlus, leotm, aybasaran, lucas-zimerman, and avindra reacted with eyes emoji All reactions

Fixes an issue in the v1.22.20 when calling Yarn from a project subfolder, outside of a Corepack context.

Added a SKIP_YARN_COREPACK_CHECK environment variable to skip the Corepack check.

Important: Punycode is now embed within the bundle, as it has been deprecated by Node.js and will be removed in a future version.

A message will be displayed when Yarn 1.22 notices that the local project has a package.json file referencing a non-1.x Yarn release via the packageManager field. The message will explain that the project is intended to be used with Corepack .

The yarn-error.log files won't be generated anymore, as we don't process non-critical 1.x bug reports (we however process all bugs reported on https://github.com/yarnpkg/berry ; we just released the 4.0.2 release there).

The yarn set version x.y.z command will now install the exact x.y.z version (prior to this change it used to first install the latest version, and only in a second step would it downgrade to x.y.z ; this was causing issues when we bump the minimal Node.js version we support, as running yarn set version 3.6.4 wouldn't work on Node 16).

Prevents crashes when reading from an empty .yarnrc.yml file.

chanan, InkoHX, knownasilya, deeean, lulzneko, wootsbot, azu, grm34, szepeviktor, rvitaliy, and 36 more reacted with thumbs up emoji DellDi, kinbod, Entriex-Thescholar, ryo-kagawa, and Bartascnk reacted with laugh emoji DellDi, kinbod, d9th, avindra, greyspurv2, and Bartascnk reacted with hooray emoji Abuchtela, kinbod, avindra, FerdausPolok, and Bartascnk reacted with rocket emoji All reactions anthonylim24, carlswann, saumyadippramanik, Gruak, mattclegg, cvbn55688, and Firefnix reacted with laugh emoji tlimao, mashkovtsev, letmeNo1, and shmshd reacted with hooray emoji JayDrop3253245, devsmuhammed, Robbie-Cook, nakrovati, 0mkara, pratik149, akhsanby, kiloreux, iarickvigasi, m1gicturtl, and 6 more reacted with heart emoji aybasaran, RafidMuhymin, JayDrop3253245, devsmuhammed, Robbie-Cook, joekrump, sungha, pratik149, and Jonnyboy1992 reacted with rocket emoji mintii, gustavomorinaga, ilkhomabdugafurov, xieguo, x-ror, glavrjk, Rizvy420, legitosaurus, letmeNo1, zeshhaan, and Gruak reacted with eyes emoji All reactions rob4226, arturparkhisenko, chetumonika, aBignon-dev, hyzcan, botshen, marqueritelynch, jacobq, VladSez, kwokhou, and teamsedition reacted with thumbs up emoji avindra reacted with laugh emoji All reactions
  • Fixes a potential security issue where packages could run scripts even with --ignore-builds set (Windows only)
  • Fixes yarn init -y2 w/ Corepack
  • yarn set version stable (and canary ) will now defer to the stable & canary for upgrading the project
  •