Skip to content

Commit ee9253c

Browse files
committed
chore(release): publish v14.0.0
1 parent 9278909 commit ee9253c

File tree

27 files changed

+5897
-440
lines changed

27 files changed

+5897
-440
lines changed

CHANGELOG.md

+24-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# [](https://github.com/salesforce/best/compare/v12.0.2...v) (2024-08-13)
1+
# [](https://github.com/salesforce/best/compare/v13.0.0...v) (2024-12-13)
2+
3+
4+
* feat!: upgrade `puppeteer` to `v23.0.4` ([9278909](https://github.com/salesforce/best/commit/9278909ca31154547623be497fe5b9f2467f4b21))
5+
6+
7+
### Bug Fixes
8+
9+
* update dependencies ([2ea90a6](https://github.com/salesforce/best/commit/2ea90a68bfaa2ccfbb54a2ecc950d833510bc662))
10+
* update dependencies ([143324a](https://github.com/salesforce/best/commit/143324aceda7d328e70aa8c691b20d6e8d7c4be2))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* Upgrade the Chrome version to `v131.0.6778.108`.
16+
17+
18+
19+
# [13.0.0](https://github.com/salesforce/best/compare/v12.0.2...v13.0.0) (2024-08-13)
220

321

422
* feat!: upgrade `puppeteer` to `v23.0.2` ([43659d8](https://github.com/salesforce/best/commit/43659d8ae07e9c3e036168e78908ec15d156a7ab))
@@ -147,16 +165,16 @@
147165
# [8.0.0](https://github.com/salesforce/best/compare/v7.0.1...v8.0.0) (2022-11-10)
148166

149167

150-
### Bug Fixes
151-
152-
* use `@rollup/plugin-replace` instead of `rollup-plugin-replace` ([444af23](https://github.com/salesforce/best/commit/444af23544ed77135f40a8720d2e408f1ed25ae8))
153-
154-
155168
* feat!: upgrade `puppeteer` to `v19.2.2` ([a423cd9](https://github.com/salesforce/best/commit/a423cd996463fc6bb6c08809e71c3173a72abafa))
156169
* fix!: make `mainBranch` default to `main` ([2118a59](https://github.com/salesforce/best/commit/2118a596e13b842b07512c0e22c2a56fc7b07b98))
157170
* chore!: update `socket.io` to `v4.5.2` ([b5f8b8a](https://github.com/salesforce/best/commit/b5f8b8a673d7f7788815e028c31d992495657452))
158171

159172

173+
### Bug Fixes
174+
175+
* use `@rollup/plugin-replace` instead of `rollup-plugin-replace` ([444af23](https://github.com/salesforce/best/commit/444af23544ed77135f40a8720d2e408f1ed25ae8))
176+
177+
160178
### BREAKING CHANGES
161179

162180
* Upgrade the Chrome version to `v108.0.5351.0`.

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "13.0.0",
2+
"version": "14.0.0",
33
"exact": true,
44
"npmClient": "yarn",
55
"packages": [
@@ -11,4 +11,4 @@
1111
"forcePublish": "*"
1212
}
1313
}
14-
}
14+
}

packages/@best/agent-frontend/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@best/shared": "13.0.0",
3+
"@best/shared": "14.0.0",
44
"express": "^4.21.1",
55
"lwc": "^8.12.0",
66
"socket.io": "4.7.5",
@@ -9,8 +9,8 @@
99
"devDependencies": {
1010
"@babel/helper-create-class-features-plugin": "^7.25.9",
1111
"@lwc/compiler": "^8.12.0",
12-
"@lwc/engine-dom": "^8.12.0",
1312
"@lwc/engine": "^1.17.6",
13+
"@lwc/engine-dom": "^8.12.0",
1414
"@lwc/module-resolver": "^8.12.0",
1515
"@lwc/rollup-plugin": "8.12.0",
1616
"@lwc/synthetic-shadow": "^8.12.0",
@@ -19,9 +19,9 @@
1919
"cross-env": "^7.0.3",
2020
"html-webpack-plugin": "^5.0.0",
2121
"lwc-webpack-plugin": "^2.0.0",
22+
"webpack": "^5.64.2",
2223
"webpack-cli": "^5.1.4",
23-
"webpack-dev-server": "^5.1.0",
24-
"webpack": "^5.64.2"
24+
"webpack-dev-server": "^5.1.0"
2525
},
2626
"files": [
2727
"build/**/*.js",
@@ -38,5 +38,5 @@
3838
"build:development": "cross-env NODE_ENV=development webpack",
3939
"watch": "cross-env NODE_ENV=development webpack-dev-server"
4040
},
41-
"version": "13.0.0"
41+
"version": "14.0.0"
4242
}

packages/@best/agent-hub/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"@best/agent": "13.0.0",
4-
"@best/agent-frontend": "13.0.0",
5-
"@best/runner-remote": "13.0.0",
6-
"@best/utils": "13.0.0",
3+
"@best/agent": "14.0.0",
4+
"@best/agent-frontend": "14.0.0",
5+
"@best/runner-remote": "14.0.0",
6+
"@best/utils": "14.0.0",
77
"express": "^4.21.1",
88
"socket.io": "4.7.5",
99
"socket.io-file": "2.0.31",
@@ -25,5 +25,5 @@
2525
"publishConfig": {
2626
"access": "public"
2727
},
28-
"version": "13.0.0"
28+
"version": "14.0.0"
2929
}

packages/@best/agent/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"dependencies": {
3-
"@best/agent-frontend": "13.0.0",
4-
"@best/runner": "13.0.0",
5-
"@best/shared": "13.0.0",
6-
"@best/utils": "13.0.0",
3+
"@best/agent-frontend": "14.0.0",
4+
"@best/runner": "14.0.0",
5+
"@best/shared": "14.0.0",
6+
"@best/utils": "14.0.0",
77
"express": "^4.21.1",
88
"mime": "3.0.0",
99
"socket.io": "4.7.5",
10-
"socket.io-client": "4.7.5" ,
10+
"socket.io-client": "4.7.5",
1111
"tar": "^7.4.3"
1212
},
1313
"description": "Best Agent",
@@ -25,5 +25,5 @@
2525
"publishConfig": {
2626
"access": "public"
2727
},
28-
"version": "13.0.0"
28+
"version": "14.0.0"
2929
}

packages/@best/analyzer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"access": "public"
1515
},
1616
"types": "build/index.d.ts",
17-
"version": "13.0.0"
17+
"version": "14.0.0"
1818
}

packages/@best/api-db/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"publishConfig": {
1919
"access": "public"
2020
},
21-
"version": "13.0.0"
21+
"version": "14.0.0"
2222
}

packages/@best/builder/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"@best/runtime": "13.0.0",
4-
"@best/utils": "13.0.0",
3+
"@best/runtime": "14.0.0",
4+
"@best/utils": "14.0.0",
55
"mkdirp": "^3.0.1",
66
"ncp": "^2.0.0",
77
"rimraf": "^6.0.1",
@@ -23,5 +23,5 @@
2323
"access": "public"
2424
},
2525
"types": "build/index.d.ts",
26-
"version": "13.0.0"
26+
"version": "14.0.0"
2727
}

packages/@best/cli/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"best": "./bin/best.js"
44
},
55
"dependencies": {
6-
"@best/analyzer": "13.0.0",
7-
"@best/api-db": "13.0.0",
8-
"@best/builder": "13.0.0",
9-
"@best/compare": "13.0.0",
10-
"@best/config": "13.0.0",
11-
"@best/console-stream": "13.0.0",
12-
"@best/github-integration": "13.0.0",
13-
"@best/runner": "13.0.0",
14-
"@best/store": "13.0.0",
15-
"@best/store-fs": "13.0.0",
16-
"@best/utils": "13.0.0",
6+
"@best/analyzer": "14.0.0",
7+
"@best/api-db": "14.0.0",
8+
"@best/builder": "14.0.0",
9+
"@best/compare": "14.0.0",
10+
"@best/config": "14.0.0",
11+
"@best/console-stream": "14.0.0",
12+
"@best/github-integration": "14.0.0",
13+
"@best/runner": "14.0.0",
14+
"@best/store": "14.0.0",
15+
"@best/store-fs": "14.0.0",
16+
"@best/utils": "14.0.0",
1717
"asciichart": "1.5.25",
1818
"chalk": "~2.4.2",
1919
"cli-table3": "^0.6.5",
@@ -42,5 +42,5 @@
4242
"publishConfig": {
4343
"access": "public"
4444
},
45-
"version": "13.0.0"
45+
"version": "14.0.0"
4646
}

packages/@best/compare/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@best/analyzer": "13.0.0",
3+
"@best/analyzer": "14.0.0",
44
"chalk": "~2.4.2"
55
},
66
"description": "Best Comparer",
@@ -17,5 +17,5 @@
1717
"publishConfig": {
1818
"access": "public"
1919
},
20-
"version": "13.0.0"
20+
"version": "14.0.0"
2121
}

packages/@best/config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "13.0.0",
7+
"version": "14.0.0",
88
"description": "Best config",
99
"keywords": [
1010
"Best",
@@ -13,8 +13,8 @@
1313
"main": "build/index.js",
1414
"types": "build/index.d.ts",
1515
"dependencies": {
16-
"@best/regex-util": "13.0.0",
17-
"@best/utils": "13.0.0",
16+
"@best/regex-util": "14.0.0",
17+
"@best/utils": "14.0.0",
1818
"chalk": "~2.4.2",
1919
"simple-git": "3.27.0"
2020
},

packages/@best/console-stream/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "13.0.0",
7+
"version": "14.0.0",
88
"description": "Best stdout stream wrapper",
99
"keywords": [
1010
"Best",
@@ -13,7 +13,7 @@
1313
"main": "build/index.js",
1414
"types": "build/index.d.ts",
1515
"dependencies": {
16-
"@best/utils": "13.0.0",
16+
"@best/utils": "14.0.0",
1717
"chalk": "~2.4.2"
1818
},
1919
"files": [

packages/@best/frontend/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"@best/api-db": "13.0.0",
4-
"@best/config": "13.0.0",
5-
"@best/console-stream": "13.0.0",
6-
"@best/github-integration": "13.0.0",
7-
"@best/types": "13.0.0",
3+
"@best/api-db": "14.0.0",
4+
"@best/config": "14.0.0",
5+
"@best/console-stream": "14.0.0",
6+
"@best/github-integration": "14.0.0",
7+
"@best/types": "14.0.0",
88
"@rollup/plugin-commonjs": "28.0.1",
99
"@rollup/plugin-node-resolve": "15.3.0",
1010
"@rollup/plugin-replace": "^6.0.1",
@@ -45,9 +45,9 @@
4545
"nodemon": "^3.1.7",
4646
"redux-mock-store": "^1.5.5",
4747
"ts-node": "^10.9.2",
48+
"webpack": "^5.64.2",
4849
"webpack-cli": "^5.1.4",
49-
"webpack-dev-server": "^5.1.0",
50-
"webpack": "^5.64.2"
50+
"webpack-dev-server": "^5.1.0"
5151
},
5252
"files": [
5353
"build/**/*.js",
@@ -68,5 +68,5 @@
6868
"watch": "concurrently 'yarn lwc:watch' 'yarn api:watch'"
6969
},
7070
"types": "build/index.d.ts",
71-
"version": "13.0.0"
71+
"version": "14.0.0"
7272
}

packages/@best/github-integration/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"@best/api-db": "13.0.0",
4-
"@best/types": "13.0.0",
5-
"@best/utils": "13.0.0",
3+
"@best/api-db": "14.0.0",
4+
"@best/types": "14.0.0",
5+
"@best/utils": "14.0.0",
66
"@octokit/rest": "^16.28.2",
77
"base-64": "1.0.0",
88
"expand-tilde": "~2.0.2",
@@ -26,5 +26,5 @@
2626
"publishConfig": {
2727
"access": "public"
2828
},
29-
"version": "13.0.0"
29+
"version": "14.0.0"
3030
}

packages/@best/regex-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"publishConfig": {
1414
"access": "public"
1515
},
16-
"version": "13.0.0"
16+
"version": "14.0.0"
1717
}

packages/@best/runner-abstract/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@best/utils": "13.0.0",
3+
"@best/utils": "14.0.0",
44
"express": "^4.21.1"
55
},
66
"description": "Best Runner (Abstract)",
@@ -19,5 +19,5 @@
1919
"access": "public"
2020
},
2121
"types": "build/index.d.ts",
22-
"version": "13.0.0"
22+
"version": "14.0.0"
2323
}

packages/@best/runner-headless/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"@best/runner-abstract": "13.0.0",
4-
"@best/types": "13.0.0",
3+
"@best/runner-abstract": "14.0.0",
4+
"@best/types": "14.0.0",
55
"puppeteer": "23.10.4"
66
},
77
"description": "Best Runner (Headless)",
@@ -19,5 +19,5 @@
1919
"publishConfig": {
2020
"access": "public"
2121
},
22-
"version": "13.0.0"
22+
"version": "14.0.0"
2323
}

packages/@best/runner-remote/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"@best/console-stream": "13.0.0",
4-
"@best/runner-abstract": "13.0.0",
5-
"@best/shared": "13.0.0",
3+
"@best/console-stream": "14.0.0",
4+
"@best/runner-abstract": "14.0.0",
5+
"@best/shared": "14.0.0",
66
"debug": "^4.4.0",
77
"socket.io-client": "^4.8.1",
88
"tar": "^7.4.3"
@@ -22,5 +22,5 @@
2222
"publishConfig": {
2323
"access": "public"
2424
},
25-
"version": "13.0.0"
25+
"version": "14.0.0"
2626
}

packages/@best/runner/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"@best/console-stream": "13.0.0",
4-
"@best/runner-abstract": "13.0.0",
5-
"@best/utils": "13.0.0",
3+
"@best/console-stream": "14.0.0",
4+
"@best/runner-abstract": "14.0.0",
5+
"@best/utils": "14.0.0",
66
"chalk": "~2.4.2"
77
},
88
"description": "Best Runner",
@@ -20,5 +20,5 @@
2020
"access": "public"
2121
},
2222
"types": "build/index.d.ts",
23-
"version": "13.0.0"
23+
"version": "14.0.0"
2424
}

0 commit comments

Comments
 (0)