sitespeed.io 30.11.0 → 31.0.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,5 +1,11 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
+ ## 31.0.0 - 2023-12-22
4
+ ### Breaking
5
+ * Updated to [Browsertime 20](https://github.com/sitespeedio/browsertime/releases/tag/v20.0.0). The new version of Browsertime renames `--userTimingWhitelist` to `--userTimingAllowList` so if you use that functionality you need to change the name before you upgrade!
6
+ ### Fixed
7
+ * The new version of Browsertime also fix the bug in Firefox 121 on Mac so you can start it.
8
+
3
9
  ## 30.11.0 - 2023-12-21
4
10
  ### Fixed
5
11
  * Moved functionality from co2 to sitespeed.io see [#4034](https://github.com/sitespeedio/sitespeed.io/pull/4034).
package/lib/cli/cli.js CHANGED
@@ -233,7 +233,7 @@ export async function parseCommandLine() {
233
233
  alias: ['b', 'browser'],
234
234
  default: browsertimeConfig.browser,
235
235
  describe:
236
- 'Choose which Browser to use when you test. Safari only works on Mac OS X and iOS 13 (or later). Chrome needs to be the same version as the current installed ChromeDriver (check the changelog for what version that is currently used). Use --chrome.chromedriverPath to use another ChromeDriver version.',
236
+ 'Choose which Browser to use when you test. Safari only works on Mac OS X and iOS 13 (or later).',
237
237
  choices: ['chrome', 'firefox', 'safari', 'edge'],
238
238
  group: 'Browser'
239
239
  })
@@ -1187,7 +1187,7 @@ export async function parseCommandLine() {
1187
1187
  group: 'Grafana'
1188
1188
  })
1189
1189
  .option('grafana.annotationTitle', {
1190
- describe: 'Add a title to the annotation sent for a run.',
1190
+ descriee: 'Add a title to the annotation sent for a run.',
1191
1191
  group: 'Grafana'
1192
1192
  })
1193
1193
  .option('grafana.annotationMessage', {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "30.11.0",
3
+ "version": "31.0.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "30.11.0",
9
+ "version": "31.0.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": "19.3.1",
18
+ "browsertime": "20.0.0",
19
19
  "cli-color": "2.0.3",
20
20
  "coach-core": "8.0.2",
21
21
  "concurrent-queue": "7.0.2",
@@ -1759,9 +1759,9 @@
1759
1759
  }
1760
1760
  },
1761
1761
  "node_modules/browsertime": {
1762
- "version": "19.3.1",
1763
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-19.3.1.tgz",
1764
- "integrity": "sha512-MjS3YvbfFMMzZcKNZjdzRMxqIC/fUiNgJ8GiLgOhit1OmqaPPFSHjWv5vZxyjIl3zzzMVgQDv+u3MGDrLGSkPw==",
1762
+ "version": "20.0.0",
1763
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-20.0.0.tgz",
1764
+ "integrity": "sha512-gAN3rrkH5oa1SygymrcgwmwHOEtGDVevo4eXfRkX7mVAVPKlW5+qHdoeVXIGqj2SmzlkbPVnKLsnqs5nQGgx5Q==",
1765
1765
  "dependencies": {
1766
1766
  "@cypress/xvfb": "1.2.4",
1767
1767
  "@devicefarmer/adbkit": "3.2.5",
@@ -10601,9 +10601,9 @@
10601
10601
  }
10602
10602
  },
10603
10603
  "browsertime": {
10604
- "version": "19.3.1",
10605
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-19.3.1.tgz",
10606
- "integrity": "sha512-MjS3YvbfFMMzZcKNZjdzRMxqIC/fUiNgJ8GiLgOhit1OmqaPPFSHjWv5vZxyjIl3zzzMVgQDv+u3MGDrLGSkPw==",
10604
+ "version": "20.0.0",
10605
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-20.0.0.tgz",
10606
+ "integrity": "sha512-gAN3rrkH5oa1SygymrcgwmwHOEtGDVevo4eXfRkX7mVAVPKlW5+qHdoeVXIGqj2SmzlkbPVnKLsnqs5nQGgx5Q==",
10607
10607
  "requires": {
10608
10608
  "@cypress/xvfb": "1.2.4",
10609
10609
  "@devicefarmer/adbkit": "3.2.5",
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": "30.11.0",
8
+ "version": "31.0.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": "19.3.1",
86
+ "browsertime": "20.0.0",
87
87
  "coach-core": "8.0.2",
88
88
  "cli-color": "2.0.3",
89
89
  "concurrent-queue": "7.0.2",