sfdx-jayree 4.8.106 → 4.8.108

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,19 @@
1
+ ## [4.8.108](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.107...v4.8.108) (2024-12-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.14 to 3.6.16 ([#1501](https://github.com/jayree/sfdx-jayree-plugin/issues/1501)) ([a6e2df1](https://github.com/jayree/sfdx-jayree-plugin/commit/a6e2df1c2f76359954061521bd29a584799f437d))
7
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.91 to 1.3.92 ([#1503](https://github.com/jayree/sfdx-jayree-plugin/issues/1503)) ([b40bdb6](https://github.com/jayree/sfdx-jayree-plugin/commit/b40bdb69236e87b4d3708ad6578858306e0e005c))
8
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.87 to 1.3.88 ([#1506](https://github.com/jayree/sfdx-jayree-plugin/issues/1506)) ([3a15f3e](https://github.com/jayree/sfdx-jayree-plugin/commit/3a15f3ed9c61ead47cc6289197261469d68c1ddb))
9
+
10
+ ## [4.8.107](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.106...v4.8.107) (2024-11-30)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.10 to 3.6.14 ([#1499](https://github.com/jayree/sfdx-jayree-plugin/issues/1499)) ([1b575a1](https://github.com/jayree/sfdx-jayree-plugin/commit/1b575a195c508310b744d2778fc23d0fe1350c22))
16
+
1
17
  ## [4.8.106](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.105...v4.8.106) (2024-11-29)
2
18
 
3
19
 
package/README.md CHANGED
@@ -90,7 +90,7 @@ EXAMPLES
90
90
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
91
91
  ```
92
92
 
93
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.10/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.16/src/commands/jayree/manifest/cleanup.ts)_
94
94
 
95
95
  ### `sfdx jayree manifest generate`
96
96
 
@@ -128,7 +128,7 @@ EXAMPLES
128
128
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
129
129
  ```
130
130
 
131
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.10/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.16/src/commands/jayree/manifest/generate.ts)_
132
132
 
133
133
  ### `sfdx jayree manifest git diff REF1 [REF2]`
134
134
 
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
211
211
  The location can be an absolute path or relative to the current working directory.
212
212
  ```
213
213
 
214
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.10/src/commands/jayree/manifest/git/diff.ts)_
214
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.16/src/commands/jayree/manifest/git/diff.ts)_
215
215
 
216
216
  ### `sfdx jayree org configure`
217
217
 
@@ -369,7 +369,7 @@ ALIASES
369
369
  $ sfdx jayree source snapshot compare
370
370
  ```
371
371
 
372
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.87/src/commands/jayree/project/compare/snapshot.ts)_
372
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/compare/snapshot.ts)_
373
373
 
374
374
  ### `sfdx jayree project fix`
375
375
 
@@ -391,7 +391,7 @@ ALIASES
391
391
  $ sfdx jayree source fix
392
392
  ```
393
393
 
394
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.87/src/commands/jayree/project/fix.ts)_
394
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/fix.ts)_
395
395
 
396
396
  ### `sfdx jayree project generate snapshot`
397
397
 
@@ -412,7 +412,7 @@ ALIASES
412
412
  $ sfdx jayree source snapshot generate
413
413
  ```
414
414
 
415
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.87/src/commands/jayree/project/generate/snapshot.ts)_
415
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/generate/snapshot.ts)_
416
416
 
417
417
  ### `sfdx jayree project list tracking`
418
418
 
@@ -441,7 +441,7 @@ EXAMPLES
441
441
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
442
442
  ```
443
443
 
444
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.87/src/commands/jayree/project/list/tracking.ts)_
444
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/list/tracking.ts)_
445
445
 
446
446
  ### `sfdx jayree project store tracking get`
447
447
 
@@ -467,7 +467,7 @@ EXAMPLES
467
467
  $ sfdx jayree:source:tracking:store:get -u me@my.org
468
468
  ```
469
469
 
470
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.87/src/commands/jayree/project/store/tracking/get.ts)_
470
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/store/tracking/get.ts)_
471
471
 
472
472
  ### `sfdx jayree project store tracking set`
473
473
 
@@ -497,7 +497,7 @@ EXAMPLES
497
497
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
498
498
  ```
499
499
 
500
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.87/src/commands/jayree/project/store/tracking/set.ts)_
500
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.88/src/commands/jayree/project/store/tracking/set.ts)_
501
501
  <!-- commandsstop -->
502
502
 
503
503
  ## Hooks
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.106",
3
+ "version": "4.8.108",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.106",
9
+ "version": "4.8.108",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@jayree/sfdx-plugin-manifest": "^3.6.10",
12
+ "@jayree/sfdx-plugin-manifest": "^3.6.16",
13
13
  "@jayree/sfdx-plugin-org": "^1.2.83",
14
- "@jayree/sfdx-plugin-prettier": "^1.3.91",
15
- "@jayree/sfdx-plugin-source": "^1.3.87"
14
+ "@jayree/sfdx-plugin-prettier": "^1.3.92",
15
+ "@jayree/sfdx-plugin-source": "^1.3.88"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@oclif/plugin-help": "^6.2.18",
@@ -22,7 +22,7 @@
22
22
  "eslint-plugin-prettier": "^5.2.1",
23
23
  "eslint-plugin-sf-plugin": "^1.20.13",
24
24
  "nock": "^13.5.6",
25
- "oclif": "^4.15.29",
25
+ "oclif": "^4.16.0",
26
26
  "patch-package": "^8.0.0",
27
27
  "pinst": "^3.0.0",
28
28
  "prettier": "^3.4.1",
@@ -580,9 +580,9 @@
580
580
  }
581
581
  },
582
582
  "node_modules/@aws-sdk/client-s3": {
583
- "version": "3.701.0",
584
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.701.0.tgz",
585
- "integrity": "sha512-7iXmPC5r7YNjvwSsRbGq9oLVgfIWZesXtEYl908UqMmRj2sVAW/leLopDnbLT7TEedqlK0RasOZT05I0JTNdKw==",
583
+ "version": "3.705.0",
584
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.705.0.tgz",
585
+ "integrity": "sha512-Fm0Cbc4zr0yG0DnNycz7ywlL5tQFdLSb7xCIPfzrxJb3YQiTXWxH5eu61SSsP/Z6RBNRolmRPvst/iNgX0fWvA==",
586
586
  "dev": true,
587
587
  "license": "Apache-2.0",
588
588
  "dependencies": {
@@ -4818,38 +4818,38 @@
4818
4818
  }
4819
4819
  },
4820
4820
  "node_modules/@jayree/sfdx-plugin-manifest": {
4821
- "version": "3.6.10",
4822
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.10.tgz",
4823
- "integrity": "sha512-+fIv4z98GHmcVhgu1ya31bJhDK7b6w5tXlzgYaarJzPmKNMNQ4A3gCMMRB2qlZRKBfHU2RaiZsS5nWoZyFKFNQ==",
4821
+ "version": "3.6.16",
4822
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.16.tgz",
4823
+ "integrity": "sha512-Wq4Es2D9X8BFsbLvB+cBBCZPm/qbOqbnx07LlaME22MIshnYDhFCJnpqVZ+znPL/lJ5b3vPIy7ClaDcmxGyNUg==",
4824
4824
  "license": "BSD-3-Clause",
4825
4825
  "dependencies": {
4826
4826
  "@jayree/changelog": "^1.2.4",
4827
- "@oclif/core": "^4.0.32",
4827
+ "@oclif/core": "^4.0.33",
4828
4828
  "@salesforce/core": "^8.6.4",
4829
4829
  "@salesforce/kit": "^3.2.3",
4830
- "@salesforce/sf-plugins-core": "^12.0.11",
4830
+ "@salesforce/sf-plugins-core": "^12.1.0",
4831
4831
  "@salesforce/source-deploy-retrieve": "^12.10.0",
4832
- "@salesforce/source-tracking": "^7.1.23",
4832
+ "@salesforce/source-tracking": "^7.2.2",
4833
4833
  "@salesforce/ts-types": "^2.0.12",
4834
4834
  "fast-deep-equal": "^3.1.3",
4835
4835
  "fast-xml-parser": "^4.5.0",
4836
4836
  "fs-extra": "^11.2.0",
4837
4837
  "graceful-fs": "^4.2.11",
4838
- "isomorphic-git": "1.27.1"
4838
+ "isomorphic-git": "1.27.2"
4839
4839
  },
4840
4840
  "engines": {
4841
4841
  "node": ">=16.0.0"
4842
4842
  }
4843
4843
  },
4844
4844
  "node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/sf-plugins-core": {
4845
- "version": "12.0.11",
4846
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz",
4847
- "integrity": "sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==",
4845
+ "version": "12.1.0",
4846
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.0.tgz",
4847
+ "integrity": "sha512-xJXF0WE+4lq2kb/w24wcZc+76EUCIKv7dj1oATugk9JFzYKySdC1smzCY/BhPGzMQGvXcbkWo5PG5iXDBrtwYQ==",
4848
4848
  "license": "BSD-3-Clause",
4849
4849
  "dependencies": {
4850
4850
  "@inquirer/confirm": "^3.1.22",
4851
4851
  "@inquirer/password": "^2.2.0",
4852
- "@oclif/core": "^4.0.27",
4852
+ "@oclif/core": "^4.0.32",
4853
4853
  "@oclif/table": "^0.3.2",
4854
4854
  "@salesforce/core": "^8.5.1",
4855
4855
  "@salesforce/kit": "^3.2.3",
@@ -4938,13 +4938,13 @@
4938
4938
  }
4939
4939
  },
4940
4940
  "node_modules/@jayree/sfdx-plugin-prettier": {
4941
- "version": "1.3.91",
4942
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.91.tgz",
4943
- "integrity": "sha512-hECBllWzpGEQXEazgQ+yYlz0fBX2J5ppwxKZ5feH8BwK3sq1mIeloon25EqOyfmntB4Sj1rvDuw140pdsjhLXg==",
4941
+ "version": "1.3.92",
4942
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.92.tgz",
4943
+ "integrity": "sha512-elGqiFmAQFhLR8fB5QUejHQm+Ou94umSWjEQZFv8CXph+RgGoZ2f/yfmuDDjJjFqUSoZzUCQwSNQJXEBpnX24Q==",
4944
4944
  "license": "BSD-3-Clause",
4945
4945
  "dependencies": {
4946
4946
  "@jayree/changelog": "^1.2.4",
4947
- "@oclif/core": "^4.0.33",
4947
+ "@oclif/core": "^4.0.34",
4948
4948
  "@prettier/plugin-xml": "^3.4.1",
4949
4949
  "@salesforce/core": "^8.8.0",
4950
4950
  "@salesforce/kit": "^3.2.3",
@@ -4954,7 +4954,7 @@
4954
4954
  "debug": "^4.3.7",
4955
4955
  "fs-extra": "^11.2.0",
4956
4956
  "ignore": "^5.3.2",
4957
- "prettier": "^3.3.3",
4957
+ "prettier": "^3.4.2",
4958
4958
  "prettier-plugin-apex": "^2.2.2",
4959
4959
  "tslib": "^2.8.1"
4960
4960
  },
@@ -4963,18 +4963,18 @@
4963
4963
  }
4964
4964
  },
4965
4965
  "node_modules/@jayree/sfdx-plugin-source": {
4966
- "version": "1.3.87",
4967
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.87.tgz",
4968
- "integrity": "sha512-GeFZFgnOan5c45I0RVUF+FL43EAtjMgf0ubgCa5GmIrcOvv/1q3x2LoTzBaehlXHEb8s1vMi/rDnpYC/J33l7w==",
4966
+ "version": "1.3.88",
4967
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.88.tgz",
4968
+ "integrity": "sha512-U8LHXQow8GrFO0qJPnl0RSGQ1o+yzKXc5EkdzaZRjBRfefWwkdX7ZS6x+A10sjN44zSYmrHfE/mQj0hjSGNbZA==",
4969
4969
  "license": "BSD-3-Clause",
4970
4970
  "dependencies": {
4971
4971
  "@jayree/changelog": "^1.2.4",
4972
- "@oclif/core": "^4.0.33",
4972
+ "@oclif/core": "^4.0.34",
4973
4973
  "@salesforce/core": "^8.8.0",
4974
4974
  "@salesforce/kit": "^3.2.3",
4975
4975
  "@salesforce/sf-plugins-core": "^11.3.12",
4976
4976
  "@salesforce/source-deploy-retrieve": "^12.10.2",
4977
- "@salesforce/source-tracking": "^7.2.0",
4977
+ "@salesforce/source-tracking": "^7.3.0",
4978
4978
  "@salesforce/ts-types": "^2.0.11",
4979
4979
  "ansis": "^3.2.0",
4980
4980
  "debug": "^4.3.7",
@@ -5181,9 +5181,9 @@
5181
5181
  }
5182
5182
  },
5183
5183
  "node_modules/@oclif/core": {
5184
- "version": "4.0.33",
5185
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.33.tgz",
5186
- "integrity": "sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==",
5184
+ "version": "4.0.34",
5185
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz",
5186
+ "integrity": "sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==",
5187
5187
  "license": "MIT",
5188
5188
  "dependencies": {
5189
5189
  "ansi-escapes": "^4.3.2",
@@ -5922,19 +5922,19 @@
5922
5922
  }
5923
5923
  },
5924
5924
  "node_modules/@salesforce/source-tracking": {
5925
- "version": "7.2.0",
5926
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.2.0.tgz",
5927
- "integrity": "sha512-PK/j/OOH6EBaHZQOXyheqvYmDbm960dP8Iwp2zbxFcHRHCKQIcIT1rLMtdSX8bBonVC6bGyBLaEae8Ak7Pmhcg==",
5925
+ "version": "7.3.0",
5926
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.0.tgz",
5927
+ "integrity": "sha512-kqAnp8bKPdSERa+OOzPviS/w5JL7DKP6JAg2wR9W3beW4eBVAwBGYlkAAXXXUIv8T4Fj7xGgYNF+7BlWxMkafA==",
5928
5928
  "license": "BSD-3-Clause",
5929
5929
  "dependencies": {
5930
- "@oclif/core": "^4.0.32",
5930
+ "@oclif/core": "^4.0.33",
5931
5931
  "@salesforce/core": "^8.8.0",
5932
5932
  "@salesforce/kit": "^3.2.3",
5933
5933
  "@salesforce/source-deploy-retrieve": "^12.10.2",
5934
5934
  "@salesforce/ts-types": "^2.0.12",
5935
5935
  "fast-xml-parser": "^4.5.0",
5936
5936
  "graceful-fs": "^4.2.11",
5937
- "isomorphic-git": "^1.27.1",
5937
+ "isomorphic-git": "^1.27.2",
5938
5938
  "ts-retry-promise": "^0.8.1"
5939
5939
  },
5940
5940
  "engines": {
@@ -12605,9 +12605,9 @@
12605
12605
  "license": "ISC"
12606
12606
  },
12607
12607
  "node_modules/isomorphic-git": {
12608
- "version": "1.27.1",
12609
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.1.tgz",
12610
- "integrity": "sha512-X32ph5zIWfT75QAqW2l3JCIqnx9/GWd17bRRehmn3qmWc34OYbSXY6Cxv0o9bIIY+CWugoN4nQFHNA+2uYf2nA==",
12608
+ "version": "1.27.2",
12609
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.2.tgz",
12610
+ "integrity": "sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==",
12611
12611
  "license": "MIT",
12612
12612
  "dependencies": {
12613
12613
  "async-lock": "^1.4.1",
@@ -12617,6 +12617,7 @@
12617
12617
  "ignore": "^5.1.4",
12618
12618
  "minimisted": "^2.0.0",
12619
12619
  "pako": "^1.0.10",
12620
+ "path-browserify": "^1.0.1",
12620
12621
  "pify": "^4.0.1",
12621
12622
  "readable-stream": "^3.4.0",
12622
12623
  "sha.js": "^2.4.9",
@@ -14667,14 +14668,14 @@
14667
14668
  }
14668
14669
  },
14669
14670
  "node_modules/oclif": {
14670
- "version": "4.15.29",
14671
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.29.tgz",
14672
- "integrity": "sha512-J5yLogJS5j8BCGbXM4jTGT9euDnhjHSldEfJ5V4g7ZOfratZrPLLYypy/4PW6WCTn+lh8YCW7IlYOEbyBRmnGQ==",
14671
+ "version": "4.16.0",
14672
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.16.0.tgz",
14673
+ "integrity": "sha512-Y5bcJc4vwhAW0UN9ctZvfLYZz+nC4rQJPmmpKFXLj7A6uKS1c+GrNa4WwZnk9D4eN32kP/awyRRdd2lbX/S+KQ==",
14673
14674
  "dev": true,
14674
14675
  "license": "MIT",
14675
14676
  "dependencies": {
14676
14677
  "@aws-sdk/client-cloudfront": "^3.687.0",
14677
- "@aws-sdk/client-s3": "^3.699.0",
14678
+ "@aws-sdk/client-s3": "^3.701.0",
14678
14679
  "@inquirer/confirm": "^3.1.22",
14679
14680
  "@inquirer/input": "^2.2.4",
14680
14681
  "@inquirer/select": "^2.5.0",
@@ -15245,6 +15246,12 @@
15245
15246
  "rimraf": "bin.js"
15246
15247
  }
15247
15248
  },
15249
+ "node_modules/path-browserify": {
15250
+ "version": "1.0.1",
15251
+ "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
15252
+ "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
15253
+ "license": "MIT"
15254
+ },
15248
15255
  "node_modules/path-case": {
15249
15256
  "version": "3.0.4",
15250
15257
  "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
@@ -15591,9 +15598,9 @@
15591
15598
  }
15592
15599
  },
15593
15600
  "node_modules/prettier": {
15594
- "version": "3.4.1",
15595
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz",
15596
- "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==",
15601
+ "version": "3.4.2",
15602
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
15603
+ "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
15597
15604
  "license": "MIT",
15598
15605
  "bin": {
15599
15606
  "prettier": "bin/prettier.cjs"
package/oclif.lock CHANGED
@@ -141,10 +141,10 @@
141
141
  "@smithy/util-waiter" "^3.1.8"
142
142
  tslib "^2.6.2"
143
143
 
144
- "@aws-sdk/client-s3@^3.699.0":
145
- version "3.701.0"
146
- resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.701.0.tgz"
147
- integrity sha512-7iXmPC5r7YNjvwSsRbGq9oLVgfIWZesXtEYl908UqMmRj2sVAW/leLopDnbLT7TEedqlK0RasOZT05I0JTNdKw==
144
+ "@aws-sdk/client-s3@^3.701.0":
145
+ version "3.705.0"
146
+ resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.705.0.tgz"
147
+ integrity sha512-Fm0Cbc4zr0yG0DnNycz7ywlL5tQFdLSb7xCIPfzrxJb3YQiTXWxH5eu61SSsP/Z6RBNRolmRPvst/iNgX0fWvA==
148
148
  dependencies:
149
149
  "@aws-crypto/sha1-browser" "5.2.0"
150
150
  "@aws-crypto/sha256-browser" "5.2.0"
@@ -1737,24 +1737,24 @@
1737
1737
  semver "^7.6.3"
1738
1738
  semver-compare "^1.0.0"
1739
1739
 
1740
- "@jayree/sfdx-plugin-manifest@^3.6.10":
1741
- version "3.6.10"
1742
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.10.tgz"
1743
- integrity sha512-+fIv4z98GHmcVhgu1ya31bJhDK7b6w5tXlzgYaarJzPmKNMNQ4A3gCMMRB2qlZRKBfHU2RaiZsS5nWoZyFKFNQ==
1740
+ "@jayree/sfdx-plugin-manifest@^3.6.16":
1741
+ version "3.6.16"
1742
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.16.tgz"
1743
+ integrity sha512-Wq4Es2D9X8BFsbLvB+cBBCZPm/qbOqbnx07LlaME22MIshnYDhFCJnpqVZ+znPL/lJ5b3vPIy7ClaDcmxGyNUg==
1744
1744
  dependencies:
1745
1745
  "@jayree/changelog" "^1.2.4"
1746
- "@oclif/core" "^4.0.32"
1746
+ "@oclif/core" "^4.0.33"
1747
1747
  "@salesforce/core" "^8.6.4"
1748
1748
  "@salesforce/kit" "^3.2.3"
1749
- "@salesforce/sf-plugins-core" "^12.0.11"
1749
+ "@salesforce/sf-plugins-core" "^12.1.0"
1750
1750
  "@salesforce/source-deploy-retrieve" "^12.10.0"
1751
- "@salesforce/source-tracking" "^7.1.23"
1751
+ "@salesforce/source-tracking" "^7.2.2"
1752
1752
  "@salesforce/ts-types" "^2.0.12"
1753
1753
  fast-deep-equal "^3.1.3"
1754
1754
  fast-xml-parser "^4.5.0"
1755
1755
  fs-extra "^11.2.0"
1756
1756
  graceful-fs "^4.2.11"
1757
- isomorphic-git "1.27.1"
1757
+ isomorphic-git "1.27.2"
1758
1758
 
1759
1759
  "@jayree/sfdx-plugin-org@^1.2.83":
1760
1760
  version "1.2.83"
@@ -1784,13 +1784,13 @@
1784
1784
  tslib "^2.8.1"
1785
1785
  wrap-ansi "^9.0.0"
1786
1786
 
1787
- "@jayree/sfdx-plugin-prettier@^1.3.91":
1788
- version "1.3.91"
1789
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.91.tgz"
1790
- integrity sha512-hECBllWzpGEQXEazgQ+yYlz0fBX2J5ppwxKZ5feH8BwK3sq1mIeloon25EqOyfmntB4Sj1rvDuw140pdsjhLXg==
1787
+ "@jayree/sfdx-plugin-prettier@^1.3.92":
1788
+ version "1.3.92"
1789
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.92.tgz"
1790
+ integrity sha512-elGqiFmAQFhLR8fB5QUejHQm+Ou94umSWjEQZFv8CXph+RgGoZ2f/yfmuDDjJjFqUSoZzUCQwSNQJXEBpnX24Q==
1791
1791
  dependencies:
1792
1792
  "@jayree/changelog" "^1.2.4"
1793
- "@oclif/core" "^4.0.33"
1793
+ "@oclif/core" "^4.0.34"
1794
1794
  "@prettier/plugin-xml" "^3.4.1"
1795
1795
  "@salesforce/core" "^8.8.0"
1796
1796
  "@salesforce/kit" "^3.2.3"
@@ -1800,22 +1800,22 @@
1800
1800
  debug "^4.3.7"
1801
1801
  fs-extra "^11.2.0"
1802
1802
  ignore "^5.3.2"
1803
- prettier "^3.3.3"
1803
+ prettier "^3.4.2"
1804
1804
  prettier-plugin-apex "^2.2.2"
1805
1805
  tslib "^2.8.1"
1806
1806
 
1807
- "@jayree/sfdx-plugin-source@^1.3.87":
1808
- version "1.3.87"
1809
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.87.tgz"
1810
- integrity sha512-GeFZFgnOan5c45I0RVUF+FL43EAtjMgf0ubgCa5GmIrcOvv/1q3x2LoTzBaehlXHEb8s1vMi/rDnpYC/J33l7w==
1807
+ "@jayree/sfdx-plugin-source@^1.3.88":
1808
+ version "1.3.88"
1809
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.88.tgz"
1810
+ integrity sha512-U8LHXQow8GrFO0qJPnl0RSGQ1o+yzKXc5EkdzaZRjBRfefWwkdX7ZS6x+A10sjN44zSYmrHfE/mQj0hjSGNbZA==
1811
1811
  dependencies:
1812
1812
  "@jayree/changelog" "^1.2.4"
1813
- "@oclif/core" "^4.0.33"
1813
+ "@oclif/core" "^4.0.34"
1814
1814
  "@salesforce/core" "^8.8.0"
1815
1815
  "@salesforce/kit" "^3.2.3"
1816
1816
  "@salesforce/sf-plugins-core" "^11.3.12"
1817
1817
  "@salesforce/source-deploy-retrieve" "^12.10.2"
1818
- "@salesforce/source-tracking" "^7.2.0"
1818
+ "@salesforce/source-tracking" "^7.3.0"
1819
1819
  "@salesforce/ts-types" "^2.0.11"
1820
1820
  ansis "^3.2.0"
1821
1821
  debug "^4.3.7"
@@ -1909,10 +1909,10 @@
1909
1909
  "@nodelib/fs.scandir" "2.1.5"
1910
1910
  fastq "^1.6.0"
1911
1911
 
1912
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33":
1913
- version "4.0.33"
1914
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.33.tgz"
1915
- integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==
1912
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33", "@oclif/core@^4.0.34":
1913
+ version "4.0.34"
1914
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz"
1915
+ integrity sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==
1916
1916
  dependencies:
1917
1917
  ansi-escapes "^4.3.2"
1918
1918
  ansis "^3.3.2"
@@ -2117,14 +2117,14 @@
2117
2117
  string-width "^7.2.0"
2118
2118
  terminal-link "^3.0.0"
2119
2119
 
2120
- "@salesforce/sf-plugins-core@^12.0.11":
2121
- version "12.0.11"
2122
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz"
2123
- integrity sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==
2120
+ "@salesforce/sf-plugins-core@^12.1.0":
2121
+ version "12.1.0"
2122
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.0.tgz"
2123
+ integrity sha512-xJXF0WE+4lq2kb/w24wcZc+76EUCIKv7dj1oATugk9JFzYKySdC1smzCY/BhPGzMQGvXcbkWo5PG5iXDBrtwYQ==
2124
2124
  dependencies:
2125
2125
  "@inquirer/confirm" "^3.1.22"
2126
2126
  "@inquirer/password" "^2.2.0"
2127
- "@oclif/core" "^4.0.27"
2127
+ "@oclif/core" "^4.0.32"
2128
2128
  "@oclif/table" "^0.3.2"
2129
2129
  "@salesforce/core" "^8.5.1"
2130
2130
  "@salesforce/kit" "^3.2.3"
@@ -2152,19 +2152,19 @@
2152
2152
  minimatch "^9.0.5"
2153
2153
  proxy-agent "^6.4.0"
2154
2154
 
2155
- "@salesforce/source-tracking@^7.1.23", "@salesforce/source-tracking@^7.2.0":
2156
- version "7.2.0"
2157
- resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.2.0.tgz"
2158
- integrity sha512-PK/j/OOH6EBaHZQOXyheqvYmDbm960dP8Iwp2zbxFcHRHCKQIcIT1rLMtdSX8bBonVC6bGyBLaEae8Ak7Pmhcg==
2155
+ "@salesforce/source-tracking@^7.2.2", "@salesforce/source-tracking@^7.3.0":
2156
+ version "7.3.0"
2157
+ resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.0.tgz"
2158
+ integrity sha512-kqAnp8bKPdSERa+OOzPviS/w5JL7DKP6JAg2wR9W3beW4eBVAwBGYlkAAXXXUIv8T4Fj7xGgYNF+7BlWxMkafA==
2159
2159
  dependencies:
2160
- "@oclif/core" "^4.0.32"
2160
+ "@oclif/core" "^4.0.33"
2161
2161
  "@salesforce/core" "^8.8.0"
2162
2162
  "@salesforce/kit" "^3.2.3"
2163
2163
  "@salesforce/source-deploy-retrieve" "^12.10.2"
2164
2164
  "@salesforce/ts-types" "^2.0.12"
2165
2165
  fast-xml-parser "^4.5.0"
2166
2166
  graceful-fs "^4.2.11"
2167
- isomorphic-git "^1.27.1"
2167
+ isomorphic-git "^1.27.2"
2168
2168
  ts-retry-promise "^0.8.1"
2169
2169
 
2170
2170
  "@salesforce/ts-sinon@^1.4.30":
@@ -6109,10 +6109,10 @@ isexe@^2.0.0:
6109
6109
  resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
6110
6110
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
6111
6111
 
6112
- isomorphic-git@^1.27.1, isomorphic-git@1.27.1:
6113
- version "1.27.1"
6114
- resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.1.tgz"
6115
- integrity sha512-X32ph5zIWfT75QAqW2l3JCIqnx9/GWd17bRRehmn3qmWc34OYbSXY6Cxv0o9bIIY+CWugoN4nQFHNA+2uYf2nA==
6112
+ isomorphic-git@^1.27.2, isomorphic-git@1.27.2:
6113
+ version "1.27.2"
6114
+ resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.2.tgz"
6115
+ integrity sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==
6116
6116
  dependencies:
6117
6117
  async-lock "^1.4.1"
6118
6118
  clean-git-ref "^2.0.1"
@@ -6121,6 +6121,7 @@ isomorphic-git@^1.27.1, isomorphic-git@1.27.1:
6121
6121
  ignore "^5.1.4"
6122
6122
  minimisted "^2.0.0"
6123
6123
  pako "^1.0.10"
6124
+ path-browserify "^1.0.1"
6124
6125
  pify "^4.0.1"
6125
6126
  readable-stream "^3.4.0"
6126
6127
  sha.js "^2.4.9"
@@ -7258,13 +7259,13 @@ object.values@^1.1.7:
7258
7259
  define-properties "^1.2.0"
7259
7260
  es-abstract "^1.22.1"
7260
7261
 
7261
- oclif@^4.15.29:
7262
- version "4.15.29"
7263
- resolved "https://registry.npmjs.org/oclif/-/oclif-4.15.29.tgz"
7264
- integrity sha512-J5yLogJS5j8BCGbXM4jTGT9euDnhjHSldEfJ5V4g7ZOfratZrPLLYypy/4PW6WCTn+lh8YCW7IlYOEbyBRmnGQ==
7262
+ oclif@^4.16.0:
7263
+ version "4.16.0"
7264
+ resolved "https://registry.npmjs.org/oclif/-/oclif-4.16.0.tgz"
7265
+ integrity sha512-Y5bcJc4vwhAW0UN9ctZvfLYZz+nC4rQJPmmpKFXLj7A6uKS1c+GrNa4WwZnk9D4eN32kP/awyRRdd2lbX/S+KQ==
7265
7266
  dependencies:
7266
7267
  "@aws-sdk/client-cloudfront" "^3.687.0"
7267
- "@aws-sdk/client-s3" "^3.699.0"
7268
+ "@aws-sdk/client-s3" "^3.701.0"
7268
7269
  "@inquirer/confirm" "^3.1.22"
7269
7270
  "@inquirer/input" "^2.2.4"
7270
7271
  "@inquirer/select" "^2.5.0"
@@ -7539,6 +7540,11 @@ patch-package@^8.0.0:
7539
7540
  tmp "^0.0.33"
7540
7541
  yaml "^2.2.2"
7541
7542
 
7543
+ path-browserify@^1.0.1:
7544
+ version "1.0.1"
7545
+ resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz"
7546
+ integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
7547
+
7542
7548
  path-case@^3.0.4:
7543
7549
  version "3.0.4"
7544
7550
  resolved "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz"
@@ -7752,10 +7758,10 @@ prettier@^2.0.0, prettier@^2.8.8:
7752
7758
  resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
7753
7759
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
7754
7760
 
7755
- prettier@^3.0.0, prettier@^3.3.3, prettier@^3.4.1, prettier@>=3.0.0:
7756
- version "3.4.1"
7757
- resolved "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz"
7758
- integrity sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==
7761
+ prettier@^3.0.0, prettier@^3.4.1, prettier@^3.4.2, prettier@>=3.0.0:
7762
+ version "3.4.2"
7763
+ resolved "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz"
7764
+ integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
7759
7765
 
7760
7766
  pretty-quick@^3.3.1:
7761
7767
  version "3.3.1"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.106"
3
+ "version": "4.8.108"
4
4
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
3
  "description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
4
- "version": "4.8.106",
4
+ "version": "4.8.108",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",
8
8
  "dependencies": {
9
- "@jayree/sfdx-plugin-manifest": "^3.6.10",
9
+ "@jayree/sfdx-plugin-manifest": "^3.6.16",
10
10
  "@jayree/sfdx-plugin-org": "^1.2.83",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.91",
12
- "@jayree/sfdx-plugin-source": "^1.3.87"
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.92",
12
+ "@jayree/sfdx-plugin-source": "^1.3.88"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@oclif/plugin-help": "^6.2.18",
@@ -19,7 +19,7 @@
19
19
  "eslint-plugin-prettier": "^5.2.1",
20
20
  "eslint-plugin-sf-plugin": "^1.20.13",
21
21
  "nock": "^13.5.6",
22
- "oclif": "^4.15.29",
22
+ "oclif": "^4.16.0",
23
23
  "patch-package": "^8.0.0",
24
24
  "pinst": "^3.0.0",
25
25
  "prettier": "^3.4.1",