Skip to content

Commit 5e115a9

Browse files
chore: update excalibur to 0.32.0 (#191)
=== 📋 PR Checklist 📋 === - [ ] 📌 issue exists in github for these changes - [x] 🔬 existing tests still pass - [x] 🙈 code conforms to the [style guide](https://github.com/excaliburjs/Excalibur/blob/master/STYLEGUIDE.md) - [ ] 📐 new tests written and passing / old tests updated with new scenario(s) - [ ] 📄 changelog entry added (or not needed) ================== ## Changes: - Migrate all imports from CommonJS require() to ES module imports - Upgrade Excalibur from 0.28.0 to 0.32.0 with breaking changes - Update new Vector usage to vec(x, y) - Update deprecated animation and collision APIs to current versions - Upgrade Node.js from 18 to 24 for compatibility - Remove deprecated waitForTimeout method and use Promise-based timing in test - Update development tools and sandbox to current versions
1 parent 2603173 commit 5e115a9

File tree

13 files changed

+2966
-4873
lines changed

13 files changed

+2966
-4873
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17.1
1+
24.11.0

0 commit comments

Comments
 (0)