Skip to content

Commit

Permalink
Bump typescript from 5.2.2 to 5.3.2 in /vscode_extension
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 32262f5 commit b576e7e
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 @@ -252,7 +252,7 @@
"glob": "^10.3.10",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vscode-test": "^1.4.0"
},
"eslintConfig": {
Expand Down

1 comment on commit b576e7e

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on b576e7e Nov 21, 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: b576e7e Previous: 32262f5 Ratio
Time: Compiler/hello_world 16954318 ns/iter (± 700565) 16158149 ns/iter (± 534487) 1.05
Time: Compiler/fibonacci 128913294 ns/iter (± 826393) 130420338 ns/iter (± 1859267) 0.99
Time: VM Runtime/hello_world 32170 ns/iter (± 4319) 33552 ns/iter (± 3928) 0.96
Time: VM Runtime/fibonacci/15 57468002 ns/iter (± 850384) 59216229 ns/iter (± 673163) 0.97
Time: VM Runtime/PLB/binarytrees/6 887041487 ns/iter (± 6395586) 889098438 ns/iter (± 10738730) 1.00

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

Please sign in to comment.