@salesforce/plugin-settings 2.0.9 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -562,5 +562,5 @@
562
562
  ]
563
563
  }
564
564
  },
565
- "version": "2.0.9"
565
+ "version": "2.0.11"
566
566
  }
package/package.json CHANGED
@@ -1,35 +1,30 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-settings",
3
3
  "description": "configure the Salesforce CLI",
4
- "version": "2.0.9",
4
+ "version": "2.0.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.12.0",
9
- "@salesforce/core": "^6.2.0",
10
- "@salesforce/sf-plugins-core": "^5.0.3",
9
+ "@salesforce/core": "^6.4.0",
10
+ "@salesforce/sf-plugins-core": "^5.0.10",
11
11
  "fast-levenshtein": "^3.0.0"
12
12
  },
13
13
  "devDependencies": {
14
- "@oclif/plugin-command-snapshot": "^5.0.2",
15
- "@oclif/test": "^3.1.2",
16
- "@salesforce/cli-plugins-testkit": "^5.0.4",
17
- "@salesforce/dev-scripts": "^7.1.1",
14
+ "@oclif/plugin-command-snapshot": "^5.0.4",
15
+ "@oclif/test": "^3.1.3",
16
+ "@salesforce/cli-plugins-testkit": "^5.1.1",
17
+ "@salesforce/dev-scripts": "^8.1.2",
18
18
  "@salesforce/kit": "^3.0.15",
19
- "@salesforce/plugin-command-reference": "^3.0.46",
19
+ "@salesforce/plugin-command-reference": "^3.0.51",
20
20
  "@salesforce/plugin-deploy-retrieve": "^1.20.3",
21
21
  "@salesforce/ts-sinon": "^1.4.17",
22
- "@salesforce/ts-types": "^2.0.9",
23
22
  "@types/fast-levenshtein": "^0.0.3",
24
- "@types/fs-extra": "^9.0.13",
25
- "@types/shelljs": "^0.8.14",
26
- "eslint-plugin-sf-plugin": "^1.16.15",
27
- "fs-extra": "^10.1.0",
28
- "oclif": "^4.0.3",
29
- "shelljs": "^0.8.5",
23
+ "eslint-plugin-sf-plugin": "^1.17.0",
24
+ "oclif": "^4.0.4",
30
25
  "shx": "0.3.4",
31
- "ts-node": "^10.9.1",
32
- "typescript": "^5.2.2"
26
+ "ts-node": "^10.9.2",
27
+ "typescript": "^5.3.3"
33
28
  },
34
29
  "config": {},
35
30
  "engines": {
@@ -87,6 +82,7 @@
87
82
  "compile": "wireit",
88
83
  "docs": "sf-docs",
89
84
  "format": "wireit",
85
+ "link-check": "wireit",
90
86
  "lint": "wireit",
91
87
  "postpack": "shx rm -f oclif.manifest.json",
92
88
  "prepack": "sf-prepack",
@@ -158,7 +154,8 @@
158
154
  "test:command-reference",
159
155
  "test:deprecation-policy",
160
156
  "lint",
161
- "test:json-schema"
157
+ "test:json-schema",
158
+ "link-check"
162
159
  ]
163
160
  },
164
161
  "test:only": {
@@ -177,7 +174,7 @@
177
174
  "output": []
178
175
  },
179
176
  "test:command-reference": {
180
- "command": "ts-node \"./bin/dev.js\" commandreference:generate --erroronwarnings",
177
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
181
178
  "files": [
182
179
  "src/**/*.ts",
183
180
  "messages/**",
@@ -188,7 +185,7 @@
188
185
  ]
189
186
  },
190
187
  "test:deprecation-policy": {
191
- "command": "ts-node \"./bin/dev.js\" snapshot:compare",
188
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
192
189
  "files": [
193
190
  "src/**/*.ts"
194
191
  ],
@@ -198,18 +195,27 @@
198
195
  ]
199
196
  },
200
197
  "test:json-schema": {
201
- "command": "ts-node \"./bin/dev.js\" schema:compare",
198
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
202
199
  "files": [
203
200
  "src/**/*.ts",
204
201
  "schemas"
205
202
  ],
206
203
  "output": []
204
+ },
205
+ "link-check": {
206
+ "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
207
+ "files": [
208
+ "./*.md",
209
+ "./!(CHANGELOG).md",
210
+ "messages/**/*.md"
211
+ ],
212
+ "output": []
207
213
  }
208
214
  },
209
215
  "exports": "./lib/index.js",
210
216
  "type": "module",
211
217
  "sfdx": {
212
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.9.crt",
213
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.9.sig"
218
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.11.crt",
219
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-settings/2.0.11.sig"
214
220
  }
215
221
  }