Skip to content

Commit

Permalink
test: api version on projects (#928)
Browse files Browse the repository at this point in the history
* test: api version on projects

* test: bump testkit for api-version fix
  • Loading branch information
mshanemc authored Aug 9, 2023
1 parent bc92d93 commit 46416f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@oclif/plugin-command-snapshot": "^4.0.9",
"@oclif/plugin-help": "^5.2.11",
"@salesforce/cli-plugins-testkit": "^4.2.9",
"@salesforce/cli-plugins-testkit": "^4.3.0",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.7.0",
"@salesforce/plugin-command-reference": "^3.0.25",
Expand Down
1 change: 1 addition & 0 deletions test/nuts/mdapi.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe('1k files in mdapi:deploy', () => {
session = await TestSession.create({
project: {
name: 'large-repo',
apiVersion: '58.0',
},
devhubAuthStrategy: 'AUTO',
scratchOrgs: [
Expand Down
1 change: 1 addition & 0 deletions test/nuts/trackingCommands/forceIgnore.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe('forceignore changes', () => {
session = await TestSession.create({
project: {
name: 'forceIgnoreTest',
apiVersion: '58.0',
},
devhubAuthStrategy: 'AUTO',
scratchOrgs: [
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -960,14 +960,14 @@
istanbul-lib-report "^3.0.1"
istanbul-reports "^3.1.6"

"@salesforce/cli-plugins-testkit@^4.2.9":
version "4.2.9"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.2.9.tgz#813bbb6a7926d17d5d0becd664e08f1c115680d1"
integrity sha512-v71dFmhlgwtmehK2QJ8+toeCYc39WQFu7R2wmhsHQeVA1UuYcx3uue5JnC392PIXddxQtjdR6eazk52tQg4nyA==
"@salesforce/cli-plugins-testkit@^4.2.9", "@salesforce/cli-plugins-testkit@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.3.0.tgz#253079d476569fbc4977c8100b3bf201b3e4a788"
integrity sha512-kW59i4muO49evQ76waWTfDUXpTfyBUQ0N1QIF4ZFB+aSAdVGG5N/oTMYz882ScS/SwB0XP0H119wT4cLoJI+Mw==
dependencies:
"@salesforce/core" "^5.2.0"
"@salesforce/kit" "^3.0.9"
"@salesforce/ts-types" "^2.0.2"
"@salesforce/ts-types" "^2.0.6"
"@types/shelljs" "^0.8.12"
debug "^4.3.1"
jszip "^3.10.1"
Expand Down Expand Up @@ -1228,7 +1228,7 @@
sinon "^5.1.1"
tslib "^2.5.3"

"@salesforce/ts-types@^2.0.1", "@salesforce/ts-types@^2.0.2", "@salesforce/ts-types@^2.0.5", "@salesforce/ts-types@^2.0.6":
"@salesforce/ts-types@^2.0.1", "@salesforce/ts-types@^2.0.5", "@salesforce/ts-types@^2.0.6":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.6.tgz#659590ee6ece45213bbdb23c9e244d206a2f912e"
integrity sha512-hGSU3pwZKItAw567cD2hf+nwe4yPVANonb1E28bLVaRjYAI6FmdxjjTxA+wZRrTpTCpjd5TY67Lq2X1X1lY8bA==
Expand Down

0 comments on commit 46416f0

Please sign in to comment.