sitespeed.io 20.4.2 → 20.5.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,10 +1,17 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
+ ## 20.5.0 - 2021-11-09
4
+ ### Added
5
+ * Updated to [Browsertime 14.9.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1490---2021-11-07) with updated Chrome HAR generator.
6
+
7
+ ### Fixed
8
+ * Ignore Influxdb and Grafana setup messages when you use the analysisstorer plugin [#3508](https://github.com/sitespeedio/sitespeed.io/pull/3508).
3
9
  ## 20.4.2 - 2021-11-07
4
10
  ### Fixed
5
11
  * Updated to AXE core 4.3.5 [#3501](https://github.com/sitespeedio/sitespeed.io/pull/3501).
6
12
  * Use latest npm in the Docker container [#3502](https://github.com/sitespeedio/sitespeed.io/pull/3502).
7
13
  * Fixed the bug that caused so that you couldn't use the analyisstorer plugin together with Graphite [#3506](https://github.com/sitespeedio/sitespeed.io/pull/3506).
14
+ * Updated to yargs 17.2.1
8
15
  ## 20.4.1 - 2021-10-29
9
16
  ### Fixed
10
17
  * Reverted the change with npm in the Docker container since it broke both webpagetest and the +1 container installation
@@ -27,7 +27,9 @@ function shouldIgnoreMessage(message) {
27
27
  's3.finished',
28
28
  'gcs.finished',
29
29
  'ftp.finished',
30
- 'graphite.setup'
30
+ 'graphite.setup',
31
+ 'influxdb.setup',
32
+ 'grafana.setup'
31
33
  ].indexOf(message.type) >= 0
32
34
  );
33
35
  }
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "20.4.2",
3
+ "version": "20.5.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "20.4.2",
9
+ "version": "20.5.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@google-cloud/storage": "5.8.3",
13
13
  "@tgwf/co2": "0.6.1",
14
14
  "aws-sdk": "2.882.0",
15
15
  "axe-core": "4.3.5",
16
- "browsertime": "14.8.0",
16
+ "browsertime": "14.9.0",
17
17
  "cli-color": "2.0.0",
18
18
  "coach-core": "6.4.3",
19
19
  "concurrent-queue": "7.0.2",
@@ -1465,9 +1465,9 @@
1465
1465
  }
1466
1466
  },
1467
1467
  "node_modules/browsertime": {
1468
- "version": "14.8.0",
1469
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-14.8.0.tgz",
1470
- "integrity": "sha512-Y8n743nH7mey7VGBc/1Wk55bWH17Gs48ycCn0HDp6EJo61D1r/z/ANylE2HhJqK6JC5S+bhjRHiZBvn+SG/NbQ==",
1468
+ "version": "14.9.0",
1469
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-14.9.0.tgz",
1470
+ "integrity": "sha512-64zpa7m8dGdyMxA31quEPFs58FrJI1mZKMgtBu0a0cFufy510R2mD4qabQFpO9StDrUoehMe2GnDgC2hArfiwg==",
1471
1471
  "dependencies": {
1472
1472
  "@cypress/xvfb": "1.2.4",
1473
1473
  "@devicefarmer/adbkit": "2.11.3",
@@ -1477,7 +1477,7 @@
1477
1477
  "@sitespeed.io/throttle": "3.0.0",
1478
1478
  "@sitespeed.io/tracium": "0.3.3",
1479
1479
  "btoa": "1.2.1",
1480
- "chrome-har": "0.11.12",
1480
+ "chrome-har": "0.12.0",
1481
1481
  "chrome-remote-interface": "0.31.0",
1482
1482
  "dayjs": "1.10.5",
1483
1483
  "execa": "5.1.1",
@@ -1494,7 +1494,7 @@
1494
1494
  "lodash.set": "4.3.2",
1495
1495
  "selenium-webdriver": "4.0.0",
1496
1496
  "speedline-core": "1.4.3",
1497
- "yargs": "17.0.1"
1497
+ "yargs": "17.2.1"
1498
1498
  },
1499
1499
  "bin": {
1500
1500
  "browsertime": "bin/browsertime.js"
@@ -1511,23 +1511,6 @@
1511
1511
  "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.5.tgz",
1512
1512
  "integrity": "sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g=="
1513
1513
  },
1514
- "node_modules/browsertime/node_modules/yargs": {
1515
- "version": "17.0.1",
1516
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz",
1517
- "integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==",
1518
- "dependencies": {
1519
- "cliui": "^7.0.2",
1520
- "escalade": "^3.1.1",
1521
- "get-caller-file": "^2.0.5",
1522
- "require-directory": "^2.1.1",
1523
- "string-width": "^4.2.0",
1524
- "y18n": "^5.0.5",
1525
- "yargs-parser": "^20.2.2"
1526
- },
1527
- "engines": {
1528
- "node": ">=12"
1529
- }
1530
- },
1531
1514
  "node_modules/btoa": {
1532
1515
  "version": "1.2.1",
1533
1516
  "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz",
@@ -1710,9 +1693,9 @@
1710
1693
  }
1711
1694
  },
1712
1695
  "node_modules/chrome-har": {
1713
- "version": "0.11.12",
1714
- "resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.11.12.tgz",
1715
- "integrity": "sha512-Fi/YCoUHjQMQC0sPKCdiuGVbApeEwIUNvISrlwZgbuUcxfHJA6MjD4RsIH/YSOAo/Z3ENiF+xaEpsdqqdETIjg==",
1696
+ "version": "0.12.0",
1697
+ "resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.12.0.tgz",
1698
+ "integrity": "sha512-VRQOsN9omU6q5/8h6eU9tkHPV2VvOCAh1JL4Hpk8ZIyrTLFWdK0A7UOsKNplvr+9Ls/8Wr71G20cuX2OsRPbwA==",
1716
1699
  "dependencies": {
1717
1700
  "dayjs": "1.8.31",
1718
1701
  "debug": "4.1.1",
@@ -8678,9 +8661,9 @@
8678
8661
  }
8679
8662
  },
8680
8663
  "browsertime": {
8681
- "version": "14.8.0",
8682
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-14.8.0.tgz",
8683
- "integrity": "sha512-Y8n743nH7mey7VGBc/1Wk55bWH17Gs48ycCn0HDp6EJo61D1r/z/ANylE2HhJqK6JC5S+bhjRHiZBvn+SG/NbQ==",
8664
+ "version": "14.9.0",
8665
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-14.9.0.tgz",
8666
+ "integrity": "sha512-64zpa7m8dGdyMxA31quEPFs58FrJI1mZKMgtBu0a0cFufy510R2mD4qabQFpO9StDrUoehMe2GnDgC2hArfiwg==",
8684
8667
  "requires": {
8685
8668
  "@cypress/xvfb": "1.2.4",
8686
8669
  "@devicefarmer/adbkit": "2.11.3",
@@ -8690,7 +8673,7 @@
8690
8673
  "@sitespeed.io/throttle": "3.0.0",
8691
8674
  "@sitespeed.io/tracium": "0.3.3",
8692
8675
  "btoa": "1.2.1",
8693
- "chrome-har": "0.11.12",
8676
+ "chrome-har": "0.12.0",
8694
8677
  "chrome-remote-interface": "0.31.0",
8695
8678
  "dayjs": "1.10.5",
8696
8679
  "execa": "5.1.1",
@@ -8708,27 +8691,13 @@
8708
8691
  "lodash.set": "4.3.2",
8709
8692
  "selenium-webdriver": "4.0.0",
8710
8693
  "speedline-core": "1.4.3",
8711
- "yargs": "17.0.1"
8694
+ "yargs": "17.2.1"
8712
8695
  },
8713
8696
  "dependencies": {
8714
8697
  "dayjs": {
8715
8698
  "version": "1.10.5",
8716
8699
  "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.5.tgz",
8717
8700
  "integrity": "sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g=="
8718
- },
8719
- "yargs": {
8720
- "version": "17.0.1",
8721
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz",
8722
- "integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==",
8723
- "requires": {
8724
- "cliui": "^7.0.2",
8725
- "escalade": "^3.1.1",
8726
- "get-caller-file": "^2.0.5",
8727
- "require-directory": "^2.1.1",
8728
- "string-width": "^4.2.0",
8729
- "y18n": "^5.0.5",
8730
- "yargs-parser": "^20.2.2"
8731
- }
8732
8701
  }
8733
8702
  }
8734
8703
  },
@@ -8870,9 +8839,9 @@
8870
8839
  "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="
8871
8840
  },
8872
8841
  "chrome-har": {
8873
- "version": "0.11.12",
8874
- "resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.11.12.tgz",
8875
- "integrity": "sha512-Fi/YCoUHjQMQC0sPKCdiuGVbApeEwIUNvISrlwZgbuUcxfHJA6MjD4RsIH/YSOAo/Z3ENiF+xaEpsdqqdETIjg==",
8842
+ "version": "0.12.0",
8843
+ "resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.12.0.tgz",
8844
+ "integrity": "sha512-VRQOsN9omU6q5/8h6eU9tkHPV2VvOCAh1JL4Hpk8ZIyrTLFWdK0A7UOsKNplvr+9Ls/8Wr71G20cuX2OsRPbwA==",
8876
8845
  "requires": {
8877
8846
  "dayjs": "1.8.31",
8878
8847
  "debug": "4.1.1",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "sitespeed.io": "./bin/sitespeed.js",
5
5
  "sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
6
6
  },
7
- "version": "20.4.2",
7
+ "version": "20.5.0",
8
8
  "description": "Analyze the web performance of your site",
9
9
  "keywords": [
10
10
  "performance",
@@ -74,7 +74,7 @@
74
74
  "@tgwf/co2": "0.6.1",
75
75
  "aws-sdk": "2.882.0",
76
76
  "axe-core": "4.3.5",
77
- "browsertime": "14.8.0",
77
+ "browsertime": "14.9.0",
78
78
  "coach-core": "6.4.3",
79
79
  "cli-color": "2.0.0",
80
80
  "concurrent-queue": "7.0.2",