sfdx-jayree 4.8.219 → 4.8.221

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,24 @@
1
+ ## [4.8.221](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.220...v4.8.221) (2026-08-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.183 to 1.2.184 ([#2071](https://github.com/jayree/sfdx-jayree-plugin/issues/2071)) ([f31172a](https://github.com/jayree/sfdx-jayree-plugin/commit/f31172a7c10d449aa3191d75e1fbb0b2fd00c61e))
7
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.179 to 1.3.180 ([#2074](https://github.com/jayree/sfdx-jayree-plugin/issues/2074)) ([d15aabf](https://github.com/jayree/sfdx-jayree-plugin/commit/d15aabf9b3f9c9d33b8463384a03efee184f2f8b))
8
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.180 to 1.3.182 ([#2068](https://github.com/jayree/sfdx-jayree-plugin/issues/2068)) ([395b917](https://github.com/jayree/sfdx-jayree-plugin/commit/395b9179bfccaedb4260df51a51d1bfce10d43f7))
9
+
10
+ ## [4.8.220](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.219...v4.8.220) (2026-08-07)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.182 to 1.2.183 ([#2064](https://github.com/jayree/sfdx-jayree-plugin/issues/2064)) ([91876e0](https://github.com/jayree/sfdx-jayree-plugin/commit/91876e05c399b53474e759f08a921e6a68a2b53a))
16
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.178 to 1.3.179 ([#2062](https://github.com/jayree/sfdx-jayree-plugin/issues/2062)) ([30bc879](https://github.com/jayree/sfdx-jayree-plugin/commit/30bc87995ed60ff0e531db87559c09d379a966c2))
17
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.178 to 1.3.180 ([#2063](https://github.com/jayree/sfdx-jayree-plugin/issues/2063)) ([17ef824](https://github.com/jayree/sfdx-jayree-plugin/commit/17ef824775a1a3026a043af66fb1036a7398cf57))
18
+ * **deps:** bump fast-uri from 3.1.4 to 3.1.5 ([#2059](https://github.com/jayree/sfdx-jayree-plugin/issues/2059)) ([38cb49e](https://github.com/jayree/sfdx-jayree-plugin/commit/38cb49ebb8b0d8ca9de619bf08d6abb5ddda8688))
19
+ * **deps:** bump github/codeql-action from 4.37.4 to 4.37.5 ([#2060](https://github.com/jayree/sfdx-jayree-plugin/issues/2060)) ([48fb85a](https://github.com/jayree/sfdx-jayree-plugin/commit/48fb85ade992debb0d1d067d4c3cdce1ccd8be36))
20
+ * **deps:** bump github/codeql-action from 4.37.5 to 4.37.6 ([#2061](https://github.com/jayree/sfdx-jayree-plugin/issues/2061)) ([1492584](https://github.com/jayree/sfdx-jayree-plugin/commit/149258405341d5abb2b12290d50be20e51ba81d1))
21
+
1
22
  ## [4.8.219](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.218...v4.8.219) (2026-07-31)
2
23
 
3
24
 
package/README.md CHANGED
@@ -61,7 +61,7 @@ EXAMPLES
61
61
  ...
62
62
  ```
63
63
 
64
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.182/src/commands/jayree/flow/get/coverage.ts)_
64
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.184/src/commands/jayree/flow/get/coverage.ts)_
65
65
 
66
66
  ### `sfdx jayree manifest cleanup`
67
67
 
@@ -238,7 +238,7 @@ EXAMPLES
238
238
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
239
239
  ```
240
240
 
241
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.182/src/commands/jayree/org/configure/index.ts)_
241
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.184/src/commands/jayree/org/configure/index.ts)_
242
242
 
243
243
  ### `sfdx jayree org configure country`
244
244
 
@@ -258,7 +258,7 @@ GLOBAL FLAGS
258
258
  --json Format output as json.
259
259
  ```
260
260
 
261
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.182/src/commands/jayree/org/configure/country.ts)_
261
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.184/src/commands/jayree/org/configure/country.ts)_
262
262
 
263
263
  ### `sfdx jayree org configure state`
264
264
 
@@ -283,7 +283,7 @@ GLOBAL FLAGS
283
283
  --json Format output as json.
284
284
  ```
285
285
 
286
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.182/src/commands/jayree/org/configure/state.ts)_
286
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.184/src/commands/jayree/org/configure/state.ts)_
287
287
 
288
288
  ### `sfdx jayree org get settings`
289
289
 
@@ -313,7 +313,7 @@ EXAMPLES
313
313
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
314
314
  ```
315
315
 
316
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.182/src/commands/jayree/org/get/settings.ts)_
316
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.184/src/commands/jayree/org/get/settings.ts)_
317
317
 
318
318
  ### `sfdx jayree org stream`
319
319
 
@@ -345,7 +345,7 @@ EXAMPLES
345
345
  ...
346
346
  ```
347
347
 
348
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.182/src/commands/jayree/org/stream.ts)_
348
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.184/src/commands/jayree/org/stream.ts)_
349
349
 
350
350
  ### `sfdx jayree project compare snapshot`
351
351
 
@@ -366,7 +366,7 @@ ALIASES
366
366
  $ sfdx jayree source snapshot compare
367
367
  ```
368
368
 
369
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.178/src/commands/jayree/project/compare/snapshot.ts)_
369
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.182/src/commands/jayree/project/compare/snapshot.ts)_
370
370
 
371
371
  ### `sfdx jayree project fix`
372
372
 
@@ -388,7 +388,7 @@ ALIASES
388
388
  $ sfdx jayree source fix
389
389
  ```
390
390
 
391
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.178/src/commands/jayree/project/fix.ts)_
391
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.182/src/commands/jayree/project/fix.ts)_
392
392
 
393
393
  ### `sfdx jayree project generate snapshot`
394
394
 
@@ -409,7 +409,7 @@ ALIASES
409
409
  $ sfdx jayree source snapshot generate
410
410
  ```
411
411
 
412
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.178/src/commands/jayree/project/generate/snapshot.ts)_
412
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.182/src/commands/jayree/project/generate/snapshot.ts)_
413
413
 
414
414
  ### `sfdx jayree project list tracking`
415
415
 
@@ -438,7 +438,7 @@ EXAMPLES
438
438
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
439
439
  ```
440
440
 
441
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.178/src/commands/jayree/project/list/tracking.ts)_
441
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.182/src/commands/jayree/project/list/tracking.ts)_
442
442
 
443
443
  ### `sfdx jayree project store tracking get`
444
444
 
@@ -464,7 +464,7 @@ EXAMPLES
464
464
  $ sfdx jayree:source:tracking:store:get -u me@my.org
465
465
  ```
466
466
 
467
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.178/src/commands/jayree/project/store/tracking/get.ts)_
467
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.182/src/commands/jayree/project/store/tracking/get.ts)_
468
468
 
469
469
  ### `sfdx jayree project store tracking set`
470
470
 
@@ -494,7 +494,7 @@ EXAMPLES
494
494
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
495
495
  ```
496
496
 
497
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.178/src/commands/jayree/project/store/tracking/set.ts)_
497
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.182/src/commands/jayree/project/store/tracking/set.ts)_
498
498
  <!-- commandsstop -->
499
499
 
500
500
  ## Hooks
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.219",
3
+ "version": "4.8.221",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.219",
9
+ "version": "4.8.221",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/sfdx-plugin-manifest": "^4.0.128",
13
- "@jayree/sfdx-plugin-org": "^1.2.182",
14
- "@jayree/sfdx-plugin-prettier": "^1.3.178",
15
- "@jayree/sfdx-plugin-source": "^1.3.178"
13
+ "@jayree/sfdx-plugin-org": "^1.2.184",
14
+ "@jayree/sfdx-plugin-prettier": "^1.3.180",
15
+ "@jayree/sfdx-plugin-source": "^1.3.182"
16
16
  },
17
17
  "devDependencies": {
18
- "@oclif/plugin-help": "^6.2.55",
18
+ "@oclif/plugin-help": "^6.2.58",
19
19
  "@salesforce/dev-scripts": "^11.0.4",
20
20
  "@salesforce/ts-sinon": "^1.4.36",
21
21
  "c8": "^12.0.0",
22
22
  "eslint-config-salesforce-license": "^1.0.2",
23
23
  "eslint-plugin-prettier": "^5.5.6",
24
24
  "eslint-plugin-sf-plugin": "^1.20.33",
25
- "nock": "^14.0.16",
26
- "oclif": "^4.23.29",
25
+ "nock": "^14.0.17",
26
+ "oclif": "^4.23.30",
27
27
  "patch-package": "^8.0.1",
28
28
  "pinst": "^3.0.0",
29
29
  "prettier": "^3.9.6",
@@ -2878,17 +2878,17 @@
2878
2878
  "license": "MIT"
2879
2879
  },
2880
2880
  "node_modules/@jayree/sfdx-plugin-org": {
2881
- "version": "1.2.182",
2882
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.182.tgz",
2883
- "integrity": "sha512-klSMXhCk+d3RbENfUUX2lUwB04udWxP59TPrypd0JbyOhosuBAIyTt/t7oKOAkaFNCFtwqSDr3o4c6acmoMT1A==",
2881
+ "version": "1.2.184",
2882
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.184.tgz",
2883
+ "integrity": "sha512-lEudAsUx/rCx6Z4jM/QeKfHXcWGy2K3cuV0afKqQ6emF19juiYGLvDzs+yR3AelFwo7YGVTIysBOqCEa7oCKNg==",
2884
2884
  "license": "Apache-2.0",
2885
2885
  "dependencies": {
2886
2886
  "@jayree/changelog": "^1.2.39",
2887
2887
  "@jsforce/jsforce-node": "^3.10.19",
2888
2888
  "@listr2/prompt-adapter-enquirer": "^3.0.5",
2889
- "@oclif/core": "^4.13.0",
2889
+ "@oclif/core": "^4.13.3",
2890
2890
  "@salesforce/core": "^8.32.6",
2891
- "@salesforce/sf-plugins-core": "^12.2.26",
2891
+ "@salesforce/sf-plugins-core": "^12.2.28",
2892
2892
  "@salesforce/source-deploy-retrieve": "^12.37.2",
2893
2893
  "@salesforce/ts-types": "^2.0.12",
2894
2894
  "chalk": "^5.6.2",
@@ -2901,7 +2901,7 @@
2901
2901
  "is-wsl": "^3.1.1",
2902
2902
  "listr2": "^9.0.5",
2903
2903
  "log-update": "^7.2.0",
2904
- "playwright-chromium": "^1.61.1",
2904
+ "playwright-chromium": "^1.62.1",
2905
2905
  "tabletojson": "4.1.12",
2906
2906
  "tslib": "^2.8.1",
2907
2907
  "wrap-ansi": "^9.0.2"
@@ -3067,17 +3067,17 @@
3067
3067
  }
3068
3068
  },
3069
3069
  "node_modules/@jayree/sfdx-plugin-prettier": {
3070
- "version": "1.3.178",
3071
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.178.tgz",
3072
- "integrity": "sha512-GEh7yyol+vs0j3HqgaNNi26YHRytgcdy+EpF7vABm/DoGnlzBfV9YwspT7HCNZzotA66algaMaWG+erlNxWvVQ==",
3070
+ "version": "1.3.180",
3071
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.180.tgz",
3072
+ "integrity": "sha512-aGx+v+lMi+NGpCM0K1+UsVbpbtwhQJZFqXCCUW6ywCNlolgtDfmREKV44YY7hHltIgXFXDgydytauOq4fkc3mg==",
3073
3073
  "license": "Apache-2.0",
3074
3074
  "dependencies": {
3075
3075
  "@jayree/changelog": "^1.2.39",
3076
- "@oclif/core": "^4.13.0",
3076
+ "@oclif/core": "^4.13.3",
3077
3077
  "@prettier/plugin-xml": "^3.4.2",
3078
3078
  "@salesforce/core": "^8.32.6",
3079
3079
  "@salesforce/kit": "^3.2.6",
3080
- "@salesforce/sf-plugins-core": "^12.2.26",
3080
+ "@salesforce/sf-plugins-core": "^12.2.28",
3081
3081
  "@salesforce/source-deploy-retrieve": "^12.37.2",
3082
3082
  "cli-progress": "^3.12.0",
3083
3083
  "debug": "^4.4.1",
@@ -3101,16 +3101,16 @@
3101
3101
  }
3102
3102
  },
3103
3103
  "node_modules/@jayree/sfdx-plugin-source": {
3104
- "version": "1.3.178",
3105
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.178.tgz",
3106
- "integrity": "sha512-sWSHekN54XR2uXSwKWCr+E61LciLbM92XSXhN+NGx6e1D6mXga1aAnJVGk0SIw14syS3H73LM+RX2YISSNrcBg==",
3104
+ "version": "1.3.182",
3105
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.182.tgz",
3106
+ "integrity": "sha512-eWvm6shlJ52eh6VCxefrB9MUT17wKPFrKB2NdAYTZWIlGqbyaLF1Q5g0aYzdZ1wLxGyNSUmMrEwIGTCS6MyQyA==",
3107
3107
  "license": "Apache-2.0",
3108
3108
  "dependencies": {
3109
3109
  "@jayree/changelog": "^1.2.39",
3110
- "@oclif/core": "^4.13.0",
3110
+ "@oclif/core": "^4.13.3",
3111
3111
  "@salesforce/core": "^8.32.6",
3112
3112
  "@salesforce/kit": "^3.2.6",
3113
- "@salesforce/sf-plugins-core": "^12.2.26",
3113
+ "@salesforce/sf-plugins-core": "^12.2.28",
3114
3114
  "@salesforce/source-deploy-retrieve": "^12.37.2",
3115
3115
  "@salesforce/source-tracking": "^7.8.19",
3116
3116
  "@salesforce/ts-types": "^2.0.11",
@@ -3535,9 +3535,9 @@
3535
3535
  }
3536
3536
  },
3537
3537
  "node_modules/@oclif/core": {
3538
- "version": "4.13.2",
3539
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.2.tgz",
3540
- "integrity": "sha512-YWQs0JvESCliWopKtCZqPLgEB1e3oqR+KYecMReseYWbo7E73Rz2tFwQDFQtAp48VLMiAsiTPKKQaZAo+ghzLw==",
3538
+ "version": "4.13.3",
3539
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz",
3540
+ "integrity": "sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==",
3541
3541
  "license": "MIT",
3542
3542
  "dependencies": {
3543
3543
  "ansi-escapes": "^4.3.2",
@@ -3647,9 +3647,9 @@
3647
3647
  }
3648
3648
  },
3649
3649
  "node_modules/@oclif/plugin-help": {
3650
- "version": "6.2.55",
3651
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.55.tgz",
3652
- "integrity": "sha512-IamFqLPoD8KTZbGSAu24EFe2kNibMrL/WA8+4EvnbdkYqZGUcizVqeXUIxzns3SES99wgqOtsK3DtLB3V3kIJQ==",
3650
+ "version": "6.2.58",
3651
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.58.tgz",
3652
+ "integrity": "sha512-DAYMXZrTWRMLTbpX+rT+ibAmKrZ6IVNGn+fgAGjMoeNlqlSY94eJHocgmqChMwsdWp3H3x+jFmPJiYQt/ifr3Q==",
3653
3653
  "dev": true,
3654
3654
  "license": "MIT",
3655
3655
  "dependencies": {
@@ -4205,9 +4205,9 @@
4205
4205
  "license": "BSD-3-Clause"
4206
4206
  },
4207
4207
  "node_modules/@salesforce/sf-plugins-core": {
4208
- "version": "12.2.26",
4209
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.26.tgz",
4210
- "integrity": "sha512-FgGZFwlYIDcD6/8g6+iwv5MNKaCD6r65y+xdX+iqPkIEaEneRVKrcS0tSepmYFi4DG13P0KJwGlCqDOV24g0Bg==",
4208
+ "version": "12.2.28",
4209
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.28.tgz",
4210
+ "integrity": "sha512-amfPBfdlgYoM9LCQewtoLWOe29kY7urLnYH1a5G7QLWN74tJeXEkvc1OyM18n+f2MHmpK0/ICAg5Wq276HwxHQ==",
4211
4211
  "license": "Apache-2.0",
4212
4212
  "dependencies": {
4213
4213
  "@inquirer/confirm": "^6.1.1",
@@ -8892,9 +8892,9 @@
8892
8892
  }
8893
8893
  },
8894
8894
  "node_modules/fast-uri": {
8895
- "version": "3.1.4",
8896
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
8897
- "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
8895
+ "version": "3.1.5",
8896
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
8897
+ "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
8898
8898
  "funding": [
8899
8899
  {
8900
8900
  "type": "github",
@@ -12829,9 +12829,9 @@
12829
12829
  }
12830
12830
  },
12831
12831
  "node_modules/nock": {
12832
- "version": "14.0.16",
12833
- "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.16.tgz",
12834
- "integrity": "sha512-8r4KEc6nT1D/fdLD/R1BO1CPaVEL8o40u/guFRJlXabN7vr3RmMqyjsY5Krt0nMwhsOAwXQ/mtN5vy5Jh3aErg==",
12832
+ "version": "14.0.17",
12833
+ "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.17.tgz",
12834
+ "integrity": "sha512-EjRr1weMa4ALQX35AgZTEnP+weJJjlW1KGDiNM2IQC2069YDHas4f4B4UUYR+TTLyKWxJvOz2wObDKQs/LNreA==",
12835
12835
  "dev": true,
12836
12836
  "license": "MIT",
12837
12837
  "dependencies": {
@@ -13230,9 +13230,9 @@
13230
13230
  }
13231
13231
  },
13232
13232
  "node_modules/oclif": {
13233
- "version": "4.23.29",
13234
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.29.tgz",
13235
- "integrity": "sha512-pUekmMh+wwIbFq3xX1EfkgZ7RuYuuSbdhJiB+20zqSfGE8Tt9T+K9br1/vmsaIOxfDo0Dw3jxLBk4JZOMFEMeQ==",
13233
+ "version": "4.23.30",
13234
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.30.tgz",
13235
+ "integrity": "sha512-x8sMRv606XqZAWEfGh981PP2JM4G2CKt4/z2KDntoNHljD8slfJ5sHaDFUQya9w6W8xOJDMFF3UaLAFFYHo13w==",
13236
13236
  "dev": true,
13237
13237
  "license": "MIT",
13238
13238
  "dependencies": {
@@ -14260,31 +14260,31 @@
14260
14260
  }
14261
14261
  },
14262
14262
  "node_modules/playwright-chromium": {
14263
- "version": "1.61.1",
14264
- "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.61.1.tgz",
14265
- "integrity": "sha512-YK3K8JakUv5Hq5WjY6oU/XwuD/041s9XVtoTKTrZHYRY72DOAsni/iXye7iBS8lgYWUZENt/6tBnpmhaSg72ug==",
14263
+ "version": "1.62.1",
14264
+ "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.62.1.tgz",
14265
+ "integrity": "sha512-yRMzeViD44qD1ZVMNupp82NJQNjumZ02W5r7+DmtD5+7aP9+v66a0PsAk63ewpVDH1GxMf/J/mO+TS1sTaK29w==",
14266
14266
  "hasInstallScript": true,
14267
14267
  "license": "Apache-2.0",
14268
14268
  "dependencies": {
14269
- "playwright-core": "1.61.1"
14269
+ "playwright-core": "1.62.1"
14270
14270
  },
14271
14271
  "bin": {
14272
14272
  "playwright": "cli.js"
14273
14273
  },
14274
14274
  "engines": {
14275
- "node": ">=18"
14275
+ "node": ">=20"
14276
14276
  }
14277
14277
  },
14278
14278
  "node_modules/playwright-core": {
14279
- "version": "1.61.1",
14280
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz",
14281
- "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==",
14279
+ "version": "1.62.1",
14280
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz",
14281
+ "integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==",
14282
14282
  "license": "Apache-2.0",
14283
14283
  "bin": {
14284
14284
  "playwright-core": "cli.js"
14285
14285
  },
14286
14286
  "engines": {
14287
- "node": ">=18"
14287
+ "node": ">=20"
14288
14288
  }
14289
14289
  },
14290
14290
  "node_modules/pluralize": {
package/oclif.lock CHANGED
@@ -1040,17 +1040,17 @@
1040
1040
  graceful-fs "^4.2.11"
1041
1041
  isomorphic-git "1.36.3"
1042
1042
 
1043
- "@jayree/sfdx-plugin-org@^1.2.182":
1044
- version "1.2.182"
1045
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.182.tgz"
1046
- integrity sha512-klSMXhCk+d3RbENfUUX2lUwB04udWxP59TPrypd0JbyOhosuBAIyTt/t7oKOAkaFNCFtwqSDr3o4c6acmoMT1A==
1043
+ "@jayree/sfdx-plugin-org@^1.2.184":
1044
+ version "1.2.184"
1045
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.184.tgz"
1046
+ integrity sha512-lEudAsUx/rCx6Z4jM/QeKfHXcWGy2K3cuV0afKqQ6emF19juiYGLvDzs+yR3AelFwo7YGVTIysBOqCEa7oCKNg==
1047
1047
  dependencies:
1048
1048
  "@jayree/changelog" "^1.2.39"
1049
1049
  "@jsforce/jsforce-node" "^3.10.19"
1050
1050
  "@listr2/prompt-adapter-enquirer" "^3.0.5"
1051
- "@oclif/core" "^4.13.0"
1051
+ "@oclif/core" "^4.13.3"
1052
1052
  "@salesforce/core" "^8.32.6"
1053
- "@salesforce/sf-plugins-core" "^12.2.26"
1053
+ "@salesforce/sf-plugins-core" "^12.2.28"
1054
1054
  "@salesforce/source-deploy-retrieve" "^12.37.2"
1055
1055
  "@salesforce/ts-types" "^2.0.12"
1056
1056
  chalk "^5.6.2"
@@ -1063,22 +1063,22 @@
1063
1063
  is-wsl "^3.1.1"
1064
1064
  listr2 "^9.0.5"
1065
1065
  log-update "^7.2.0"
1066
- playwright-chromium "^1.61.1"
1066
+ playwright-chromium "^1.62.1"
1067
1067
  tabletojson "4.1.12"
1068
1068
  tslib "^2.8.1"
1069
1069
  wrap-ansi "^9.0.2"
1070
1070
 
1071
- "@jayree/sfdx-plugin-prettier@^1.3.178":
1072
- version "1.3.178"
1073
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.178.tgz"
1074
- integrity sha512-GEh7yyol+vs0j3HqgaNNi26YHRytgcdy+EpF7vABm/DoGnlzBfV9YwspT7HCNZzotA66algaMaWG+erlNxWvVQ==
1071
+ "@jayree/sfdx-plugin-prettier@^1.3.180":
1072
+ version "1.3.180"
1073
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.180.tgz"
1074
+ integrity sha512-aGx+v+lMi+NGpCM0K1+UsVbpbtwhQJZFqXCCUW6ywCNlolgtDfmREKV44YY7hHltIgXFXDgydytauOq4fkc3mg==
1075
1075
  dependencies:
1076
1076
  "@jayree/changelog" "^1.2.39"
1077
- "@oclif/core" "^4.13.0"
1077
+ "@oclif/core" "^4.13.3"
1078
1078
  "@prettier/plugin-xml" "^3.4.2"
1079
1079
  "@salesforce/core" "^8.32.6"
1080
1080
  "@salesforce/kit" "^3.2.6"
1081
- "@salesforce/sf-plugins-core" "^12.2.26"
1081
+ "@salesforce/sf-plugins-core" "^12.2.28"
1082
1082
  "@salesforce/source-deploy-retrieve" "^12.37.2"
1083
1083
  cli-progress "^3.12.0"
1084
1084
  debug "^4.4.1"
@@ -1088,16 +1088,16 @@
1088
1088
  prettier-plugin-apex "^2.3.0"
1089
1089
  tslib "^2.8.1"
1090
1090
 
1091
- "@jayree/sfdx-plugin-source@^1.3.178":
1092
- version "1.3.178"
1093
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.178.tgz"
1094
- integrity sha512-sWSHekN54XR2uXSwKWCr+E61LciLbM92XSXhN+NGx6e1D6mXga1aAnJVGk0SIw14syS3H73LM+RX2YISSNrcBg==
1091
+ "@jayree/sfdx-plugin-source@^1.3.182":
1092
+ version "1.3.182"
1093
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.182.tgz"
1094
+ integrity sha512-eWvm6shlJ52eh6VCxefrB9MUT17wKPFrKB2NdAYTZWIlGqbyaLF1Q5g0aYzdZ1wLxGyNSUmMrEwIGTCS6MyQyA==
1095
1095
  dependencies:
1096
1096
  "@jayree/changelog" "^1.2.39"
1097
- "@oclif/core" "^4.13.0"
1097
+ "@oclif/core" "^4.13.3"
1098
1098
  "@salesforce/core" "^8.32.6"
1099
1099
  "@salesforce/kit" "^3.2.6"
1100
- "@salesforce/sf-plugins-core" "^12.2.26"
1100
+ "@salesforce/sf-plugins-core" "^12.2.28"
1101
1101
  "@salesforce/source-deploy-retrieve" "^12.37.2"
1102
1102
  "@salesforce/source-tracking" "^7.8.19"
1103
1103
  "@salesforce/ts-types" "^2.0.11"
@@ -1287,10 +1287,10 @@
1287
1287
  "@nodelib/fs.scandir" "2.1.5"
1288
1288
  fastq "^1.6.0"
1289
1289
 
1290
- "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.8.0":
1291
- version "4.13.2"
1292
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.2.tgz"
1293
- integrity sha512-YWQs0JvESCliWopKtCZqPLgEB1e3oqR+KYecMReseYWbo7E73Rz2tFwQDFQtAp48VLMiAsiTPKKQaZAo+ghzLw==
1290
+ "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.3", "@oclif/core@^4.8.0":
1291
+ version "4.13.3"
1292
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz"
1293
+ integrity sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==
1294
1294
  dependencies:
1295
1295
  ansi-escapes "^4.3.2"
1296
1296
  ansis "^3.17.0"
@@ -1311,10 +1311,10 @@
1311
1311
  wordwrap "^1.0.0"
1312
1312
  wrap-ansi "^7.0.0"
1313
1313
 
1314
- "@oclif/plugin-help@^6.2.53", "@oclif/plugin-help@^6.2.55":
1315
- version "6.2.55"
1316
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.55.tgz"
1317
- integrity sha512-IamFqLPoD8KTZbGSAu24EFe2kNibMrL/WA8+4EvnbdkYqZGUcizVqeXUIxzns3SES99wgqOtsK3DtLB3V3kIJQ==
1314
+ "@oclif/plugin-help@^6.2.53", "@oclif/plugin-help@^6.2.58":
1315
+ version "6.2.58"
1316
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.58.tgz"
1317
+ integrity sha512-DAYMXZrTWRMLTbpX+rT+ibAmKrZ6IVNGn+fgAGjMoeNlqlSY94eJHocgmqChMwsdWp3H3x+jFmPJiYQt/ifr3Q==
1318
1318
  dependencies:
1319
1319
  "@oclif/core" "^4"
1320
1320
 
@@ -1496,10 +1496,10 @@
1496
1496
  resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
1497
1497
  integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
1498
1498
 
1499
- "@salesforce/sf-plugins-core@^12.2.26", "@salesforce/sf-plugins-core@^12.2.6":
1500
- version "12.2.26"
1501
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.26.tgz"
1502
- integrity sha512-FgGZFwlYIDcD6/8g6+iwv5MNKaCD6r65y+xdX+iqPkIEaEneRVKrcS0tSepmYFi4DG13P0KJwGlCqDOV24g0Bg==
1499
+ "@salesforce/sf-plugins-core@^12.2.28", "@salesforce/sf-plugins-core@^12.2.6":
1500
+ version "12.2.28"
1501
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.28.tgz"
1502
+ integrity sha512-amfPBfdlgYoM9LCQewtoLWOe29kY7urLnYH1a5G7QLWN74tJeXEkvc1OyM18n+f2MHmpK0/ICAg5Wq276HwxHQ==
1503
1503
  dependencies:
1504
1504
  "@inquirer/confirm" "^6.1.1"
1505
1505
  "@inquirer/password" "^5.1.1"
@@ -4079,9 +4079,9 @@ fast-string-width@^3.0.2:
4079
4079
  fast-string-truncated-width "^3.0.2"
4080
4080
 
4081
4081
  fast-uri@^3.0.1:
4082
- version "3.1.4"
4083
- resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz"
4084
- integrity sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==
4082
+ version "3.1.5"
4083
+ resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz"
4084
+ integrity sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==
4085
4085
 
4086
4086
  fast-wrap-ansi@^0.2.0:
4087
4087
  version "0.2.0"
@@ -6333,10 +6333,10 @@ no-case@^3.0.4:
6333
6333
  lower-case "^2.0.2"
6334
6334
  tslib "^2.0.3"
6335
6335
 
6336
- nock@^14.0.16:
6337
- version "14.0.16"
6338
- resolved "https://registry.npmjs.org/nock/-/nock-14.0.16.tgz"
6339
- integrity sha512-8r4KEc6nT1D/fdLD/R1BO1CPaVEL8o40u/guFRJlXabN7vr3RmMqyjsY5Krt0nMwhsOAwXQ/mtN5vy5Jh3aErg==
6336
+ nock@^14.0.17:
6337
+ version "14.0.17"
6338
+ resolved "https://registry.npmjs.org/nock/-/nock-14.0.17.tgz"
6339
+ integrity sha512-EjRr1weMa4ALQX35AgZTEnP+weJJjlW1KGDiNM2IQC2069YDHas4f4B4UUYR+TTLyKWxJvOz2wObDKQs/LNreA==
6340
6340
  dependencies:
6341
6341
  "@mswjs/interceptors" "^0.41.0"
6342
6342
  json-stringify-safe "^5.0.1"
@@ -6532,10 +6532,10 @@ object.values@^1.1.7:
6532
6532
  define-properties "^1.2.0"
6533
6533
  es-abstract "^1.22.1"
6534
6534
 
6535
- oclif@^4.23.29:
6536
- version "4.23.29"
6537
- resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.29.tgz"
6538
- integrity sha512-pUekmMh+wwIbFq3xX1EfkgZ7RuYuuSbdhJiB+20zqSfGE8Tt9T+K9br1/vmsaIOxfDo0Dw3jxLBk4JZOMFEMeQ==
6535
+ oclif@^4.23.30:
6536
+ version "4.23.30"
6537
+ resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.30.tgz"
6538
+ integrity sha512-x8sMRv606XqZAWEfGh981PP2JM4G2CKt4/z2KDntoNHljD8slfJ5sHaDFUQya9w6W8xOJDMFF3UaLAFFYHo13w==
6539
6539
  dependencies:
6540
6540
  "@aws-sdk/client-cloudfront" "^3.1079.0"
6541
6541
  "@aws-sdk/client-s3" "^3.1079.0"
@@ -6995,17 +6995,17 @@ pkg-dir@^4.1.0:
6995
6995
  dependencies:
6996
6996
  find-up "^4.0.0"
6997
6997
 
6998
- playwright-chromium@^1.61.1:
6999
- version "1.61.1"
7000
- resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.61.1.tgz"
7001
- integrity sha512-YK3K8JakUv5Hq5WjY6oU/XwuD/041s9XVtoTKTrZHYRY72DOAsni/iXye7iBS8lgYWUZENt/6tBnpmhaSg72ug==
6998
+ playwright-chromium@^1.62.1:
6999
+ version "1.62.1"
7000
+ resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.62.1.tgz"
7001
+ integrity sha512-yRMzeViD44qD1ZVMNupp82NJQNjumZ02W5r7+DmtD5+7aP9+v66a0PsAk63ewpVDH1GxMf/J/mO+TS1sTaK29w==
7002
7002
  dependencies:
7003
- playwright-core "1.61.1"
7003
+ playwright-core "1.62.1"
7004
7004
 
7005
- playwright-core@1.61.1:
7006
- version "1.61.1"
7007
- resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz"
7008
- integrity sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==
7005
+ playwright-core@1.62.1:
7006
+ version "1.62.1"
7007
+ resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz"
7008
+ integrity sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==
7009
7009
 
7010
7010
  pluralize@^8.0.0:
7011
7011
  version "8.0.0"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.219"
3
+ "version": "4.8.221"
4
4
  }
package/package.json CHANGED
@@ -1,26 +1,26 @@
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.219",
4
+ "version": "4.8.221",
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
9
  "@jayree/sfdx-plugin-manifest": "^4.0.128",
10
- "@jayree/sfdx-plugin-org": "^1.2.182",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.178",
12
- "@jayree/sfdx-plugin-source": "^1.3.178"
10
+ "@jayree/sfdx-plugin-org": "^1.2.184",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.180",
12
+ "@jayree/sfdx-plugin-source": "^1.3.182"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-help": "^6.2.55",
15
+ "@oclif/plugin-help": "^6.2.58",
16
16
  "@salesforce/dev-scripts": "^11.0.4",
17
17
  "@salesforce/ts-sinon": "^1.4.36",
18
18
  "c8": "^12.0.0",
19
19
  "eslint-config-salesforce-license": "^1.0.2",
20
20
  "eslint-plugin-prettier": "^5.5.6",
21
21
  "eslint-plugin-sf-plugin": "^1.20.33",
22
- "nock": "^14.0.16",
23
- "oclif": "^4.23.29",
22
+ "nock": "^14.0.17",
23
+ "oclif": "^4.23.30",
24
24
  "patch-package": "^8.0.1",
25
25
  "pinst": "^3.0.0",
26
26
  "prettier": "^3.9.6",