chore(deps): update all non-major dependencies #568
Annotations
3 errors and 2 warnings
test/api-workspace.test.ts > api > yarn-classic-workspace > adds dependency to the workspace root:
src/_utils.ts#L62
Error: Command failed with exit code 1: corepack yarn -W add pathe
! Corepack is about to download https://registry.yarnpkg.com/yarn/-/yarn-1.22.19.tgz
error https://registry.yarnpkg.com/consola/-/consola-3.2.2.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "EPERM: operation not permitted, stat 'C:\\Users\\runneradmin\\AppData\\Local\\Yarn\\Cache\\v6\\npm-consola-3.2.2-be9b295e1e556355a09ac475b4394016144e0c32-integrity\\node_modules\\consola\\dist\\basic.mjs'"
yarn add v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
❯ makeError node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/error.js:60:11
❯ handlePromise node_modules/.pnpm/execa@8.0.1/node_modules/execa/index.js:124:26
❯ Module.executeCommand src/_utils.ts:62:3
❯ addDependency src/api.ts:91:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: corepack yarn -W add pathe', command: 'corepack yarn -W add pathe', escapedCommand: 'corepack yarn -W add pathe', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: 'yarn add v1.22.19\n[1/4] Resolving packages...\n[2/4] Fetching packages...\ninfo Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.', stderr: '! Corepack is about to download https://registry.yarnpkg.com/yarn/-/yarn-1.22.19.tgz\nerror https://registry.yarnpkg.com/consola/-/consola-3.2.2.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "EPERM: operation not permitted, stat \'C:\\Users\\runneradmin\\AppData\\Local\\Yarn\\Cache\\v6\\npm-consola-3.2.2-be9b295e1e556355a09ac475b4394016144e0c32-integrity\\node_modules\\consola\\dist\\basic.mjs\'"', cwd: 'D:/a/nypm/nypm/test/fixtures/yarn-classic-workspace', failed: true, timedOut: false, isCanceled: false, killed: false }
|
test/api-workspace.test.ts > api > yarn-classic-workspace > removes dependency from workspace root:
src/_utils.ts#L62
Error: Command failed with exit code 1: corepack yarn -W remove pathe
error This module isn't specified in a package.json file.
yarn remove v1.22.19
[1/2] Removing module pathe...
info Visit https://yarnpkg.com/en/docs/cli/remove for documentation about this command.
❯ makeError node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/error.js:60:11
❯ handlePromise node_modules/.pnpm/execa@8.0.1/node_modules/execa/index.js:124:26
❯ Module.executeCommand src/_utils.ts:62:3
❯ removeDependency src/api.ts:197:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: corepack yarn -W remove pathe', command: 'corepack yarn -W remove pathe', escapedCommand: 'corepack yarn -W remove pathe', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: 'yarn remove v1.22.19\n[1/2] Removing module pathe...\ninfo Visit https://yarnpkg.com/en/docs/cli/remove for documentation about this command.', stderr: 'error This module isn\'t specified in a package.json file.', cwd: 'D:/a/nypm/nypm/test/fixtures/yarn-classic-workspace', failed: true, timedOut: false, isCanceled: false, killed: false }
|
ci (windows-latest)
Process completed with exit code 1.
|
ci (ubuntu-latest)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
ci (macos-latest)
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|