@jayree/sfdx-plugin-manifest 2.8.0 → 2.8.2

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## [2.8.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.1...v2.8.2) (2023-02-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 2.0.1 to 2.1.0 ([#568](https://github.com/jayree/sfdx-plugin-manifest/issues/568)) ([298d77e](https://github.com/jayree/sfdx-plugin-manifest/commit/298d77ed3855a07632404c7449c65bbabe0dc2ff))
7
+ * **deps:** bump @salesforce/source-deploy-retrieve from 7.8.0 to 7.9.1 ([#563](https://github.com/jayree/sfdx-plugin-manifest/issues/563)) ([594e05f](https://github.com/jayree/sfdx-plugin-manifest/commit/594e05f45683c7880ab4580ef3f5874139d719a4))
8
+
9
+ ## [2.8.1](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.8.0...v2.8.1) (2023-02-03)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** bump @oclif/core from 2.0.7 to 2.0.8 ([#554](https://github.com/jayree/sfdx-plugin-manifest/issues/554)) ([f74ea1c](https://github.com/jayree/sfdx-plugin-manifest/commit/f74ea1c5853baef38287580e5b5687f77c87c20e))
15
+ * **deps:** bump @salesforce/source-deploy-retrieve from 7.7.6 to 7.8.0 ([#556](https://github.com/jayree/sfdx-plugin-manifest/issues/556)) ([69b7336](https://github.com/jayree/sfdx-plugin-manifest/commit/69b7336fd0ae4516d07d57d0205d9676cef1d345))
16
+ * **deps:** bump fast-xml-parser from 4.0.15 to 4.1.1 ([#549](https://github.com/jayree/sfdx-plugin-manifest/issues/549)) ([c8262dc](https://github.com/jayree/sfdx-plugin-manifest/commit/c8262dc72c813c798df3b0839e97df7f3f85913d))
17
+
1
18
  # [2.8.0](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.7.4...v2.8.0) (2023-01-30)
2
19
 
3
20
 
package/README.md CHANGED
@@ -99,7 +99,7 @@ FLAG DESCRIPTIONS
99
99
  The location can be an absolute path or relative to the current working directory.
100
100
  ```
101
101
 
102
- _See code: [src/commands/jayree/manifest/beta/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.0/src/commands/jayree/manifest/beta/git/diff.ts)_
102
+ _See code: [src/commands/jayree/manifest/beta/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.2/src/commands/jayree/manifest/beta/git/diff.ts)_
103
103
 
104
104
  ### `sfdx jayree:manifest:cleanup`
105
105
 
@@ -127,7 +127,7 @@ EXAMPLES
127
127
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
128
128
  ```
129
129
 
130
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.0/src/commands/jayree/manifest/cleanup.ts)_
130
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.2/src/commands/jayree/manifest/cleanup.ts)_
131
131
 
132
132
  ### `sfdx jayree:manifest:generate`
133
133
 
@@ -163,7 +163,7 @@ EXAMPLES
163
163
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
164
164
  ```
165
165
 
166
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.0/src/commands/jayree/manifest/generate.ts)_
166
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.2/src/commands/jayree/manifest/generate.ts)_
167
167
 
168
168
  ### `sfdx jayree:manifest:git:diff`
169
169
 
@@ -241,5 +241,5 @@ FLAG DESCRIPTIONS
241
241
  The location can be an absolute path or relative to the current working directory.
242
242
  ```
243
243
 
244
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.0/src/commands/jayree/manifest/git/diff.ts)_
244
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.2/src/commands/jayree/manifest/git/diff.ts)_
245
245
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.8.0",
2
+ "version": "2.8.2",
3
3
  "commands": {
4
4
  "jayree:manifest:cleanup": {
5
5
  "id": "jayree:manifest:cleanup",
package/package.json CHANGED
@@ -1,19 +1,19 @@
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": "2.8.0",
4
+ "version": "2.8.2",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
- "@oclif/core": "^2.0.7",
9
+ "@oclif/core": "^2.0.8",
10
10
  "@salesforce/kit": "^1.8.4",
11
- "@salesforce/sf-plugins-core": "^2.0.1",
12
- "@salesforce/source-deploy-retrieve": "^7.7.6",
11
+ "@salesforce/sf-plugins-core": "^2.1.0",
12
+ "@salesforce/source-deploy-retrieve": "^7.9.1",
13
13
  "@salesforce/ts-types": "^1.7.3",
14
14
  "debug": "^4.3.4",
15
15
  "fast-deep-equal": "^3.1.3",
16
- "fast-xml-parser": "^4.0.15",
16
+ "fast-xml-parser": "^4.1.1",
17
17
  "fs-extra": "^11.1.0",
18
18
  "graceful-fs": "^4.2.10",
19
19
  "isomorphic-git": "^1.21.0",
@@ -26,8 +26,8 @@
26
26
  "devDependencies": {
27
27
  "@commitlint/cli": "^17.4.2",
28
28
  "@commitlint/config-conventional": "^17.4.2",
29
- "@oclif/plugin-command-snapshot": "^3.3.2",
30
- "@oclif/plugin-help": "^5.2.2",
29
+ "@oclif/plugin-command-snapshot": "^3.3.3",
30
+ "@oclif/plugin-help": "^5.2.4",
31
31
  "@salesforce/dev-config": "^3.1.0",
32
32
  "@salesforce/dev-scripts": "^3.1.1",
33
33
  "@salesforce/prettier-config": "^0.0.2",
@@ -38,11 +38,11 @@
38
38
  "@types/marked": "^4.0.8",
39
39
  "@types/marked-terminal": "^3.1.3",
40
40
  "@types/mocha": "^10.0.1",
41
- "@types/node": "^18.11.18",
41
+ "@types/node": "^18.13.0",
42
42
  "@types/semver": "^7.3.13",
43
43
  "@types/sinon": "10.0.13",
44
- "@typescript-eslint/eslint-plugin": "^5.49.0",
45
- "@typescript-eslint/parser": "^5.49.0",
44
+ "@typescript-eslint/eslint-plugin": "^5.51.0",
45
+ "@typescript-eslint/parser": "^5.51.0",
46
46
  "chai": "^4.3.7",
47
47
  "eslint": "^8.33.0",
48
48
  "eslint-config-oclif": "^4.0",
@@ -51,23 +51,23 @@
51
51
  "eslint-config-salesforce-typescript": "^1.1.1",
52
52
  "eslint-plugin-header": "^3.1.1",
53
53
  "eslint-plugin-import": "2.27.5",
54
- "eslint-plugin-jsdoc": "^39.7.4",
54
+ "eslint-plugin-jsdoc": "^39.8.0",
55
55
  "eslint-plugin-prettier": "^4.2.1",
56
- "eslint-plugin-sf-plugin": "^1.8.0",
56
+ "eslint-plugin-sf-plugin": "^1.8.1",
57
57
  "husky": "^8.0.3",
58
58
  "is-ci": "^3.0.1",
59
59
  "mocha": "^10.2.0",
60
60
  "nyc": "^15.1.0",
61
- "oclif": "^3.6.1",
61
+ "oclif": "^3.6.3",
62
62
  "patch-package": "^6.5.1",
63
63
  "pinst": "^3.0.0",
64
- "prettier": "^2.8.3",
64
+ "prettier": "^2.8.4",
65
65
  "pretty-quick": "^3.1.3",
66
66
  "shx": "^0.3.4",
67
67
  "sinon": "15.0.1",
68
68
  "source-map-support": "~0.5.21",
69
69
  "ts-node": "^10.9.1",
70
- "typescript": "^4.9.4"
70
+ "typescript": "^4.9.5"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=14.0.0"