Skip to content

Commit 8e24b08

Browse files
authored
Merge pull request #2842 from salesforcecli/release/2.146.1
Release PR for 2.146.1 as nightly
2 parents 8bf6268 + 41dc00a commit 8e24b08

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.146.0 linux-x64 node-v22.23.1
28+
@salesforce/cli/2.146.1 linux-x64 node-v22.23.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.146.0",
4+
"version": "2.146.1",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -82,7 +82,7 @@
8282
"@salesforce/plugin-dev": "2.5.2",
8383
"@salesforce/plugin-devops-center": "1.4.0",
8484
"@salesforce/plugin-flow": "1.0.5",
85-
"@salesforce/plugin-lightning-dev": "6.2.17",
85+
"@salesforce/plugin-lightning-dev": "6.2.18",
8686
"@salesforce/plugin-signups": "2.6.78",
8787
"@salesforce/plugin-ui-bundle-dev": "1.2.4",
8888
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
@@ -146,7 +146,7 @@
146146
},
147147
"dependencies": {
148148
"@inquirer/select": "^2.3.5",
149-
"@oclif/core": "4.12.0",
149+
"@oclif/core": "4.13.0",
150150
"@oclif/plugin-autocomplete": "3.2.53",
151151
"@oclif/plugin-commands": "4.1.60",
152152
"@oclif/plugin-help": "6.2.53",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,10 +1320,10 @@
13201320
node-gyp "^12.1.0"
13211321
proc-log "^6.0.0"
13221322

1323-
"@oclif/core@4.12.0", "@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7":
1324-
version "4.12.0"
1325-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.12.0.tgz#f86248afce539b94ee306af7cd0db30888349594"
1326-
integrity sha512-xoUX6ZDixfyHSkllriITpq/3kA78E/oXOliz4em+De6qe22kg2CcKN9KKxMB4NyD4U1SFUsd0tfnG9uyeV5P7w==
1323+
"@oclif/core@4.13.0", "@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7":
1324+
version "4.13.0"
1325+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.0.tgz#fc50d40f567e486e6535f0d0e8c6f3733a8c0e39"
1326+
integrity sha512-j3NKgXE3qd0gvSYsCqDLb3VhW5KEg030VQhMnv5c0qNzPp6jBmF7cCDIQG4ROZIOqEfGbUoDDMAAzaC30vV99g==
13271327
dependencies:
13281328
ansi-escapes "^4.3.2"
13291329
ansis "^3.17.0"

0 commit comments

Comments
 (0)