From 6759f892a45e570e5a75fdf950a5ab0a5a9ada5c Mon Sep 17 00:00:00 2001 From: sf-v Date: Mon, 12 Aug 2024 20:25:12 -0700 Subject: [PATCH] chore(release): publish `v13.0.0` --- CHANGELOG.md | 14 ++++++++++- docs/package.json | 2 +- lerna.json | 2 +- packages/@best/agent-frontend/package.json | 4 ++-- packages/@best/agent-hub/package.json | 10 ++++---- packages/@best/agent/package.json | 10 ++++---- packages/@best/analyzer/package.json | 2 +- packages/@best/api-db/package.json | 2 +- packages/@best/builder/package.json | 6 ++--- packages/@best/cli/package.json | 24 +++++++++---------- packages/@best/compare/package.json | 4 ++-- packages/@best/config/package.json | 6 ++--- packages/@best/console-stream/package.json | 4 ++-- packages/@best/frontend/package.json | 12 +++++----- .../@best/github-integration/package.json | 8 +++---- packages/@best/regex-util/package.json | 2 +- packages/@best/runner-abstract/package.json | 4 ++-- packages/@best/runner-headless/package.json | 6 ++--- packages/@best/runner-remote/package.json | 8 +++---- packages/@best/runner/package.json | 8 +++---- packages/@best/runtime/package.json | 2 +- packages/@best/shared/package.json | 2 +- packages/@best/store-fs/package.json | 4 ++-- packages/@best/store/package.json | 2 +- packages/@best/types/package.json | 2 +- packages/@best/utils/package.json | 2 +- packages/best-benchmarks/package.json | 4 ++-- packages/best/package.json | 8 +++---- packages/lwc-example/package.json | 4 ++-- 29 files changed, 90 insertions(+), 78 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a53625..c1c7b597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -# [](https://github.com/salesforce/best/compare/v12.0.1...v) (2024-04-05) +# [](https://github.com/salesforce/best/compare/v12.0.2...v) (2024-08-13) + + +* feat!: upgrade `puppeteer` to `v23.0.2` ([43659d8](https://github.com/salesforce/best/commit/43659d8ae07e9c3e036168e78908ec15d156a7ab)) + + +### BREAKING CHANGES + +* Upgrade the Chrome version to `v127.0.6533.99`. + + + +## [12.0.2](https://github.com/salesforce/best/compare/v12.0.1...v12.0.2) (2024-04-05) ### Bug Fixes diff --git a/docs/package.json b/docs/package.json index 74593637..98d4af1a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,7 +20,7 @@ "build": "./_scripts/build.sh", "watch": "docsify serve ." }, - "version": "12.0.2", + "version": "13.0.0", "workspaces": { "nohoist": [ "**" diff --git a/lerna.json b/lerna.json index eb273d6c..836e3010 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "12.0.2", + "version": "13.0.0", "exact": true, "npmClient": "yarn", "useWorkspaces": true, diff --git a/packages/@best/agent-frontend/package.json b/packages/@best/agent-frontend/package.json index cbf54093..ee88c12d 100644 --- a/packages/@best/agent-frontend/package.json +++ b/packages/@best/agent-frontend/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@babel/helper-create-class-features-plugin": "7.18.9", - "@best/shared": "12.0.2", + "@best/shared": "13.0.0", "express": "4.19.2", "lwc-services": "3.2.2", "socket.io": "4.7.5", @@ -25,5 +25,5 @@ "build:development": "lwc-services build", "watch": "lwc-services watch" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/agent-hub/package.json b/packages/@best/agent-hub/package.json index 5bd09766..766c8ba6 100644 --- a/packages/@best/agent-hub/package.json +++ b/packages/@best/agent-hub/package.json @@ -1,9 +1,9 @@ { "dependencies": { - "@best/agent": "12.0.2", - "@best/agent-frontend": "12.0.2", - "@best/runner-remote": "12.0.2", - "@best/utils": "12.0.2", + "@best/agent": "13.0.0", + "@best/agent-frontend": "13.0.0", + "@best/runner-remote": "13.0.0", + "@best/utils": "13.0.0", "express": "4.19.2", "socket.io": "4.7.5", "socket.io-file": "2.0.31", @@ -25,5 +25,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/agent/package.json b/packages/@best/agent/package.json index ec4fbc21..d1c3d8b0 100644 --- a/packages/@best/agent/package.json +++ b/packages/@best/agent/package.json @@ -1,9 +1,9 @@ { "dependencies": { - "@best/agent-frontend": "12.0.2", - "@best/runner": "12.0.2", - "@best/shared": "12.0.2", - "@best/utils": "12.0.2", + "@best/agent-frontend": "13.0.0", + "@best/runner": "13.0.0", + "@best/shared": "13.0.0", + "@best/utils": "13.0.0", "express": "4.19.2", "mime": "3.0.0", "socket.io": "4.7.5", @@ -25,5 +25,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/analyzer/package.json b/packages/@best/analyzer/package.json index 10ea3add..438720be 100644 --- a/packages/@best/analyzer/package.json +++ b/packages/@best/analyzer/package.json @@ -14,5 +14,5 @@ "access": "public" }, "types": "build/index.d.ts", - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/api-db/package.json b/packages/@best/api-db/package.json index 1d47ce38..5f428a12 100644 --- a/packages/@best/api-db/package.json +++ b/packages/@best/api-db/package.json @@ -18,5 +18,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/builder/package.json b/packages/@best/builder/package.json index 36220675..a0f71a78 100644 --- a/packages/@best/builder/package.json +++ b/packages/@best/builder/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "@best/runtime": "12.0.2", - "@best/utils": "12.0.2", + "@best/runtime": "13.0.0", + "@best/utils": "13.0.0", "mkdirp": "~0.5.1", "ncp": "^2.0.0", "rimraf": "3.0.2", @@ -23,5 +23,5 @@ "access": "public" }, "types": "build/index.d.ts", - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/cli/package.json b/packages/@best/cli/package.json index aaf99f5d..125b70f6 100644 --- a/packages/@best/cli/package.json +++ b/packages/@best/cli/package.json @@ -3,17 +3,17 @@ "best": "./bin/best.js" }, "dependencies": { - "@best/analyzer": "12.0.2", - "@best/api-db": "12.0.2", - "@best/builder": "12.0.2", - "@best/compare": "12.0.2", - "@best/config": "12.0.2", - "@best/console-stream": "12.0.2", - "@best/github-integration": "12.0.2", - "@best/runner": "12.0.2", - "@best/store": "12.0.2", - "@best/store-fs": "12.0.2", - "@best/utils": "12.0.2", + "@best/analyzer": "13.0.0", + "@best/api-db": "13.0.0", + "@best/builder": "13.0.0", + "@best/compare": "13.0.0", + "@best/config": "13.0.0", + "@best/console-stream": "13.0.0", + "@best/github-integration": "13.0.0", + "@best/runner": "13.0.0", + "@best/store": "13.0.0", + "@best/store-fs": "13.0.0", + "@best/utils": "13.0.0", "asciichart": "1.5.25", "chalk": "~2.4.2", "cli-table3": "0.6.4", @@ -42,5 +42,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/compare/package.json b/packages/@best/compare/package.json index 9dbc7adb..8bb6461d 100644 --- a/packages/@best/compare/package.json +++ b/packages/@best/compare/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@best/analyzer": "12.0.2", + "@best/analyzer": "13.0.0", "chalk": "~2.4.2" }, "description": "Best Comparer", @@ -17,5 +17,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/config/package.json b/packages/@best/config/package.json index dbb4be21..5170f7c5 100644 --- a/packages/@best/config/package.json +++ b/packages/@best/config/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2", + "version": "13.0.0", "description": "Best config", "keywords": [ "Best", @@ -13,8 +13,8 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@best/regex-util": "12.0.2", - "@best/utils": "12.0.2", + "@best/regex-util": "13.0.0", + "@best/utils": "13.0.0", "chalk": "~2.4.2", "simple-git": "3.24.0" }, diff --git a/packages/@best/console-stream/package.json b/packages/@best/console-stream/package.json index 58ee2c96..a2c09fb5 100644 --- a/packages/@best/console-stream/package.json +++ b/packages/@best/console-stream/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2", + "version": "13.0.0", "description": "Best stdout stream wrapper", "keywords": [ "Best", @@ -13,7 +13,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@best/utils": "12.0.2", + "@best/utils": "13.0.0", "chalk": "~2.4.2" }, "files": [ diff --git a/packages/@best/frontend/package.json b/packages/@best/frontend/package.json index 06527ff1..fb26e080 100644 --- a/packages/@best/frontend/package.json +++ b/packages/@best/frontend/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "@best/api-db": "12.0.2", - "@best/config": "12.0.2", - "@best/console-stream": "12.0.2", - "@best/github-integration": "12.0.2", - "@best/types": "12.0.2", + "@best/api-db": "13.0.0", + "@best/config": "13.0.0", + "@best/console-stream": "13.0.0", + "@best/github-integration": "13.0.0", + "@best/types": "13.0.0", "@lwc/compiler": "2.5.13", "@lwc/engine": "^1.17.6", "@lwc/rollup-plugin": "2.22.0", @@ -58,5 +58,5 @@ "watch": "concurrently 'yarn lwc:watch' 'yarn api:watch'" }, "types": "build/index.d.ts", - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/github-integration/package.json b/packages/@best/github-integration/package.json index 48d12159..05c9d3a8 100644 --- a/packages/@best/github-integration/package.json +++ b/packages/@best/github-integration/package.json @@ -1,8 +1,8 @@ { "dependencies": { - "@best/api-db": "12.0.2", - "@best/types": "12.0.2", - "@best/utils": "12.0.2", + "@best/api-db": "13.0.0", + "@best/types": "13.0.0", + "@best/utils": "13.0.0", "@octokit/rest": "^16.28.2", "base-64": "^0.1.0", "expand-tilde": "~2.0.2", @@ -26,5 +26,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/regex-util/package.json b/packages/@best/regex-util/package.json index 7ec90352..3f59c789 100644 --- a/packages/@best/regex-util/package.json +++ b/packages/@best/regex-util/package.json @@ -13,5 +13,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/runner-abstract/package.json b/packages/@best/runner-abstract/package.json index 3848940e..0f3bafc0 100644 --- a/packages/@best/runner-abstract/package.json +++ b/packages/@best/runner-abstract/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@best/utils": "12.0.2", + "@best/utils": "13.0.0", "express": "4.19.2" }, "description": "Best Runner (Abstract)", @@ -19,5 +19,5 @@ "access": "public" }, "types": "build/index.d.ts", - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/runner-headless/package.json b/packages/@best/runner-headless/package.json index 1e2f71dc..6266e9d9 100644 --- a/packages/@best/runner-headless/package.json +++ b/packages/@best/runner-headless/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "@best/runner-abstract": "12.0.2", - "@best/types": "12.0.2", + "@best/runner-abstract": "13.0.0", + "@best/types": "13.0.0", "puppeteer": "23.0.2" }, "description": "Best Runner (Headless)", @@ -19,5 +19,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/runner-remote/package.json b/packages/@best/runner-remote/package.json index fbdea880..ee46047d 100644 --- a/packages/@best/runner-remote/package.json +++ b/packages/@best/runner-remote/package.json @@ -1,8 +1,8 @@ { "dependencies": { - "@best/console-stream": "12.0.2", - "@best/runner-abstract": "12.0.2", - "@best/shared": "12.0.2", + "@best/console-stream": "13.0.0", + "@best/runner-abstract": "13.0.0", + "@best/shared": "13.0.0", "debug": "4.3.4", "socket.io-client": "4.7.5", "tar": "6.2.1" @@ -22,5 +22,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/runner/package.json b/packages/@best/runner/package.json index 150fd0d8..476be969 100644 --- a/packages/@best/runner/package.json +++ b/packages/@best/runner/package.json @@ -1,8 +1,8 @@ { "dependencies": { - "@best/console-stream": "12.0.2", - "@best/runner-abstract": "12.0.2", - "@best/utils": "12.0.2", + "@best/console-stream": "13.0.0", + "@best/runner-abstract": "13.0.0", + "@best/utils": "13.0.0", "chalk": "~2.4.2" }, "description": "Best Runner", @@ -20,5 +20,5 @@ "access": "public" }, "types": "build/index.d.ts", - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/runtime/package.json b/packages/@best/runtime/package.json index 88fbab24..a2585d03 100644 --- a/packages/@best/runtime/package.json +++ b/packages/@best/runtime/package.json @@ -15,5 +15,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/shared/package.json b/packages/@best/shared/package.json index 99928bb1..7d75025b 100644 --- a/packages/@best/shared/package.json +++ b/packages/@best/shared/package.json @@ -13,5 +13,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/store-fs/package.json b/packages/@best/store-fs/package.json index 7399d50e..a0f223ca 100644 --- a/packages/@best/store-fs/package.json +++ b/packages/@best/store-fs/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@best/types": "12.0.2", + "@best/types": "13.0.0", "chalk": "~2.4.2", "globby": "13.2.2" }, @@ -18,5 +18,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/store/package.json b/packages/@best/store/package.json index ea109110..ca221004 100644 --- a/packages/@best/store/package.json +++ b/packages/@best/store/package.json @@ -22,5 +22,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/types/package.json b/packages/@best/types/package.json index bbc8c28f..2d4df7b9 100644 --- a/packages/@best/types/package.json +++ b/packages/@best/types/package.json @@ -13,5 +13,5 @@ "access": "public" }, "types": "build/index.d.ts", - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/@best/utils/package.json b/packages/@best/utils/package.json index 309f4b0c..46bfdb55 100644 --- a/packages/@best/utils/package.json +++ b/packages/@best/utils/package.json @@ -20,5 +20,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/best-benchmarks/package.json b/packages/best-benchmarks/package.json index 5c3cbf71..dad3c62b 100644 --- a/packages/best-benchmarks/package.json +++ b/packages/best-benchmarks/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "best": "12.0.2" + "best": "13.0.0" }, "name": "perf-benchmarks", "private": true, @@ -8,5 +8,5 @@ "remote": "best", "start": "best" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/best/package.json b/packages/best/package.json index 1ad8f9f3..8aa265fd 100644 --- a/packages/best/package.json +++ b/packages/best/package.json @@ -5,9 +5,9 @@ "best-agent-hub": "./bin/best-agent-hub.js" }, "dependencies": { - "@best/agent": "12.0.2", - "@best/agent-hub": "12.0.2", - "@best/cli": "12.0.2" + "@best/agent": "13.0.0", + "@best/agent-hub": "13.0.0", + "@best/cli": "13.0.0" }, "description": "Best", "keywords": [ @@ -19,5 +19,5 @@ "publishConfig": { "access": "public" }, - "version": "12.0.2" + "version": "13.0.0" } diff --git a/packages/lwc-example/package.json b/packages/lwc-example/package.json index d8a7ec2d..8698ada0 100644 --- a/packages/lwc-example/package.json +++ b/packages/lwc-example/package.json @@ -3,7 +3,7 @@ "@lwc/engine": "~1.17.6", "@lwc/rollup-plugin": "2.22.0", "@rollup/plugin-replace": "4.0.0", - "best": "12.0.2" + "best": "13.0.0" }, "name": "lwc-examples", "private": true, @@ -11,5 +11,5 @@ "remote": "best", "start": "best" }, - "version": "12.0.2" + "version": "13.0.0" }