@jayree/sfdx-plugin-manifest 3.6.33 → 3.6.34

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.34](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.33...3.6.34) (2025-01-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve from 12.12.1 to 12.12.3 ([#1621](https://github.com/jayree/sfdx-plugin-manifest/issues/1621)) ([c9555a9](https://github.com/jayree/sfdx-plugin-manifest/commit/c9555a967b6bf52e20760c3b978771a2ebf5f414))
7
+
8
+
9
+
1
10
  ## [3.6.33](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.32...3.6.33) (2025-01-10)
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.33/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.34/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.33/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.34/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
  The location can be an absolute path or relative to the current working directory.
234
234
  ```
235
235
 
236
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.33/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.34/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.33",
3
+ "version": "3.6.34",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.6.33",
9
+ "version": "3.6.34",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.4",
@@ -14,8 +14,8 @@
14
14
  "@salesforce/core": "^8.8.0",
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.1.2",
17
- "@salesforce/source-deploy-retrieve": "^12.12.1",
18
- "@salesforce/source-tracking": "^7.3.6",
17
+ "@salesforce/source-deploy-retrieve": "12.12.3",
18
+ "@salesforce/source-tracking": "7.3.6",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
21
  "fast-xml-parser": "^4.5.1",
@@ -24,8 +24,8 @@
24
24
  "isomorphic-git": "1.29.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.2.24",
28
- "@oclif/plugin-help": "^6.2.20",
27
+ "@oclif/plugin-command-snapshot": "^5.2.26",
28
+ "@oclif/plugin-help": "^6.2.21",
29
29
  "@salesforce/cli-plugins-testkit": "^5.3.39",
30
30
  "@salesforce/dev-scripts": "^10.2.11",
31
31
  "@salesforce/ts-sinon": "^1.4.30",
@@ -7469,14 +7469,14 @@
7469
7469
  }
7470
7470
  },
7471
7471
  "node_modules/@oclif/plugin-command-snapshot": {
7472
- "version": "5.2.24",
7473
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.24.tgz",
7474
- "integrity": "sha512-KgsIyW1hf53JbySSSWv3FzGgtinX3xSj/Uuu+81Wn6em3csyrOfS60J4mUyB2BtSfCj+OXRzwoXluYiTJy974w==",
7472
+ "version": "5.2.26",
7473
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.26.tgz",
7474
+ "integrity": "sha512-ErJ9CKb0NuAo4HTFAwy2Jqy+/uVOzBeAVmWbJlxsSh4UIOZMkza26bX3xxciQIMxiz6XkcIlFWSg6Mt0XNZuig==",
7475
7475
  "dev": true,
7476
7476
  "license": "MIT",
7477
7477
  "dependencies": {
7478
7478
  "@oclif/core": "^4",
7479
- "ansis": "^3.5.2",
7479
+ "ansis": "^3.8.1",
7480
7480
  "globby": "^14.0.2",
7481
7481
  "just-diff": "^5.2.0",
7482
7482
  "lodash.difference": "^4.5.0",
@@ -7537,9 +7537,9 @@
7537
7537
  }
7538
7538
  },
7539
7539
  "node_modules/@oclif/plugin-help": {
7540
- "version": "6.2.20",
7541
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz",
7542
- "integrity": "sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==",
7540
+ "version": "6.2.21",
7541
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.21.tgz",
7542
+ "integrity": "sha512-nUAnIR96QJvAAFzdJoq9iqInuwY9nxURNaAiGWGUtW5HgrwJOmoY1LqcobkzW89RH3NONtdWmc74sIupWmLtNw==",
7543
7543
  "dev": true,
7544
7544
  "license": "MIT",
7545
7545
  "dependencies": {
@@ -8121,9 +8121,9 @@
8121
8121
  }
8122
8122
  },
8123
8123
  "node_modules/@salesforce/source-deploy-retrieve": {
8124
- "version": "12.12.1",
8125
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.1.tgz",
8126
- "integrity": "sha512-4xv2kFu+AcJB9FVK8G4ulUydCPgZSqtNKOz8hz0kTZzBF5MGQQ1C6I1d4Q/lnTotM/wkyJr+O1fEPrKTCkUwBw==",
8124
+ "version": "12.12.3",
8125
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.3.tgz",
8126
+ "integrity": "sha512-kQ78RekRvTLh5yp8eB67szRoQr64R/0PETgszxf65RRPzLTmBGs0JpkZBMx0GN95Mb6BWvOEjTYLgyezVPUXsw==",
8127
8127
  "license": "BSD-3-Clause",
8128
8128
  "dependencies": {
8129
8129
  "@salesforce/core": "^8.8.0",
@@ -11070,9 +11070,9 @@
11070
11070
  }
11071
11071
  },
11072
11072
  "node_modules/ansis": {
11073
- "version": "3.7.0",
11074
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.7.0.tgz",
11075
- "integrity": "sha512-lud1KyRm52SoYXgaJjiyn0aEQahailFhT4OhgrbS9qmWWkA1qaAv0QLKD2KrLBtSlBEnBLxNxhxQ+JbeI5C7Sg==",
11073
+ "version": "3.8.1",
11074
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.8.1.tgz",
11075
+ "integrity": "sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==",
11076
11076
  "license": "ISC",
11077
11077
  "engines": {
11078
11078
  "node": ">=16"
package/oclif.lock CHANGED
@@ -1848,13 +1848,13 @@
1848
1848
  wordwrap "^1.0.0"
1849
1849
  wrap-ansi "^7.0.0"
1850
1850
 
1851
- "@oclif/plugin-command-snapshot@^5.2.24":
1852
- version "5.2.24"
1853
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.24.tgz#bc349c216ab86f70f35b1c3e53d8a93989b1cdd0"
1854
- integrity sha512-KgsIyW1hf53JbySSSWv3FzGgtinX3xSj/Uuu+81Wn6em3csyrOfS60J4mUyB2BtSfCj+OXRzwoXluYiTJy974w==
1851
+ "@oclif/plugin-command-snapshot@^5.2.26":
1852
+ version "5.2.26"
1853
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.26.tgz#22da051ecabc0f0acbbfd43a0e33e32bdebdb9b1"
1854
+ integrity sha512-ErJ9CKb0NuAo4HTFAwy2Jqy+/uVOzBeAVmWbJlxsSh4UIOZMkza26bX3xxciQIMxiz6XkcIlFWSg6Mt0XNZuig==
1855
1855
  dependencies:
1856
1856
  "@oclif/core" "^4"
1857
- ansis "^3.5.2"
1857
+ ansis "^3.8.1"
1858
1858
  globby "^14.0.2"
1859
1859
  just-diff "^5.2.0"
1860
1860
  lodash.difference "^4.5.0"
@@ -1863,10 +1863,10 @@
1863
1863
  semver "^7.6.3"
1864
1864
  ts-json-schema-generator "^1.5.1"
1865
1865
 
1866
- "@oclif/plugin-help@^6.2.20":
1867
- version "6.2.20"
1868
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.20.tgz#05de43a710f038419d3ded11a59e8481408a9e9e"
1869
- integrity sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==
1866
+ "@oclif/plugin-help@^6.2.20", "@oclif/plugin-help@^6.2.21":
1867
+ version "6.2.21"
1868
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.21.tgz#a1444a9faee8ca72c135c9c3b5ba500a18fd07f1"
1869
+ integrity sha512-nUAnIR96QJvAAFzdJoq9iqInuwY9nxURNaAiGWGUtW5HgrwJOmoY1LqcobkzW89RH3NONtdWmc74sIupWmLtNw==
1870
1870
  dependencies:
1871
1871
  "@oclif/core" "^4"
1872
1872
 
@@ -2049,10 +2049,10 @@
2049
2049
  cli-progress "^3.12.0"
2050
2050
  terminal-link "^3.0.0"
2051
2051
 
2052
- "@salesforce/source-deploy-retrieve@^12.11.2", "@salesforce/source-deploy-retrieve@^12.12.1":
2053
- version "12.12.1"
2054
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.1.tgz#106730e75a76dc1f0b12d5b222f20bd10d4826bb"
2055
- integrity sha512-4xv2kFu+AcJB9FVK8G4ulUydCPgZSqtNKOz8hz0kTZzBF5MGQQ1C6I1d4Q/lnTotM/wkyJr+O1fEPrKTCkUwBw==
2052
+ "@salesforce/source-deploy-retrieve@12.12.3", "@salesforce/source-deploy-retrieve@^12.11.2":
2053
+ version "12.12.3"
2054
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.3.tgz#b03df07a60c55004c3b4c7ce8df3ecfd20b7742a"
2055
+ integrity sha512-kQ78RekRvTLh5yp8eB67szRoQr64R/0PETgszxf65RRPzLTmBGs0JpkZBMx0GN95Mb6BWvOEjTYLgyezVPUXsw==
2056
2056
  dependencies:
2057
2057
  "@salesforce/core" "^8.8.0"
2058
2058
  "@salesforce/kit" "^3.2.2"
@@ -2068,7 +2068,7 @@
2068
2068
  minimatch "^9.0.5"
2069
2069
  proxy-agent "^6.4.0"
2070
2070
 
2071
- "@salesforce/source-tracking@^7.3.6":
2071
+ "@salesforce/source-tracking@7.3.6":
2072
2072
  version "7.3.6"
2073
2073
  resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.3.6.tgz#70d1ffbe511394f64b5a28e0e5af88b8aed45c96"
2074
2074
  integrity sha512-U++xMp9gdU+Iq8C9vYOVpzMSkB2lcYMCs7VpC7h518pt1KC/GRV0ufWI6qwcSxZzsZMrPCpCdhGITpAgmM5YnA==
@@ -3589,10 +3589,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
3589
3589
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
3590
3590
  integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
3591
3591
 
3592
- ansis@^3.3.2, ansis@^3.5.2, ansis@^3.6.0:
3593
- version "3.7.0"
3594
- resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.7.0.tgz#dbcb7e498fceabece0bcaf4282d4b6501933fb22"
3595
- integrity sha512-lud1KyRm52SoYXgaJjiyn0aEQahailFhT4OhgrbS9qmWWkA1qaAv0QLKD2KrLBtSlBEnBLxNxhxQ+JbeI5C7Sg==
3592
+ ansis@^3.3.2, ansis@^3.5.2, ansis@^3.6.0, ansis@^3.8.1:
3593
+ version "3.8.1"
3594
+ resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.8.1.tgz#60656ef3f7d60f4aed4bb69ec1429ef393f7b90e"
3595
+ integrity sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==
3596
3596
 
3597
3597
  any-promise@^1.0.0:
3598
3598
  version "1.3.0"
@@ -8759,16 +8759,7 @@ stack-utils@^2.0.6:
8759
8759
  dependencies:
8760
8760
  escape-string-regexp "^2.0.0"
8761
8761
 
8762
- "string-width-cjs@npm:string-width@^4.2.0":
8763
- version "4.2.3"
8764
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8765
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8766
- dependencies:
8767
- emoji-regex "^8.0.0"
8768
- is-fullwidth-code-point "^3.0.0"
8769
- strip-ansi "^6.0.1"
8770
-
8771
- string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8762
+ "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:
8772
8763
  version "4.2.3"
8773
8764
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8774
8765
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8837,14 +8828,7 @@ string_decoder@~1.1.1:
8837
8828
  dependencies:
8838
8829
  safe-buffer "~5.1.0"
8839
8830
 
8840
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8841
- version "6.0.1"
8842
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8843
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8844
- dependencies:
8845
- ansi-regex "^5.0.1"
8846
-
8847
- strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8831
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8848
8832
  version "6.0.1"
8849
8833
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8850
8834
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9489,7 +9473,7 @@ workerpool@^6.5.1:
9489
9473
  resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
9490
9474
  integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
9491
9475
 
9492
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
9476
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9493
9477
  version "7.0.0"
9494
9478
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9495
9479
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9507,15 +9491,6 @@ wrap-ansi@^6.2.0:
9507
9491
  string-width "^4.1.0"
9508
9492
  strip-ansi "^6.0.0"
9509
9493
 
9510
- wrap-ansi@^7.0.0:
9511
- version "7.0.0"
9512
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9513
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9514
- dependencies:
9515
- ansi-styles "^4.0.0"
9516
- string-width "^4.1.0"
9517
- strip-ansi "^6.0.0"
9518
-
9519
9494
  wrap-ansi@^8.1.0:
9520
9495
  version "8.1.0"
9521
9496
  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.33"
326
+ "version": "3.6.34"
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.33",
4
+ "version": "3.6.34",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -11,8 +11,8 @@
11
11
  "@salesforce/core": "^8.8.0",
12
12
  "@salesforce/kit": "^3.2.3",
13
13
  "@salesforce/sf-plugins-core": "^12.1.2",
14
- "@salesforce/source-deploy-retrieve": "^12.12.1",
15
- "@salesforce/source-tracking": "^7.3.6",
14
+ "@salesforce/source-deploy-retrieve": "12.12.3",
15
+ "@salesforce/source-tracking": "7.3.6",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
18
  "fast-xml-parser": "^4.5.1",
@@ -21,8 +21,8 @@
21
21
  "isomorphic-git": "1.29.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.2.24",
25
- "@oclif/plugin-help": "^6.2.20",
24
+ "@oclif/plugin-command-snapshot": "^5.2.26",
25
+ "@oclif/plugin-help": "^6.2.21",
26
26
  "@salesforce/cli-plugins-testkit": "^5.3.39",
27
27
  "@salesforce/dev-scripts": "^10.2.11",
28
28
  "@salesforce/ts-sinon": "^1.4.30",