From 14f047d518685478e82cf357e76ea5c5b14ce087 Mon Sep 17 00:00:00 2001 From: Liang Gong Date: Mon, 8 Jul 2024 16:43:03 -0700 Subject: [PATCH] feat(all): bump package versions for the next release Summary: release D59294888 in npm and bump the npm version for future changes Reviewed By: twobassdrum Differential Revision: D59416075 fbshipit-source-id: 7067cdd581841fd4b4f93ca84873d42f2115b443 --- .github/workflows/gh-pages.yml | 2 +- package.json | 8 ++++++-- packages/api/package.json | 8 ++++---- packages/cli/package.json | 10 +++++----- packages/core/package.json | 2 +- packages/e2e/package.json | 4 ++-- packages/heap-analysis/package.json | 6 +++--- packages/memlab/package.json | 20 ++++++++++++-------- 8 files changed, 34 insertions(+), 26 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b6ea3523..27215495 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "20" - name: Get yarn cache id: yarn-cache diff --git a/package.json b/package.json index fff9ed3b..66ad1c1c 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,12 @@ "error": "echo 'upgrade node.js to version 16.0.0 or above. Consider using nvm.'; exit 1" }, "devEngines": { - "node": "12.x || 13.x || 14.x || 15.x || 16.x", - "npm": "7.x" + "node": "18.x || 19.x || 20.x", + "npm": "7.x || 8.x || 9.x || 10.x" + }, + "engines": { + "node": "18.x || 19.x || 20.x", + "npm": "7.x || 8.x || 9.x || 10.x" }, "workspaces": [ "./packages/core", diff --git a/packages/api/package.json b/packages/api/package.json index bfae8181..9ac019c7 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/api", - "version": "1.0.32", + "version": "1.0.33", "license": "MIT", "description": "memlab API", "author": "Liang Gong ", @@ -27,9 +27,9 @@ "access": "public" }, "dependencies": { - "@memlab/core": "^1.1.33", - "@memlab/e2e": "^1.0.33", - "@memlab/heap-analysis": "^1.0.30", + "@memlab/core": "^1.1.34", + "@memlab/e2e": "^1.0.34", + "@memlab/heap-analysis": "^1.0.31", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 8944c599..1f48ec66 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/cli", - "version": "1.0.35", + "version": "1.0.36", "license": "MIT", "description": "command line interface for memlab", "author": "Liang Gong ", @@ -26,10 +26,10 @@ "access": "public" }, "dependencies": { - "@memlab/api": "^1.0.32", - "@memlab/core": "^1.1.33", - "@memlab/e2e": "^1.0.33", - "@memlab/heap-analysis": "^1.0.30", + "@memlab/api": "^1.0.33", + "@memlab/core": "^1.1.34", + "@memlab/e2e": "^1.0.34", + "@memlab/heap-analysis": "^1.0.31", "ansi": "^0.3.1", "babar": "^0.2.0", "blessed": "^0.1.81", diff --git a/packages/core/package.json b/packages/core/package.json index e9753521..22782173 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/core", - "version": "1.1.33", + "version": "1.1.34", "license": "MIT", "description": "memlab core libraries", "author": "Liang Gong ", diff --git a/packages/e2e/package.json b/packages/e2e/package.json index d14bd7cf..f4021df4 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/e2e", - "version": "1.0.33", + "version": "1.0.34", "license": "MIT", "description": "memlab browser E2E interaction libraries", "author": "Liang Gong ", @@ -25,7 +25,7 @@ "@babel/parser": "^7.16.4", "@babel/template": "^7.16.0", "@babel/traverse": "^7.16.3", - "@memlab/core": "^1.1.33", + "@memlab/core": "^1.1.34", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", diff --git a/packages/heap-analysis/package.json b/packages/heap-analysis/package.json index f9a51eaf..a38777af 100644 --- a/packages/heap-analysis/package.json +++ b/packages/heap-analysis/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/heap-analysis", - "version": "1.0.30", + "version": "1.0.31", "license": "MIT", "description": "heap analysis plugins for memlab", "author": "Liang Gong ", @@ -20,8 +20,8 @@ "LICENSE" ], "dependencies": { - "@memlab/core": "^1.1.33", - "@memlab/e2e": "^1.0.33", + "@memlab/core": "^1.1.34", + "@memlab/e2e": "^1.0.34", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", diff --git a/packages/memlab/package.json b/packages/memlab/package.json index 89129117..123fb4bc 100644 --- a/packages/memlab/package.json +++ b/packages/memlab/package.json @@ -1,6 +1,6 @@ { "name": "memlab", - "version": "1.1.50", + "version": "1.1.51", "license": "MIT", "description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.", "main": "dist/index.js", @@ -26,11 +26,11 @@ "snapshot" ], "dependencies": { - "@memlab/api": "^1.0.32", - "@memlab/cli": "^1.0.35", - "@memlab/core": "^1.1.33", - "@memlab/e2e": "^1.0.33", - "@memlab/heap-analysis": "^1.0.30", + "@memlab/api": "^1.0.33", + "@memlab/cli": "^1.0.36", + "@memlab/core": "^1.1.34", + "@memlab/e2e": "^1.0.34", + "@memlab/heap-analysis": "^1.0.31", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", @@ -58,8 +58,12 @@ "clean-pkg": "rm -rf ./dist && rm -rf ./node_modules && rm -f ./tsconfig.tsbuildinfo" }, "devEngines": { - "node": "12.x || 13.x || 14.x || 15.x || 16.x", - "npm": "7.x" + "node": "18.x || 19.x || 20.x", + "npm": "7.x || 8.x || 9.x || 10.x" + }, + "engines": { + "node": "18.x || 19.x || 20.x", + "npm": "7.x || 8.x || 9.x || 10.x" }, "workspaces": [ "./packages/core",