Skip to content

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

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

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

Triggered via pull request November 25, 2024 01:04
Status Failure
Total duration 29s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
lint: src/getCommitMeaning.ts#L1
Module '"/home/runner/work/should-semantic-release/should-semantic-release/node_modules/.pnpm/conventional-commits-parser@6.0.0/node_modules/conventional-commits-parser/dist/index"' has no default export.
lint: src/getCommitMeaning.ts#L15
Parameter 'note' implicitly has an 'any' type.
lint: src/getCommitMeaning.ts#L12
Unsafe assignment of an `any` value
lint: src/getCommitMeaning.ts#L12
Unsafe call of an `any` typed value
lint: src/getCommitMeaning.ts#L12
Unsafe member access .sync on an `any` value
lint: src/getCommitMeaning.ts#L15
Unsafe call of an `any` typed value
lint: src/getCommitMeaning.ts#L15
Unsafe member access .some on an `any` value
lint: src/getCommitMeaning.ts#L15
Unsafe return of an `any` typed value
lint: src/getCommitMeaning.ts#L15
Unsafe call of an `any` typed value
lint: src/getCommitMeaning.ts#L15
Unsafe member access .title on an `any` value
lint: src/getCommitMeaning.ts#L20
Unsafe argument of type `any` assigned to a parameter of type `string`
lint: src/getCommitMeaning.ts#L24
Unsafe argument of type `any` assigned to a parameter of type `string`
lint
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/