Skip to content

chore(deps): update all non-major dependencies #7681

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #7681

Triggered via pull request April 23, 2024 16:26
Status Failure
Total duration 1m 40s
Artifacts

ci.yml

on: pull_request
Matrix: lint
Matrix: test
Matrix: typecheck
release-check
11s
release-check
deploy-prod
0s
deploy-prod
deploy-dev
0s
deploy-dev
deploy-stage
0s
deploy-stage
Fit to window
Zoom out
Zoom in

Annotations

9 errors
typecheck (ubuntu-latest)
Process completed with exit code 1.
error: Command failed with exit code 1: node /home/runner/work/stacks/stacks/storage/framework/core/eslint-config/bin/index.js migrate: node_modules/execa/lib/error.js#L60
error: Module not found "/home/runner/work/stacks/stacks/storage/framework/core/eslint-config/bin/index.js" at makeError (/home/runner/work/stacks/stacks/node_modules/execa/lib/error.js:60:11) at /home/runner/work/stacks/stacks/node_modules/execa/index.js:124:26
ENOENT: No such file or directory
at at at at at at at at at at at at at at at at at at at at at at at at at at at at at at at at
error: Command failed with exit code 1: node /home/runner/work/stacks/stacks/storage/framework/core/eslint-config/bin/index.js migrate: node_modules/execa/lib/error.js#L60
error: Module not found "/home/runner/work/stacks/stacks/storage/framework/core/eslint-config/bin/index.js" at makeError (/home/runner/work/stacks/stacks/node_modules/execa/lib/error.js:60:11) at /home/runner/work/stacks/stacks/node_modules/execa/index.js:124:26
error: Command failed with exit code 1: node /home/runner/work/stacks/stacks/storage/framework/core/eslint-config/bin/index.js migrate: node_modules/execa/lib/error.js#L60
error: Module not found "/home/runner/work/stacks/stacks/storage/framework/core/eslint-config/bin/index.js" at makeError (/home/runner/work/stacks/stacks/node_modules/execa/lib/error.js:60:11) at /home/runner/work/stacks/stacks/node_modules/execa/index.js:124:26
error: Command failed with exit code 1: node /home/runner/work/stacks/stacks/storage/framework/core/eslint-config/bin/index.js migrate: node_modules/execa/lib/error.js#L60
error: Module not found "/home/runner/work/stacks/stacks/storage/framework/core/eslint-config/bin/index.js" at makeError (/home/runner/work/stacks/stacks/node_modules/execa/lib/error.js:60:11) at /home/runner/work/stacks/stacks/node_modules/execa/index.js:124:26
TypeError: undefined is not a function (near '...it.concurrent(name: storage/framework/core/eslint-config/test/fixtures.test.ts#L80
await fs.copy(from, target, { filter: (src) => { return !src.includes("node_modules"); } }); await fs.writeFile(join(target, "eslint.config.js"), ` // @eslint-disable import antfu from '@antfu/eslint-config' export default antfu( ${JSON.stringify(configs)}, ...${JSON.stringify(items) ?? []}, ) `); await execa("npx", ["eslint", ".", "--fix"], { cwd: target, stdio: "pipe" }); const files = await fg("**/*", { ignore: [ "node_modules", "eslint.config.js" ], cwd: target }); await Promise.all(files.map(async (file) => { const content = await fs.readFile(join(target, file), "utf-8"), source = await fs.readFile(join(from, file), "utf-8"), outputPath = join(output, file); if (content === source) { if (fs.existsSync(outputPath)) fs.remove(outputPath); return; } await expect.soft(content).toMatchFileSnapshot(join(output, file)); })); }, 30000)...') at runWithConfig (/home/runner/work/stacks/stacks/storage/framework/core/eslint-config/test/fixtures.test.ts:80:3) at /home/runner/work/stacks/stacks/storage/framework/core/eslint-config/test/fixtures.test.ts:15:1 at :2:1
test (ubuntu-latest)
Process completed with exit code 1.
lint (ubuntu-latest)
Process completed with exit code 1.