Skip to content

Commit 9557eb9

Browse files
chore: bump command-snapshot to 3
1 parent 56a6758 commit 9557eb9

File tree

3 files changed

+41
-52
lines changed

3 files changed

+41
-52
lines changed

command-snapshot.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
{
33
"command": "force:limits:api:display",
44
"plugin": "@salesforce/plugin-limits",
5-
"flags": ["apiversion", "json", "loglevel", "targetusername"]
5+
"flags": ["apiversion", "json", "loglevel", "targetusername"],
6+
"alias": []
67
},
78
{
89
"command": "force:limits:recordcounts:display",
910
"plugin": "@salesforce/plugin-limits",
10-
"flags": ["apiversion", "json", "loglevel", "targetusername", "sobjecttype"]
11+
"flags": ["apiversion", "json", "loglevel", "sobjecttype", "targetusername"],
12+
"alias": []
1113
}
1214
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@oclif/dev-cli": "^1",
16-
"@oclif/plugin-command-snapshot": "^2.0.0",
16+
"@oclif/plugin-command-snapshot": "^3",
1717
"@salesforce/cli-plugins-testkit": "^1.4.10",
1818
"@salesforce/dev-config": "^3.0.0",
1919
"@salesforce/dev-scripts": "^2.0.0",

yarn.lock

Lines changed: 36 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
"@nodelib/fs.scandir" "2.1.5"
519519
fastq "^1.6.0"
520520

521-
"@oclif/command@^1.5.13", "@oclif/command@^1.6.0", "@oclif/command@^1.8.1", "@oclif/command@^1.8.14", "@oclif/command@^1.8.15", "@oclif/command@^1.8.3":
521+
"@oclif/command@^1.5.13", "@oclif/command@^1.8.1", "@oclif/command@^1.8.14", "@oclif/command@^1.8.15", "@oclif/command@^1.8.3":
522522
version "1.8.16"
523523
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.16.tgz#bea46f81b2061b47e1cda318a0b923e62ca4cc0c"
524524
integrity sha512-rmVKYEsKzurfRU0xJz+iHelbi1LGlihIWZ7Qvmb/CBz1EkhL7nOkW4SVXmG2dA5Ce0si2gr88i6q4eBOMRNJ1w==
@@ -542,7 +542,7 @@
542542
is-wsl "^2.1.1"
543543
tslib "^2.0.0"
544544

545-
"@oclif/config@^1", "@oclif/config@^1.17.1", "@oclif/config@^1.18.2":
545+
"@oclif/config@^1.17.1", "@oclif/config@^1.18.2":
546546
version "1.18.3"
547547
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.3.tgz#ddfc144fdab66b1658c2f1b3478fa7fbfd317e79"
548548
integrity sha512-sBpko86IrTscc39EvHUhL+c++81BVTsIZ3ETu/vG+cCdi0N6vb2DoahR67A9FI2CGnxRRHjnTfa3m6LulwNATA==
@@ -554,7 +554,7 @@
554554
is-wsl "^2.1.1"
555555
tslib "^2.3.1"
556556

557-
"@oclif/core@^1.3.1", "@oclif/core@^1.3.6", "@oclif/core@^1.5.1", "@oclif/core@^1.5.2", "@oclif/core@^1.6.3":
557+
"@oclif/core@^1.3.1", "@oclif/core@^1.3.4", "@oclif/core@^1.3.6", "@oclif/core@^1.5.1", "@oclif/core@^1.5.2", "@oclif/core@^1.6.3":
558558
version "1.6.3"
559559
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.6.3.tgz#3d1dd4e033f5512ac35963a73878257142390838"
560560
integrity sha512-a3DrPNlOYemwnzxuJ3tINjqpMVIYe56Mg+XaQo0nGsqGSk69wF5Q/hD8plsWrtwdkeIxwxhgl7T699EJypAUwg==
@@ -659,18 +659,17 @@
659659
chalk "^4.1.0"
660660
tslib "^2.3.1"
661661

662-
"@oclif/plugin-command-snapshot@^2.0.0":
663-
version "2.2.2"
664-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-2.2.2.tgz#2da73d06886e8b74c5e95f7369562d795dcfa5a2"
665-
integrity sha512-8ujiuGTncfVEbIM4mtOe/PzBaE8m2Bgr13ILxSFf/ZRUVNPs/DSG2DlmxUUf2kpmMhKD7U4lGVqI4em+TJsBiQ==
662+
"@oclif/plugin-command-snapshot@^3":
663+
version "3.1.3"
664+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.1.3.tgz#9adf78dfd2415fc70a5341118f6decc4ebe0aa10"
665+
integrity sha512-zF84uT/hSt4zo+BCURPVpdLdRczXAKYY6X26ImyvLyfTeZp3XfTFNMSYK1eHDvvmc+vlLCGk/eUeXf8yi3C2iA==
666666
dependencies:
667-
"@oclif/command" "^1.6.0"
668-
"@oclif/config" "^1"
669-
chalk "^4.1.1"
667+
"@oclif/core" "^1.3.4"
668+
chalk "^4.1.2"
670669
just-diff "^3.1.1"
671670
semver "^7.3.5"
672-
sinon "^11.1.1"
673-
ts-json-schema-generator "^0.93.0"
671+
sinon "^11.1.2"
672+
ts-json-schema-generator "^0.97.0"
674673
tslib "^2"
675674

676675
@@ -1058,7 +1057,7 @@
10581057
dependencies:
10591058
"@types/node" "*"
10601059

1061-
"@types/json-schema@^7.0.7":
1060+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
10621061
version "7.0.11"
10631062
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
10641063
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -1713,7 +1712,7 @@ chalk@^3.0.0:
17131712
ansi-styles "^4.1.0"
17141713
supports-color "^7.1.0"
17151714

1716-
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
1715+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
17171716
version "4.1.2"
17181717
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
17191718
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -1960,11 +1959,6 @@ commander@^4.0.1:
19601959
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
19611960
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
19621961

1963-
commander@^7.2.0:
1964-
version "7.2.0"
1965-
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
1966-
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
1967-
19681962
commander@^8.2.0:
19691963
version "8.3.0"
19701964
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
@@ -2858,7 +2852,7 @@ fast-glob@^3.0.3, fast-glob@^3.2.9:
28582852
merge2 "^1.3.0"
28592853
micromatch "^4.0.4"
28602854

2861-
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
2855+
fast-json-stable-stringify@^2.0.0:
28622856
version "2.1.0"
28632857
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
28642858
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
@@ -3222,7 +3216,7 @@ [email protected]:
32223216
once "^1.3.0"
32233217
path-is-absolute "^1.0.0"
32243218

3225-
[email protected], glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0:
3219+
[email protected], glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
32263220
version "7.2.0"
32273221
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
32283222
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -4025,13 +4019,6 @@ json-stable-stringify-without-jsonify@^1.0.1:
40254019
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
40264020
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
40274021

4028-
json-stable-stringify@^1.0.1:
4029-
version "1.0.1"
4030-
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
4031-
integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=
4032-
dependencies:
4033-
jsonify "~0.0.0"
4034-
40354022
json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
40364023
version "5.0.1"
40374024
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
@@ -4044,7 +4031,7 @@ json5@^1.0.1:
40444031
dependencies:
40454032
minimist "^1.2.0"
40464033

4047-
json5@^2.1.2:
4034+
json5@^2.1.2, json5@^2.2.0:
40484035
version "2.2.1"
40494036
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
40504037
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
@@ -4070,11 +4057,6 @@ jsonfile@^6.0.1:
40704057
optionalDependencies:
40714058
graceful-fs "^4.1.6"
40724059

4073-
jsonify@~0.0.0:
4074-
version "0.0.0"
4075-
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
4076-
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
4077-
40784060
jsonparse@^1.2.0:
40794061
version "1.3.1"
40804062
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -5538,6 +5520,11 @@ safe-json-stringify@~1:
55385520
resolved "https://registry.yarnpkg.com/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz#356e44bc98f1f93ce45df14bcd7c01cda86e0afd"
55395521
integrity sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==
55405522

5523+
safe-stable-stringify@^2.2.0:
5524+
version "2.3.1"
5525+
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz#ab67cbe1fe7d40603ca641c5e765cb942d04fc73"
5526+
integrity sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==
5527+
55415528
"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
55425529
version "2.1.2"
55435530
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
@@ -5677,7 +5664,7 @@ [email protected]:
56775664
nise "^4.1.0"
56785665
supports-color "^7.1.0"
56795666

5680-
sinon@^11.1.1:
5667+
sinon@^11.1.2:
56815668
version "11.1.2"
56825669
resolved "https://registry.yarnpkg.com/sinon/-/sinon-11.1.2.tgz#9e78850c747241d5c59d1614d8f9cbe8840e8674"
56835670
integrity sha512-59237HChms4kg7/sXhiRcUzdSkKuydDeTiamT/jesUVHshBgL8XAmhgFo0GfK6RruMDM/iRSij1EybmMog9cJw==
@@ -6122,17 +6109,17 @@ trim-newlines@^3.0.0:
61226109
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
61236110
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
61246111

6125-
ts-json-schema-generator@^0.93.0:
6126-
version "0.93.0"
6127-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.93.0.tgz#3d6adf99446a1b3d0887dbad7cca015a49394d3a"
6128-
integrity sha512-JYacSIgw4KqsOXF/zRSY4pE/v6jUk7aMDXhwK5MdopN0UeKH58TRZHrQADy9uxTf78jqUfFLzARQKNOb9H+jVQ==
6112+
ts-json-schema-generator@^0.97.0:
6113+
version "0.97.0"
6114+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.97.0.tgz#ea4f2ddbcba1fb6c0a2f97d242783b7fdc8e203b"
6115+
integrity sha512-kPDq4ut8Mu1ZgSN7OeTXz+ueb1juFt2eyGd23lMr3WoN5sq4Xa9m22kDI46OlwapE0aF8e1pUesOFgDcATHcuA==
61296116
dependencies:
6130-
"@types/json-schema" "^7.0.7"
6131-
commander "^7.2.0"
6132-
fast-json-stable-stringify "^2.1.0"
6133-
glob "^7.1.7"
6134-
json-stable-stringify "^1.0.1"
6135-
typescript "~4.3.2"
6117+
"@types/json-schema" "^7.0.9"
6118+
commander "^8.2.0"
6119+
glob "^7.2.0"
6120+
json5 "^2.2.0"
6121+
safe-stable-stringify "^2.2.0"
6122+
typescript "~4.4.3"
61366123

61376124
ts-node@^10.0.0, ts-node@^10.6.0:
61386125
version "10.7.0"
@@ -6274,10 +6261,10 @@ typescript@^4.1.3, typescript@^4.4.3:
62746261
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
62756262
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
62766263

6277-
typescript@~4.3.2:
6278-
version "4.3.5"
6279-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
6280-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
6264+
typescript@~4.4.3:
6265+
version "4.4.4"
6266+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
6267+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
62816268

62826269
uglify-js@^3.1.4:
62836270
version "3.15.3"

0 commit comments

Comments
 (0)