Skip to content

Commit

Permalink
Merge pull request #414 from salesforcecli/devScripts2023-10-26
Browse files Browse the repository at this point in the history
refactor: devScripts update
  • Loading branch information
mshanemc authored Oct 26, 2023
2 parents 7ecbba2 + d2e0e38 commit 2dff397
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 152 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@oclif/test": "^2.5.6",
"@salesforce/cli-plugins-testkit": "^4.4.7",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.11.0",
"@salesforce/dev-scripts": "^5.12.0",
"@salesforce/kit": "^3.0.11",
"@salesforce/plugin-command-reference": "^3.0.40",
"@salesforce/plugin-deploy-retrieve": "^1.18.7",
Expand All @@ -30,14 +30,14 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.10",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-salesforce": "^2.0.2",
"eslint-config-salesforce-license": "^0.2.0",
"eslint-config-salesforce-typescript": "^1.1.2",
"eslint-config-salesforce-typescript": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^43.0.5",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-sf-plugin": "^1.16.9",
"fs-extra": "^10.1.0",
"husky": "^7.0.4",
Expand All @@ -50,8 +50,8 @@
"shx": "0.3.4",
"sinon": "10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"wireit": "^0.14.0"
"typescript": "^5.2.2",
"wireit": "^0.14.1"
},
"config": {},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/commands/config/get.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

import * as path from 'path';
import * as path from 'node:path';
import { test, expect } from '@oclif/test';
import { ConfigAggregator, OrgConfigProperties } from '@salesforce/core';
import { stubMethod } from '@salesforce/ts-sinon';
Expand Down
2 changes: 1 addition & 1 deletion test/hooks/load_config_meta.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

import * as path from 'path';
import * as path from 'node:path';
import { test, expect } from '@oclif/test';
import { Plugin } from '@oclif/core';
import { Config } from '@salesforce/core';
Expand Down
Loading

0 comments on commit 2dff397

Please sign in to comment.