@jayree/sfdx-plugin-manifest 3.0.18 → 3.0.19

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [3.0.19](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.18...v3.0.19) (2023-05-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 2.4.2 to 2.4.3 ([#710](https://github.com/jayree/sfdx-plugin-manifest/issues/710)) ([3ffac16](https://github.com/jayree/sfdx-plugin-manifest/commit/3ffac169289a2e4c4b6526615bf662e7a2fd18e3))
7
+ * **deps:** bump @salesforce/source-deploy-retrieve from 8.4.0 to 8.5.1 ([#705](https://github.com/jayree/sfdx-plugin-manifest/issues/705)) ([32b8980](https://github.com/jayree/sfdx-plugin-manifest/commit/32b8980ad7188dfed455e41c43da022a1d11cf4b))
8
+ * **deps:** bump listr2 from 6.4.2 to 6.6.0 ([#704](https://github.com/jayree/sfdx-plugin-manifest/issues/704)) ([9032c8c](https://github.com/jayree/sfdx-plugin-manifest/commit/9032c8c373262e90b3a16adfc697d529ec659f22))
9
+ * **deps:** bump tslib from 2.5.0 to 2.5.2 ([#708](https://github.com/jayree/sfdx-plugin-manifest/issues/708)) ([0c8b8c1](https://github.com/jayree/sfdx-plugin-manifest/commit/0c8b8c1b322e6578e35662d2442092bcfdaf6ba2))
10
+
1
11
  ## [3.0.18](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.17...v3.0.18) (2023-05-17)
2
12
 
3
13
 
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.18/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.19/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.18/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.19/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.18/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.19/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.18/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.19/src/commands/jayree/manifest/legacy/git/diff.ts)_
248
248
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.18",
2
+ "version": "3.0.19",
3
3
  "commands": {
4
4
  "jayree:manifest:cleanup": {
5
5
  "id": "jayree:manifest:cleanup",
package/package.json CHANGED
@@ -1,36 +1,36 @@
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.18",
4
+ "version": "3.0.19",
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
- "@salesforce/sf-plugins-core": "^2.4.2",
11
- "@salesforce/source-deploy-retrieve": "^8.4.0",
10
+ "@salesforce/sf-plugins-core": "^2.4.3",
11
+ "@salesforce/source-deploy-retrieve": "^8.5.1",
12
12
  "debug": "^4.3.4",
13
13
  "fast-deep-equal": "^3.1.3",
14
14
  "fast-xml-parser": "^4.2.2",
15
15
  "fs-extra": "^11.1.1",
16
16
  "graceful-fs": "^4.2.11",
17
17
  "isomorphic-git": "^1.23.0",
18
- "listr2": "^6.4.2",
19
- "tslib": "^2.5.0"
18
+ "listr2": "^6.6.0",
19
+ "tslib": "^2.5.2"
20
20
  },
21
21
  "devDependencies": {
22
- "@oclif/plugin-command-snapshot": "^3.3.14",
22
+ "@oclif/plugin-command-snapshot": "^3.3.15",
23
23
  "@oclif/plugin-help": "^5.2.9",
24
24
  "@salesforce/dev-config": "^4.0.1",
25
25
  "@salesforce/dev-scripts": "^5.0.1",
26
- "@salesforce/prettier-config": "^0.0.2",
26
+ "@salesforce/prettier-config": "^0.0.3",
27
27
  "@salesforce/ts-sinon": "^1.4.6",
28
28
  "@types/debug": "^4.1.7",
29
29
  "@types/fs-extra": "^11.0.1",
30
30
  "@types/graceful-fs": "^4.1.6",
31
31
  "@types/inquirer": "^9.0.3",
32
- "@typescript-eslint/eslint-plugin": "^5.59.5",
33
- "@typescript-eslint/parser": "^5.59.5",
32
+ "@typescript-eslint/eslint-plugin": "^5.59.6",
33
+ "@typescript-eslint/parser": "^5.59.6",
34
34
  "c8": "^7.13.0",
35
35
  "chai": "^4.3.7",
36
36
  "eslint": "^8.40.0",
@@ -43,7 +43,7 @@
43
43
  "eslint-plugin-import": "2.27.5",
44
44
  "eslint-plugin-jsdoc": "^43.2.0",
45
45
  "eslint-plugin-prettier": "^4.2.1",
46
- "eslint-plugin-sf-plugin": "^1.15.2",
46
+ "eslint-plugin-sf-plugin": "^1.15.3",
47
47
  "husky": "^8.0.3",
48
48
  "is-ci": "^3.0.1",
49
49
  "mocha": "^10.2.0",
@@ -53,7 +53,7 @@
53
53
  "prettier": "^2.8.8",
54
54
  "pretty-quick": "^3.1.3",
55
55
  "shx": "^0.3.4",
56
- "sinon": "15.0.4",
56
+ "sinon": "15.1.0",
57
57
  "ts-node": "^10.9.1",
58
58
  "typescript": "^5.0.4",
59
59
  "wireit": "^0.9.5"