Skip to content

Commit

Permalink
5.5 (#80)
Browse files Browse the repository at this point in the history
* support 5.5

* add jsdoc-import test

* use import comments

* update

* remove

* install 5.5.2

* try this i guess?

* or this?

* fix

* fix test

* skipLibCheck

* export types

* make types.d.ts a module

* export namespace

* apply workaround from microsoft/TypeScript#58368
  • Loading branch information
Rich-Harris authored Jun 21, 2024
1 parent 0cdaae2 commit 079b5d1
Show file tree
Hide file tree
Showing 16 changed files with 287 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"ts-api-utils": "^1.0.3"
},
"peerDependencies": {
"typescript": ">=5.0.4 <5.5"
"typescript": ">=5.0.4 <5.6"
},
"devDependencies": {
"@types/globrex": "^0.1.2",
"@types/node": "^20.7.2",
"@types/semver": "^7.5.3",
"prettier": "^3.0.3",
"semver": "^7.5.4",
"typescript": "~5.4.2",
"typescript": "~5.5.2",
"uvu": "^0.5.6"
},
"scripts": {
Expand All @@ -50,5 +50,5 @@
"types"
],
"bin": "./src/cli.js",
"packageManager": "pnpm@8.8.0"
"packageManager": "pnpm@9.4.0"
}
Loading

0 comments on commit 079b5d1

Please sign in to comment.