@jayree/sfdx-plugin-manifest 3.0.12 → 3.0.14

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [3.0.14](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.13...v3.0.14) (2023-05-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump listr2 from 6.3.1 to 6.4.2 ([#691](https://github.com/jayree/sfdx-plugin-manifest/issues/691)) ([3f9654c](https://github.com/jayree/sfdx-plugin-manifest/commit/3f9654c3e721543503244bf3cb3caff8e266f007))
7
+
8
+ ## [3.0.13](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.12...v3.0.13) (2023-04-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump @jayree/changelog from 1.1.0 to 1.1.1 ([#685](https://github.com/jayree/sfdx-plugin-manifest/issues/685)) ([c8103b5](https://github.com/jayree/sfdx-plugin-manifest/commit/c8103b5696726a3a2d59de67ab05a761f76ed3e1))
14
+ * **deps:** bump @salesforce/sf-plugins-core from 2.2.9 to 2.2.11 ([#686](https://github.com/jayree/sfdx-plugin-manifest/issues/686)) ([0c6aa06](https://github.com/jayree/sfdx-plugin-manifest/commit/0c6aa069801a4eb70c53eef4ff163034828f7e9a))
15
+ * **deps:** bump @salesforce/source-deploy-retrieve from 8.0.2 to 8.0.4 ([#680](https://github.com/jayree/sfdx-plugin-manifest/issues/680)) ([3252f86](https://github.com/jayree/sfdx-plugin-manifest/commit/3252f86a854a0d4cfe4d8889bfa14d51e9b7e3c8))
16
+
1
17
  ## [3.0.12](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.11...v3.0.12) (2023-04-21)
2
18
 
3
19
 
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.12/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.14/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.12/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.14/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.12/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.14/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.12/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.14/src/commands/jayree/manifest/legacy/git/diff.ts)_
248
248
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.12",
2
+ "version": "3.0.14",
3
3
  "commands": {
4
4
  "jayree:manifest:cleanup": {
5
5
  "id": "jayree:manifest:cleanup",
package/package.json CHANGED
@@ -1,16 +1,16 @@
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.12",
4
+ "version": "3.0.14",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
- "@jayree/changelog": "^1.1.0",
9
+ "@jayree/changelog": "^1.1.1",
10
10
  "@oclif/core": "^2.8.2",
11
11
  "@salesforce/kit": "^1.9.2",
12
- "@salesforce/sf-plugins-core": "^2.2.9",
13
- "@salesforce/source-deploy-retrieve": "^8.0.2",
12
+ "@salesforce/sf-plugins-core": "^2.2.11",
13
+ "@salesforce/source-deploy-retrieve": "^8.0.4",
14
14
  "@salesforce/ts-types": "^1.7.3",
15
15
  "debug": "^4.3.4",
16
16
  "fast-deep-equal": "^3.1.3",
@@ -18,11 +18,11 @@
18
18
  "fs-extra": "^11.1.1",
19
19
  "graceful-fs": "^4.2.11",
20
20
  "isomorphic-git": "^1.23.0",
21
- "listr2": "^6.3.1",
21
+ "listr2": "^6.4.2",
22
22
  "tslib": "^2.5.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@oclif/plugin-command-snapshot": "^3.3.12",
25
+ "@oclif/plugin-command-snapshot": "^3.3.13",
26
26
  "@oclif/plugin-help": "^5.2.9",
27
27
  "@salesforce/dev-config": "^3.1.0",
28
28
  "@salesforce/dev-scripts": "^4.3.0",
@@ -31,11 +31,11 @@
31
31
  "@types/debug": "^4.1.7",
32
32
  "@types/fs-extra": "^11.0.1",
33
33
  "@types/inquirer": "^9.0.3",
34
- "@typescript-eslint/eslint-plugin": "^5.59.0",
35
- "@typescript-eslint/parser": "^5.59.0",
34
+ "@typescript-eslint/eslint-plugin": "^5.59.2",
35
+ "@typescript-eslint/parser": "^5.59.2",
36
36
  "c8": "^7.13.0",
37
37
  "chai": "^4.3.7",
38
- "eslint": "^8.38.0",
38
+ "eslint": "^8.39.0",
39
39
  "eslint-config-oclif": "^4.0",
40
40
  "eslint-config-prettier": "^8.8.0",
41
41
  "eslint-config-salesforce": "^1.2.0",
@@ -50,9 +50,9 @@
50
50
  "is-ci": "^3.0.1",
51
51
  "mocha": "^10.2.0",
52
52
  "nyc": "^15.1.0",
53
- "oclif": "^3.8.1",
53
+ "oclif": "^3.9.0",
54
54
  "patch-package": "^6.5.1",
55
- "prettier": "^2.8.7",
55
+ "prettier": "^2.8.8",
56
56
  "pretty-quick": "^3.1.3",
57
57
  "shx": "^0.3.4",
58
58
  "sinon": "15.0.4",