Skip to content

Commit

Permalink
Bump typescript from 4.6.2 to 4.6.3 in /website (#2545)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.6.2...v4.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 25, 2022
1 parent 1f4ccda commit 2209db7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions website/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 website/package.json
Expand Up @@ -48,7 +48,7 @@
"@types/react": "^17.0.43",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"typescript": "^4.6.2",
"typescript": "^4.6.3",
"dir-compare": "^4.0.0"
}
}

1 comment on commit 2209db7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yew master branch benchmarks (Lower is better)

Benchmark suite Current: 2209db7 Previous: 1f4ccda Ratio
yew-struct-keyed 01_run1k 158.5 164.23649999999998 0.97
yew-struct-keyed 02_replace1k 189.148 184.8165 1.02
yew-struct-keyed 03_update10th1k_x16 392.992 346.0625 1.14
yew-struct-keyed 04_select1k 79.88149999999999 66.62049999999999 1.20
yew-struct-keyed 05_swap1k 91.705 85.8145 1.07
yew-struct-keyed 06_remove-one-1k 28.292 27.615 1.02
yew-struct-keyed 07_create10k 2077.8495000000003 2000.979 1.04
yew-struct-keyed 08_create1k-after1k_x2 394.531 383.7415 1.03
yew-struct-keyed 09_clear1k_x8 197.641 185.132 1.07
yew-struct-keyed 21_ready-memory 0.9634475708007812 0.9634475708007812 1
yew-struct-keyed 22_run-memory 1.5048294067382812 1.45648193359375 1.03
yew-struct-keyed 23_update5-memory 1.4602203369140625 1.5043449401855469 0.97
yew-struct-keyed 24_run5-memory 1.5052261352539062 1.5095291137695312 1.00
yew-struct-keyed 25_run-clear-memory 1.126495361328125 1.1272430419921875 1.00
yew-struct-keyed 31_startup-ci 1859.53975 1730.82 1.07
yew-struct-keyed 32_startup-bt 31.497999999999987 30.89999999999999 1.02
yew-struct-keyed 34_startup-totalbytes 330.5556640625 330.5556640625 1

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

Please sign in to comment.