Skip to content

Commit

Permalink
Vite 6 [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Nov 26, 2024
1 parent 4b5f4ac commit 7c5f672
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ contains(github.event.head_commit.message, '[publish]') }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun ci
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.2

- Add vite@6 to peer dependency ranges

## 3.0.1

- Rename named export from `tscPlugin` to `tscWatch`
Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-tsc-watch",
"description": "Plugs tsc --watch into Vite dev server",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"type": "module",
Expand Down Expand Up @@ -33,13 +33,13 @@
},
"peerDependencies": {
"typescript": "^4 || ^5",
"vite": "^4 || ^5"
"vite": "^4 || ^5 || ^6"
},
"devDependencies": {
"@types/node": "^18.18.9",
"publint": "^0.2.5",
"@types/node": "^20.17.8",
"publint": "^0.2.12",
"prettier": "3.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"typescript": "^5.7.2",
"vite": "^6.0.0"
}
}

0 comments on commit 7c5f672

Please sign in to comment.