Skip to content

chore: upgrade deps #101

chore: upgrade deps

chore: upgrade deps #101

Triggered via push June 12, 2024 10:06
Status Failure
Total duration 36s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: README.md#L197
Unexpected useless quantifier. The quantified element doesn't consume characters
lint: README.md#L197
Assertion are not allowed to be quantified directly
lint: README.md#L238
The quantifier '.+' can exchange characters with '.+'. Using any string accepted by /:+/, this can be exploited to cause at least polynomial backtracking. This might cause exponential backtracking
lint: README.md#L238
The quantifier '.+' can exchange characters (:) with '.+'. This makes the capturing group misleading, because the quantifier will capture fewer characters than its pattern suggests
lint: packages/core/README.md#L177
Unexpected useless quantifier. The quantified element doesn't consume characters
lint: packages/core/README.md#L177
Assertion are not allowed to be quantified directly
lint: packages/core/README.md#L209
The quantifier '.+' can exchange characters with '.+'. Using any string accepted by /:+/, this can be exploited to cause at least polynomial backtracking. This might cause exponential backtracking
lint: packages/core/README.md#L209
The quantifier '.+' can exchange characters (:) with '.+'. This makes the capturing group misleading, because the quantifier will capture fewer characters than its pattern suggests
lint: packages/core/src/core/extractors.ts#L11
Unexpected useless quantifier. The quantified element doesn't consume characters
lint: packages/core/src/core/extractors.ts#L11
Assertion are not allowed to be quantified directly
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: scripts/readme.ts#L6
The quantifier and the quantified element can be removed because the quantifier is lazy and has a minimum of 0