Skip to content

Commit 0e6a451

Browse files
fix: devScripts update (#866) and core6 bump
* chore: updates from devScripts * test: relocated orgAccessors from deep imports * chore: bump core for writeSync lock file --------- Co-authored-by: mshanemc <[email protected]>
1 parent d57a971 commit 0e6a451

File tree

4 files changed

+211
-242
lines changed

4 files changed

+211
-242
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@oclif/core": "^3.10.8",
9-
"@salesforce/core": "^5.3.18",
9+
"@salesforce/core": "^6.1.3",
1010
"@salesforce/kit": "^3.0.15",
11-
"@salesforce/sf-plugins-core": "^4.1.1",
12-
"@salesforce/source-deploy-retrieve": "^9.8.4",
11+
"@salesforce/sf-plugins-core": "^5.0.1",
12+
"@salesforce/source-deploy-retrieve": "^10.0.0",
1313
"open": "^9.1.0"
1414
},
1515
"devDependencies": {
1616
"@oclif/plugin-command-snapshot": "^5.0.2",
1717
"@salesforce/cli-plugins-testkit": "^5.0.3",
18-
"@salesforce/dev-scripts": "^6.0.3",
18+
"@salesforce/dev-scripts": "^7.1.0",
1919
"@salesforce/plugin-command-reference": "^3.0.46",
2020
"@salesforce/ts-sinon": "1.4.19",
2121
"@types/shelljs": "^0.8.14",
22-
"eslint-plugin-sf-plugin": "^1.16.14",
22+
"eslint-plugin-sf-plugin": "^1.16.15",
2323
"moment": "^2.29.1",
2424
"oclif": "^4.0.3",
2525
"shelljs": "^0.8.5",

test/unit/org/createSandbox.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Lifecycle, Org, SandboxEvents, SandboxProcessObject, AuthFields } from
88
import { stubMethod } from '@salesforce/ts-sinon';
99
import sinon from 'sinon';
1010
import { expect, config } from 'chai';
11-
import { OrgAccessor } from '@salesforce/core/lib/stateAggregator/index.js';
11+
import { OrgAccessor } from '@salesforce/core/lib/stateAggregator/accessors/orgAccessor.js';
1212
import { stubSfCommandUx, stubSpinner, stubUx } from '@salesforce/sf-plugins-core';
1313
import CreateSandbox from '../../../src/commands/org/create/sandbox.js';
1414

test/unit/org/resumeSandbox.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
import { stubMethod } from '@salesforce/ts-sinon';
2020
import sinon from 'sinon';
2121
import { expect, config } from 'chai';
22-
import { OrgAccessor } from '@salesforce/core/lib/stateAggregator/index.js';
22+
import { OrgAccessor } from '@salesforce/core/lib/stateAggregator/accessors/orgAccessor.js';
2323
import { stubSfCommandUx, stubSpinner, stubUx } from '@salesforce/sf-plugins-core';
2424
import ResumeSandbox from '../../../src/commands/org/resume/sandbox.js';
2525
config.truncateThreshold = 0;

0 commit comments

Comments
 (0)