chore(deps): update dependency conventional-commits-parser to v6 #2366
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
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|