sitespeed.io 32.0.0 → 32.2.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 CHANGED
@@ -1,8 +1,19 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
+ ## 32.2.0 - 2024-01-24
4
+ ### Added
5
+ * Chrome and Chromedriver 121 in the Docker container [#4069](https://github.com/sitespeedio/sitespeed.io/pull/4069).
6
+ * Browsertime 21.1.0 [#4070](https://github.com/sitespeedio/sitespeed.io/pull/4070).
7
+
8
+
9
+ ## 32.1.0 - 2024-01-23
10
+ ### Added
11
+ * Updated the WebPageReplay version in the Docker container [#4067](https://github.com/sitespeedio/sitespeed.io/pull/4067).
12
+ * Firefox 122 in the Docker container [#4068](https://github.com/sitespeedio/sitespeed.io/pull/4068).
13
+
3
14
  ## 32.0.0 - 2024-01-19
4
15
  ### Breaking change
5
- * If you use the compare plugin (`--compare.saveBaseline`) you need to remove your old baseline when you upgrade. The reason is that the original implementation was very narrow to some Browsertime metrics. The new version will be able to show more information (more metrics) between the baseline and the current test. This version allo disables comparing the CDP performance metrics, making the compare page easier to understand.
16
+ * If you use the compare plugin (`--compare.saveBaseline`) you need to remove your old baseline when you upgrade. The reason is that the original implementation was very narrow to some Browsertime metrics. The new version will be able to show more information (more metrics) between the baseline and the current test. This version allo disables comparing the CDP performance metrics, making the compare page easier to understand [#4064](https://github.com/sitespeedio/sitespeed.io/pull/4064).
6
17
 
7
18
 
8
19
  ## 31.2.1 - 2024-01-18
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM sitespeedio/webbrowsers:chrome-120.0-firefox-121.0-edge-120.0
1
+ FROM sitespeedio/webbrowsers:chrome-121.0-firefox-122.0-edge-120.0
2
2
 
3
3
  ARG TARGETPLATFORM=linux/amd64
4
4
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "32.0.0",
3
+ "version": "32.2.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "32.0.0",
9
+ "version": "32.2.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@google-cloud/storage": "6.9.5",
@@ -15,7 +15,7 @@
15
15
  "@tgwf/co2": "0.13.10",
16
16
  "aws-sdk": "2.1327.0",
17
17
  "axe-core": "4.8.2",
18
- "browsertime": "21.0.0",
18
+ "browsertime": "21.1.0",
19
19
  "cli-color": "2.0.3",
20
20
  "coach-core": "8.0.2",
21
21
  "concurrent-queue": "7.0.2",
@@ -943,9 +943,9 @@
943
943
  }
944
944
  },
945
945
  "node_modules/@sitespeed.io/chromedriver": {
946
- "version": "120.0.6099-71",
947
- "resolved": "https://registry.npmjs.org/@sitespeed.io/chromedriver/-/chromedriver-120.0.6099-71.tgz",
948
- "integrity": "sha512-45hQNdnZRisMobAuq+tPdwUV0Dr69LBNalm7FY33fTFf9koqOHWbJf+s2GKeEoSfvxGo++Y0UijlsuBJzQpH8w==",
946
+ "version": "121.0.6167-85",
947
+ "resolved": "https://registry.npmjs.org/@sitespeed.io/chromedriver/-/chromedriver-121.0.6167-85.tgz",
948
+ "integrity": "sha512-gZIaIdAI62CyE+lMVFSmzuG+/lvVYKAfCli45NKlnS1nRau05eoSFTAwnvPomJ9+i5aaTITqdNbDJiBQyWS3kA==",
949
949
  "hasInstallScript": true,
950
950
  "dependencies": {
951
951
  "node-downloader-helper": "2.1.9",
@@ -1759,13 +1759,13 @@
1759
1759
  }
1760
1760
  },
1761
1761
  "node_modules/browsertime": {
1762
- "version": "21.0.0",
1763
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-21.0.0.tgz",
1764
- "integrity": "sha512-DRc3Zlz0VlhRH9Vq+7x8KTR6KO9slZ6CisC2Qt63LnR/NjZgR9IXBhxUi/5ncbvwq/pNgplwgFEa8T2hJbHCbw==",
1762
+ "version": "21.1.0",
1763
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-21.1.0.tgz",
1764
+ "integrity": "sha512-1V5xQDdwMHcOO8/GxHepMwrutoy4pa7Prg0GxePC+THuToGUPPemMrFmwN7I3WJWieS++F4/7hJ4wVIddotVcw==",
1765
1765
  "dependencies": {
1766
1766
  "@cypress/xvfb": "1.2.4",
1767
1767
  "@devicefarmer/adbkit": "3.2.5",
1768
- "@sitespeed.io/chromedriver": "120.0.6099-71",
1768
+ "@sitespeed.io/chromedriver": "121.0.6167-85",
1769
1769
  "@sitespeed.io/edgedriver": "120.0.2210-77",
1770
1770
  "@sitespeed.io/geckodriver": "0.34.0",
1771
1771
  "@sitespeed.io/throttle": "5.0.0",
@@ -9985,9 +9985,9 @@
9985
9985
  }
9986
9986
  },
9987
9987
  "@sitespeed.io/chromedriver": {
9988
- "version": "120.0.6099-71",
9989
- "resolved": "https://registry.npmjs.org/@sitespeed.io/chromedriver/-/chromedriver-120.0.6099-71.tgz",
9990
- "integrity": "sha512-45hQNdnZRisMobAuq+tPdwUV0Dr69LBNalm7FY33fTFf9koqOHWbJf+s2GKeEoSfvxGo++Y0UijlsuBJzQpH8w==",
9988
+ "version": "121.0.6167-85",
9989
+ "resolved": "https://registry.npmjs.org/@sitespeed.io/chromedriver/-/chromedriver-121.0.6167-85.tgz",
9990
+ "integrity": "sha512-gZIaIdAI62CyE+lMVFSmzuG+/lvVYKAfCli45NKlnS1nRau05eoSFTAwnvPomJ9+i5aaTITqdNbDJiBQyWS3kA==",
9991
9991
  "requires": {
9992
9992
  "node-downloader-helper": "2.1.9",
9993
9993
  "node-stream-zip": "1.15.0"
@@ -10601,13 +10601,13 @@
10601
10601
  }
10602
10602
  },
10603
10603
  "browsertime": {
10604
- "version": "21.0.0",
10605
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-21.0.0.tgz",
10606
- "integrity": "sha512-DRc3Zlz0VlhRH9Vq+7x8KTR6KO9slZ6CisC2Qt63LnR/NjZgR9IXBhxUi/5ncbvwq/pNgplwgFEa8T2hJbHCbw==",
10604
+ "version": "21.1.0",
10605
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-21.1.0.tgz",
10606
+ "integrity": "sha512-1V5xQDdwMHcOO8/GxHepMwrutoy4pa7Prg0GxePC+THuToGUPPemMrFmwN7I3WJWieS++F4/7hJ4wVIddotVcw==",
10607
10607
  "requires": {
10608
10608
  "@cypress/xvfb": "1.2.4",
10609
10609
  "@devicefarmer/adbkit": "3.2.5",
10610
- "@sitespeed.io/chromedriver": "120.0.6099-71",
10610
+ "@sitespeed.io/chromedriver": "121.0.6167-85",
10611
10611
  "@sitespeed.io/edgedriver": "120.0.2210-77",
10612
10612
  "@sitespeed.io/geckodriver": "0.34.0",
10613
10613
  "@sitespeed.io/throttle": "5.0.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": "32.0.0",
8
+ "version": "32.2.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",
@@ -83,7 +83,7 @@
83
83
  "@tgwf/co2": "0.13.10",
84
84
  "aws-sdk": "2.1327.0",
85
85
  "axe-core": "4.8.2",
86
- "browsertime": "21.0.0",
86
+ "browsertime": "21.1.0",
87
87
  "coach-core": "8.0.2",
88
88
  "cli-color": "2.0.3",
89
89
  "concurrent-queue": "7.0.2",