Skip to content

Commit

Permalink
Merge pull request #1219 from salesforcecli/release/2.14.3
Browse files Browse the repository at this point in the history
Release PR for 2.14.3 as nightly
  • Loading branch information
svc-cli-bot authored Oct 15, 2023
2 parents 9275595 + d85668b commit e95fa3f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.14.2 linux-x64 node-v18.18.0
@salesforce/cli/2.14.3 linux-x64 node-v18.18.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -842,7 +842,7 @@ DESCRIPTION
list all the commands
```

_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.1/src/commands/commands.ts)_
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.2/src/commands/commands.ts)_

## `sf config get`

Expand Down Expand Up @@ -5256,7 +5256,7 @@ EXAMPLES
$ sf plugins trust verify --npm @scope/npmName
```

_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.19/src/commands/plugins/trust/verify.ts)_
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.20/src/commands/plugins/trust/verify.ts)_

## `sf plugins:uninstall PLUGIN...`

Expand Down Expand Up @@ -7315,7 +7315,7 @@ FLAG DESCRIPTIONS
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```

_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.2/src/commands/version.ts)_
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.3/src/commands/version.ts)_

## `sf visualforce generate component`

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.14.2",
"version": "2.14.3",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"jitPlugins": {
"@salesforce/plugin-custom-metadata": "2.2.7",
"@salesforce/plugin-community": "2.4.5",
"@salesforce/plugin-dev": "1.2.0",
"@salesforce/plugin-dev": "1.2.1",
"@salesforce/plugin-devops-center": "1.2.3",
"@salesforce/plugin-env": "2.2.6",
"@salesforce/plugin-functions": "1.22.3",
Expand Down Expand Up @@ -124,13 +124,13 @@
"dependencies": {
"@oclif/core": "3.0.3",
"@oclif/plugin-autocomplete": "2.3.9",
"@oclif/plugin-commands": "3.0.1",
"@oclif/plugin-commands": "3.0.2",
"@oclif/plugin-help": "6.0.2",
"@oclif/plugin-not-found": "3.0.1",
"@oclif/plugin-plugins": "3.9.1",
"@oclif/plugin-search": "1.0.2",
"@oclif/plugin-update": "4.1.2",
"@oclif/plugin-version": "2.0.2",
"@oclif/plugin-version": "2.0.3",
"@oclif/plugin-warn-if-update-available": "2.1.1",
"@oclif/plugin-which": "3.0.3",
"@salesforce/core": "^5.2.0",
Expand All @@ -149,7 +149,7 @@
"@salesforce/plugin-source": "2.10.40",
"@salesforce/plugin-telemetry": "2.3.6",
"@salesforce/plugin-templates": "55.5.14",
"@salesforce/plugin-trust": "2.6.19",
"@salesforce/plugin-trust": "2.6.20",
"@salesforce/plugin-user": "2.3.36",
"@salesforce/sf-plugins-core": "4.0.0",
"debug": "^4.3.4"
Expand Down
92 changes: 46 additions & 46 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1154,10 +1154,10 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^3.0.0", "@oclif/core@^3.0.1", "@oclif/core@^3.0.5", "@oclif/core@^3.0.9":
version "3.0.9"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
"@oclif/core@^3.0.0", "@oclif/core@^3.0.1", "@oclif/core@^3.0.5", "@oclif/core@^3.0.9", "@oclif/core@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.2.1.tgz#94de6b9abdf97b00c95f3790bd60019d184b58af"
integrity sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==
dependencies:
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
Expand All @@ -1166,7 +1166,7 @@
clean-stack "^3.0.1"
cli-progress "^3.12.0"
debug "^4.3.4"
ejs "^3.1.8"
ejs "^3.1.9"
get-package-type "^0.1.0"
globby "^11.1.0"
hyperlinker "^1.0.0"
Expand Down Expand Up @@ -1207,12 +1207,12 @@
ts-json-schema-generator "^1.3.0"
tslib "^2.6.2"

"@oclif/[email protected].1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-3.0.1.tgz#4bf8a02d8fc0c2beb16e8013ba4a0dff586487e8"
integrity sha512-JDSOtQq7C+aaV6qYC7Hqb46WJ5xcEIy0EknS8OEyptjO3Gn1wAcVIkoeGBmSprqv76AzFLisvBIEwTMd6TSI9Q==
"@oclif/[email protected].2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-3.0.2.tgz#1ad5cf75b47a24e091a08a89eace5fccfbd5f088"
integrity sha512-abzLyhOXDjpZvn2uRBjuQyCpGRsR41k3o+gvZvLBneiL80OJNc2WyL2aOFpPQTXpoggOP9qyd3+GBV/vno4w6Q==
dependencies:
"@oclif/core" "^3.0.9"
"@oclif/core" "^3.2.1"
lodash.pickby "^4.6.0"
lodash.sortby "^4.7.0"
lodash.template "^4.5.0"
Expand Down Expand Up @@ -1292,12 +1292,12 @@
semver "^7.5.4"
tar-fs "^2.1.1"

"@oclif/[email protected].2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-2.0.2.tgz#0b090af7749e582e40e6e347f63669dd918fe157"
integrity sha512-qCS4KFCT9T+mIPCclF5++zmL5fQrM56C08Gw98a81SllYElnYZhDNl9jrU64YmlL0VVP52D0NiFdL3s/+EtcXA==
"@oclif/[email protected].3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-2.0.3.tgz#4a0fb1fc6c8deae670cfb18221c001bb913d25c9"
integrity sha512-Hge6BOHlTwh569avM/S7jPnv9wvp3KW+I+BSjbpTNwzJP894+bj/rNxt4IhbmZxLfscy0DP1l2Lc4vAb13BiTw==
dependencies:
"@oclif/core" "^3.0.9"
"@oclif/core" "^3.2.1"

"@oclif/[email protected]", "@oclif/plugin-warn-if-update-available@^2.0.44":
version "2.1.1"
Expand Down Expand Up @@ -1587,15 +1587,15 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.1"

"@salesforce/core@^5.2.0", "@salesforce/core@^5.2.10", "@salesforce/core@^5.2.6", "@salesforce/core@^5.2.7", "@salesforce/core@^5.2.9", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.2", "@salesforce/core@^5.3.3", "@salesforce/core@^5.3.4", "@salesforce/core@^5.3.5":
version "5.3.5"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.5.tgz#0e662420998c56abcf341fc496c6fd1d4e543a34"
integrity sha512-XqlUBBBfDLHeM6MOZP5GFK7vNoES8C7bTXe3y0KbZ/tWzBq4vl9KIpSsyYvsHwjb4AmUDgx0SJhH60dPVqYJzg==
"@salesforce/core@^5.2.0", "@salesforce/core@^5.2.10", "@salesforce/core@^5.2.6", "@salesforce/core@^5.2.7", "@salesforce/core@^5.2.9", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.2", "@salesforce/core@^5.3.3", "@salesforce/core@^5.3.4", "@salesforce/core@^5.3.5", "@salesforce/core@^5.3.9":
version "5.3.9"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.9.tgz#1c8f793ce1a0798c5c7767a5a370a5926d3298de"
integrity sha512-/HX0PiXq3Sjc5eVJ0EaYetcDGsKU9O9Nj8jFGw5qYlITx8zogfxc0j07liH67tQXS1KbTysYoj/MQ2zbHSNkPA==
dependencies:
"@salesforce/kit" "^3.0.12"
"@salesforce/kit" "^3.0.13"
"@salesforce/schemas" "^1.6.0"
"@salesforce/ts-types" "^2.0.8"
"@types/semver" "^7.5.2"
"@types/semver" "^7.5.3"
ajv "^8.12.0"
change-case "^4.1.2"
faye "^1.4.0"
Expand All @@ -1604,9 +1604,9 @@
jsforce "^2.0.0-beta.27"
jsonwebtoken "9.0.2"
jszip "3.10.1"
pino "^8.15.1"
pino "^8.15.6"
pino-abstract-transport "^1.0.0"
pino-pretty "^10.2.0"
pino-pretty "^10.2.3"
proper-lockfile "^4.1.2"
semver "^7.5.4"
ts-retry-promise "^0.7.1"
Expand Down Expand Up @@ -1911,13 +1911,13 @@
yeoman-environment "^3.19.3"
yeoman-generator "^5.9.0"

"@salesforce/[email protected].19", "@salesforce/plugin-trust@^2.6.8":
version "2.6.19"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-2.6.19.tgz#0e2e95fec8015042b29123aece7556b83cb3a416"
integrity sha512-OKr5DFvc7aHk0AiUvQXWEKX2MISebClW/aOHz9GkWqU5gZfGMLbBeyieBoOCcaA5ESq8FAB4GZbDNVshba33qg==
"@salesforce/[email protected].20", "@salesforce/plugin-trust@^2.6.8":
version "2.6.20"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-2.6.20.tgz#7d748475116ec7bc81a352f632767c895ebb7914"
integrity sha512-pHakiNDLTX94an3xldTkvnNM+DCAc1r/7eTtdDmrRd7/6SxkySUQENFsJlIROar5kLq8oF8VCjKx8H57Qk5hSA==
dependencies:
"@oclif/core" "^2.15.0"
"@salesforce/core" "^5.2.9"
"@salesforce/core" "^5.3.9"
"@salesforce/sf-plugins-core" "^3.1.23"
got "^11"
npm "9.8.1"
Expand Down Expand Up @@ -2404,10 +2404,10 @@
dependencies:
"@types/node" "*"

"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.2":
version "7.5.2"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.2.tgz#31f6eec1ed7ec23f4f05608d3a2d381df041f564"
integrity sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.3":
version "7.5.3"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==

"@types/shelljs@^0.8.12":
version "0.8.12"
Expand Down Expand Up @@ -4450,7 +4450,7 @@ [email protected]:
dependencies:
safe-buffer "^5.0.1"

ejs@^3.1.8:
ejs@^3.1.8, ejs@^3.1.9:
version "3.1.9"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
Expand Down Expand Up @@ -8753,10 +8753,10 @@ pino-abstract-transport@^1.0.0, [email protected]:
readable-stream "^4.0.0"
split2 "^4.0.0"

pino-pretty@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.0.tgz#c674a153e15c08d7032a826d0051d786feace1d9"
integrity sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA==
pino-pretty@^10.2.3:
version "10.2.3"
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783"
integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==
dependencies:
colorette "^2.0.7"
dateformat "^4.6.3"
Expand All @@ -8778,10 +8778,10 @@ pino-std-serializers@^6.0.0:
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==

pino@^8.15.1:
version "8.15.1"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.15.1.tgz#04b815ff7aa4e46b1bbab88d8010aaa2b17eaba4"
integrity sha512-Cp4QzUQrvWCRJaQ8Lzv0mJzXVk4z2jlq8JNKMGaixC2Pz5L4l2p95TkuRvYbrEbe85NQsDKrAd4zalf7Ml6WiA==
pino@^8.15.6:
version "8.16.0"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.0.tgz#2465012a1d11fa2e7a0545032f636e203990ae26"
integrity sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==
dependencies:
atomic-sleep "^1.0.0"
fast-redact "^3.1.1"
Expand All @@ -8792,7 +8792,7 @@ pino@^8.15.1:
quick-format-unescaped "^4.0.3"
real-require "^0.2.0"
safe-stable-stringify "^2.3.1"
sonic-boom "^3.1.0"
sonic-boom "^3.7.0"
thread-stream "^2.0.0"

pkg-dir@^4.1.0, pkg-dir@^4.2.0:
Expand Down Expand Up @@ -9703,10 +9703,10 @@ socks@^2.6.2, socks@^2.7.1:
ip "^2.0.0"
smart-buffer "^4.2.0"

sonic-boom@^3.0.0, sonic-boom@^3.1.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.3.0.tgz#cffab6dafee3b2bcb88d08d589394198bee1838c"
integrity sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==
sonic-boom@^3.0.0, sonic-boom@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.7.0.tgz#b4b7b8049a912986f4a92c51d4660b721b11f2f2"
integrity sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==
dependencies:
atomic-sleep "^1.0.0"

Expand Down

0 comments on commit e95fa3f

Please sign in to comment.