@jayree/sfdx-plugin-manifest 3.2.3 → 3.2.4

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,11 @@
1
+ ## [3.2.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.3...v3.2.4) (2024-05-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump isomorphic-git from 1.25.7 to 1.25.8 ([#1276](https://github.com/jayree/sfdx-plugin-manifest/issues/1276)) ([6ededfb](https://github.com/jayree/sfdx-plugin-manifest/commit/6ededfb9a93d3a3ad225863cdb148050e9ee6bc8))
7
+ * fix statusMatrix with win32 linebreaks ([e0a72c7](https://github.com/jayree/sfdx-plugin-manifest/commit/e0a72c787c0fed70b48ca357487118e4f207db92))
8
+
1
9
  ## [3.2.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.2...v3.2.3) (2024-05-03)
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.2.3/src/commands/jayree/manifest/cleanup.ts)_
51
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.4/src/commands/jayree/manifest/cleanup.ts)_
52
52
 
53
53
  ### `sfdx jayree manifest generate`
54
54
 
@@ -86,7 +86,7 @@ EXAMPLES
86
86
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
87
87
  ```
88
88
 
89
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.3/src/commands/jayree/manifest/generate.ts)_
89
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.4/src/commands/jayree/manifest/generate.ts)_
90
90
 
91
91
  ### `sfdx jayree manifest git diff`
92
92
 
@@ -169,5 +169,5 @@ FLAG DESCRIPTIONS
169
169
  The location can be an absolute path or relative to the current working directory.
170
170
  ```
171
171
 
172
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.3/src/commands/jayree/manifest/git/diff.ts)_
172
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.4/src/commands/jayree/manifest/git/diff.ts)_
173
173
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.2.3",
9
+ "version": "3.2.4",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.1.11",
@@ -22,13 +22,13 @@
22
22
  "fast-xml-parser": "^4.3.6",
23
23
  "fs-extra": "^11.2.0",
24
24
  "graceful-fs": "^4.2.11",
25
- "isomorphic-git": "1.25.7",
25
+ "isomorphic-git": "1.25.8",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@oclif/plugin-command-snapshot": "^5.1.7",
30
30
  "@oclif/plugin-help": "^6.0.20",
31
- "@salesforce/cli-plugins-testkit": "^5.3.1",
31
+ "@salesforce/cli-plugins-testkit": "^5.3.2",
32
32
  "@salesforce/dev-scripts": "^9.0.0",
33
33
  "@salesforce/ts-sinon": "^1.4.19",
34
34
  "@types/debug": "^4.1.12",
@@ -4451,13 +4451,13 @@
4451
4451
  }
4452
4452
  },
4453
4453
  "node_modules/@salesforce/cli-plugins-testkit": {
4454
- "version": "5.3.1",
4455
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.1.tgz",
4456
- "integrity": "sha512-UBTFfG0pxcqMSJjdf7xpRhv5TCC3cf3/CDijjWXzYH/JGryeb0XWZIRKoT8kXzXgEDW2s4O/dNdVvMGnZEN3Aw==",
4454
+ "version": "5.3.2",
4455
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz",
4456
+ "integrity": "sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==",
4457
4457
  "dev": true,
4458
4458
  "license": "BSD-3-Clause",
4459
4459
  "dependencies": {
4460
- "@salesforce/core": "^7.3.1",
4460
+ "@salesforce/core": "^7.3.3",
4461
4461
  "@salesforce/kit": "^3.1.1",
4462
4462
  "@salesforce/ts-types": "^2.0.9",
4463
4463
  "@types/shelljs": "^0.8.15",
@@ -11107,9 +11107,9 @@
11107
11107
  "license": "ISC"
11108
11108
  },
11109
11109
  "node_modules/isomorphic-git": {
11110
- "version": "1.25.7",
11111
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.7.tgz",
11112
- "integrity": "sha512-KE10ejaIsEpQ+I/apS33qqTjyzCXgOniEaL32DwNbXtboKG8H3cu+RiBcdp3G9w4MpOOTQfGPsWp4i8UxRfDLg==",
11110
+ "version": "1.25.8",
11111
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.8.tgz",
11112
+ "integrity": "sha512-OEiufTOmoVOsbVYTlNxIdzv8FPrJ1wMeFVajRTZqRgD5zEMsQqNZFxe2DAzA94L+SuIFp5rxzizxoIQYbrk9FA==",
11113
11113
  "license": "MIT",
11114
11114
  "dependencies": {
11115
11115
  "async-lock": "^1.1.0",
package/oclif.lock CHANGED
@@ -1720,12 +1720,12 @@
1720
1720
  resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz"
1721
1721
  integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
1722
1722
 
1723
- "@salesforce/cli-plugins-testkit@^5.3.1":
1724
- version "5.3.1"
1725
- resolved "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.1.tgz"
1726
- integrity sha512-UBTFfG0pxcqMSJjdf7xpRhv5TCC3cf3/CDijjWXzYH/JGryeb0XWZIRKoT8kXzXgEDW2s4O/dNdVvMGnZEN3Aw==
1723
+ "@salesforce/cli-plugins-testkit@^5.3.2":
1724
+ version "5.3.2"
1725
+ resolved "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz"
1726
+ integrity sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==
1727
1727
  dependencies:
1728
- "@salesforce/core" "^7.3.1"
1728
+ "@salesforce/core" "^7.3.3"
1729
1729
  "@salesforce/kit" "^3.1.1"
1730
1730
  "@salesforce/ts-types" "^2.0.9"
1731
1731
  "@types/shelljs" "^0.8.15"
@@ -5690,10 +5690,10 @@ isexe@^2.0.0:
5690
5690
  resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
5691
5691
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
5692
5692
 
5693
- isomorphic-git@1.25.7:
5694
- version "1.25.7"
5695
- resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.7.tgz"
5696
- integrity sha512-KE10ejaIsEpQ+I/apS33qqTjyzCXgOniEaL32DwNbXtboKG8H3cu+RiBcdp3G9w4MpOOTQfGPsWp4i8UxRfDLg==
5693
+ isomorphic-git@1.25.8:
5694
+ version "1.25.8"
5695
+ resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.8.tgz"
5696
+ integrity sha512-OEiufTOmoVOsbVYTlNxIdzv8FPrJ1wMeFVajRTZqRgD5zEMsQqNZFxe2DAzA94L+SuIFp5rxzizxoIQYbrk9FA==
5697
5697
  dependencies:
5698
5698
  async-lock "^1.1.0"
5699
5699
  clean-git-ref "^2.0.1"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.2.3"
326
+ "version": "3.2.4"
327
327
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.2.3",
4
+ "version": "3.2.4",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -19,13 +19,13 @@
19
19
  "fast-xml-parser": "^4.3.6",
20
20
  "fs-extra": "^11.2.0",
21
21
  "graceful-fs": "^4.2.11",
22
- "isomorphic-git": "1.25.7",
22
+ "isomorphic-git": "1.25.8",
23
23
  "tslib": "^2.6.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@oclif/plugin-command-snapshot": "^5.1.7",
27
27
  "@oclif/plugin-help": "^6.0.20",
28
- "@salesforce/cli-plugins-testkit": "^5.3.1",
28
+ "@salesforce/cli-plugins-testkit": "^5.3.2",
29
29
  "@salesforce/dev-scripts": "^9.0.0",
30
30
  "@salesforce/ts-sinon": "^1.4.19",
31
31
  "@types/debug": "^4.1.12",