sitespeed.io 34.3.2 → 34.3.3

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,10 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
+ ## 34.3.3 - 2024-06-24
4
+ ### Fixed
5
+ * Updated to Browsertime 25.5.2 that has updated versions of Selenium WebDriver and correct export for scripting.
6
+ * API: Copy Browsertime setting from the option object to the API. There cases where you use a configuration file, override it with CLI parameters and the cli parameters didn't override the configuration file. That is fixed now for Browsertime configurations [#4200](https://github.com/sitespeedio/sitespeed.io/pull/4200).
7
+
3
8
  ## 34.3.2 - 2024-06-23
4
9
  ### Fixed
5
10
  * API: Remove extends from the configuration to make sure that testrunners ddo not try to extend configuration [#4198](https://github.com/sitespeedio/sitespeed.io/pull/4198).
package/bin/sitespeed.js CHANGED
@@ -65,6 +65,10 @@ async function api(options) {
65
65
  delete apiOptions.extends;
66
66
  }
67
67
 
68
+ // We copy all browsertime settings to fix the problem when we use --config
69
+ // and then try to ovverride some configurations using command line
70
+ apiOptions.browsertime = options.browsertime;
71
+
68
72
  if (action === 'add' || action === 'addAndGetResult') {
69
73
  const spinner = ora({
70
74
  text: `Send test to ${hostname} testing ${options._[0]}`,
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "34.3.2",
3
+ "version": "34.3.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "34.3.2",
9
+ "version": "34.3.3",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "3.564.0",
@@ -15,7 +15,7 @@
15
15
  "@sitespeed.io/plugin": "0.0.6",
16
16
  "@tgwf/co2": "0.14.4",
17
17
  "axe-core": "4.9.1",
18
- "browsertime": "22.5.0",
18
+ "browsertime": "22.5.2",
19
19
  "cli-color": "2.0.4",
20
20
  "coach-core": "8.0.2",
21
21
  "concurrent-queue": "7.0.2",
@@ -3536,13 +3536,13 @@
3536
3536
  }
3537
3537
  },
3538
3538
  "node_modules/browsertime": {
3539
- "version": "22.5.0",
3540
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-22.5.0.tgz",
3541
- "integrity": "sha512-lr2xFJJs95L3Uq3vyfDIbHO+GX5ZmGegZnumQWCoa2m82AyICppm/10PGgBVa4YHWjW/qkXLMk+aHhYqpXibPg==",
3539
+ "version": "22.5.2",
3540
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-22.5.2.tgz",
3541
+ "integrity": "sha512-5t5nzLX60FCGOsi5HfNaxe1IbgUoONXyPMUIlG6B1MJJO7s63IQfQUxKz/1dvX+WaYT9JhDvTCC/10QZo9vxsg==",
3542
3542
  "dependencies": {
3543
3543
  "@cypress/xvfb": "1.2.4",
3544
3544
  "@devicefarmer/adbkit": "3.2.6",
3545
- "@sitespeed.io/chromedriver": "126.0.6478-55",
3545
+ "@sitespeed.io/chromedriver": "126.0.6478-55 ",
3546
3546
  "@sitespeed.io/edgedriver": "125.0.2535-47",
3547
3547
  "@sitespeed.io/geckodriver": "0.34.0",
3548
3548
  "@sitespeed.io/throttle": "5.0.0",
@@ -3564,7 +3564,7 @@
3564
3564
  "lodash.merge": "4.6.2",
3565
3565
  "lodash.pick": "4.4.0",
3566
3566
  "lodash.set": "4.3.2",
3567
- "selenium-webdriver": "4.21.0",
3567
+ "selenium-webdriver": "4.22.0",
3568
3568
  "usb-power-profiling": "^1.2.0",
3569
3569
  "yargs": "17.7.2"
3570
3570
  },
@@ -9849,9 +9849,9 @@
9849
9849
  "optional": true
9850
9850
  },
9851
9851
  "node_modules/selenium-webdriver": {
9852
- "version": "4.21.0",
9853
- "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.21.0.tgz",
9854
- "integrity": "sha512-WaEJHZjOWNth1QG5FEpxpREER0qptZBMonFU6GtAqdCNLJVxbtC3E7oS/I/+Q1sf1W032Wg0Ebk+m46lANOXyQ==",
9852
+ "version": "4.22.0",
9853
+ "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.22.0.tgz",
9854
+ "integrity": "sha512-GNbrkCHmy249ai885wgXqTfqL2lZnclUH/P8pwTDIqzyFxU3YhDiN7p/c9tMFA4NhgRdEBO2QCG+CWmG7xr/Mw==",
9855
9855
  "dependencies": {
9856
9856
  "jszip": "^3.10.1",
9857
9857
  "tmp": "^0.2.3",
@@ -9862,9 +9862,9 @@
9862
9862
  }
9863
9863
  },
9864
9864
  "node_modules/selenium-webdriver/node_modules/ws": {
9865
- "version": "8.17.0",
9866
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz",
9867
- "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==",
9865
+ "version": "8.17.1",
9866
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
9867
+ "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
9868
9868
  "engines": {
9869
9869
  "node": ">=10.0.0"
9870
9870
  },
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": "34.3.2",
8
+ "version": "34.3.3",
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",
@@ -85,7 +85,7 @@
85
85
  "@tgwf/co2": "0.14.4",
86
86
  "@aws-sdk/client-s3": "3.564.0",
87
87
  "axe-core": "4.9.1",
88
- "browsertime": "22.5.0",
88
+ "browsertime": "22.5.2",
89
89
  "coach-core": "8.0.2",
90
90
  "cli-color": "2.0.4",
91
91
  "concurrent-queue": "7.0.2",