Skip to content

Commit afb6890

Browse files
authored
chore: udpates dependencies, etc (#155)
1 parent 8c8cc60 commit afb6890

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,22 @@
1111
"@salesforce/kit": "^3.2.1",
1212
"@salesforce/sf-plugins-core": "^12",
1313
"ansis": "^3.17.0",
14-
"eslint": "^8.56.0"
14+
"eslint": "^8.57.1"
1515
},
1616
"devDependencies": {
1717
"@oclif/plugin-command-snapshot": "^5.3.10",
1818
"@salesforce/cli-plugins-testkit": "^5.3.41",
1919
"@salesforce/dev-scripts": "^11.0.2",
2020
"@salesforce/plugin-command-reference": "^3.1.81",
21-
"eslint-config-salesforce-license": "^1.0.1",
22-
"eslint-plugin-sf-plugin": "^1.20.31",
21+
"@types/minimatch": "5",
22+
"eslint-config-salesforce-license": "^1.0.2",
23+
"eslint-plugin-sf-plugin": "^1.20.33",
2324
"oclif": "^4.22.87",
2425
"ts-node": "^10.9.2",
2526
"typescript": "^5.5.4"
2627
},
2728
"engines": {
28-
"node": ">=18.0.0"
29+
"node": ">=20.0.0"
2930
},
3031
"files": [
3132
"/lib",
@@ -98,6 +99,7 @@
9899
"prepack": "sf-prepack",
99100
"prepare": "sf-install",
100101
"test": "wireit",
102+
"test:dev": "yarn test:only && yarn lint && yarn build",
101103
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
102104
"test:only": "wireit",
103105
"version": "oclif readme"
@@ -223,9 +225,6 @@
223225
"resolutions": {
224226
"@types/node": "^20.0.0"
225227
},
226-
"overrides": {
227-
"@types/node": "^20.0.0"
228-
},
229228
"exports": "./lib/index.js",
230229
"type": "module"
231230
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "@salesforce/dev-config/tsconfig-strict-esm",
33
"compilerOptions": {
44
"outDir": "lib",
5-
"rootDir": "src"
5+
"rootDir": "src",
6+
"skipLibCheck": true
67
},
78
"include": ["./src/**/*.ts"]
89
}

yarn.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,6 +2335,11 @@
23352335
dependencies:
23362336
"@types/unist" "*"
23372337

2338+
"@types/minimatch@5":
2339+
version "5.1.2"
2340+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
2341+
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
2342+
23382343
"@types/minimist@^1.2.0":
23392344
version "1.2.5"
23402345
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
@@ -3870,7 +3875,7 @@ eslint-config-prettier@^9.1.0:
38703875
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.2.tgz#90deb4fa0259592df774b600dbd1d2249a78ce91"
38713876
integrity sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==
38723877

3873-
eslint-config-salesforce-license@^1.0.1, eslint-config-salesforce-license@^1.0.2:
3878+
eslint-config-salesforce-license@^1.0.2:
38743879
version "1.0.2"
38753880
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-1.0.2.tgz#0bc7f482677f44105a6a28644f5ccbd4c9abfa01"
38763881
integrity sha512-l/1uz9RJHQHnVEEexHpHsQt3+aP/Ys2HGfZcLuUg/FZ6NGhL15ey33OJfYCYtSUKMLGiEKdUhdWVp34WD4rIdQ==
@@ -3957,7 +3962,7 @@ eslint-plugin-jsdoc@^46.10.1:
39573962
semver "^7.5.4"
39583963
spdx-expression-parse "^4.0.0"
39593964

3960-
eslint-plugin-sf-plugin@^1.20.31:
3965+
eslint-plugin-sf-plugin@^1.20.33:
39613966
version "1.20.33"
39623967
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.33.tgz#c59f7b330d71f09f02ff71a75e06ae7a98ceca40"
39633968
integrity sha512-qzl3IJ2Tqe33IXMlytehBk1Taz5o8CMu3Ujli3VW965k9RI90nCHxXj/JyRm8q7PqA02ENjJpNRR4Y5UP5kwIg==
@@ -4000,7 +4005,7 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
40004005
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
40014006
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
40024007

4003-
eslint@^8.56.0:
4008+
eslint@^8.56.0, eslint@^8.57.1:
40044009
version "8.57.1"
40054010
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
40064011
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==

0 commit comments

Comments
 (0)