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.9.0 to 6.9.1
- [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.9.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.9.0 to 6.9.1
- [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.9.1/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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 1a71bca commit c13ce17
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.9",
"@types/vscode": "^1.81.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
Expand Down

1 comment on commit c13ce17

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on c13ce17 Oct 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: c13ce17 Previous: 1a71bca Ratio
Time: Compiler/hello_world 44172243 ns/iter (± 858027) 38941653 ns/iter (± 405253) 1.13
Time: Compiler/fibonacci 2938965996 ns/iter (± 5151448) 2925989153 ns/iter (± 3613593) 1.00
Time: VM Runtime/hello_world 56502 ns/iter (± 14193) 52800 ns/iter (± 9778) 1.07

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

Please sign in to comment.