sitespeed.io 37.3.2 → 37.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,24 +1,32 @@
1
1
 
2
2
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
3
3
 
4
- # 37.3.2 - 2025-03-21
4
+ ## 37.4.1 - 2025-04-10
5
+ ### Fixed
6
+ * If testing one page fails, make sure that we still can genereate the HTML [#4495](https://github.com/sitespeedio/sitespeed.io/pull/4495).
7
+
8
+ ## 37.4.0 - 2025-04-09
9
+ ### Added
10
+ * Updated Docker container with Firefox 137, Chrome 135 and Edge 135 [#4494](https://github.com/sitespeedio/sitespeed.io/pull/4494).
11
+
12
+ ## 37.3.2 - 2025-03-21
5
13
  ### Fixed
6
14
  * Updated to Browsertime 24.5.2 with a fix for getting delta FCP (FCP-TTFB).
7
15
 
8
- # 37.3.1 - 2025-03-20
16
+ ## 37.3.1 - 2025-03-20
9
17
  ### Fixed
10
18
  * Updated to [Browsertime 24.5.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2451---2025-03-18) with a fix for using `--browsertime.userTimingBlockList`.
11
19
  * Safer check for InfluxDB [#4487](https://github.com/sitespeedio/sitespeed.io/pull/4487) that fixes [#4485](https://github.com/sitespeedio/sitespeed.io/issues/4485).
12
20
 
13
- # 37.3.0 - 2025-03-13
21
+ ## 37.3.0 - 2025-03-13
14
22
  ### Added
15
23
  * Updated to [Browsertime 24.5.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2450---2025-03-13) that updates to Geckodriver 0.36.0 (for Firefox) and fixes a bug for running test on Safari on iOS (reported in [#4479](https://github.com/sitespeedio/sitespeed.io/issues/4479)) fixed in [#4480](https://github.com/sitespeedio/sitespeed.io/pull/4480).
16
24
 
17
- # 37.2.0 - 2025-03-12
25
+ ## 37.2.0 - 2025-03-12
18
26
  ### Added
19
27
  * Updated to [Browsertime 24.4.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2440---2025-03-11) [#4478](https://github.com/sitespeedio/sitespeed.io/pull/4478).
20
28
 
21
- # 37.1.2 - 2025-03-11
29
+ ## 37.1.2 - 2025-03-11
22
30
  ### Fixed
23
31
  * Show just the filename instead of the full path to the file in the HTML [#4477](https://github.com/sitespeedio/sitespeed.io/pull/4477).
24
32
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM sitespeedio/webbrowsers:chrome-134.0-firefox-136.0-edge-134.0
1
+ FROM sitespeedio/webbrowsers:chrome-135.0-firefox-137.0-edge-135.0-1
2
2
 
3
3
  ARG TARGETPLATFORM=linux/amd64
4
4
 
@@ -30,6 +30,7 @@ export function renderTemplate(templateName, locals) {
30
30
  return getTemplate(templateName)(locals);
31
31
  } catch (error) {
32
32
  log.error('Could not generate %s, %s', templateName, error.message);
33
+ return `Could not generate ${templateName} error: ${error.message}`;
33
34
  }
34
35
  }
35
36
  export function addTemplate(templateName, templateString) {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "37.3.2",
3
+ "version": "37.4.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "37.3.2",
9
+ "version": "37.4.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
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": "37.3.2",
8
+ "version": "37.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",