We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed19845 commit 0a965d7Copy full SHA for 0a965d7
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v10.2.0:
2
+- date: 2026-04-15
3
+- changes:
4
+ - Update from Puppeteer 22 (Chrome 127) to Puppeteer 24 (Chrome 147).
5
+ - Fix `url.parse()` deprecation warning on Node.js 24.
6
+ - Increase default timeout from 5s to 10s (it seems Chrome launch times got more spotty, at least via GitHub Actions).
7
+
8
## v10.1.1:
9
- date: 2024-07-18
10
- changes:
package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-qunit",
"description": "Run QUnit unit tests in a headless Chrome instance",
- "version": "10.1.1",
+ "version": "10.2.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
0 commit comments