Skip to content

Commit

Permalink
chore: sync package.json [ci skip] (#43)
Browse files Browse the repository at this point in the history
* chore: sync dependencies [skip-validate-pr]

Authored via Leif

* chore: sync package.json [skip-validate-pr]

Authored via Leif

* chore: update command-snapshot [skip-validate-pr]

Co-authored-by: SF-CLI-BOT <[email protected]>
Co-authored-by: Mike Donnalley <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2021
1 parent f619f4c commit 5860fef
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 9 deletions.
27 changes: 27 additions & 0 deletions command-snapshot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"command": "force:user:create",
"plugin": "@salesforce/plugin-user",
"flags": ["apiversion", "definitionfile", "json", "loglevel", "setalias", "targetdevhubusername", "targetusername"]
},
{
"command": "force:user:display",
"plugin": "@salesforce/plugin-user",
"flags": ["apiversion", "json", "loglevel", "targetdevhubusername", "targetusername"]
},
{
"command": "force:user:list",
"plugin": "@salesforce/plugin-user",
"flags": ["apiversion", "json", "loglevel", "targetdevhubusername", "targetusername"]
},
{
"command": "force:user:password:generate",
"plugin": "@salesforce/plugin-user",
"flags": ["apiversion", "json", "loglevel", "onbehalfof", "targetdevhubusername", "targetusername"]
},
{
"command": "force:user:permset:assign",
"plugin": "@salesforce/plugin-user",
"flags": ["apiversion", "json", "loglevel", "onbehalfof", "permsetname", "targetusername"]
}
]
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@oclif/plugin-command-snapshot": "^2.0.0",
"@salesforce/dev-config": "^2.1.0",
"@salesforce/dev-scripts": "0.7.0",
"@salesforce/plugin-command-reference": "^1.3.0",
"@salesforce/prettier-config": "^0.0.1",
"@salesforce/ts-sinon": "1.3.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
Expand Down Expand Up @@ -66,7 +68,9 @@
"commands": "./lib/commands",
"bin": "sfdx",
"devPlugins": [
"@oclif/plugin-help"
"@oclif/plugin-help",
"@oclif/plugin-command-snapshot",
"@salesforce/plugin-command-reference"
],
"topics": {
"force": {
Expand Down Expand Up @@ -98,12 +102,14 @@
"format": "sf-format",
"lint": "sf-lint",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn lint",
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
"prepack": "sf-build",
"prepare": "sf-install",
"pretest": "sf-compile-test",
"test": "sf-test",
"version": "oclif-dev readme && git add README.md"
"version": "oclif-dev readme && git add README.md",
"test:deprecation-policy": "./bin/run snapshot:compare",
"test:command-reference": "./bin/run commandreference:generate --erroronwarnings"
},
"husky": {
"hooks": {
Expand Down
65 changes: 59 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
"@nodelib/fs.scandir" "2.1.4"
fastq "^1.6.0"

"@oclif/command@^1.5.13", "@oclif/command@^1.5.17", "@oclif/command@^1.5.20", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0":
"@oclif/command@^1.5.13", "@oclif/command@^1.5.17", "@oclif/command@^1.5.19", "@oclif/command@^1.5.20", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.0.tgz#c1a499b10d26e9d1a611190a81005589accbb339"
integrity sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==
Expand All @@ -401,7 +401,7 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/config@^1.15.1", "@oclif/config@^1.17.0":
"@oclif/config@^1", "@oclif/config@^1.14.0", "@oclif/config@^1.15.1", "@oclif/config@^1.17.0":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
integrity sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==
Expand Down Expand Up @@ -458,6 +458,17 @@
chalk "^2.4.2"
tslib "^1.9.3"

"@oclif/plugin-command-snapshot@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-2.0.0.tgz#61ee06fc191a34d096024a49fdae0026c88095dc"
integrity sha512-DfEydDlic4TUY4MpgP1UGrRpdAzJZGH2RN0CxEkJ9mM4Z+q61YBjR56IVW2m4mz26DpOHAn7l6luA2WvRVHXXA==
dependencies:
"@oclif/command" "^1.6.0"
"@oclif/config" "^1"
chalk "^4.0.0"
sinon "^9.0.0"
tslib "^2"

"@oclif/plugin-help@^2.2.0":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.2.3.tgz#b993041e92047f0e1762668aab04d6738ac06767"
Expand Down Expand Up @@ -512,7 +523,7 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/command@^3.0.4":
"@salesforce/command@^3.0.0", "@salesforce/command@^3.0.4":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-3.1.0.tgz#98874539aeda69aeb20765dcf7ed02a2945cec45"
integrity sha512-Ggz+P35uJVd2w+R66TGz1Rs4jr6KKmyC3bkpgbJTm+yjaOjy2l/if2hus6fhZ680LUxCucDVXbyEjdzu3B+ioA==
Expand Down Expand Up @@ -548,6 +559,26 @@
mkdirp "1.0.4"
sfdx-faye "^1.0.9"

"@salesforce/core@^2.2.0":
version "2.18.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-2.18.1.tgz#f6978b11ed8dd4bfd6d067d5a06acf36703fcb32"
integrity sha512-g41FkWtaNHcZAf5cTxrPnj5FoWDlViLpDZqUoXVcwhtN2eI1OfjXogANR8SUS1yOWiK7pSye9BOiJ3qSVmwvPg==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.3.3"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.0.0"
"@types/graceful-fs" "^4.1.3"
"@types/jsforce" "1.9.23"
"@types/mkdirp" "1.0.0"
debug "^3.1.0"
graceful-fs "^4.2.4"
jsen "0.6.6"
jsforce "^1.10.0"
jsonwebtoken "8.5.0"
mkdirp "1.0.4"
sfdx-faye "^1.0.9"

"@salesforce/dev-config@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-2.1.0.tgz#78efdf5d660d7cb839d9cafa036f9882741dc6bc"
Expand Down Expand Up @@ -601,6 +632,20 @@
"@salesforce/ts-types" "^1.5.0"
tslib "^1.10.0"

"@salesforce/plugin-command-reference@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-1.3.0.tgz#02e843b3a2fa3c900ff646fcfde1cdc6cc6863b3"
integrity sha512-MN55iUzRhmlHIX2Hb/ED9uBUnSZRJcwdBRHfQo+z1C4edbLMxA4sfbMSAmwdFsQ0sIIdjDW504gFhmys4z1rpg==
dependencies:
"@oclif/command" "^1.5.19"
"@oclif/config" "^1.14.0"
"@oclif/errors" "^1.2.2"
"@salesforce/command" "^3.0.0"
"@salesforce/core" "^2.2.0"
chalk "^3.0.0"
handlebars "^4.7.3"
tslib "^1"

"@salesforce/prettier-config@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.1.tgz#4ef70bca610ea981181fb030b25a27797b15cdff"
Expand Down Expand Up @@ -1322,6 +1367,14 @@ chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chardet@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
Expand Down Expand Up @@ -2937,7 +2990,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==

handlebars@^4.7.6:
handlebars@^4.7.3, handlebars@^4.7.6:
version "4.7.6"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e"
integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==
Expand Down Expand Up @@ -5477,7 +5530,7 @@ [email protected]:
supports-color "^5.4.0"
type-detect "^4.0.8"

sinon@^9.0.2:
sinon@^9.0.0, sinon@^9.0.2:
version "9.2.4"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.4.tgz#e55af4d3b174a4443a8762fa8421c2976683752b"
integrity sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==
Expand Down Expand Up @@ -6058,7 +6111,7 @@ tsconfig-paths@^3.9.0:
minimist "^1.2.0"
strip-bom "^3.0.0"

tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
tslib@^1, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
Expand Down

0 comments on commit 5860fef

Please sign in to comment.