Skip to content

Commit

Permalink
Merge pull request #523 from salesforcecli/devScripts2024-03-24
Browse files Browse the repository at this point in the history
refactor: devScripts update
  • Loading branch information
svc-cli-bot committed Mar 25, 2024
2 parents 8c89b2f + 1365325 commit fcb1215
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 261 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@inquirer/type": "^1.2.0",
"@salesforce/dev-scripts": "^8.4.0",
"@salesforce/dev-scripts": "^8.4.2",
"eslint-plugin-sf-plugin": "^1.17.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
Expand Down
2 changes: 2 additions & 0 deletions src/stubUx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*/
/* eslint-disable @typescript-eslint/explicit-function-return-type */

// intentionally keep sinon out of dependencies since this is meant for test-time only
// eslint-disable-next-line import/no-extraneous-dependencies
import { SinonSandbox } from 'sinon';
import { SfCommand } from './sfCommand.js';
import { Spinner } from './ux/spinner.js';
Expand Down
2 changes: 1 addition & 1 deletion src/ux/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import { setTimeout } from 'node:timers/promises';
import { SfError } from '@salesforce/core';
import { CancelablePromise } from '@inquirer/type';
import type { CancelablePromise } from '@inquirer/type';

export type PromptInputs<T> = {
/** text to display. Do not include a question mark */
Expand Down
Loading

0 comments on commit fcb1215

Please sign in to comment.