@jayree/sfdx-plugin-manifest 3.0.5 → 3.0.7

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.7](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.6...v3.0.7) (2023-04-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 2.2.5 to 2.2.7 ([#653](https://github.com/jayree/sfdx-plugin-manifest/issues/653)) ([be03533](https://github.com/jayree/sfdx-plugin-manifest/commit/be03533c4d9a587315bafcd8edbcd65c0cbe0468))
7
+ * **deps:** bump @salesforce/source-deploy-retrieve from 7.14.2 to 7.15.0 ([#651](https://github.com/jayree/sfdx-plugin-manifest/issues/651)) ([902986f](https://github.com/jayree/sfdx-plugin-manifest/commit/902986f6aeecf3d35c4fc4635ed29d232cc4d1b8))
8
+
9
+ ## [3.0.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.5...v3.0.6) (2023-03-31)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** bump @oclif/core from 2.7.1 to 2.8.0 ([#643](https://github.com/jayree/sfdx-plugin-manifest/issues/643)) ([6b9c3a0](https://github.com/jayree/sfdx-plugin-manifest/commit/6b9c3a0f68120dfc138347479cbc42afa99c5818))
15
+ * **deps:** bump @salesforce/source-deploy-retrieve from 7.13.0 to 7.14.2 ([#644](https://github.com/jayree/sfdx-plugin-manifest/issues/644)) ([bfd3dd1](https://github.com/jayree/sfdx-plugin-manifest/commit/bfd3dd120f8c253676e487f32783d22be575f05f))
16
+
1
17
  ## [3.0.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.0.4...v3.0.5) (2023-03-29)
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.5/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.7/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.5/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.7/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.5/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.7/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.5/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.7/src/commands/jayree/manifest/legacy/git/diff.ts)_
248
248
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.5",
2
+ "version": "3.0.7",
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.5",
4
+ "version": "3.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.1.0",
10
- "@oclif/core": "^2.7.1",
10
+ "@oclif/core": "^2.8.0",
11
11
  "@salesforce/kit": "^1.9.2",
12
- "@salesforce/sf-plugins-core": "^2.2.5",
13
- "@salesforce/source-deploy-retrieve": "^7.13.0",
12
+ "@salesforce/sf-plugins-core": "^2.2.7",
13
+ "@salesforce/source-deploy-retrieve": "^7.15.0",
14
14
  "@salesforce/ts-types": "^1.7.3",
15
15
  "debug": "^4.3.4",
16
16
  "fast-deep-equal": "^3.1.3",
@@ -22,20 +22,20 @@
22
22
  "tslib": "^2.5.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@oclif/plugin-command-snapshot": "^3.3.9",
26
- "@oclif/plugin-help": "^5.2.8",
25
+ "@oclif/plugin-command-snapshot": "^3.3.10",
26
+ "@oclif/plugin-help": "^5.2.9",
27
27
  "@salesforce/dev-config": "^3.1.0",
28
- "@salesforce/dev-scripts": "^4.1.3",
28
+ "@salesforce/dev-scripts": "^4.3.0",
29
29
  "@salesforce/prettier-config": "^0.0.2",
30
30
  "@salesforce/ts-sinon": "^1.4.6",
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.56.0",
35
- "@typescript-eslint/parser": "^5.56.0",
34
+ "@typescript-eslint/eslint-plugin": "^5.57.1",
35
+ "@typescript-eslint/parser": "^5.57.1",
36
36
  "c8": "^7.13.0",
37
37
  "chai": "^4.3.7",
38
- "eslint": "^8.36.0",
38
+ "eslint": "^8.37.0",
39
39
  "eslint-config-oclif": "^4.0",
40
40
  "eslint-config-prettier": "^8.8.0",
41
41
  "eslint-config-salesforce": "^1.1.1",
@@ -43,21 +43,21 @@
43
43
  "eslint-config-salesforce-typescript": "^1.1.1",
44
44
  "eslint-plugin-header": "^3.1.1",
45
45
  "eslint-plugin-import": "2.27.5",
46
- "eslint-plugin-jsdoc": "^40.1.0",
46
+ "eslint-plugin-jsdoc": "^40.1.1",
47
47
  "eslint-plugin-prettier": "^4.2.1",
48
48
  "eslint-plugin-sf-plugin": "^1.14.0",
49
49
  "husky": "^8.0.3",
50
50
  "is-ci": "^3.0.1",
51
51
  "mocha": "^10.2.0",
52
52
  "nyc": "^15.1.0",
53
- "oclif": "^3.7.2",
53
+ "oclif": "^3.7.3",
54
54
  "patch-package": "^6.5.1",
55
- "prettier": "^2.8.6",
55
+ "prettier": "^2.8.7",
56
56
  "pretty-quick": "^3.1.3",
57
57
  "shx": "^0.3.4",
58
- "sinon": "15.0.2",
58
+ "sinon": "15.0.3",
59
59
  "ts-node": "^10.9.1",
60
- "typescript": "^5.0.2",
60
+ "typescript": "^5.0.3",
61
61
  "wireit": "^0.9.5"
62
62
  },
63
63
  "engines": {