Skip to content

Commit

Permalink
fix: support typescript@5.5 (deprecate v4.7) (#2190)
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
  • Loading branch information
KaiSpencer and kettanaito authored Jul 18, 2024
1 parent e52f10b commit 7df2533
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 68 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
# As a general rule, when adding a new version, remove the oldest version
# Check if the oldest version is EOL or not first.
ts: ['4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"simple-git-hooks": "^2.9.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.4.2",
"typescript": "^5.5.2",
"undici": "^5.20.0",
"url-loader": "^4.1.1",
"vitest": "^1.2.2",
Expand Down
Loading

0 comments on commit 7df2533

Please sign in to comment.