sitespeed.io 39.2.0 → 39.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +1 -1
- package/lib/cli/cli.js +2 -3
- package/lib/plugins/html/templates/url/iteration/index.pug +1 -1
- package/npm-shrinkwrap.json +10 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
3
3
|
|
|
4
|
+
## 39.3.0 - 2026-01-10
|
|
5
|
+
### Added
|
|
6
|
+
* Updated to Browsertime 26.3 with and updated version of bidi-har that makes it possible to get response bodies in the HAR file for Firefox [#4578](https://github.com/sitespeedio/sitespeed.io/pull/4578).
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
* Fixed typo in iteration detail page for the cpuConsumption metric, thank you [Michael Walter](https://github.com/byte55) for PR [#4577](https://github.com/sitespeedio/sitespeed.io/pull/4577).
|
|
10
|
+
|
|
4
11
|
## 39.2.0 - 2025-12-18
|
|
5
12
|
### Added
|
|
6
13
|
* Updated to Browsertime 26.2 with latest Chromedriver and Edgedriver and a small XVFB fix [#4575](https://github.com/sitespeedio/sitespeed.io/pull/4575).
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2012-
|
|
3
|
+
Copyright (c) 2012-2026 Peter Hedenskog
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/lib/cli/cli.js
CHANGED
|
@@ -651,10 +651,9 @@ export async function parseCommandLine() {
|
|
|
651
651
|
})
|
|
652
652
|
.option('browsertime.firefox.includeResponseBodies', {
|
|
653
653
|
alias: 'firefox.includeResponseBodies',
|
|
654
|
-
describe:
|
|
655
|
-
'Warning: This do not work at the moment, see https://github.com/sitespeedio/sitespeed.io/issues/4295',
|
|
654
|
+
describe: 'Collect response bodies in the HAR',
|
|
656
655
|
default: 'none',
|
|
657
|
-
choices: ['none', 'all'
|
|
656
|
+
choices: ['none', 'all'],
|
|
658
657
|
group: 'Firefox'
|
|
659
658
|
})
|
|
660
659
|
.option('browsertime.firefox.nightly', {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "39.
|
|
3
|
+
"version": "39.3.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "39.
|
|
9
|
+
"version": "39.3.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@slack/webhook": "7.0.6",
|
|
18
18
|
"@tgwf/co2": "0.16.9",
|
|
19
19
|
"axe-core": "4.11.0",
|
|
20
|
-
"browsertime": "26.
|
|
20
|
+
"browsertime": "26.3.0",
|
|
21
21
|
"coach-core": "8.1.3",
|
|
22
22
|
"dayjs": "1.11.18",
|
|
23
23
|
"fast-crc32c": "2.0.0",
|
|
@@ -4418,9 +4418,9 @@
|
|
|
4418
4418
|
}
|
|
4419
4419
|
},
|
|
4420
4420
|
"node_modules/browsertime": {
|
|
4421
|
-
"version": "26.
|
|
4422
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-26.
|
|
4423
|
-
"integrity": "sha512-
|
|
4421
|
+
"version": "26.3.0",
|
|
4422
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-26.3.0.tgz",
|
|
4423
|
+
"integrity": "sha512-6nYPA22+aUzniwaGyq24fWA3YbDQy0/7KNzc7huLpdxECbsv6X2Ms/B3x22LhEddT2WORDLojPVYBFbUJcY/Hg==",
|
|
4424
4424
|
"dependencies": {
|
|
4425
4425
|
"@devicefarmer/adbkit": "3.3.8",
|
|
4426
4426
|
"@sitespeed.io/chromedriver": "143.0.7499",
|
|
@@ -4433,7 +4433,7 @@
|
|
|
4433
4433
|
"chrome-remote-interface": "0.33.3",
|
|
4434
4434
|
"execa": "9.6.0",
|
|
4435
4435
|
"fast-stats": "0.0.7",
|
|
4436
|
-
"ff-test-bidi-har-export": "0.0.
|
|
4436
|
+
"ff-test-bidi-har-export": "0.0.20",
|
|
4437
4437
|
"lodash.merge": "4.6.2",
|
|
4438
4438
|
"selenium-webdriver": "4.39.0",
|
|
4439
4439
|
"yargs": "18.0.0"
|
|
@@ -6005,9 +6005,9 @@
|
|
|
6005
6005
|
}
|
|
6006
6006
|
},
|
|
6007
6007
|
"node_modules/ff-test-bidi-har-export": {
|
|
6008
|
-
"version": "0.0.
|
|
6009
|
-
"resolved": "https://registry.npmjs.org/ff-test-bidi-har-export/-/ff-test-bidi-har-export-0.0.
|
|
6010
|
-
"integrity": "sha512-
|
|
6008
|
+
"version": "0.0.20",
|
|
6009
|
+
"resolved": "https://registry.npmjs.org/ff-test-bidi-har-export/-/ff-test-bidi-har-export-0.0.20.tgz",
|
|
6010
|
+
"integrity": "sha512-1Mt6RwIAW5kNm6WXMBb4m3/YV2uK1V/zaACfGnRcJXJW0LQ4Erv2Vtu+C3ZbQVtCogtPBoD0mnqkjRA+GRJ6Kw=="
|
|
6011
6011
|
},
|
|
6012
6012
|
"node_modules/figures": {
|
|
6013
6013
|
"version": "6.1.0",
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"sitespeed.io": "./bin/sitespeed.js",
|
|
6
6
|
"sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
|
|
7
7
|
},
|
|
8
|
-
"version": "39.
|
|
8
|
+
"version": "39.3.0",
|
|
9
9
|
"description": "sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"performance",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@tgwf/co2": "0.16.9",
|
|
89
89
|
"@slack/webhook": "7.0.6",
|
|
90
90
|
"axe-core": "4.11.0",
|
|
91
|
-
"browsertime": "26.
|
|
91
|
+
"browsertime": "26.3.0",
|
|
92
92
|
"coach-core": "8.1.3",
|
|
93
93
|
"dayjs": "1.11.18",
|
|
94
94
|
"fast-crc32c": "2.0.0",
|