Skip to content

fix(deps): update dependency execa to v10 #4946

fix(deps): update dependency execa to v10

fix(deps): update dependency execa to v10 #4946

Triggered via pull request July 31, 2026 03:02
Status Failure
Total duration 1m 51s
Artifacts

build.yml

on: pull_request
Matrix: smoke-test
Fit to window
Zoom out
Zoom in

Annotations

18 errors
smoke-test (24, 1.2.23)
Process completed with exit code 1.
smoke-test (25, 1.3.10)
The strategy configuration was canceled because "smoke-test._24_1_2_23" failed
smoke-test (25, 1.3.10)
Process completed with exit code 1.
smoke-test (24, 1.3.10)
The strategy configuration was canceled because "smoke-test._24_1_2_23" failed
smoke-test (24, 1.3.10)
A task was canceled.
smoke-test (25, 1.2.23)
The strategy configuration was canceled because "smoke-test._24_1_2_23" failed
smoke-test (25, 1.2.23)
The operation was canceled.
typecheck
Process completed with exit code 2.
[threads] tests/git-data.test.ts > initRemoteData > git@github.com:firecow/gitlab-ci-local: tests/git-data.test.ts#L159
AssertionError: expected { schema: 'git', port: '22', …(3) } to strictly equal { schema: 'git', port: '22', …(3) } - Expected + Received { - "group": "firecow", - "host": "github.com", + "group": "fallback.group", + "host": "gitlab.com", "port": "22", - "project": "gitlab-ci-local", + "project": "fallback.project", "schema": "git", } ❯ tests/git-data.test.ts:159:28
[threads] tests/git-data.test.ts > initRemoteData > git@github.com:firecow/gitlab-ci.local.git: tests/git-data.test.ts#L159
AssertionError: expected { schema: 'git', port: '22', …(3) } to strictly equal { schema: 'git', port: '22', …(3) } - Expected + Received { - "group": "firecow", - "host": "github.com", + "group": "fallback.group", + "host": "gitlab.com", "port": "22", - "project": "gitlab-ci.local", + "project": "fallback.project", "schema": "git", } ❯ tests/git-data.test.ts:159:28
[threads] tests/git-data.test.ts > initRemoteData > git@github.com:firecow/gitlab-ci-local.git: tests/git-data.test.ts#L159
AssertionError: expected { schema: 'git', port: '22', …(3) } to strictly equal { schema: 'git', port: '22', …(3) } - Expected + Received { - "group": "firecow", - "host": "github.com", + "group": "fallback.group", + "host": "gitlab.com", "port": "22", - "project": "gitlab-ci-local", + "project": "fallback.project", "schema": "git", } ❯ tests/git-data.test.ts:159:28
[threads] tests/cases.test.ts > empty .gitlab-ci.yml: src/utils.ts#L42
TypeError: default is not a function ❯ Function.spawn src/utils.ts:42:16 ❯ GitData.initCommitData src/git-data.ts:50:38 ❯ Function.init src/git-data.ts:39:21 ❯ Parser.init src/parser.ts:100:39 ❯ Function.create src/parser.ts:60:22 ❯ handler src/handler.ts:107:31 ❯ tests/cases.test.ts:56:5
[forks] tests/test-cases/completion/integration.test.ts > --completion outputs gitlab-ci-local as script name: tests/test-cases/completion/integration.test.ts#L6
Error: Command failed: bun src/index.ts --completion SyntaxError: module '/home/runner/work/gitlab-ci-local/gitlab-ci-local/node_modules/execa/index.js' does not have an export named 'default'. Did you mean 'execa'? Bun v1.3.14 (Linux x64) ❯ tests/test-cases/completion/integration.test.ts:6:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 1, signal: null, output: [ null, '', '\u001b[0m\u001b[31mSyntaxError\u001b[0m\u001b[2m:\u001b[0m \u001b[1mmodule \'/home/runner/work/gitlab-ci-local/gitlab-ci-local/node_modules/execa/index.js\' does not have an export named \'default\'. Did you mean \'execa\'?\u001b[0m\n\u001b[0m\n\u001b[2mBun v1.3.14 (Linux x64)\u001b[0m\n' ], pid: 2344, stdout: '', stderr: '\u001b[0m\u001b[31mSyntaxError\u001b[0m\u001b[2m:\u001b[0m \u001b[1mmodule \'/home/runner/work/gitlab-ci-local/gitlab-ci-local/node_modules/execa/index.js\' does not have an export named \'default\'. Did you mean \'execa\'?\u001b[0m\n\u001b[0m\n\u001b[2mBun v1.3.14 (Linux x64)\u001b[0m\n' }
[forks] tests/test-cases/argv-cwd/integration.test.ts > fallback cwd > won't fallback if --cwd flag is set: src/utils.ts#L38
TypeError: default is not a function ❯ Function.bash src/utils.ts:38:16 ❯ tests/test-cases/argv-cwd/integration.test.ts:107:21
[forks] tests/test-cases/argv-cwd/integration.test.ts > fallback cwd > won't fallback if --file flag is set: src/utils.ts#L38
TypeError: default is not a function ❯ Function.bash src/utils.ts:38:16 ❯ tests/test-cases/argv-cwd/integration.test.ts:91:21
[forks] tests/test-cases/argv-cwd/integration.test.ts > fallback cwd > won't fallback if not inside git repository: src/utils.ts#L38
TypeError: default is not a function ❯ Function.bash src/utils.ts:38:16 ❯ tests/test-cases/argv-cwd/integration.test.ts:75:46
[forks] tests/test-cases/argv-cwd/integration.test.ts > fallback cwd > won't fallback if cwd has .gitlab-ci.yml: src/utils.ts#L38
TypeError: default is not a function ❯ Function.bash src/utils.ts:38:16 ❯ tests/test-cases/argv-cwd/integration.test.ts:52:21
[forks] tests/test-cases/argv-cwd/integration.test.ts > fallback cwd > fallbacks to git root directory: src/utils.ts#L38
TypeError: default is not a function ❯ Function.bash src/utils.ts:38:16 ❯ tests/test-cases/argv-cwd/integration.test.ts:30:21