Please cut a new release of Corepack and pass it on to the Node.js bundling process for currently supported versions. - [x] https://github.com/nodejs/corepack/commit/77fff3c1f3b99c19dcf89cab736d8fb5f1ef85d9 disabled auto-pinning. This is a very useful change and can help prevent mistaken accidental changes to `package.json`. (PR https://github.com/nodejs/corepack/pull/709). - [x] Also please merge the changes from https://github.com/nodejs/corepack/pull/671. Currently `yarn dlx` uses `yarn@4.6.0`, ignoring any other Yarn version that is globally installed in Corepack, due to issue https://github.com/nodejs/corepack/issues/202
Please cut a new release of Corepack and pass it on to the Node.js bundling process for currently supported versions.
77fff3c disabled auto-pinning. This is a very useful change and can help prevent mistaken accidental changes to
package.json. (PR Disables auto-pinning by default #709).Also please merge the changes from feat: update package manager versions #671. Currently
yarn dlxusesyarn@4.6.0, ignoring any other Yarn version that is globally installed in Corepack, due to issue Why do Yarn "transparent" commands use hardcoded versions? #202