@jayree/sfdx-plugin-manifest 6.0.5 → 6.0.7

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.
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.0.5"
270
+ "version": "6.0.7"
271
271
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
4
- "version": "6.0.5",
4
+ "version": "6.0.7",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.39",
10
10
  "@oclif/core": "^4.13.3",
11
- "@salesforce/core": "^9.1.0",
11
+ "@salesforce/core": "^9.1.1",
12
12
  "@salesforce/kit": "^4.0.0",
13
13
  "@salesforce/sf-plugins-core": "^13.0.0",
14
14
  "@salesforce/source-deploy-retrieve": "13.0.1",
@@ -21,23 +21,25 @@
21
21
  "isomorphic-git": "1.40.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.3.34",
25
- "@salesforce/cli-plugins-testkit": "^5.3.64",
26
- "@salesforce/dev-scripts": "^11.0.4",
24
+ "@oclif/plugin-command-snapshot": "^5.3.35",
25
+ "@salesforce/cli-plugins-testkit": "^5.3.66",
26
+ "@salesforce/dev-scripts": "^13.0.2",
27
27
  "@salesforce/ts-sinon": "^1.4.36",
28
+ "@types/chai": "^5.2.3",
28
29
  "@types/fs-extra": "^11.0.4",
29
30
  "@types/graceful-fs": "^4.1.9",
31
+ "@types/mocha": "^10.0.10",
32
+ "@types/node": "^26",
33
+ "@types/sinon": "^22.0.0",
30
34
  "c8": "^12.0.0",
31
- "eslint-config-oclif": "^6.0.179",
32
- "eslint-config-salesforce-license": "^1.0.2",
33
- "eslint-plugin-prettier": "^5.5.6",
34
- "eslint-plugin-sf-plugin": "^1.20.33",
35
- "oclif": "^4.23.29",
35
+ "eslint": "^10.8.1",
36
+ "eslint-config-salesforce-typescript": "^6.0.0",
37
+ "oclif": "^4.23.30",
36
38
  "patch-package": "^8.0.1",
37
39
  "prettier": "^3.9.6",
38
40
  "pretty-quick": "^4.2.2",
39
- "ts-node": "^10.9.2",
40
- "typescript": "^6.0.3"
41
+ "tsx": "^4.23.12",
42
+ "typescript": "^7.0.2"
41
43
  },
42
44
  "engines": {
43
45
  "node": ">=22.0.0"
@@ -143,7 +145,7 @@
143
145
  ]
144
146
  },
145
147
  "compile": {
146
- "command": "tsc --build --pretty",
148
+ "command": "tsc -p . --pretty --incremental",
147
149
  "files": [
148
150
  "src/**/*.ts",
149
151
  "**/tsconfig.json",
@@ -167,11 +169,12 @@
167
169
  "output": []
168
170
  },
169
171
  "lint": {
170
- "command": "eslint --color --cache --cache-location .eslintcache .",
172
+ "command": "eslint src test --color --cache --cache-location .eslintcache",
171
173
  "files": [
172
174
  "src/**/*.ts",
173
175
  "test/**/*.ts",
174
176
  "messages/**",
177
+ "**/eslint.config.*",
175
178
  "**/.eslint*",
176
179
  "**/tsconfig.json"
177
180
  ],
@@ -195,7 +198,7 @@
195
198
  "output": []
196
199
  },
197
200
  "test:deprecation-policy": {
198
- "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
201
+ "command": "node \"./bin/dev.js\" snapshot:compare",
199
202
  "files": [
200
203
  "src/**/*.ts"
201
204
  ],
@@ -205,7 +208,7 @@
205
208
  ]
206
209
  },
207
210
  "test:json-schema": {
208
- "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
211
+ "command": "node \"./bin/dev.js\" schema:compare",
209
212
  "files": [
210
213
  "src/**/*.ts",
211
214
  "schemas"