Skip to content

Commit 0a965d7

Browse files
committed
10.2.0
1 parent ed19845 commit 0a965d7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## v10.1.1:
29
- date: 2024-07-18
310
- changes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-qunit",
33
"description": "Run QUnit unit tests in a headless Chrome instance",
4-
"version": "10.1.1",
4+
"version": "10.2.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)