Skip to content

Commit

Permalink
chore(deps)!: update dependency typescript to v5 (#1953)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
renovate[bot] and ST-DDT committed Feb 9, 2024
1 parent aa183ad commit bc3ebb7
Show file tree
Hide file tree
Showing 21 changed files with 93 additions and 88 deletions.
4 changes: 4 additions & 0 deletions docs/guide/upgrading_v9/1953.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Upgrade to TypeScript v5

We now use TypeScript v5 for our project (previously v4).
While generally not breaking for users, this might have small side effects on our types.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"standard-version": "~9.5.0",
"tsx": "~4.7.0",
"typedoc": "~0.25.7",
"typescript": "~4.9.5",
"typescript": "~5.3.3",
"validator": "~13.11.0",
"vite": "~5.1.1",
"vitepress": "1.0.0-rc.39",
Expand Down
108 changes: 54 additions & 54 deletions pnpm-lock.yaml

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

0 comments on commit bc3ebb7

Please sign in to comment.