Skip to content

Commit

Permalink
Bump eslint from 8.45.0 to 8.46.0 in /vscode_extension
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.45.0...v8.46.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 Jul 31, 2023
1 parent d998de0 commit ba60dd1
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 114 deletions.
190 changes: 77 additions & 113 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 @@ -235,7 +235,7 @@
"@types/vscode": "^1.80.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"glob": "^10.3.3",
Expand Down

1 comment on commit ba60dd1

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on ba60dd1 Jul 31, 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: ba60dd1 Previous: d998de0 Ratio
Time: Compiler/hello_world 15233001 ns/iter (± 515141) 21203899 ns/iter (± 438269) 0.72
Time: Compiler/fibonacci 147317708 ns/iter (± 1056943) 163583558 ns/iter (± 1483705) 0.90
Time: VM Runtime/hello_world 56200 ns/iter (± 31839) 61250 ns/iter (± 5199) 0.92
Time: VM Runtime/fibonacci/15 469289969 ns/iter (± 1781421) 499415316 ns/iter (± 1742064) 0.94
Time: VM Runtime/PLB/binarytrees/6 2090267919 ns/iter (± 11728669) 2266213347 ns/iter (± 13197306) 0.92

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

Please sign in to comment.