Skip to content

Commit

Permalink
Bump the typescript-eslint group in /vscode_extension with 2 updates
Browse files Browse the repository at this point in the history
Bumps the typescript-eslint group in /vscode_extension with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@typescript-eslint/eslint-plugin` from 6.7.3 to 6.7.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.7.3 to 6.7.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent d9d01ad commit 53eb18e
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 88 deletions.
172 changes: 86 additions & 86 deletions vscode_extension/package-lock.json

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

4 changes: 2 additions & 2 deletions vscode_extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.0",
"@types/vscode": "^1.81.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down

1 comment on commit 53eb18e

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 53eb18e Oct 3, 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: 53eb18e Previous: d9d01ad Ratio
Time: Compiler/hello_world 25348692 ns/iter (± 1798682) 21163243 ns/iter (± 1763452) 1.20
Time: Compiler/fibonacci 222834080 ns/iter (± 7038298) 182825341 ns/iter (± 13453206) 1.22
Time: VM Runtime/hello_world 49951 ns/iter (± 39875) 38651 ns/iter (± 60628) 1.29
Time: VM Runtime/fibonacci/15 337176022 ns/iter (± 10246609) 277675515 ns/iter (± 16939705) 1.21
Time: VM Runtime/PLB/binarytrees/6 1586344758 ns/iter (± 25800539) 1252138420 ns/iter (± 80443643) 1.27

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

Please sign in to comment.