Skip to content

Commit e9c8795

Browse files
gingerbenwDimaTeniutalemnik
authored
Add support for Vite v7 (#13)
* refactor: add vite version 7 to devDependencies * chore: update peer dependency syntax * test: add v7 to test matrix * docs: add changelog entry * Update package.json remove double space from peerDependency Co-authored-by: Jason <[email protected]> --------- Co-authored-by: Dima Tenyuta <[email protected]> Co-authored-by: Jason <[email protected]>
1 parent fd3cb40 commit e9c8795

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
node: [22]
9-
vite: [6] # 4,5,6 still supported
9+
vite: [6,7] # 4,5,6 still supported
1010
env:
1111
VITE_VERSION: ${{ matrix.vite }}
1212
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [Unreleased]
2+
3+
### Added
4+
5+
- Added support for Vite v7 [#13](https://github.com/bugsnag/vite-plugin-bugsnag/pull/13)
6+
17
## [1.0.0] - 2025-06-25
28

39
Initial release 🚀

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"vitest": "^3.1.2"
4646
},
4747
"peerDependencies": {
48-
"vite": "^6.3.3"
48+
"vite": ">=6.0.0 || >=7.0.0"
4949
},
5050
"dependencies": {
5151
"@bugsnag/cli": "^3.1.0"

0 commit comments

Comments
 (0)