sitespeed.io 29.0.0-alpha.2 → 29.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 +8 -4
- package/Dockerfile +1 -1
- package/npm-shrinkwrap.json +17 -17
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
-
## 29.0.0
|
|
3
|
+
## 29.0.0 - 2023-07-25
|
|
4
4
|
### Breaking change
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
The breaking changes in this release will not break anything, however some behaviours are changed in rare cases, please read:
|
|
7
|
+
|
|
8
|
+
* Changed timestamp for Graphite/InfluxDB metrics/annotations. The old implementation used the start time for the test all metrics sent except *browsertime.run* metrics (data for each run). This fix changes so metrics (and annotations) uses the *browsertime.pageSummary* runTime (when the actual first iteration happen for a test). This makes more sense if you test multiple pages within the same test [#3900](https://github.com/sitespeedio/sitespeed.io/pull/3900).
|
|
7
9
|
|
|
8
10
|
* When the slug concept was introduced in 17.0.0 also a bug was accidently added that add the domain as a slug if the slug was missing. As long as you added `--slug` that was not a problem and you will not be affected by this bug. However if you do not use `--slug` (you really should since 20.0.0) the slug portion would be automatically populated [#3901](https://github.com/sitespeedio/sitespeed.io/pull/3901).
|
|
9
11
|
|
|
10
12
|
### Fixed
|
|
11
|
-
* Crux: Remove experimental from INP [#3906](https://github.com/sitespeedio/sitespeed.io/pull/3906).
|
|
13
|
+
* Crux: Remove experimental from INP when getting Crux data [#3906](https://github.com/sitespeedio/sitespeed.io/pull/3906).
|
|
12
14
|
|
|
13
15
|
### Added
|
|
14
16
|
* New Chrome 115 and Chromedriver 115 (and a fix for the broken Chromedriver 115 on Mac).
|
|
15
|
-
* New
|
|
17
|
+
* New Edge and Edgedriver 115
|
|
18
|
+
* New Browsertime 17.14.0. Most notable change is that if you collect the Chrome devtools trace using `--cpu` we will now also collect the number of elements that needs recalculate styles before FCP/LCP. There will be a blog post about this change later on.
|
|
19
|
+
* Updated the [main page merics dashboard](https://dashboard.sitespeed.io/d/9NDMzFfMk/page-metrics), you can download the new version [here](https://github.com/sitespeedio/grafana-bootstrap-docker/blob/main/dashboards/graphite/PageMetrics.json).
|
|
16
20
|
|
|
17
21
|
## 28.2.0 - 2023-07-07
|
|
18
22
|
### Added
|
package/Dockerfile
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "29.0.0
|
|
3
|
+
"version": "29.0.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "29.0.0
|
|
9
|
+
"version": "29.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.4",
|
|
16
16
|
"aws-sdk": "2.1327.0",
|
|
17
17
|
"axe-core": "4.7.2",
|
|
18
|
-
"browsertime": "17.
|
|
18
|
+
"browsertime": "17.14.0",
|
|
19
19
|
"cli-color": "2.0.3",
|
|
20
20
|
"coach-core": "7.2.1",
|
|
21
21
|
"concurrent-queue": "7.0.2",
|
|
@@ -1026,9 +1026,9 @@
|
|
|
1026
1026
|
}
|
|
1027
1027
|
},
|
|
1028
1028
|
"node_modules/@sitespeed.io/edgedriver": {
|
|
1029
|
-
"version": "
|
|
1030
|
-
"resolved": "https://registry.npmjs.org/@sitespeed.io/edgedriver/-/edgedriver-
|
|
1031
|
-
"integrity": "sha512-
|
|
1029
|
+
"version": "115.0.1901-183",
|
|
1030
|
+
"resolved": "https://registry.npmjs.org/@sitespeed.io/edgedriver/-/edgedriver-115.0.1901-183.tgz",
|
|
1031
|
+
"integrity": "sha512-8Pw9xAHWTAoOJmJctuA2vebQ9GVgtMiQB0w9010jgjALjOm8RySadK7sTJj3HyAi+R3AerqASDr0eJdiYnEgPQ==",
|
|
1032
1032
|
"hasInstallScript": true,
|
|
1033
1033
|
"dependencies": {
|
|
1034
1034
|
"node-downloader-helper": "2.1.7",
|
|
@@ -1883,14 +1883,14 @@
|
|
|
1883
1883
|
}
|
|
1884
1884
|
},
|
|
1885
1885
|
"node_modules/browsertime": {
|
|
1886
|
-
"version": "17.
|
|
1887
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-17.
|
|
1888
|
-
"integrity": "sha512-
|
|
1886
|
+
"version": "17.14.0",
|
|
1887
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-17.14.0.tgz",
|
|
1888
|
+
"integrity": "sha512-LSsUF4BiH+gvCEy7QBaSk+5Ji/MEuXQVShYxUbFFxwzerbU8gWSb2N/r9tDVnKovx8dzJAdFqAttveoBMX0h/g==",
|
|
1889
1889
|
"dependencies": {
|
|
1890
1890
|
"@cypress/xvfb": "1.2.4",
|
|
1891
1891
|
"@devicefarmer/adbkit": "2.11.3",
|
|
1892
1892
|
"@sitespeed.io/chromedriver": "115.0.5790-98b",
|
|
1893
|
-
"@sitespeed.io/edgedriver": "
|
|
1893
|
+
"@sitespeed.io/edgedriver": "115.0.1901-183",
|
|
1894
1894
|
"@sitespeed.io/geckodriver": "0.33.0",
|
|
1895
1895
|
"@sitespeed.io/throttle": "5.0.0",
|
|
1896
1896
|
"@sitespeed.io/tracium": "0.3.3",
|
|
@@ -10215,9 +10215,9 @@
|
|
|
10215
10215
|
}
|
|
10216
10216
|
},
|
|
10217
10217
|
"@sitespeed.io/edgedriver": {
|
|
10218
|
-
"version": "
|
|
10219
|
-
"resolved": "https://registry.npmjs.org/@sitespeed.io/edgedriver/-/edgedriver-
|
|
10220
|
-
"integrity": "sha512-
|
|
10218
|
+
"version": "115.0.1901-183",
|
|
10219
|
+
"resolved": "https://registry.npmjs.org/@sitespeed.io/edgedriver/-/edgedriver-115.0.1901-183.tgz",
|
|
10220
|
+
"integrity": "sha512-8Pw9xAHWTAoOJmJctuA2vebQ9GVgtMiQB0w9010jgjALjOm8RySadK7sTJj3HyAi+R3AerqASDr0eJdiYnEgPQ==",
|
|
10221
10221
|
"requires": {
|
|
10222
10222
|
"node-downloader-helper": "2.1.7",
|
|
10223
10223
|
"node-stream-zip": "1.15.0"
|
|
@@ -10862,14 +10862,14 @@
|
|
|
10862
10862
|
}
|
|
10863
10863
|
},
|
|
10864
10864
|
"browsertime": {
|
|
10865
|
-
"version": "17.
|
|
10866
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-17.
|
|
10867
|
-
"integrity": "sha512-
|
|
10865
|
+
"version": "17.14.0",
|
|
10866
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-17.14.0.tgz",
|
|
10867
|
+
"integrity": "sha512-LSsUF4BiH+gvCEy7QBaSk+5Ji/MEuXQVShYxUbFFxwzerbU8gWSb2N/r9tDVnKovx8dzJAdFqAttveoBMX0h/g==",
|
|
10868
10868
|
"requires": {
|
|
10869
10869
|
"@cypress/xvfb": "1.2.4",
|
|
10870
10870
|
"@devicefarmer/adbkit": "2.11.3",
|
|
10871
10871
|
"@sitespeed.io/chromedriver": "115.0.5790-98b",
|
|
10872
|
-
"@sitespeed.io/edgedriver": "
|
|
10872
|
+
"@sitespeed.io/edgedriver": "115.0.1901-183",
|
|
10873
10873
|
"@sitespeed.io/geckodriver": "0.33.0",
|
|
10874
10874
|
"@sitespeed.io/throttle": "5.0.0",
|
|
10875
10875
|
"@sitespeed.io/tracium": "0.3.3",
|
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": "29.0.0
|
|
8
|
+
"version": "29.0.0",
|
|
9
9
|
"description": "Analyze the web performance of your site",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"performance",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@tgwf/co2": "0.13.4",
|
|
84
84
|
"aws-sdk": "2.1327.0",
|
|
85
85
|
"axe-core": "4.7.2",
|
|
86
|
-
"browsertime": "17.
|
|
86
|
+
"browsertime": "17.14.0",
|
|
87
87
|
"coach-core": "7.2.1",
|
|
88
88
|
"cli-color": "2.0.3",
|
|
89
89
|
"concurrent-queue": "7.0.2",
|