@jayree/sfdx-plugin-manifest 3.6.40 → 3.6.41

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,12 @@
1
+ ## [3.6.41](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.40...3.6.41) (2025-01-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#1638](https://github.com/jayree/sfdx-plugin-manifest/issues/1638)) ([0ba98fa](https://github.com/jayree/sfdx-plugin-manifest/commit/0ba98fa7e5396424444c73c6eb95194912e568ee))
7
+
8
+
9
+
1
10
  ## [3.6.40](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.39...3.6.40) (2025-01-20)
2
11
 
3
12
 
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/3.6.40/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.41/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/3.6.40/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.41/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
233
233
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
234
234
  ```
235
235
 
236
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.40/src/commands/jayree/manifest/git/diff.ts)_
236
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.41/src/commands/jayree/manifest/git/diff.ts)_
237
237
  <!-- commandsstop -->
238
238
 
239
239
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.6.40",
3
+ "version": "3.6.41",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.6.40",
9
+ "version": "3.6.41",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.4",
@@ -14,7 +14,7 @@
14
14
  "@salesforce/core": "^8.8.2",
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.1.2",
17
- "@salesforce/source-deploy-retrieve": "12.12.3",
17
+ "@salesforce/source-deploy-retrieve": "12.13.0",
18
18
  "@salesforce/source-tracking": "7.3.8",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
@@ -36,7 +36,7 @@
36
36
  "eslint-config-oclif": "^5.2",
37
37
  "eslint-plugin-prettier": "^5.2.3",
38
38
  "eslint-plugin-sf-plugin": "^1.20.14",
39
- "oclif": "^4.17.15",
39
+ "oclif": "^4.17.17",
40
40
  "patch-package": "^8.0.0",
41
41
  "prettier": "^3.4.2",
42
42
  "pretty-quick": "^4.0.0",
@@ -4768,9 +4768,9 @@
4768
4768
  }
4769
4769
  },
4770
4770
  "node_modules/@salesforce/source-deploy-retrieve": {
4771
- "version": "12.12.3",
4772
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.3.tgz",
4773
- "integrity": "sha512-kQ78RekRvTLh5yp8eB67szRoQr64R/0PETgszxf65RRPzLTmBGs0JpkZBMx0GN95Mb6BWvOEjTYLgyezVPUXsw==",
4771
+ "version": "12.13.0",
4772
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.13.0.tgz",
4773
+ "integrity": "sha512-5pHRKI8emdTNWp3Hdv9NFrMqHCj1BWNpjvfRuWLsIX7QdeIDTrOh/ScyU+aPp8Y34yJAM+dLjyDUZWnUm/5YzQ==",
4774
4774
  "license": "BSD-3-Clause",
4775
4775
  "dependencies": {
4776
4776
  "@salesforce/core": "^8.8.0",
@@ -13716,9 +13716,9 @@
13716
13716
  }
13717
13717
  },
13718
13718
  "node_modules/oclif": {
13719
- "version": "4.17.15",
13720
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.15.tgz",
13721
- "integrity": "sha512-v9ISLGTp9KFvIe9jFPVZ5qXc3tvIq4+0xa9gidXXJWjlyjDyTbxuIXBtx5aE+I/M5gbENqktdixLOLSNXZwCoA==",
13719
+ "version": "4.17.17",
13720
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.17.tgz",
13721
+ "integrity": "sha512-k1aiaYO6LVzIm6uaMbQ5QceH/OzyhEz5bHIJLfiGJCs17fwnfab/m7jUAZ/4BlJ5OiA69GYmt++jcqHAOWW8Yg==",
13722
13722
  "dev": true,
13723
13723
  "license": "MIT",
13724
13724
  "dependencies": {
@@ -13727,7 +13727,7 @@
13727
13727
  "@inquirer/confirm": "^3.1.22",
13728
13728
  "@inquirer/input": "^2.2.4",
13729
13729
  "@inquirer/select": "^2.5.0",
13730
- "@oclif/core": "^4.2.0",
13730
+ "@oclif/core": "^4.2.3",
13731
13731
  "@oclif/plugin-help": "^6.2.21",
13732
13732
  "@oclif/plugin-not-found": "^3.2.32",
13733
13733
  "@oclif/plugin-warn-if-update-available": "^3.1.30",
package/oclif.lock CHANGED
@@ -1770,7 +1770,7 @@
1770
1770
  "@nodelib/fs.scandir" "2.1.5"
1771
1771
  fastq "^1.6.0"
1772
1772
 
1773
- "@oclif/core@^4", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3":
1773
+ "@oclif/core@^4", "@oclif/core@^4.0.34", "@oclif/core@^4.2.3":
1774
1774
  version "4.2.3"
1775
1775
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
1776
1776
  integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
@@ -1995,10 +1995,10 @@
1995
1995
  cli-progress "^3.12.0"
1996
1996
  terminal-link "^3.0.0"
1997
1997
 
1998
- "@salesforce/source-deploy-retrieve@12.12.3", "@salesforce/source-deploy-retrieve@^12.12.3":
1999
- version "12.12.3"
2000
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.3.tgz#b03df07a60c55004c3b4c7ce8df3ecfd20b7742a"
2001
- integrity sha512-kQ78RekRvTLh5yp8eB67szRoQr64R/0PETgszxf65RRPzLTmBGs0JpkZBMx0GN95Mb6BWvOEjTYLgyezVPUXsw==
1998
+ "@salesforce/source-deploy-retrieve@12.13.0", "@salesforce/source-deploy-retrieve@^12.12.3":
1999
+ version "12.13.0"
2000
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.13.0.tgz#148a2d2f4434daca7302bfa68d33e372fa5d4d09"
2001
+ integrity sha512-5pHRKI8emdTNWp3Hdv9NFrMqHCj1BWNpjvfRuWLsIX7QdeIDTrOh/ScyU+aPp8Y34yJAM+dLjyDUZWnUm/5YzQ==
2002
2002
  dependencies:
2003
2003
  "@salesforce/core" "^8.8.0"
2004
2004
  "@salesforce/kit" "^3.2.2"
@@ -7056,17 +7056,17 @@ object.values@^1.1.7:
7056
7056
  define-properties "^1.2.1"
7057
7057
  es-object-atoms "^1.0.0"
7058
7058
 
7059
- oclif@^4.17.15:
7060
- version "4.17.15"
7061
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.15.tgz#9fe820434df890d8ebb5a9b7f8d38588590931fc"
7062
- integrity sha512-v9ISLGTp9KFvIe9jFPVZ5qXc3tvIq4+0xa9gidXXJWjlyjDyTbxuIXBtx5aE+I/M5gbENqktdixLOLSNXZwCoA==
7059
+ oclif@^4.17.17:
7060
+ version "4.17.17"
7061
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.17.tgz#6b5b8d1ec1cf27c83ec4b031c3b347c8eca43617"
7062
+ integrity sha512-k1aiaYO6LVzIm6uaMbQ5QceH/OzyhEz5bHIJLfiGJCs17fwnfab/m7jUAZ/4BlJ5OiA69GYmt++jcqHAOWW8Yg==
7063
7063
  dependencies:
7064
7064
  "@aws-sdk/client-cloudfront" "^3.726.1"
7065
7065
  "@aws-sdk/client-s3" "^3.722.0"
7066
7066
  "@inquirer/confirm" "^3.1.22"
7067
7067
  "@inquirer/input" "^2.2.4"
7068
7068
  "@inquirer/select" "^2.5.0"
7069
- "@oclif/core" "^4.2.0"
7069
+ "@oclif/core" "^4.2.3"
7070
7070
  "@oclif/plugin-help" "^6.2.21"
7071
7071
  "@oclif/plugin-not-found" "^3.2.32"
7072
7072
  "@oclif/plugin-warn-if-update-available" "^3.1.30"
@@ -8326,7 +8326,16 @@ stack-utils@^2.0.6:
8326
8326
  dependencies:
8327
8327
  escape-string-regexp "^2.0.0"
8328
8328
 
8329
- "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8329
+ "string-width-cjs@npm:string-width@^4.2.0":
8330
+ version "4.2.3"
8331
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8332
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8333
+ dependencies:
8334
+ emoji-regex "^8.0.0"
8335
+ is-fullwidth-code-point "^3.0.0"
8336
+ strip-ansi "^6.0.1"
8337
+
8338
+ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8330
8339
  version "4.2.3"
8331
8340
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8332
8341
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8395,7 +8404,14 @@ string_decoder@~1.1.1:
8395
8404
  dependencies:
8396
8405
  safe-buffer "~5.1.0"
8397
8406
 
8398
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8407
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8408
+ version "6.0.1"
8409
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8410
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8411
+ dependencies:
8412
+ ansi-regex "^5.0.1"
8413
+
8414
+ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8399
8415
  version "6.0.1"
8400
8416
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8401
8417
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9040,7 +9056,7 @@ workerpool@^6.5.1:
9040
9056
  resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
9041
9057
  integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
9042
9058
 
9043
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9059
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
9044
9060
  version "7.0.0"
9045
9061
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9046
9062
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9058,6 +9074,15 @@ wrap-ansi@^6.2.0:
9058
9074
  string-width "^4.1.0"
9059
9075
  strip-ansi "^6.0.0"
9060
9076
 
9077
+ wrap-ansi@^7.0.0:
9078
+ version "7.0.0"
9079
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9080
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9081
+ dependencies:
9082
+ ansi-styles "^4.0.0"
9083
+ string-width "^4.1.0"
9084
+ strip-ansi "^6.0.0"
9085
+
9061
9086
  wrap-ansi@^8.1.0:
9062
9087
  version "8.1.0"
9063
9088
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.6.40"
326
+ "version": "3.6.41"
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.6.40",
4
+ "version": "3.6.41",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -11,7 +11,7 @@
11
11
  "@salesforce/core": "^8.8.2",
12
12
  "@salesforce/kit": "^3.2.3",
13
13
  "@salesforce/sf-plugins-core": "^12.1.2",
14
- "@salesforce/source-deploy-retrieve": "12.12.3",
14
+ "@salesforce/source-deploy-retrieve": "12.13.0",
15
15
  "@salesforce/source-tracking": "7.3.8",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
@@ -33,7 +33,7 @@
33
33
  "eslint-config-oclif": "^5.2",
34
34
  "eslint-plugin-prettier": "^5.2.3",
35
35
  "eslint-plugin-sf-plugin": "^1.20.14",
36
- "oclif": "^4.17.15",
36
+ "oclif": "^4.17.17",
37
37
  "patch-package": "^8.0.0",
38
38
  "prettier": "^3.4.2",
39
39
  "pretty-quick": "^4.0.0",