Skip to content

Commit

Permalink
Bump the prettier group in /vscode_extension with 1 update
Browse files Browse the repository at this point in the history
Bumps the prettier group in /vscode_extension with 1 update: [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier).

- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.8.0...v8.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 28, 2023
1 parent 7f0eff3 commit 681e4cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -236,7 +236,7 @@
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"glob": "^10.3.3",
"mocha": "^10.2.0",
Expand Down

1 comment on commit 681e4cc

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 681e4cc Jul 28, 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: 681e4cc Previous: 7f0eff3 Ratio
Time: Compiler/hello_world 22316269 ns/iter (± 441086) 17959672 ns/iter (± 782011) 1.24
Time: Compiler/fibonacci 189769137 ns/iter (± 1040692) 146024463 ns/iter (± 5556783) 1.30
Time: VM Runtime/hello_world 68354 ns/iter (± 28764) 49704 ns/iter (± 26478) 1.38
Time: VM Runtime/fibonacci/15 586874041 ns/iter (± 3223345) 445075123 ns/iter (± 5385635) 1.32
Time: VM Runtime/PLB/binarytrees/6 2658602489 ns/iter (± 9299903) 2064977157 ns/iter (± 29122768) 1.29

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

Please sign in to comment.