sitespeed.io 39.3.1 → 39.4.1

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 CHANGED
@@ -1,6 +1,14 @@
1
1
 
2
2
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
3
3
 
4
+ ## 39.4.1 - 2026-01-24
5
+ ### Fixed
6
+ * Updated Browsertime with the new bidi-har that fixes the response har problem for Firefox [#4589](https://github.com/sitespeedio/sitespeed.io/pull/4589).
7
+
8
+ ## 39.4.0 - 2026-01-18
9
+ ### Added
10
+ * Chrome 144 and Firefox 147 in the Docker container [#4582](https://github.com/sitespeedio/sitespeed.io/pull/4582).
11
+
4
12
  ## 39.3.1 - 2026-01-11
5
13
  ### Fixed
6
14
  * There where something broken in Browsertime 26.3.0 together with the new bidi-har 0.0.20 for Firefox so I reverted to 0.0.18 until its been fixed with Browsertime/bidi-har [#4579](https://github.com/sitespeedio/sitespeed.io/pull/4579).
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM sitespeedio/webbrowsers:chrome-143.0-firefox-146.0-edge-143.0
1
+ FROM sitespeedio/webbrowsers:chrome-144.0-firefox-147.0-edge-143.0
2
2
 
3
3
  ARG TARGETPLATFORM=linux/amd64
4
4
 
package/docs/README.md ADDED
@@ -0,0 +1,10 @@
1
+ Documentation for sitespeed.io
2
+ ================
3
+
4
+ First make sure you have Bundler: <code>gem install bundler</code>
5
+
6
+ If you run on a Mac OS make sure you have xcode-select installed: <code>xcode-select --install</code>
7
+
8
+ To run it locally: <code>bundle install && bundle exec jekyll serve --baseurl ''</code>
9
+
10
+ Checkout http://localhost:4000/
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "39.3.1",
3
+ "version": "39.4.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "39.3.1",
9
+ "version": "39.4.1",
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.3.1",
20
+ "browsertime": "26.3.2",
21
21
  "coach-core": "8.1.3",
22
22
  "dayjs": "1.11.18",
23
23
  "fast-crc32c": "2.0.0",
@@ -4422,9 +4422,9 @@
4422
4422
  }
4423
4423
  },
4424
4424
  "node_modules/browsertime": {
4425
- "version": "26.3.1",
4426
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-26.3.1.tgz",
4427
- "integrity": "sha512-NyISTxP3tZV9JoFvMHTqDQ0dR7QOO417BvmyNyTz+F0YHR70K5nJbWbdpaqBf+VGJu1YpD5cF5ta1u/7Nt2Rzw==",
4425
+ "version": "26.3.2",
4426
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-26.3.2.tgz",
4427
+ "integrity": "sha512-afQ4bf/1RAJxEZpWUHhIUdpC8ck2bwgvU9Bf3fSCUJtOF3LVAuki884LQ1NNmzFUGAACweL7xZWbC51Hhm7I9Q==",
4428
4428
  "license": "MIT",
4429
4429
  "dependencies": {
4430
4430
  "@devicefarmer/adbkit": "3.3.8",
@@ -4438,7 +4438,7 @@
4438
4438
  "chrome-remote-interface": "0.33.3",
4439
4439
  "execa": "9.6.0",
4440
4440
  "fast-stats": "0.0.7",
4441
- "ff-test-bidi-har-export": "0.0.18",
4441
+ "ff-test-bidi-har-export": "0.0.22",
4442
4442
  "lodash.merge": "4.6.2",
4443
4443
  "selenium-webdriver": "4.39.0",
4444
4444
  "yargs": "18.0.0"
@@ -6011,9 +6011,9 @@
6011
6011
  }
6012
6012
  },
6013
6013
  "node_modules/ff-test-bidi-har-export": {
6014
- "version": "0.0.18",
6015
- "resolved": "https://registry.npmjs.org/ff-test-bidi-har-export/-/ff-test-bidi-har-export-0.0.18.tgz",
6016
- "integrity": "sha512-9Id/mF6o0src/I4kCbLhkqSlLHMrbEi7cwI6yLpjsSK+xqdgo5J80tbkV7YkLV4NhNalJ5O+jPjZklz1pSurAQ==",
6014
+ "version": "0.0.22",
6015
+ "resolved": "https://registry.npmjs.org/ff-test-bidi-har-export/-/ff-test-bidi-har-export-0.0.22.tgz",
6016
+ "integrity": "sha512-B7Mr9zLM75mgrG/xxiB4BRLpb2KJFIPjqf7mB1rcCj+66m6RQz9vzf5lTtlIcG5BzWS+9/AcLKu3mhnn3YVOyg==",
6017
6017
  "license": "MPL-2.0"
6018
6018
  },
6019
6019
  "node_modules/figures": {
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.3.1",
8
+ "version": "39.4.1",
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.3.1",
91
+ "browsertime": "26.3.2",
92
92
  "coach-core": "8.1.3",
93
93
  "dayjs": "1.11.18",
94
94
  "fast-crc32c": "2.0.0",