@jayree/sfdx-plugin-manifest 3.0.14 → 3.0.15

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [3.0.15](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.14...v3.0.15) (2023-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 2.2.11 to 2.4.2 ([#695](https://github.com/jayree/sfdx-plugin-manifest/issues/695)) ([577f2bf](https://github.com/jayree/sfdx-plugin-manifest/commit/577f2bf29466d05986224ea7afa932338209c5f2))
7
+ * **deps:** bump @salesforce/source-deploy-retrieve from 8.0.4 to 8.0.6 ([#689](https://github.com/jayree/sfdx-plugin-manifest/issues/689)) ([5a84277](https://github.com/jayree/sfdx-plugin-manifest/commit/5a842771d2bffb9cee5627e74a1a3529f3eb330e))
8
+
1
9
  ## [3.0.14](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.13...v3.0.14) (2023-05-05)
2
10
 
3
11
 
package/README.md CHANGED
@@ -48,7 +48,7 @@ EXAMPLES
48
48
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
49
49
  ```
50
50
 
51
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.14/src/commands/jayree/manifest/cleanup.ts)_
51
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.15/src/commands/jayree/manifest/cleanup.ts)_
52
52
 
53
53
  ### `sfdx jayree:manifest:generate`
54
54
 
@@ -84,7 +84,7 @@ EXAMPLES
84
84
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
85
85
  ```
86
86
 
87
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.14/src/commands/jayree/manifest/generate.ts)_
87
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.15/src/commands/jayree/manifest/generate.ts)_
88
88
 
89
89
  ### `sfdx jayree:manifest:git:diff`
90
90
 
@@ -166,7 +166,7 @@ FLAG DESCRIPTIONS
166
166
  The location can be an absolute path or relative to the current working directory.
167
167
  ```
168
168
 
169
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.14/src/commands/jayree/manifest/git/diff.ts)_
169
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.15/src/commands/jayree/manifest/git/diff.ts)_
170
170
 
171
171
  ### `sfdx jayree:manifest:legacy:git:diff`
172
172
 
@@ -244,5 +244,5 @@ FLAG DESCRIPTIONS
244
244
  The location can be an absolute path or relative to the current working directory.
245
245
  ```
246
246
 
247
- _See code: [src/commands/jayree/manifest/legacy/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.14/src/commands/jayree/manifest/legacy/git/diff.ts)_
247
+ _See code: [src/commands/jayree/manifest/legacy/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.15/src/commands/jayree/manifest/legacy/git/diff.ts)_
248
248
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.14",
2
+ "version": "3.0.15",
3
3
  "commands": {
4
4
  "jayree:manifest:cleanup": {
5
5
  "id": "jayree:manifest:cleanup",
package/package.json CHANGED
@@ -1,17 +1,14 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
4
- "version": "3.0.14",
4
+ "version": "3.0.15",
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.1.1",
10
- "@oclif/core": "^2.8.2",
11
- "@salesforce/kit": "^1.9.2",
12
- "@salesforce/sf-plugins-core": "^2.2.11",
13
- "@salesforce/source-deploy-retrieve": "^8.0.4",
14
- "@salesforce/ts-types": "^1.7.3",
10
+ "@salesforce/sf-plugins-core": "^2.4.2",
11
+ "@salesforce/source-deploy-retrieve": "^8.0.6",
15
12
  "debug": "^4.3.4",
16
13
  "fast-deep-equal": "^3.1.3",
17
14
  "fast-xml-parser": "^4.2.2",
@@ -24,12 +21,13 @@
24
21
  "devDependencies": {
25
22
  "@oclif/plugin-command-snapshot": "^3.3.13",
26
23
  "@oclif/plugin-help": "^5.2.9",
27
- "@salesforce/dev-config": "^3.1.0",
28
- "@salesforce/dev-scripts": "^4.3.0",
24
+ "@salesforce/dev-config": "^4.0.1",
25
+ "@salesforce/dev-scripts": "^5.0.1",
29
26
  "@salesforce/prettier-config": "^0.0.2",
30
27
  "@salesforce/ts-sinon": "^1.4.6",
31
28
  "@types/debug": "^4.1.7",
32
29
  "@types/fs-extra": "^11.0.1",
30
+ "@types/graceful-fs": "^4.1.6",
33
31
  "@types/inquirer": "^9.0.3",
34
32
  "@typescript-eslint/eslint-plugin": "^5.59.2",
35
33
  "@typescript-eslint/parser": "^5.59.2",
@@ -38,12 +36,12 @@
38
36
  "eslint": "^8.39.0",
39
37
  "eslint-config-oclif": "^4.0",
40
38
  "eslint-config-prettier": "^8.8.0",
41
- "eslint-config-salesforce": "^1.2.0",
39
+ "eslint-config-salesforce": "^2.0.1",
42
40
  "eslint-config-salesforce-license": "^0.2.0",
43
41
  "eslint-config-salesforce-typescript": "^1.1.1",
44
42
  "eslint-plugin-header": "^3.1.1",
45
43
  "eslint-plugin-import": "2.27.5",
46
- "eslint-plugin-jsdoc": "^41.1.2",
44
+ "eslint-plugin-jsdoc": "^43.2.0",
47
45
  "eslint-plugin-prettier": "^4.2.1",
48
46
  "eslint-plugin-sf-plugin": "^1.15.1",
49
47
  "husky": "^8.0.3",
@@ -51,7 +49,7 @@
51
49
  "mocha": "^10.2.0",
52
50
  "nyc": "^15.1.0",
53
51
  "oclif": "^3.9.0",
54
- "patch-package": "^6.5.1",
52
+ "patch-package": "^7.0.0",
55
53
  "prettier": "^2.8.8",
56
54
  "pretty-quick": "^3.1.3",
57
55
  "shx": "^0.3.4",
@@ -61,7 +59,7 @@
61
59
  "wireit": "^0.9.5"
62
60
  },
63
61
  "engines": {
64
- "node": ">=14.0.0"
62
+ "node": ">=16.0.0"
65
63
  },
66
64
  "files": [
67
65
  "/lib",