Skip to content

Commit

Permalink
Bump eslint from 8.51.0 to 8.52.0 in /vscode_extension
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.51.0...v8.52.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent b263ef0 commit 49890b5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 32 deletions.
76 changes: 45 additions & 31 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.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"glob": "^10.3.10",
Expand Down

1 comment on commit 49890b5

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 49890b5 Oct 23, 2023

Choose a reason for hiding this comment

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

Compiler

Benchmark suite Current: 49890b5 Previous: b263ef0 Ratio
Time: Compiler/hello_world 23399100 ns/iter (± 611451) 22209327 ns/iter (± 370623) 1.05
Time: Compiler/fibonacci 202750254 ns/iter (± 4458117) 200006062 ns/iter (± 1926687) 1.01
Time: VM Runtime/hello_world 57501 ns/iter (± 8281) 53703 ns/iter (± 46523) 1.07
Time: VM Runtime/fibonacci/15 330956724 ns/iter (± 5238562) 329133367 ns/iter (± 5402513) 1.01
Time: VM Runtime/PLB/binarytrees/6 1515600204 ns/iter (± 25166962) 1508193758 ns/iter (± 11247683) 1.00

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

Please sign in to comment.