sitespeed.io 35.1.0 → 35.1.2

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,14 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
+ ## 35.1.2 - 2024-10-09
4
+ ### Fixed
5
+ * Make sure crux setup messages are skipt for analysisstorer [4291](https://github.com/sitespeedio/sitespeed.io/pull/4291).
6
+
7
+ ## 35.1.1 - 2024-10-08
8
+ ### Fixed
9
+ * Updated to [Browsertime 23.1.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2311---2024-10-08) that fixes the Firefox HAR timing problem [#4289](https://github.com/sitespeedio/sitespeed.io/pull/4289).
10
+
11
+
3
12
  ## 35.1.0 - 2024-10-08
4
13
  ### Added
5
14
  * Browsertime [23.1.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2310---2024-10-08) [#4287](https://github.com/sitespeedio/sitespeed.io/pull/4287).
@@ -34,7 +34,8 @@ function shouldIgnoreMessage(message) {
34
34
  'graphite.setup',
35
35
  'influxdb.setup',
36
36
  'grafana.setup',
37
- 'sustainable.setup'
37
+ 'sustainable.setup',
38
+ 'crux.setup'
38
39
  ].includes(message.type);
39
40
  }
40
41
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "35.1.0",
3
+ "version": "35.1.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "35.1.0",
9
+ "version": "35.1.2",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "3.609.0",
@@ -15,7 +15,7 @@
15
15
  "@sitespeed.io/plugin": "0.0.6",
16
16
  "@tgwf/co2": "0.16.0",
17
17
  "axe-core": "4.10.0",
18
- "browsertime": "23.1.0",
18
+ "browsertime": "23.1.1",
19
19
  "cli-color": "2.0.4",
20
20
  "coach-core": "8.0.2",
21
21
  "concurrent-queue": "7.0.2",
@@ -3630,9 +3630,9 @@
3630
3630
  }
3631
3631
  },
3632
3632
  "node_modules/browsertime": {
3633
- "version": "23.1.0",
3634
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-23.1.0.tgz",
3635
- "integrity": "sha512-OuazD7yu69Q9AKT7AcDAqtOAzx2c4QXW6vEZayYSd6phjh3HwYlSY37pkmM/lgmKfXgxYRcvNRlI/2CZcSen8Q==",
3633
+ "version": "23.1.1",
3634
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-23.1.1.tgz",
3635
+ "integrity": "sha512-qSlfTvo+y+b03t5QiMoknKSda9rzm9qOI4GcPWJqA7jpWrcp7ZHWEgNB9QSB7aZaWdCEah+6G51H43XlUjCsQg==",
3636
3636
  "dependencies": {
3637
3637
  "@cypress/xvfb": "1.2.4",
3638
3638
  "@devicefarmer/adbkit": "3.2.6",
@@ -3647,7 +3647,7 @@
3647
3647
  "dayjs": "1.11.13",
3648
3648
  "execa": "9.3.1",
3649
3649
  "fast-stats": "0.0.7",
3650
- "ff-test-bidi-har-export": "0.0.15",
3650
+ "ff-test-bidi-har-export": "0.0.16",
3651
3651
  "find-up": "7.0.0",
3652
3652
  "get-port": "7.1.0",
3653
3653
  "hasbin": "1.2.3",
@@ -5720,9 +5720,9 @@
5720
5720
  }
5721
5721
  },
5722
5722
  "node_modules/ff-test-bidi-har-export": {
5723
- "version": "0.0.15",
5724
- "resolved": "https://registry.npmjs.org/ff-test-bidi-har-export/-/ff-test-bidi-har-export-0.0.15.tgz",
5725
- "integrity": "sha512-ye0xGugfrG7zXfwB0kGEQ1R3qdF/bA9+VFCuTHg49kkbLWHon2eCe011prJM1IWDEWprKexJ4ppZDI+5za2jNg=="
5723
+ "version": "0.0.16",
5724
+ "resolved": "https://registry.npmjs.org/ff-test-bidi-har-export/-/ff-test-bidi-har-export-0.0.16.tgz",
5725
+ "integrity": "sha512-yWL5OLgNFS8YAX0rjsmTjPhM0YXzlpW6n0G2xPhZfvw6ohrZ3g+y511uN1cM6BfPnf0anXU8n3IGLmryV/kVfA=="
5726
5726
  },
5727
5727
  "node_modules/figures": {
5728
5728
  "version": "6.1.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": "35.1.0",
8
+ "version": "35.1.2",
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.16.0",
86
86
  "@aws-sdk/client-s3": "3.609.0",
87
87
  "axe-core": "4.10.0",
88
- "browsertime": "23.1.0",
88
+ "browsertime": "23.1.1",
89
89
  "coach-core": "8.0.2",
90
90
  "cli-color": "2.0.4",
91
91
  "concurrent-queue": "7.0.2",
package/release/feed.js CHANGED
@@ -140,7 +140,7 @@ const getContent = async tool => {
140
140
  let changelog =
141
141
  tool === 'sitespeed.io' ? './CHANGELOG.md' : '../' + tool + '/CHANGELOG.md';
142
142
  if (tool === 'server' || tool === 'testrunner') {
143
- changelog = `../../onlinetest/${tool}/CHANGELOG.md`;
143
+ changelog = `../onlinetest/${tool}/CHANGELOG.md`;
144
144
  }
145
145
  const result = await parseChangelog({
146
146
  filePath: changelog,