@jayree/sfdx-plugin-manifest 4.0.62 → 4.0.63

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
+ ## [4.0.63](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.62...4.0.63) (2025-08-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump isomorphic-git from 1.33.0 to 1.33.1 ([#1914](https://github.com/jayree/sfdx-plugin-manifest/issues/1914)) ([7a48b25](https://github.com/jayree/sfdx-plugin-manifest/commit/7a48b25170d18d3c947ad28a0e95ec4869bc968d))
7
+ * update sha.js ([#2190](https://github.com/isomorphic-git/isomorphic-git/issues/2190)) ([4ede00f](https://github.com/isomorphic-git/isomorphic-git/commit/4ede00f7a4cc0dc2235a2fbedeb2c09a3bec82ce))
8
+
1
9
  ## [4.0.62](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.61...4.0.62) (2025-08-26)
2
10
 
3
11
 
package/README.md CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
113
113
  ```
114
114
 
115
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.62/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.63/src/commands/jayree/manifest/cleanup.ts)_
116
116
 
117
117
  ### `sf jayree manifest generate`
118
118
 
@@ -150,7 +150,7 @@ EXAMPLES
150
150
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
151
151
  ```
152
152
 
153
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.62/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.63/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
230
230
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
231
231
  ```
232
232
 
233
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.62/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.63/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "4.0.62",
3
+ "version": "4.0.63",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.62",
9
+ "version": "4.0.63",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.15",
@@ -21,7 +21,7 @@
21
21
  "fast-xml-parser": "^5.2.5",
22
22
  "fs-extra": "^11.3.0",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.33.0"
24
+ "isomorphic-git": "1.33.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.5",
@@ -33,7 +33,7 @@
33
33
  "@types/graceful-fs": "^4.1.9",
34
34
  "c8": "^10.1.3",
35
35
  "eslint-config-oclif": "^6.0.98",
36
- "eslint-config-salesforce-license": "^1.0.1",
36
+ "eslint-config-salesforce-license": "^1.0.2",
37
37
  "eslint-plugin-prettier": "^5.5.4",
38
38
  "eslint-plugin-sf-plugin": "^1.20.31",
39
39
  "oclif": "^4.22.14",
@@ -9909,11 +9909,11 @@
9909
9909
  "license": "BSD-3-Clause"
9910
9910
  },
9911
9911
  "node_modules/eslint-config-salesforce-license": {
9912
- "version": "1.0.1",
9913
- "resolved": "https://registry.npmjs.org/eslint-config-salesforce-license/-/eslint-config-salesforce-license-1.0.1.tgz",
9914
- "integrity": "sha512-se/AlatOmkSOXQUcdDT7dR1MQxqE5AdtSroaVoby4Y1uMPUr1WSrspcX1zPYkToioqCF6VGIgrBquS63VkH+OA==",
9912
+ "version": "1.0.2",
9913
+ "resolved": "https://registry.npmjs.org/eslint-config-salesforce-license/-/eslint-config-salesforce-license-1.0.2.tgz",
9914
+ "integrity": "sha512-l/1uz9RJHQHnVEEexHpHsQt3+aP/Ys2HGfZcLuUg/FZ6NGhL15ey33OJfYCYtSUKMLGiEKdUhdWVp34WD4rIdQ==",
9915
9915
  "dev": true,
9916
- "license": "BSD-3-Clause"
9916
+ "license": "Apache-2.0"
9917
9917
  },
9918
9918
  "node_modules/eslint-config-salesforce-typescript": {
9919
9919
  "version": "3.4.0",
@@ -13780,9 +13780,9 @@
13780
13780
  "license": "ISC"
13781
13781
  },
13782
13782
  "node_modules/isomorphic-git": {
13783
- "version": "1.33.0",
13784
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.33.0.tgz",
13785
- "integrity": "sha512-a90aVhiBFtkUUe8JaqmR0gL7Thk1Ol/30rLS9c7nM20CwSbVqDctnwxX9VFSDLz5iq1wyzV6p4uyU7GStQKkag==",
13783
+ "version": "1.33.1",
13784
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.33.1.tgz",
13785
+ "integrity": "sha512-Fy5rPAncURJoqL9R+5nJXLl5rQH6YpcjJd7kdCoRJPhrBiLVkLm9b+esRqYQQlT1hKVtKtALbfNtpHjWWJgk6g==",
13786
13786
  "license": "MIT",
13787
13787
  "dependencies": {
13788
13788
  "async-lock": "^1.4.1",
@@ -13795,7 +13795,7 @@
13795
13795
  "path-browserify": "^1.0.1",
13796
13796
  "pify": "^4.0.1",
13797
13797
  "readable-stream": "^3.4.0",
13798
- "sha.js": "^2.4.9",
13798
+ "sha.js": "^2.4.12",
13799
13799
  "simple-get": "^4.0.1"
13800
13800
  },
13801
13801
  "bin": {
package/oclif.lock CHANGED
@@ -5030,10 +5030,10 @@ eslint-config-salesforce-license@^0.2.0:
5030
5030
  resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
5031
5031
  integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
5032
5032
 
5033
- eslint-config-salesforce-license@^1.0.1:
5034
- version "1.0.1"
5035
- resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-1.0.1.tgz#405283d55da648e7f356271bc11a5d647b0ad4bf"
5036
- integrity sha512-se/AlatOmkSOXQUcdDT7dR1MQxqE5AdtSroaVoby4Y1uMPUr1WSrspcX1zPYkToioqCF6VGIgrBquS63VkH+OA==
5033
+ eslint-config-salesforce-license@^1.0.2:
5034
+ version "1.0.2"
5035
+ resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-1.0.2.tgz#0bc7f482677f44105a6a28644f5ccbd4c9abfa01"
5036
+ integrity sha512-l/1uz9RJHQHnVEEexHpHsQt3+aP/Ys2HGfZcLuUg/FZ6NGhL15ey33OJfYCYtSUKMLGiEKdUhdWVp34WD4rIdQ==
5037
5037
 
5038
5038
  eslint-config-salesforce-typescript@^3.4.0:
5039
5039
  version "3.4.0"
@@ -6757,10 +6757,10 @@ isexe@^2.0.0:
6757
6757
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
6758
6758
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
6759
6759
 
6760
- isomorphic-git@1.33.0, isomorphic-git@^1.30.1:
6761
- version "1.33.0"
6762
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.33.0.tgz#f507df03261ddf8c7c574a1fcad76d0f7e8c7759"
6763
- integrity sha512-a90aVhiBFtkUUe8JaqmR0gL7Thk1Ol/30rLS9c7nM20CwSbVqDctnwxX9VFSDLz5iq1wyzV6p4uyU7GStQKkag==
6760
+ isomorphic-git@1.33.1, isomorphic-git@^1.30.1:
6761
+ version "1.33.1"
6762
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.33.1.tgz#a3ded4cdd90a98d3822d0dc6254ded8736c51178"
6763
+ integrity sha512-Fy5rPAncURJoqL9R+5nJXLl5rQH6YpcjJd7kdCoRJPhrBiLVkLm9b+esRqYQQlT1hKVtKtALbfNtpHjWWJgk6g==
6764
6764
  dependencies:
6765
6765
  async-lock "^1.4.1"
6766
6766
  clean-git-ref "^2.0.1"
@@ -6772,7 +6772,7 @@ isomorphic-git@1.33.0, isomorphic-git@^1.30.1:
6772
6772
  path-browserify "^1.0.1"
6773
6773
  pify "^4.0.1"
6774
6774
  readable-stream "^3.4.0"
6775
- sha.js "^2.4.9"
6775
+ sha.js "^2.4.12"
6776
6776
  simple-get "^4.0.1"
6777
6777
 
6778
6778
  istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
@@ -8954,7 +8954,7 @@ setimmediate@^1.0.5:
8954
8954
  resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
8955
8955
  integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
8956
8956
 
8957
- sha.js@^2.4.9:
8957
+ sha.js@^2.4.12:
8958
8958
  version "2.4.12"
8959
8959
  resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.12.tgz#eb8b568bf383dfd1867a32c3f2b74eb52bdbf23f"
8960
8960
  integrity sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.62"
270
+ "version": "4.0.63"
271
271
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
4
- "version": "4.0.62",
4
+ "version": "4.0.63",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -18,7 +18,7 @@
18
18
  "fast-xml-parser": "^5.2.5",
19
19
  "fs-extra": "^11.3.0",
20
20
  "graceful-fs": "^4.2.11",
21
- "isomorphic-git": "1.33.0"
21
+ "isomorphic-git": "1.33.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.5",
@@ -30,7 +30,7 @@
30
30
  "@types/graceful-fs": "^4.1.9",
31
31
  "c8": "^10.1.3",
32
32
  "eslint-config-oclif": "^6.0.98",
33
- "eslint-config-salesforce-license": "^1.0.1",
33
+ "eslint-config-salesforce-license": "^1.0.2",
34
34
  "eslint-plugin-prettier": "^5.5.4",
35
35
  "eslint-plugin-sf-plugin": "^1.20.31",
36
36
  "oclif": "^4.22.14",