sitespeed.io 36.0.0-alpha.1 → 36.0.0-alpha.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
@@ -4,6 +4,10 @@
4
4
 
5
5
  36.0.0 will be released late January 2025.
6
6
 
7
+ The 36.0.0 release remove a lot of dependencies. Since we implemented sitespeed.io the first time, there are many things that are easy to do in modern NodeJS. Those things have now been implemented directly in sitespeed.io.
8
+
9
+ This release contains a couple of breaking changes. Please read the breaking section before you upgrade!
10
+
7
11
  ### Breaking
8
12
  * Only download green2url data when you specifically ask for it [#4354](https://github.com/sitespeedio/sitespeed.io/pull/4354). To install you need to run `DOWNLOAD_URL2GREEN=true npm install sitespeed.io`. The green2url is also updated to use the latest availible data by late 2024. This saves 80 mb in default downloading.
9
13
  * Make sure you can't run with both `--cpu` and `--collectProfileRun` since that do not make any sense [#4298](https://github.com/sitespeedio/sitespeed.io/pull/4298)
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM sitespeedio/webbrowsers:chrome-131.0-firefox-134.0-edge-131.0-b
1
+ FROM sitespeedio/webbrowsers:chrome-131.0-firefox-133.0-edge-131.0
2
2
 
3
3
  ARG TARGETPLATFORM=linux/amd64
4
4
 
package/docs/README.md ADDED
@@ -0,0 +1,10 @@
1
+ Documentation for sitespeed.io
2
+ ================
3
+
4
+ First make sure you have Bundler: <code>gem install bundler</code>
5
+
6
+ If you run on a Mac OS make sure you have xcode-select installed: <code>xcode-select --install</code>
7
+
8
+ To run it locally: <code>bundle install && bundle exec jekyll serve --baseurl ''</code>
9
+
10
+ Checkout http://localhost:4000/
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "36.0.0-alpha.1",
3
+ "version": "36.0.0-alpha.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "36.0.0-alpha.1",
9
+ "version": "36.0.0-alpha.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@aws-sdk/client-s3": "3.717.0",
14
14
  "@google-cloud/storage": "7.14.0",
15
15
  "@influxdata/influxdb-client": "1.33.2",
16
- "@sitespeed.io/log": "0.2.3",
16
+ "@sitespeed.io/log": "0.2.4",
17
17
  "@sitespeed.io/plugin": "1.0.0",
18
18
  "@slack/webhook": "7.0.4",
19
19
  "@tgwf/co2": "0.16.4",
20
20
  "axe-core": "4.10.2",
21
- "browsertime": "24.0.0-alpha.3",
21
+ "browsertime": "24.0.0-alpha.5",
22
22
  "coach-core": "8.1.1",
23
23
  "dayjs": "1.11.11",
24
24
  "fast-crc32c": "2.0.0",
@@ -1864,9 +1864,9 @@
1864
1864
  }
1865
1865
  },
1866
1866
  "node_modules/@sitespeed.io/log": {
1867
- "version": "0.2.3",
1868
- "resolved": "https://registry.npmjs.org/@sitespeed.io/log/-/log-0.2.3.tgz",
1869
- "integrity": "sha512-m8uFubqYAbwM/cu0WmXt2w/mMZIr/WL0wGASLZgDZSJm/BvspumNfbqwYvHZvmKr8+EPt9N3ArFVG9vmB49DRg==",
1867
+ "version": "0.2.4",
1868
+ "resolved": "https://registry.npmjs.org/@sitespeed.io/log/-/log-0.2.4.tgz",
1869
+ "integrity": "sha512-rXQhH+RJiMxSZB3+JYhHEzfm8KruFkDOAxAuh4yDo03zeOyD4BvLOtvkpKXFP2V6egJKev0w+SSXa4RkNTuunw==",
1870
1870
  "license": "Apache-2.0",
1871
1871
  "engines": {
1872
1872
  "node": ">=20.0.0"
@@ -3331,16 +3331,15 @@
3331
3331
  }
3332
3332
  },
3333
3333
  "node_modules/browsertime": {
3334
- "version": "24.0.0-alpha.3",
3335
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.0.0-alpha.3.tgz",
3336
- "integrity": "sha512-F3sSiSe/99iJN0SJk/IGzzlQELTsKDzc73vy7ScriXB59AvRDxRW8/aiMZQ9YAG1DYSJFYbIy3xqe+JC5XkVSg==",
3337
- "license": "MIT",
3334
+ "version": "24.0.0-alpha.5",
3335
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.0.0-alpha.5.tgz",
3336
+ "integrity": "sha512-SUSyBV6vpTAOdXKxyUa2iXd/g6SxHBF60UCU8za94up7oyYDl1oVKuljSoCXaDqArNUY079SDnhHieQCwOMBXw==",
3338
3337
  "dependencies": {
3339
3338
  "@devicefarmer/adbkit": "3.3.8",
3340
3339
  "@sitespeed.io/chromedriver": "131.0.6778-69",
3341
3340
  "@sitespeed.io/edgedriver": "131.0.2903-112",
3342
3341
  "@sitespeed.io/geckodriver": "0.35.0-1",
3343
- "@sitespeed.io/log": "0.2.3",
3342
+ "@sitespeed.io/log": "0.2.4",
3344
3343
  "@sitespeed.io/throttle": "5.0.1",
3345
3344
  "@sitespeed.io/tracium": "0.3.3",
3346
3345
  "chrome-har": "1.0.1",
@@ -3348,9 +3347,7 @@
3348
3347
  "execa": "9.5.2",
3349
3348
  "fast-stats": "0.0.7",
3350
3349
  "ff-test-bidi-har-export": "0.0.17",
3351
- "lodash.get": "4.4.2",
3352
3350
  "lodash.merge": "4.6.2",
3353
- "lodash.set": "4.3.2",
3354
3351
  "selenium-webdriver": "4.27.0",
3355
3352
  "yargs": "17.7.2"
3356
3353
  },
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": "36.0.0-alpha.1",
8
+ "version": "36.0.0-alpha.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",
@@ -84,12 +84,12 @@
84
84
  "@aws-sdk/client-s3": "3.717.0",
85
85
  "@google-cloud/storage": "7.14.0",
86
86
  "@influxdata/influxdb-client": "1.33.2",
87
- "@sitespeed.io/log": "0.2.3",
87
+ "@sitespeed.io/log": "0.2.4",
88
88
  "@sitespeed.io/plugin": "1.0.0",
89
89
  "@tgwf/co2": "0.16.4",
90
90
  "@slack/webhook": "7.0.4",
91
91
  "axe-core": "4.10.2",
92
- "browsertime": "24.0.0-alpha.3",
92
+ "browsertime": "24.0.0-alpha.5",
93
93
  "coach-core": "8.1.1",
94
94
  "dayjs": "1.11.11",
95
95
  "fast-crc32c": "2.0.0",