Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update semver dependency version in package-lock.json #30

Merged
merged 1 commit into from
Jun 15, 2024

fix: upgrade semver from 7.5.4 to 7.6.2

3d68de1
Select commit
Loading
Failed to load commit list.
Merged

Update semver dependency version in package-lock.json #30

fix: upgrade semver from 7.5.4 to 7.6.2
3d68de1
Select commit
Loading
Failed to load commit list.
Codeac.io / Codeac Code Quality succeeded Jun 14, 2024 in 22s

Codeac Code Quality

This PR contains 1 errors and 356 warnings.

Annotations

Check warning on line 41 in src/classes/state/state-cache-storage.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-shadowed-variable

Shadowed name: 'cache'

Check warning on line 40 in src/classes/state/state-cache-storage.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-string-literal

object access via string literals is disallowed

Check warning on line 41 in src/classes/state/state-cache-storage.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-string-literal

object access via string literals is disallowed

Check warning on line 6 in __tests__/classes/state-mock.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-empty

block is empty

Check warning on line 798 in src/classes/milestones.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 40 lines is too similar to src/classes/milestones.spec.ts:679

Check warning on line 85 in src/classes/state/state.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-shadowed-variable

Shadowed name: 'mockStorage'

Check warning on line 719 in src/classes/milestones.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 40 lines is too similar to src/classes/milestones.spec.ts:758

Check warning on line 21 in __tests__/classes/state-mock.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-empty

block is empty

Check warning on line 109 in src/classes/state/state.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-shadowed-variable

Shadowed name: 'mockStorage'

Check warning on line 84 in __tests__/updates-reset-stale.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 14 lines is too similar to __tests__/updates-reset-stale.spec.ts:23

Check warning on line 17 in __tests__/functions/generate-issue.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-unnecessary-initializer

Use an optional parameter instead of initializing to 'undefined'. Also, the type declaration does not need to include '| undefined'.

Check warning on line 18 in src/classes/ignore-updates.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 11 lines is too similar to src/classes/milestones.ts:16

Check warning on line 86 in __tests__/exempt-draft-pr.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 11 lines is too similar to __tests__/remove-stale-when-updated.spec.ts:446

Check warning on line 205 in __tests__/state.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 30 lines is too similar to __tests__/state.spec.ts:92

Check warning on line 130 in src/classes/state/state.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-shadowed-variable

Shadowed name: 'mockStorage'

Check warning on line 362 in src/classes/assignees.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 22 lines is too similar to src/classes/assignees.spec.ts:189

Check warning on line 28 in __tests__/functions/generate-issue.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

object-literal-shorthand

Expected property shorthand in object literal ('{draft}').

Check warning on line 27 in src/classes/milestones.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 11 lines is too similar to src/classes/ignore-updates.ts:7

Check warning on line 37 in __tests__/updates-reset-stale.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 14 lines is too similar to __tests__/updates-reset-stale.spec.ts:70

Check warning on line 457 in __tests__/remove-stale-when-updated.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 11 lines is too similar to __tests__/exempt-draft-pr.spec.ts:75

Check warning on line 122 in __tests__/state.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 30 lines is too similar to __tests__/state.spec.ts:175

Check warning on line 211 in src/classes/assignees.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 22 lines is too similar to src/classes/assignees.spec.ts:340

Check warning on line 144 in src/classes/state/state.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-shadowed-variable

Shadowed name: 'mockStorage'

Check warning on line 338 in __tests__/main.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

max-line-length

Exceeds maximum line length of 120

Check warning on line 67 in src/classes/ignore-updates.spec.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 15 lines is too similar to src/classes/ignore-updates.spec.ts:36