From b4edef382483ec0002d95976666d0b249cbc430c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 12 Dec 2024 06:49:10 -0700 Subject: [PATCH] Release PR for 2.70.7 as latest-rc (#2035) * chore(release): bump to 2.70.7 * fix: disable deprecation warning --------- Co-authored-by: Cristian Dominguez --- README.md | 2 +- package.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1da76e1..181a5031 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.70.6 linux-x64 node-v22.11.0 +@salesforce/cli/2.70.7 linux-x64 node-v22.11.0 $ sf --help [COMMAND] USAGE $ sf COMMAND diff --git a/package.json b/package.json index b35b34f4..121e51cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.70.6", + "version": "2.70.7", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -97,6 +97,11 @@ "preparse": "/dist/hooks/preparse" }, "update": { + "node": { + "options": [ + "--no-deprecation" + ] + }, "s3": { "bucket": "dfc-data-production", "indexVersionLimit": 140,