Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Apr 5, 2024
1 parent c01fe0a commit 6c70e9c
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 314 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@inquirer/select": "^1.3.3",
"@oclif/core": "^3.25.2",
"@salesforce/core": "^6.7.3",
"@salesforce/plugin-info": "^3.0.28",
"@salesforce/kit": "^3.1.0",
"@salesforce/plugin-info": "^3.0.28",
"@salesforce/sf-plugins-core": "^8.0.1",
"@salesforce/ts-types": "^2.0.9",
"chalk": "^5.3.0",
Expand All @@ -19,7 +19,7 @@
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.1.2",
"@salesforce/cli-plugins-testkit": "^5.1.12",
"@salesforce/dev-scripts": "^8.4.3",
"@salesforce/dev-scripts": "^8.5.0",
"@salesforce/plugin-command-reference": "^3.0.71",
"@salesforce/ts-sinon": "^1.4.19",
"eslint-plugin-sf-plugin": "^1.17.5",
Expand Down
2 changes: 1 addition & 1 deletion test/commands/org/login/login.device.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { expect } from 'chai';
import { Config } from '@oclif/core';
import { SfCommand } from '@salesforce/sf-plugins-core';
import Login from '../../../../src/commands/org/login/device.js';
interface Options {
type Options = {
approvalTimesout?: boolean;
approvalFails?: boolean;
}
Expand Down
2 changes: 1 addition & 1 deletion test/commands/org/login/login.jwt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { expect } from 'chai';
import { Config } from '@oclif/core';
import LoginJwt from '../../../../src/commands/org/login/jwt.js';

interface Options {
type Options = {
authInfoCreateFails?: boolean;
existingAuth?: boolean;
}
Expand Down
2 changes: 1 addition & 1 deletion test/commands/org/login/login.sfdx-url.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Config } from '@oclif/core';
import { StubbedType, stubInterface, stubMethod } from '@salesforce/ts-sinon';
import LoginSfdxUrl from '../../../../src/commands/org/login/sfdx-url.js';

interface Options {
type Options = {
authInfoCreateFails?: boolean;
existingAuth?: boolean;
fileDoesNotExist?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion test/commands/org/logout.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Logout from '../../../src/commands/org/logout.js';
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
const messages = Messages.loadMessages('@salesforce/plugin-auth', 'logout');

interface Options {
type Options = {
authFiles?: string[];
'target-org'?: string;
'target-dev-hub'?: string;
Expand Down
Loading

0 comments on commit 6c70e9c

Please sign in to comment.