Skip to content

Commit

Permalink
Merge pull request #843 from candy-lang/dependabot/npm_and_yarn/vscod…
Browse files Browse the repository at this point in the history
…e_extension/eslint-8.56.0

Bump eslint from 8.55.0 to 8.56.0 in /vscode_extension
  • Loading branch information
jwbot authored Jan 6, 2024
2 parents c1f8e4e + 69c716d commit a0a09eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions vscode_extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode_extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"@types/vscode": "^1.81.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"glob": "^10.3.10",
Expand Down

1 comment on commit a0a09eb

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on a0a09eb Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compiler

Benchmark suite Current: a0a09eb Previous: c1f8e4e Ratio
Time: Compiler/hello_world 17625632 ns/iter (± 707868) 18199559 ns/iter (± 790692) 0.97
Time: Compiler/fibonacci 138013495 ns/iter (± 663091) 140650235 ns/iter (± 1344963) 0.98
Time: VM Runtime/hello_world 32010 ns/iter (± 1622) 33533 ns/iter (± 3308) 0.95

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.