Skip to content

Commit b374bfd

Browse files
committed
fix(deps): update library, new snapshot
1 parent 02ff05d commit b374bfd

File tree

3 files changed

+51
-58
lines changed

3 files changed

+51
-58
lines changed

command-snapshot.json

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,42 @@
33
"command": "apex:get:log",
44
"plugin": "@salesforce/plugin-apex",
55
"flags": ["api-version", "log-id", "loglevel", "number", "output-dir", "target-org"],
6-
"alias": ["force:apex:log:get"]
6+
"alias": ["force:apex:log:get"],
7+
"flagChars": ["d", "i", "n", "o"],
8+
"flagAliases": ["apiversion", "logid", "output-directory", "outputdir", "targetusername", "u"]
79
},
810
{
911
"command": "apex:get:test",
1012
"plugin": "@salesforce/plugin-apex",
1113
"flags": ["api-version", "code-coverage", "loglevel", "output-dir", "result-format", "target-org", "test-run-id"],
12-
"alias": ["force:apex:test:report"]
14+
"alias": ["force:apex:test:report"],
15+
"flagChars": ["c", "d", "i", "o", "r"],
16+
"flagAliases": [
17+
"apiversion",
18+
"codecoverage",
19+
"output-directory",
20+
"outputdir",
21+
"resultformat",
22+
"targetusername",
23+
"testrunid",
24+
"u"
25+
]
1326
},
1427
{
1528
"command": "apex:list:log",
1629
"plugin": "@salesforce/plugin-apex",
1730
"flags": ["api-version", "loglevel", "target-org"],
18-
"alias": ["force:apex:log:list"]
31+
"alias": ["force:apex:log:list"],
32+
"flagChars": ["o"],
33+
"flagAliases": ["apiversion", "targetusername", "u"]
1934
},
2035
{
2136
"command": "apex:run",
2237
"plugin": "@salesforce/plugin-apex",
2338
"flags": ["api-version", "file", "loglevel", "target-org"],
24-
"alias": ["force:apex:execute"]
39+
"alias": ["force:apex:execute"],
40+
"flagChars": ["f", "o"],
41+
"flagAliases": ["apexcodefile", "apiversion", "targetusername", "u"]
2542
},
2643
{
2744
"command": "apex:run:test",
@@ -41,12 +58,28 @@
4158
"tests",
4259
"wait"
4360
],
44-
"alias": ["force:apex:test:run"]
61+
"alias": ["force:apex:test:run"],
62+
"flagChars": ["c", "d", "l", "n", "o", "r", "s", "t", "v", "w", "y"],
63+
"flagAliases": [
64+
"apiversion",
65+
"classnames",
66+
"codecoverage",
67+
"detailedcoverage",
68+
"output-directory",
69+
"outputdir",
70+
"resultformat",
71+
"suitenames",
72+
"targetusername",
73+
"testlevel",
74+
"u"
75+
]
4576
},
4677
{
4778
"command": "apex:tail:log",
4879
"plugin": "@salesforce/plugin-apex",
4980
"flags": ["api-version", "color", "debug-level", "loglevel", "skip-trace-flag", "target-org"],
50-
"alias": ["force:apex:log:tail"]
81+
"alias": ["force:apex:log:tail"],
82+
"flagChars": ["c", "d", "o", "s"],
83+
"flagAliases": ["apiversion", "debuglevel", "skiptraceflag", "targetusername", "u"]
5184
}
5285
]

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@oclif/core": "^2.8.2",
10-
"@salesforce/apex-node": "^1.6.1",
11-
"@salesforce/core": "^4.0.1",
9+
"@oclif/core": "^2.8.5",
10+
"@salesforce/apex-node": "^1.6.2",
11+
"@salesforce/core": "^4.1.0",
1212
"@salesforce/sf-plugins-core": "^3.0.2",
1313
"chalk": "^4.1.0",
1414
"tslib": "^2"

yarn.lock

Lines changed: 9 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"@babel/helper-validator-identifier" "^7.19.1"
206206
to-fast-properties "^2.0.0"
207207

208-
"@commitlint/cli@^17.1.2", "@commitlint/cli@^17.4.3":
208+
"@commitlint/cli@^17.1.2":
209209
version "17.4.3"
210210
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.3.tgz#49583a7946b4030e7e6d9caafac44307835fb05e"
211211
integrity sha512-IPTS7AZuBHgD0gl24El8HwuDM9zJN9JLa5KmZUQoFD1BQeGGdzAYJOnAr85CeJWpTDok0BGHDL0+4odnH0iTyA==
@@ -221,7 +221,7 @@
221221
resolve-global "1.0.0"
222222
yargs "^17.0.0"
223223

224-
"@commitlint/config-conventional@^17.1.0", "@commitlint/config-conventional@^17.2.0":
224+
"@commitlint/config-conventional@^17.1.0":
225225
version "17.4.3"
226226
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.4.3.tgz#c732d29181c3a4d5f65b01a7bb5989edd5c470cf"
227227
integrity sha512-8EsY2iDw74hCk3hIQSg7/E0R8/KtPjnFPZVwmmHxcjhZjkSykmxysefICPDnbI3xgxfov0zwL1WKDHM8zglJdw==
@@ -864,15 +864,13 @@
864864
dependencies:
865865
"@octokit/openapi-types" "^12.11.0"
866866

867-
"@salesforce/apex-node@^1.6.1":
868-
version "1.6.1"
869-
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-1.6.1.tgz#ca01b974e3ee87f31f100c15e9185b1655be87db"
870-
integrity sha512-Jx+mD9l8/OpcsVxmgcIPVtN+41RMlGzNehZCwC0irucKFpAi7kKbwMyFo4LXdYZUFg28lFw1WlghfzEwfuJ3aA==
867+
"@salesforce/apex-node@^1.6.2":
868+
version "1.6.2"
869+
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-1.6.2.tgz#ea53c01994994288dcab362548ddda36e3127bbc"
870+
integrity sha512-EeBdfkVd6nA6MK8gdkNgk+aVuoxc8KzQvMIBzP1hBYNP0SDGOmq3bSINV3cyiAGCuBgt4VbYTznb/+iPdWRr/w==
871871
dependencies:
872-
"@commitlint/config-conventional" "^17.2.0"
873-
"@salesforce/core" "^3.34.6"
872+
"@salesforce/core" "^4.0.1"
874873
"@types/istanbul-reports" "^3.0.1"
875-
commitlint "^17.2.0"
876874
faye "1.4.0"
877875
glob "^8.0.3"
878876
istanbul-lib-coverage "^3.2.0"
@@ -891,27 +889,6 @@
891889
mv "~2"
892890
safe-json-stringify "~1"
893891

894-
"@salesforce/core@^3.34.6":
895-
version "3.36.2"
896-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.36.2.tgz#135fa2fb858da6245b9ecff1e7819aeaeead5150"
897-
integrity sha512-IS1rR6Y0tMJYx/+TOAUQ9Gs+Vtum0MHLGfodT7ZJMQZQHEp1S4o0BJ8676uq5sASAnVL64GA+Et/LWCCOWWEuw==
898-
dependencies:
899-
"@salesforce/bunyan" "^2.0.0"
900-
"@salesforce/kit" "^1.9.2"
901-
"@salesforce/schemas" "^1.5.1"
902-
"@salesforce/ts-types" "^1.7.2"
903-
"@types/semver" "^7.3.13"
904-
ajv "^8.12.0"
905-
archiver "^5.3.0"
906-
change-case "^4.1.2"
907-
debug "^3.2.7"
908-
faye "^1.4.0"
909-
form-data "^4.0.0"
910-
js2xmlparser "^4.0.1"
911-
jsforce "^2.0.0-beta.23"
912-
jsonwebtoken "9.0.0"
913-
ts-retry-promise "^0.7.0"
914-
915892
"@salesforce/core@^4.0.1", "@salesforce/core@^4.1.0":
916893
version "4.1.0"
917894
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.1.0.tgz#909c1ef1640683f797529899dbf316d53f1aebee"
@@ -978,15 +955,6 @@
978955
typescript "^4.9.5"
979956
wireit "^0.9.5"
980957

981-
"@salesforce/kit@^1.9.2":
982-
version "1.9.2"
983-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.9.2.tgz#d232f135428363cdfe2649cb99a94bc2eb0a12fd"
984-
integrity sha512-kjZvjFNP6njhAiEa/ErdLXSDWZKafHYJyKCKz1wnSFmDM8TOpKHCCVw5cQo87ZQr8OqxqwUDIAlSBLyMzKi4Lg==
985-
dependencies:
986-
"@salesforce/ts-types" "^1.7.3"
987-
shx "^0.3.3"
988-
tslib "^2.5.0"
989-
990958
"@salesforce/kit@^3.0.0", "@salesforce/kit@^3.0.2":
991959
version "3.0.3"
992960
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.3.tgz#7144bf4d135b45d9f7a0a52365ec5e55b380b4e0"
@@ -1040,7 +1008,7 @@
10401008
sinon "^5.1.1"
10411009
tslib "^2.5.0"
10421010

1043-
"@salesforce/ts-types@^1.7.2", "@salesforce/ts-types@^1.7.3":
1011+
"@salesforce/ts-types@^1.7.3":
10441012
version "1.7.3"
10451013
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.3.tgz#89b79ff0aaa55fea9f2de0afa8e515be3e17d0d8"
10461014
integrity sha512-jpmekGqZ7tpHRJwf1rF0yBJ/IMC5mOrryNi4HZkKuNQn8RF97WpynmL8Om04mLTCESvCiif3y7NWfIcxtID2Gw==
@@ -2355,14 +2323,6 @@ [email protected]:
23552323
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
23562324
integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==
23572325

2358-
commitlint@^17.2.0:
2359-
version "17.4.3"
2360-
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.4.3.tgz#10fc4140fc8a46bbeb7aa0e7367b08534efb9928"
2361-
integrity sha512-3MGkngRG3x3KY5uKWxgyKK7WU5apelorn4jeJsu8aCotuaoPXYtZX8Ym7a/ZzB19UUuWADnKWVTWBePvweu3aA==
2362-
dependencies:
2363-
"@commitlint/cli" "^17.4.3"
2364-
"@commitlint/types" "^17.4.0"
2365-
23662326
common-ancestor-path@^1.0.1:
23672327
version "1.0.1"
23682328
resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7"
@@ -6320,7 +6280,7 @@ shiki@^0.11.1:
63206280
vscode-oniguruma "^1.6.1"
63216281
vscode-textmate "^6.0.0"
63226282

6323-
shx@^0.3.3, shx@^0.3.4:
6283+
shx@^0.3.4:
63246284
version "0.3.4"
63256285
resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.4.tgz#74289230b4b663979167f94e1935901406e40f02"
63266286
integrity sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==

0 commit comments

Comments
 (0)