GAUD-10607: update to Mocha 12 - #1077
Conversation
| "eslint-config-brightspace": "^4", | ||
| "globals": "^17", | ||
| "mocha": "^11", | ||
| "mocha": "^12", |
There was a problem hiding this comment.
I was a little surprised that this was just a devDependency, but because we rely on @open-wc/testing and @web/test-runner to run the tests, it seems OK? They actually don't have a dependency on Mocha either, which is a bit strange.
There was a problem hiding this comment.
Yeah, I'm a little concerned about our usage in the vdiff runner, but we can investigate that separately if it becomes an issue.
| "@web/test-runner-playwright": "^1", | ||
| "command-line-args": "^6", | ||
| "command-line-usage": "^7", | ||
| "d2l-test-reporting": "^6", |
There was a problem hiding this comment.
This has a direct dependency on mocha, so we'll want to wait for it to update & release before releasing this.
80f8943 to
eff3ceb
Compare
| "eslint-config-brightspace": "^4", | ||
| "globals": "^17", | ||
| "mocha": "^11", | ||
| "mocha": "^12", |
There was a problem hiding this comment.
Yeah, I'm a little concerned about our usage in the vdiff runner, but we can investigate that separately if it becomes an issue.
|
🎉 This PR is included in version 1.52.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.