Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-v committed Dec 3, 2024
1 parent 43659d8 commit 97b4327
Show file tree
Hide file tree
Showing 26 changed files with 4,187 additions and 5,593 deletions.
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"devDependencies": {
"csso-cli": "4.0.2",
"docsify": "4.13.1",
"docsify-cli": "4.4.4",
"docsify-copy-code": "2.1.1",
"docsify-sidebar-collapse": "1.3.5",
"docsify-toc": "1.1.0",
"html-minifier-terser": "7.2.0",
"prismjs": "1.29.0",
"terser": "5.30.3"
"csso-cli": "^4.0.2",
"docsify": "^4.13.1",
"docsify-cli": "^4.4.4",
"docsify-copy-code": "^3.0.0",
"docsify-sidebar-collapse": "^1.3.5",
"docsify-toc": "^1.1.0",
"html-minifier-terser": "^7.2.0",
"prismjs": "^1.29.0",
"terser": "^5.36.0"
},
"name": "@best/docs",
"private": true,
Expand Down
1,540 changes: 0 additions & 1,540 deletions docs/yarn.lock

This file was deleted.

1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"version": "12.0.2",
"exact": true,
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"packages/@best/*",
"packages/best"
Expand Down
56 changes: 24 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,35 @@
{
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-typescript": "~7.3.3",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@babel/preset-typescript": "~7.26.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@lwc/jest-preset": "11.2.1",
"@types/debug": "0.0.30",
"@types/express": "4.17.21",
"@types/express": "5.0.0",
"@types/jest": "27.5.1",
"@types/jsonwebtoken": "9.0.6",
"@types/micromatch": "4.0.2",
"@types/mime-types": "2.1.1",
"@types/jsonwebtoken": "^9.0.7",
"@types/micromatch": "^4.0.9",
"@types/mime-types": "^2.1.4",
"@types/mkdirp": "^0.5.2",
"@types/ncp": "^2.0.5",
"@types/node": "20.12.4",
"@types/rimraf": "2.0.2",
"@types/tar": "^4.0.0",
"@types/yargs": "^15.0.9",
"@types/ncp": "^2.0.8",
"@types/node": "^22.10.1",
"@types/tar": "^6.1.13",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"commitizen": "^3.1.1",
"conventional-changelog-cli": "2.2.2",
"cross-env": "^5.2.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "8.57.0",
"husky": "2.4.0",
"isbinaryfile": "^4.0.2",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"jsonwebtoken": "9.0.2",
"lerna": "^3.18.3",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"typescript": "5.4.4"
"isbinaryfile": "^5.0.4",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"jsonwebtoken": "^9.0.2",
"lerna": "^8.1.9",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
},
"husky": {
"hooks": {
Expand All @@ -50,8 +42,7 @@
"url": "https://github.com/salesforce/best.git"
},
"resolutions": {
"js-yaml": "^3.13.1",
"webpack": "5.88.2"
"webpack": "^5.96.1"
},
"scripts": {
"build:docs": "yarn workspace @best/docs build",
Expand All @@ -70,7 +61,8 @@
"watch:docs": "yarn workspace @best/docs watch"
},
"volta": {
"node": "18.16.0"
"node": "22.11.0",
"yarn": "1.22.22"
},
"workspaces": [
"docs",
Expand Down
12 changes: 6 additions & 6 deletions packages/@best/agent-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"@babel/helper-create-class-features-plugin": "7.18.9",
"@best/shared": "12.0.2",
"express": "4.19.2",
"@babel/helper-create-class-features-plugin": "^7.25.9",
"@best/shared": "13.0.0",
"express": "^4.21.1",
"lwc-services": "3.2.2",
"socket.io": "4.7.5",
"socket.io-client": "4.7.5"
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"lint-staged": "13.2.2"
"lint-staged": "^13.2.2"
},
"files": [
"build/**/*.js",
Expand Down
14 changes: 7 additions & 7 deletions packages/@best/agent-hub/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"dependencies": {
"@best/agent": "12.0.2",
"@best/agent-frontend": "12.0.2",
"@best/runner-remote": "12.0.2",
"@best/utils": "12.0.2",
"express": "4.19.2",
"socket.io": "4.7.5",
"@best/agent": "13.0.0",
"@best/agent-frontend": "13.0.0",
"@best/runner-remote": "13.0.0",
"@best/utils": "13.0.0",
"express": "^4.21.1",
"socket.io": "^4.8.1",
"socket.io-file": "2.0.31",
"yargs": "16.1.0"
"yargs": "^17.7.2"
},
"description": "Best Hub",
"files": [
Expand Down
16 changes: 8 additions & 8 deletions packages/@best/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"@best/agent-frontend": "12.0.2",
"@best/runner": "12.0.2",
"@best/shared": "12.0.2",
"@best/utils": "12.0.2",
"express": "4.19.2",
"@best/agent-frontend": "13.0.0",
"@best/runner": "13.0.0",
"@best/shared": "13.0.0",
"@best/utils": "13.0.0",
"express": "^4.21.1",
"mime": "3.0.0",
"socket.io": "4.7.5",
"socket.io-client": "4.7.5",
"tar": "6.2.1"
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"tar": "^7.4.3"
},
"description": "Best Agent",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/@best/api-db/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"dependencies": {
"https-proxy-agent": "5.0.1",
"pg": "8.10.0",
"sqlite": "4.2.0",
"sqlite3": "5.1.7"
"pg": "^8.13.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
},
"description": "Best Api Database",
"devDependencies": {
"@types/pg": "^7.4.14"
"@types/pg": "^8.11.10"
},
"files": [
"build/**/*.js"
Expand Down
10 changes: 5 additions & 5 deletions packages/@best/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"@best/runtime": "12.0.2",
"@best/utils": "12.0.2",
"mkdirp": "~0.5.1",
"@best/runtime": "13.0.0",
"@best/utils": "13.0.0",
"mkdirp": "^3.0.1",
"ncp": "^2.0.0",
"rimraf": "3.0.2",
"rollup": "4.14.0",
"rimraf": "^6.0.1",
"rollup": "^4.28.0",
"worker-farm": "~1.7.0"
},
"description": "Best build package",
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/builder/src/build-benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import fs from 'fs';
import { rollup, OutputOptions } from 'rollup';
import path from 'path';
import crypto from 'crypto';
import mkdirp from 'mkdirp';
import { mkdirp } from 'mkdirp';
import benchmarkRollup from './rollup-plugin-benchmark-import';
import generateHtml from './html-templating';
import { FrozenGlobalConfig, FrozenProjectConfig, ProjectConfigPlugin, BuildConfig } from '@best/types';
Expand Down
34 changes: 17 additions & 17 deletions packages/@best/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
"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",
"cli-table3": "^0.6.5",
"fast-glob": "3.3.2",
"micromatch": "4.0.5",
"rimraf": "3.0.2",
"simple-git": "3.24.0",
"simple-statistics": "^6.0.1",
"yargs": "^16.1.0"
"micromatch": "4.0.8",
"rimraf": "^6.0.1",
"simple-git": "3.27.0",
"simple-statistics": "^7.8.7",
"yargs": "^17.7.2"
},
"description": "Best CLI",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/cli/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function buildArgs(maybeArgv?: string[]): CliConfig {
.check(check)
.version(false).argv;

return normalize(parsedArgs);
return normalize(parsedArgs as any);
}

function getProjectListFromCLIArgs(argsCLI: CliConfig, project?: string): string[] {
Expand Down
6 changes: 3 additions & 3 deletions packages/@best/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"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"
"simple-git": "3.27.0"
},
"files": [
"build/**/*.js"
Expand Down
40 changes: 20 additions & 20 deletions packages/@best/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"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",
"@lwc/wire-service": "2.22.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "4.0.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "0.4.4",
"compression": "1.7.4",
"express": "4.19.2",
"compression": "^1.7.5",
"express": "^4.21.1",
"jsonwebtoken": "9.0.2",
"lwc-services": "3.2.2",
"plotly.js-basic-dist-min": "2.30.1",
"plotly.js-basic-dist-min": "2.35.2",
"query-string": "^7.1.1",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"rollup": "4.14.0"
"rollup": "^4.28.0"
},
"devDependencies": {
"@lwc/eslint-plugin-lwc": "1.5.0",
"@lwc/eslint-plugin-lwc": "1.8.2",
"@salesforce/eslint-config-lwc": "2.0.0",
"@salesforce/eslint-plugin-lightning": "1.0.0",
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/compression": "^1.7.5",
"@types/express": "^5.0.0",
"@types/helmet": "^4.0.0",
"@types/jsonwebtoken": "9.0.6",
"concurrently": "^7.3.0",
"eslint-plugin-import": "2.29.1",
"@types/jsonwebtoken": "^9.0.7",
"concurrently": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "27.9.0",
"fetch-mock": "^9.11.0",
"nodemon": "2.0.22",
"redux-mock-store": "^1.5.3",
"nodemon": "^3.1.7",
"redux-mock-store": "^1.5.5",
"ts-node": "^10.9.2"
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions packages/@best/github-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"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",
"base-64": "1.0.0",
"expand-tilde": "~2.0.2",
"json2md": "~1.5.11",
"jsonwebtoken": "9.0.2"
},
"devDependencies": {
"@types/json2md": "1.5.1"
"@types/json2md": "1.5.4"
},
"description": "Best Github Integration",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/@best/runner-abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@best/utils": "12.0.2",
"express": "4.19.2"
"@best/utils": "13.0.0",
"express": "4.21.1"
},
"description": "Best Runner (Abstract)",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/@best/runner-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@best/runner-abstract": "12.0.2",
"@best/types": "12.0.2",
"puppeteer": "23.0.2"
"@best/runner-abstract": "13.0.0",
"@best/types": "13.0.0",
"puppeteer": "23.9.0"
},
"description": "Best Runner (Headless)",
"files": [
Expand Down
Loading

0 comments on commit 97b4327

Please sign in to comment.