Skip to content

Commit

Permalink
chore: updating project config
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Dec 27, 2023
1 parent 486509d commit 047381b
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 18 deletions.
32 changes: 32 additions & 0 deletions command-snapshot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"alias": [],
"command": "chipps:package:dependencies:install",
"flagAliases": [],
"flagChars": ["a", "b", "i", "k", "l", "n", "r", "s", "t", "v", "w", "z"],
"flags": [
"apex-compile",
"branch",
"install-type",
"installation-key",
"json",
"no-prompt",
"publish-wait",
"security-type",
"skip-handlers",
"target-dev-hub",
"target-org",
"upgrade-type",
"wait"
],
"plugin": "sf-chipps-package"
},
{
"alias": [],
"command": "chipps:package:version:cleanup",
"flagAliases": [],
"flagChars": ["p", "s", "v"],
"flags": ["api-version", "json", "matcher", "package", "target-dev-hub"],
"plugin": "sf-chipps-package"
}
]
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@oclif/plugin-command-snapshot": "^5.0.2",
"@salesforce/cli-plugins-testkit": "^5.1.2",
"@salesforce/dev-scripts": "^7.1.1",
"@salesforce/plugin-command-reference": "^3.0.49",
"@salesforce/plugin-command-reference": "^3.0.51",
"@salesforce/ts-sinon": "1.4.19",
"@types/shelljs": "^0.8.14",
"eslint-plugin-sf-plugin": "^1.16.15",
Expand All @@ -24,7 +24,7 @@
"shelljs": "^0.8.5",
"shx": "0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
Expand All @@ -50,7 +50,9 @@
"commands": "./lib/commands",
"bin": "sf",
"devPlugins": [
"@oclif/plugin-help"
"@oclif/plugin-command-snapshot",
"@oclif/plugin-help",
"@salesforce/plugin-command-reference"
],
"topics": {
"chipps": {
Expand Down Expand Up @@ -141,11 +143,14 @@
"dependencies": [
"test:compile",
"test:only",
"lint"
"test:command-reference",
"test:deprecation-policy",
"lint",
"test:json-schema"
]
},
"test:command-reference": {
"command": "ts-node \"./bin/dev.js\" commandreference:generate --erroronwarnings",
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
"files": [
"src/**/*.ts",
"messages/**",
Expand All @@ -156,7 +161,7 @@
]
},
"test:deprecation-policy": {
"command": "ts-node \"./bin/dev.js\" snapshot:compare",
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
"files": [
"src/**/*.ts"
],
Expand All @@ -166,7 +171,7 @@
]
},
"test:json-schema": {
"command": "ts-node \"./bin/dev.js\" schema:compare",
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
"files": [
"src/**/*.ts",
"schemas"
Expand Down
2 changes: 1 addition & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./../node_modules/@salesforce/dev-config/tsconfig-test-strict-esm",
"extends": "@salesforce/dev-config/tsconfig-test-strict-esm",
"include": ["./**/*.ts"],
"compilerOptions": {
"skipLibCheck": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@salesforce/dev-config/tsconfig-strict-esm",
"extends": "@salesforce/dev-config/tsconfig-strict-esm",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
Expand Down
23 changes: 14 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1075,15 +1075,15 @@
jsforce "^2.0.0-beta.29"
jszip "^3.10.1"

"@salesforce/plugin-command-reference@^3.0.49":
version "3.0.51"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.51.tgz#d944701bef9ae43bf2ef1f74d3a1d79dccee6399"
integrity sha512-lKIktlP3ZwL9gM5DUl0yuclY9GaEIGaJ9E5CzGzCMN3FihMU7GJ+K80Z9XU2D4egb37U5LDfQFZepmqpi6hWUg==
"@salesforce/plugin-command-reference@^3.0.51":
version "3.0.58"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.58.tgz#2c1e151a4b2d3cca5956554eb4a43bab4fcf27d8"
integrity sha512-OblBIcOATD1HVorM/A+t2dT3V0FM/CQv2PtCoUA+rHecjGAjtLdzKajPIGw+Z56GCNqLM5keoEglzFGY8HeA4Q==
dependencies:
"@oclif/core" "^3.13.1"
"@salesforce/core" "^6.2.2"
"@oclif/core" "^3.15.1"
"@salesforce/core" "^6.4.1"
"@salesforce/kit" "^3.0.15"
"@salesforce/sf-plugins-core" "^5.0.5"
"@salesforce/sf-plugins-core" "^5.0.12"
"@salesforce/ts-types" "^2.0.9"
chalk "^4"
handlebars "^4.7.8"
Expand All @@ -1099,7 +1099,7 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==

"@salesforce/sf-plugins-core@^5.0.13", "@salesforce/sf-plugins-core@^5.0.5":
"@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.13":
version "5.0.13"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
Expand Down Expand Up @@ -7790,7 +7790,7 @@ typedoc@^0.25.3:
minimatch "^9.0.3"
shiki "^0.14.1"

"typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2, typescript@~5.3.2:
"typescript@^4.6.4 || ^5.2.2", typescript@~5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==
Expand All @@ -7800,6 +7800,11 @@ typescript@^4.9.5:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

uglify-js@^3.1.4:
version "3.17.4"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
Expand Down

0 comments on commit 047381b

Please sign in to comment.