Skip to content

chore(deps): update dependency conventional-commits-parser to v6 #2599

chore(deps): update dependency conventional-commits-parser to v6

chore(deps): update dependency conventional-commits-parser to v6 #2599

Triggered via pull request January 21, 2025 11:16
Status Failure
Total duration 25s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
src/getCommitMeaning.test.ts > getCommitMeaning > returns "chore" for { type: undefined }: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
src/getCommitMeaning.test.ts > getCommitMeaning > returns "chore: deps" for { type: 'chore' }: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
src/getCommitMeaning.test.ts > getCommitMeaning > returns "chore(deps): bump" for { type: 'chore' }: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
src/getCommitMeaning.test.ts > getCommitMeaning > returns "docs" for { type: undefined }: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
src/getCommitMeaning.test.ts > getCommitMeaning > returns "docs: bump" for { type: 'docs' }: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
src/getCommitMeaning.test.ts > getCommitMeaning > returns "docs: message" for { type: 'docs' }: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
src/getCommitMeaning.test.ts > getCommitMeaning > returns "feat" for { type: undefined }: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
src/getCommitMeaning.test.ts > getCommitMeaning > returns "feat: bump" for meaningful: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
src/getCommitMeaning.test.ts > getCommitMeaning > returns "feat: bump version to 1.2.3" for meaningful: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
src/getCommitMeaning.test.ts > getCommitMeaning > returns "feat: message" for meaningful: src/getCommitMeaning.ts#L12
TypeError: Cannot read properties of undefined (reading 'sync') ❯ Module.getCommitMeaning src/getCommitMeaning.ts:12:52 ❯ src/getCommitMeaning.test.ts:79:10
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636