Skip to content

Commit 9c3e6a2

Browse files
authored
fix: core7, jsforce-node (#645)
1 parent 4446382 commit 9c3e6a2

File tree

4 files changed

+462
-440
lines changed

4 files changed

+462
-440
lines changed

command-snapshot.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"command": "hello:world",
4-
"plugin": "@salesforce/plugin-template-sf",
5-
"flags": ["json", "name"],
63
"alias": [],
4+
"command": "hello:world",
5+
"flagAliases": [],
76
"flagChars": ["n"],
8-
"flagAliases": []
7+
"flags": ["flags-dir", "json", "name"],
8+
"plugin": "@salesforce/plugin-template-sf"
99
}
1010
]

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.25.2",
9-
"@salesforce/core": "^6.7.6",
8+
"@oclif/core": "^3.26.2",
9+
"@salesforce/core": "^7.2.0",
1010
"@salesforce/kit": "^3.1.0",
11-
"@salesforce/sf-plugins-core": "^7.1.16"
11+
"@salesforce/sf-plugins-core": "^9.0.1"
1212
},
1313
"devDependencies": {
1414
"@oclif/plugin-command-snapshot": "^5.1.4",
15-
"@salesforce/cli-plugins-testkit": "^5.1.14",
16-
"@salesforce/dev-scripts": "^8.5.0",
17-
"@salesforce/plugin-command-reference": "^3.0.73",
18-
"eslint-plugin-sf-plugin": "^1.17.5",
19-
"oclif": "^4.7.6",
15+
"@salesforce/cli-plugins-testkit": "^5.2.0",
16+
"@salesforce/dev-scripts": "^9.0.0",
17+
"@salesforce/plugin-command-reference": "^3.0.76",
18+
"eslint-plugin-sf-plugin": "^1.18.0",
19+
"oclif": "^4.8.1",
2020
"ts-node": "^10.9.2",
21-
"typescript": "^5.4.4"
21+
"typescript": "^5.4.5"
2222
},
2323
"engines": {
2424
"node": ">=18.0.0"

test/commands/hello/world.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Licensed under the BSD 3-Clause license.
55
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
7-
import { TestContext } from '@salesforce/core/lib/testSetup.js';
7+
import { TestContext } from '@salesforce/core/testSetup';
88
import { expect } from 'chai';
99
import { stubSfCommandUx } from '@salesforce/sf-plugins-core';
1010
import World from '../../../src/commands/hello/world.js';

0 commit comments

Comments
 (0)