sfdx-jayree 4.8.34 → 4.8.36

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.36](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.35...v4.8.36) (2023-10-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.31 to 3.1.33 ([#1055](https://github.com/jayree/sfdx-jayree-plugin/issues/1055)) ([76eedce](https://github.com/jayree/sfdx-jayree-plugin/commit/76eedcedfc8053963dece78b89c6a8b742f5116b))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.14 to 1.2.16 ([#1050](https://github.com/jayree/sfdx-jayree-plugin/issues/1050)) ([ddeaf97](https://github.com/jayree/sfdx-jayree-plugin/commit/ddeaf979727dc3839468cd2fd0c3aa4dc54c3132))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.26 to 1.3.27 ([#1058](https://github.com/jayree/sfdx-jayree-plugin/issues/1058)) ([b3e23c7](https://github.com/jayree/sfdx-jayree-plugin/commit/b3e23c71ff606dd4e5ee37759f3f39cdb8dddc53))
9
+
10
+ ## [4.8.35](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.34...v4.8.35) (2023-10-19)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @babel/traverse from 7.21.4 to 7.23.2 ([#1048](https://github.com/jayree/sfdx-jayree-plugin/issues/1048)) ([bfc6344](https://github.com/jayree/sfdx-jayree-plugin/commit/bfc6344bd0976ecaeb6eea7ead81cda82349a83c))
16
+
1
17
  ## [4.8.34](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.33...v4.8.34) (2023-10-13)
2
18
 
3
19
 
package/README.md CHANGED
@@ -59,7 +59,7 @@ EXAMPLES
59
59
  ...
60
60
  ```
61
61
 
62
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/flow/get/coverage.ts)_
62
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/flow/get/coverage.ts)_
63
63
 
64
64
  ### `sfdx jayree:manifest:cleanup`
65
65
 
@@ -87,7 +87,7 @@ EXAMPLES
87
87
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
88
88
  ```
89
89
 
90
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.31/src/commands/jayree/manifest/cleanup.ts)_
90
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.33/src/commands/jayree/manifest/cleanup.ts)_
91
91
 
92
92
  ### `sfdx jayree:manifest:generate`
93
93
 
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
124
124
  ```
125
125
 
126
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.31/src/commands/jayree/manifest/generate.ts)_
126
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.33/src/commands/jayree/manifest/generate.ts)_
127
127
 
128
128
  ### `sfdx jayree:manifest:git:diff`
129
129
 
@@ -205,7 +205,7 @@ FLAG DESCRIPTIONS
205
205
  The location can be an absolute path or relative to the current working directory.
206
206
  ```
207
207
 
208
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.31/src/commands/jayree/manifest/git/diff.ts)_
208
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.33/src/commands/jayree/manifest/git/diff.ts)_
209
209
 
210
210
  ### `sfdx jayree:org:configure`
211
211
 
@@ -232,7 +232,7 @@ EXAMPLES
232
232
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
233
233
  ```
234
234
 
235
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/configure/index.ts)_
235
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/configure/index.ts)_
236
236
 
237
237
  ### `sfdx jayree:org:configure:country`
238
238
 
@@ -250,7 +250,7 @@ GLOBAL FLAGS
250
250
  --json Format output as json.
251
251
  ```
252
252
 
253
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/configure/country.ts)_
253
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/configure/country.ts)_
254
254
 
255
255
  ### `sfdx jayree:org:configure:state`
256
256
 
@@ -273,7 +273,7 @@ GLOBAL FLAGS
273
273
  --json Format output as json.
274
274
  ```
275
275
 
276
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/configure/state.ts)_
276
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/configure/state.ts)_
277
277
 
278
278
  ### `sfdx jayree:org:get:settings`
279
279
 
@@ -301,7 +301,7 @@ EXAMPLES
301
301
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
302
302
  ```
303
303
 
304
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/get/settings.ts)_
304
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/get/settings.ts)_
305
305
 
306
306
  ### `sfdx jayree:org:stream`
307
307
 
@@ -331,7 +331,7 @@ EXAMPLES
331
331
  ...
332
332
  ```
333
333
 
334
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.14/src/commands/jayree/org/stream.ts)_
334
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.16/src/commands/jayree/org/stream.ts)_
335
335
 
336
336
  ### `sfdx jayree:project:compare:snapshot`
337
337
 
package/oclif.lock CHANGED
@@ -22,6 +22,14 @@
22
22
  dependencies:
23
23
  "@babel/highlight" "^7.18.6"
24
24
 
25
+ "@babel/code-frame@^7.22.13":
26
+ version "7.22.13"
27
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
28
+ integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
29
+ dependencies:
30
+ "@babel/highlight" "^7.22.13"
31
+ chalk "^2.4.2"
32
+
25
33
  "@babel/compat-data@^7.21.4":
26
34
  version "7.21.4"
27
35
  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
@@ -58,6 +66,16 @@
58
66
  "@jridgewell/trace-mapping" "^0.3.17"
59
67
  jsesc "^2.5.1"
60
68
 
69
+ "@babel/generator@^7.23.0":
70
+ version "7.23.0"
71
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
72
+ integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
73
+ dependencies:
74
+ "@babel/types" "^7.23.0"
75
+ "@jridgewell/gen-mapping" "^0.3.2"
76
+ "@jridgewell/trace-mapping" "^0.3.17"
77
+ jsesc "^2.5.1"
78
+
61
79
  "@babel/helper-compilation-targets@^7.21.4":
62
80
  version "7.21.4"
63
81
  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
@@ -74,20 +92,25 @@
74
92
  resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
75
93
  integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
76
94
 
77
- "@babel/helper-function-name@^7.21.0":
78
- version "7.21.0"
79
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
80
- integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
95
+ "@babel/helper-environment-visitor@^7.22.20":
96
+ version "7.22.20"
97
+ resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
98
+ integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
99
+
100
+ "@babel/helper-function-name@^7.23.0":
101
+ version "7.23.0"
102
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
103
+ integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
81
104
  dependencies:
82
- "@babel/template" "^7.20.7"
83
- "@babel/types" "^7.21.0"
105
+ "@babel/template" "^7.22.15"
106
+ "@babel/types" "^7.23.0"
84
107
 
85
- "@babel/helper-hoist-variables@^7.18.6":
86
- version "7.18.6"
87
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
88
- integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
108
+ "@babel/helper-hoist-variables@^7.22.5":
109
+ version "7.22.5"
110
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
111
+ integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
89
112
  dependencies:
90
- "@babel/types" "^7.18.6"
113
+ "@babel/types" "^7.22.5"
91
114
 
92
115
  "@babel/helper-module-imports@^7.18.6":
93
116
  version "7.21.4"
@@ -124,16 +147,33 @@
124
147
  dependencies:
125
148
  "@babel/types" "^7.18.6"
126
149
 
150
+ "@babel/helper-split-export-declaration@^7.22.6":
151
+ version "7.22.6"
152
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
153
+ integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
154
+ dependencies:
155
+ "@babel/types" "^7.22.5"
156
+
127
157
  "@babel/helper-string-parser@^7.19.4":
128
158
  version "7.19.4"
129
159
  resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
130
160
  integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
131
161
 
162
+ "@babel/helper-string-parser@^7.22.5":
163
+ version "7.22.5"
164
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
165
+ integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
166
+
132
167
  "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
133
168
  version "7.19.1"
134
169
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
135
170
  integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
136
171
 
172
+ "@babel/helper-validator-identifier@^7.22.20":
173
+ version "7.22.20"
174
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
175
+ integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
176
+
137
177
  "@babel/helper-validator-option@^7.21.0":
138
178
  version "7.21.0"
139
179
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -157,11 +197,25 @@
157
197
  chalk "^2.0.0"
158
198
  js-tokens "^4.0.0"
159
199
 
200
+ "@babel/highlight@^7.22.13":
201
+ version "7.22.20"
202
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
203
+ integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
204
+ dependencies:
205
+ "@babel/helper-validator-identifier" "^7.22.20"
206
+ chalk "^2.4.2"
207
+ js-tokens "^4.0.0"
208
+
160
209
  "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
161
210
  version "7.21.4"
162
211
  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
163
212
  integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
164
213
 
214
+ "@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
215
+ version "7.23.0"
216
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
217
+ integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
218
+
165
219
  "@babel/runtime-corejs3@^7.12.5":
166
220
  version "7.21.0"
167
221
  resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.21.0.tgz#6e4939d9d9789ff63e2dc58e88f13a3913a24eba"
@@ -186,19 +240,28 @@
186
240
  "@babel/parser" "^7.20.7"
187
241
  "@babel/types" "^7.20.7"
188
242
 
189
- "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
190
- version "7.21.4"
191
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
192
- integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
243
+ "@babel/template@^7.22.15":
244
+ version "7.22.15"
245
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
246
+ integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
193
247
  dependencies:
194
- "@babel/code-frame" "^7.21.4"
195
- "@babel/generator" "^7.21.4"
196
- "@babel/helper-environment-visitor" "^7.18.9"
197
- "@babel/helper-function-name" "^7.21.0"
198
- "@babel/helper-hoist-variables" "^7.18.6"
199
- "@babel/helper-split-export-declaration" "^7.18.6"
200
- "@babel/parser" "^7.21.4"
201
- "@babel/types" "^7.21.4"
248
+ "@babel/code-frame" "^7.22.13"
249
+ "@babel/parser" "^7.22.15"
250
+ "@babel/types" "^7.22.15"
251
+
252
+ "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
253
+ version "7.23.2"
254
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
255
+ integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
256
+ dependencies:
257
+ "@babel/code-frame" "^7.22.13"
258
+ "@babel/generator" "^7.23.0"
259
+ "@babel/helper-environment-visitor" "^7.22.20"
260
+ "@babel/helper-function-name" "^7.23.0"
261
+ "@babel/helper-hoist-variables" "^7.22.5"
262
+ "@babel/helper-split-export-declaration" "^7.22.6"
263
+ "@babel/parser" "^7.23.0"
264
+ "@babel/types" "^7.23.0"
202
265
  debug "^4.1.0"
203
266
  globals "^11.1.0"
204
267
 
@@ -211,6 +274,15 @@
211
274
  "@babel/helper-validator-identifier" "^7.19.1"
212
275
  to-fast-properties "^2.0.0"
213
276
 
277
+ "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
278
+ version "7.23.0"
279
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
280
+ integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
281
+ dependencies:
282
+ "@babel/helper-string-parser" "^7.22.5"
283
+ "@babel/helper-validator-identifier" "^7.22.20"
284
+ to-fast-properties "^2.0.0"
285
+
214
286
  "@bcoe/v8-coverage@^0.2.3":
215
287
  version "0.2.3"
216
288
  resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -508,15 +580,15 @@
508
580
  semver "^7.5.4"
509
581
  semver-compare "^1.0.0"
510
582
 
511
- "@jayree/sfdx-plugin-manifest@^3.1.31":
512
- version "3.1.31"
513
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.31.tgz#e0e7d2be61e4b9edc2a4b2ad28ab754fe19e8ec2"
514
- integrity sha512-41MIZUaGC4d8ozOnwGajjKUhLzp6hP917jpxxDBfXnVz6ujkorjIDc2dyptzGsjNAqznGU/ZxLdvhieOZCh/NA==
583
+ "@jayree/sfdx-plugin-manifest@^3.1.33":
584
+ version "3.1.33"
585
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.33.tgz#09ffb3f642b7e9be9e10ebef6a7e94b1d9910f2b"
586
+ integrity sha512-fdZ/jmV7HSIfzBiydRuyEH5gr8yjRfOqQ1Sw80F0sq5p+IWNzuiMopnOl+XzpPnYEtROFxDlqMAPiz0yTtLI2w==
515
587
  dependencies:
516
588
  "@jayree/changelog" "^1.1.7"
517
589
  "@oclif/core" "^3.0.9"
518
590
  "@salesforce/sf-plugins-core" "^4.0.0"
519
- "@salesforce/source-deploy-retrieve" "^9.7.24"
591
+ "@salesforce/source-deploy-retrieve" "^9.7.27"
520
592
  debug "^4.3.4"
521
593
  fast-deep-equal "^3.1.3"
522
594
  fast-xml-parser "^4.3.2"
@@ -525,38 +597,39 @@
525
597
  isomorphic-git "1.24.5"
526
598
  tslib "^2.6.2"
527
599
 
528
- "@jayree/sfdx-plugin-org@^1.2.14":
529
- version "1.2.14"
530
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.14.tgz#74cabf8841c6ff7e9bed446b47b4b6d18c9adab6"
531
- integrity sha512-JszBMfCoQv1jQuFZon2m9VKjeAHQqYoFo8Q79TmmB98pH+Cmon4ENcFj9QQzLxuyb6Z5U1ChB4NAV6WT4JXkPQ==
600
+ "@jayree/sfdx-plugin-org@^1.2.16":
601
+ version "1.2.16"
602
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.16.tgz#6703041e43c915f82b1984bfaf646405d62b8ba6"
603
+ integrity sha512-0zcKneMea96NznYZvvGGG9OY43805ooDr9jgSSIKgkTDLeH4b5bSGK8x0VEw65Gnm7R5gp1Dyx5rkkbJwgUzaA==
532
604
  dependencies:
533
605
  "@jayree/changelog" "^1.1.7"
606
+ "@listr2/prompt-adapter-enquirer" "^1.0.2"
534
607
  "@oclif/core" "^3.0.9"
535
608
  "@salesforce/sf-plugins-core" "^4.0.0"
536
- "@salesforce/source-deploy-retrieve" "^9.7.24"
537
- "@salesforce/ts-types" "^2.0.8"
609
+ "@salesforce/source-deploy-retrieve" "^9.7.27"
610
+ "@salesforce/ts-types" "^2.0.9"
538
611
  cli-truncate "^3.1.0"
539
612
  debug "^4.3.4"
540
613
  enquirer "^2.4.1"
541
614
  fs-extra "^11.1.1"
542
615
  is-docker "^3.0.0"
543
616
  is-wsl "^3.1.0"
544
- listr2 "^6.6.1"
617
+ listr2 "^7.0.2"
545
618
  log-update "^5.0.1"
546
619
  playwright-chromium "^1.39.0"
547
620
  tabletojson "2.0.7"
548
621
  tslib "^2.6.1"
549
622
  wrap-ansi "^8.1.0"
550
623
 
551
- "@jayree/sfdx-plugin-prettier@^1.3.26":
552
- version "1.3.26"
553
- resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.26.tgz#08735c0facad3a59f28b071cfe3f4804c941ab74"
554
- integrity sha512-6MY6bOppkC9z5iQKwdokhMqEM/1m96OCm28ZOGxRYvckQT+14KPKvfhLsn28oWqYHDOeongAvjXzPcNcbwdSJw==
624
+ "@jayree/sfdx-plugin-prettier@^1.3.27":
625
+ version "1.3.27"
626
+ resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.27.tgz#a8c0c68c0558de39456ea32f8165af8527fe1de1"
627
+ integrity sha512-tCKD1hIxZiKBl5ObT5OT5mONw5gaMAv8BXhg80WGWX/vyxKJR45TFgDvBwijhHyL+uXLmqZFZAQeCJ8LZMieGQ==
555
628
  dependencies:
556
629
  "@jayree/changelog" "^1.1.7"
557
630
  "@prettier/plugin-xml" "^3.2.1"
558
631
  "@salesforce/sf-plugins-core" "^4.0.0"
559
- "@salesforce/source-deploy-retrieve" "^9.7.24"
632
+ "@salesforce/source-deploy-retrieve" "^9.7.27"
560
633
  cli-progress "^3.12.0"
561
634
  debug "^4.3.4"
562
635
  fs-extra "^11.1.1"
@@ -633,6 +706,11 @@
633
706
  "@jridgewell/resolve-uri" "3.1.0"
634
707
  "@jridgewell/sourcemap-codec" "1.4.14"
635
708
 
709
+ "@listr2/prompt-adapter-enquirer@^1.0.2":
710
+ version "1.0.2"
711
+ resolved "https://registry.yarnpkg.com/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-1.0.2.tgz#16f7b044c211c06c2365e8b0962982e4414e7982"
712
+ integrity sha512-+hFHGKuACQ/0FRMmnwRe8QpdXlYJG8LhkKC0/ftf6LptWAZDBuziWnqilWHCcInnQTtUsYXD2Sra1Oxjb5q0Dg==
713
+
636
714
  "@nodelib/fs.scandir@2.1.5":
637
715
  version "2.1.5"
638
716
  resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -845,10 +923,10 @@
845
923
  wordwrap "^1.0.0"
846
924
  wrap-ansi "^7.0.0"
847
925
 
848
- "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.0.9":
849
- version "3.0.9"
850
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
851
- integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
926
+ "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.0.9", "@oclif/core@^3.2.1", "@oclif/core@^3.3.1":
927
+ version "3.5.0"
928
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb"
929
+ integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==
852
930
  dependencies:
853
931
  ansi-escapes "^4.3.2"
854
932
  ansi-styles "^4.3.0"
@@ -857,7 +935,7 @@
857
935
  clean-stack "^3.0.1"
858
936
  cli-progress "^3.12.0"
859
937
  debug "^4.3.4"
860
- ejs "^3.1.8"
938
+ ejs "^3.1.9"
861
939
  get-package-type "^0.1.0"
862
940
  globby "^11.1.0"
863
941
  hyperlinker "^1.0.0"
@@ -883,12 +961,12 @@
883
961
  dependencies:
884
962
  "@oclif/core" "^2.15.0"
885
963
 
886
- "@oclif/plugin-help@^6.0.2":
887
- version "6.0.2"
888
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.2.tgz#f9cf0ac668e5ffabdebec33d374350495e981830"
889
- integrity sha512-rHe19ySqU+sIA1qJYQrnB8Jh+LvdMxIN2cIQPSsMobhdOThW5R7jRpMDe9iZwO+okQmvXiP/gIx/vEnWST33HQ==
964
+ "@oclif/plugin-help@^6.0.3":
965
+ version "6.0.3"
966
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.3.tgz#6c267215a8e1d6cc07aac2be8e9cc50432a839bb"
967
+ integrity sha512-4oJ/rqf9kIzNyNZ4R5dmOXSC5S8kKxn2NHMW2kRIBHzQBg2R0RCrY7aHPHqFWCArPUk4K+YlRyhsiSgdslkV4A==
890
968
  dependencies:
891
- "@oclif/core" "^3.0.9"
969
+ "@oclif/core" "^3.2.1"
892
970
 
893
971
  "@oclif/plugin-not-found@^2.3.32":
894
972
  version "2.3.32"
@@ -899,18 +977,16 @@
899
977
  "@oclif/core" "^2.9.3"
900
978
  fast-levenshtein "^3.0.0"
901
979
 
902
- "@oclif/plugin-warn-if-update-available@^2.0.44":
903
- version "2.0.44"
904
- resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.44.tgz#1693e5be181fba5ef6cd68ba3653a4209283a011"
905
- integrity sha512-52Ww0B4F1tMhwjw2fe73lhmfDI/F4ynf3ur7/xnpnVBEvj5JG4sqolbEJV/0lV85+4dJNsYJRxubbPYjxcbCcA==
980
+ "@oclif/plugin-warn-if-update-available@^3.0.0":
981
+ version "3.0.2"
982
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd"
983
+ integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==
906
984
  dependencies:
907
- "@oclif/core" "^2.9.3"
908
- chalk "^4.1.0"
985
+ "@oclif/core" "^3.3.1"
986
+ chalk "^5.3.0"
909
987
  debug "^4.1.0"
910
- fs-extra "^9.0.1"
911
988
  http-call "^5.2.2"
912
- lodash "^4.17.21"
913
- semver "^7.5.4"
989
+ lodash.template "^4.5.0"
914
990
 
915
991
  "@octokit/auth-token@^2.4.4":
916
992
  version "2.5.0"
@@ -1032,7 +1108,7 @@
1032
1108
  dependencies:
1033
1109
  "@xml-tools/parser" "^1.0.11"
1034
1110
 
1035
- "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.3", "@salesforce/core@^5.3.5":
1111
+ "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.3", "@salesforce/core@^5.3.9":
1036
1112
  version "5.3.9"
1037
1113
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.9.tgz#1c8f793ce1a0798c5c7767a5a370a5926d3298de"
1038
1114
  integrity sha512-/HX0PiXq3Sjc5eVJ0EaYetcDGsKU9O9Nj8jFGw5qYlITx8zogfxc0j07liH67tQXS1KbTysYoj/MQ2zbHSNkPA==
@@ -1100,14 +1176,6 @@
1100
1176
  typescript "^4.9.5"
1101
1177
  wireit "^0.9.5"
1102
1178
 
1103
- "@salesforce/kit@^3.0.11":
1104
- version "3.0.11"
1105
- resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.11.tgz#d03160b658da9817c05e62479ca18283087a0fc0"
1106
- integrity sha512-ar44uFJfc/RCDWjz7LlrOtFCFHgNNUpddxe0eJCLqQuR/Xs3IlLZKuovWTx322Rzu+V9IIKrIdpz2IqA95/ClA==
1107
- dependencies:
1108
- "@salesforce/ts-types" "^2.0.7"
1109
- tslib "^2.6.2"
1110
-
1111
1179
  "@salesforce/kit@^3.0.13":
1112
1180
  version "3.0.13"
1113
1181
  resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
@@ -1138,13 +1206,13 @@
1138
1206
  chalk "^4"
1139
1207
  inquirer "^8.2.5"
1140
1208
 
1141
- "@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.24":
1142
- version "9.7.24"
1143
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.24.tgz#6a200b830311b0db08a86026ece98c734d56f8c2"
1144
- integrity sha512-nkP9KgzuCoV6LtdDxgxt7KRnoQ6ZS12DJgXErCBXm7Swmr0dnbo1LhxrH05C4UFFe0JuvSta+u+Oor8jxSGaCQ==
1209
+ "@salesforce/source-deploy-retrieve@^9.7.20", "@salesforce/source-deploy-retrieve@^9.7.27":
1210
+ version "9.7.27"
1211
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.27.tgz#1d88eb237361bab62c3a4c683be178ca3cc77e4c"
1212
+ integrity sha512-ot0TpibH8OZVOJpMo10TuZ6acqpV7T04qNCpEcjrcpGVolCahMzFtpiJ4TjBxL+MPY/efuWWBj3YELjy9hgFxw==
1145
1213
  dependencies:
1146
1214
  "@salesforce/core" "^5.3.1"
1147
- "@salesforce/kit" "^3.0.11"
1215
+ "@salesforce/kit" "^3.0.13"
1148
1216
  "@salesforce/ts-types" "^2.0.7"
1149
1217
  fast-levenshtein "^3.0.0"
1150
1218
  fast-xml-parser "^4.3.2"
@@ -1171,19 +1239,19 @@
1171
1239
  isomorphic-git "1.23.0"
1172
1240
  ts-retry-promise "^0.7.0"
1173
1241
 
1174
- "@salesforce/ts-sinon@^1.4.17":
1175
- version "1.4.17"
1176
- resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.17.tgz#e4454cd6f2edb54425a6336c5f8a7062b9e6d22c"
1177
- integrity sha512-hJi+0oE7F70AFtru+KF1AKSin1lzvrU/aXkxPzqJ3obR6Q86Q4LgIl/ekiXv2u2k4GN21KPpkhBEQJuf3qiI8Q==
1242
+ "@salesforce/ts-sinon@^1.4.18":
1243
+ version "1.4.18"
1244
+ resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.18.tgz#a9ff91370bc3f682fbf964afcbc0fcf5f04d2912"
1245
+ integrity sha512-YR+L5JEZRfZmPGYvamPs+urd753PfS/K6foygYdR9F6MM+e0VMbAQ8Zq2lmJKoZy4aDEencspmp+72wtZKJJpg==
1178
1246
  dependencies:
1179
1247
  "@salesforce/ts-types" "^2.0.8"
1180
1248
  sinon "^5.1.1"
1181
1249
  tslib "^2.6.1"
1182
1250
 
1183
- "@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8":
1184
- version "2.0.8"
1185
- resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.8.tgz#e732b5a42cbec6bda79c089a0633fc643daf8bca"
1186
- integrity sha512-vuzLcxtThBhpuhmnoh8GFrVU8XjdoNyQm9gPtmcjUyUD/9nQIBTAX8oGoUvCiiq93c4LFEmSua+xm3yu0bbNfg==
1251
+ "@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8", "@salesforce/ts-types@^2.0.9":
1252
+ version "2.0.9"
1253
+ resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
1254
+ integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
1187
1255
  dependencies:
1188
1256
  tslib "^2.6.2"
1189
1257
 
@@ -1479,16 +1547,16 @@
1479
1547
  "@types/expect" "^1.20.4"
1480
1548
  "@types/node" "*"
1481
1549
 
1482
- "@typescript-eslint/eslint-plugin@^6.7.5":
1483
- version "6.7.5"
1484
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.5.tgz#f4024b9f63593d0c2b5bd6e4ca027e6f30934d4f"
1485
- integrity sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==
1550
+ "@typescript-eslint/eslint-plugin@^6.8.0":
1551
+ version "6.8.0"
1552
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz#06abe4265e7c82f20ade2dcc0e3403c32d4f148b"
1553
+ integrity sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==
1486
1554
  dependencies:
1487
1555
  "@eslint-community/regexpp" "^4.5.1"
1488
- "@typescript-eslint/scope-manager" "6.7.5"
1489
- "@typescript-eslint/type-utils" "6.7.5"
1490
- "@typescript-eslint/utils" "6.7.5"
1491
- "@typescript-eslint/visitor-keys" "6.7.5"
1556
+ "@typescript-eslint/scope-manager" "6.8.0"
1557
+ "@typescript-eslint/type-utils" "6.8.0"
1558
+ "@typescript-eslint/utils" "6.8.0"
1559
+ "@typescript-eslint/visitor-keys" "6.8.0"
1492
1560
  debug "^4.3.4"
1493
1561
  graphemer "^1.4.0"
1494
1562
  ignore "^5.2.4"
@@ -1496,15 +1564,15 @@
1496
1564
  semver "^7.5.4"
1497
1565
  ts-api-utils "^1.0.1"
1498
1566
 
1499
- "@typescript-eslint/parser@^6.7.5":
1500
- version "6.7.5"
1501
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.5.tgz#8d7ca3d1fbd9d5a58cc4d30b2aa797a760137886"
1502
- integrity sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==
1567
+ "@typescript-eslint/parser@^6.8.0":
1568
+ version "6.8.0"
1569
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.8.0.tgz#bb2a969d583db242f1ee64467542f8b05c2e28cb"
1570
+ integrity sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==
1503
1571
  dependencies:
1504
- "@typescript-eslint/scope-manager" "6.7.5"
1505
- "@typescript-eslint/types" "6.7.5"
1506
- "@typescript-eslint/typescript-estree" "6.7.5"
1507
- "@typescript-eslint/visitor-keys" "6.7.5"
1572
+ "@typescript-eslint/scope-manager" "6.8.0"
1573
+ "@typescript-eslint/types" "6.8.0"
1574
+ "@typescript-eslint/typescript-estree" "6.8.0"
1575
+ "@typescript-eslint/visitor-keys" "6.8.0"
1508
1576
  debug "^4.3.4"
1509
1577
 
1510
1578
  "@typescript-eslint/scope-manager@5.62.0":
@@ -1515,21 +1583,21 @@
1515
1583
  "@typescript-eslint/types" "5.62.0"
1516
1584
  "@typescript-eslint/visitor-keys" "5.62.0"
1517
1585
 
1518
- "@typescript-eslint/scope-manager@6.7.5":
1519
- version "6.7.5"
1520
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
1521
- integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
1586
+ "@typescript-eslint/scope-manager@6.8.0":
1587
+ version "6.8.0"
1588
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz#5cac7977385cde068ab30686889dd59879811efd"
1589
+ integrity sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==
1522
1590
  dependencies:
1523
- "@typescript-eslint/types" "6.7.5"
1524
- "@typescript-eslint/visitor-keys" "6.7.5"
1591
+ "@typescript-eslint/types" "6.8.0"
1592
+ "@typescript-eslint/visitor-keys" "6.8.0"
1525
1593
 
1526
- "@typescript-eslint/type-utils@6.7.5":
1527
- version "6.7.5"
1528
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
1529
- integrity sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==
1594
+ "@typescript-eslint/type-utils@6.8.0":
1595
+ version "6.8.0"
1596
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.8.0.tgz#50365e44918ca0fd159844b5d6ea96789731e11f"
1597
+ integrity sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==
1530
1598
  dependencies:
1531
- "@typescript-eslint/typescript-estree" "6.7.5"
1532
- "@typescript-eslint/utils" "6.7.5"
1599
+ "@typescript-eslint/typescript-estree" "6.8.0"
1600
+ "@typescript-eslint/utils" "6.8.0"
1533
1601
  debug "^4.3.4"
1534
1602
  ts-api-utils "^1.0.1"
1535
1603
 
@@ -1538,10 +1606,10 @@
1538
1606
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1539
1607
  integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1540
1608
 
1541
- "@typescript-eslint/types@6.7.5":
1542
- version "6.7.5"
1543
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
1544
- integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
1609
+ "@typescript-eslint/types@6.8.0":
1610
+ version "6.8.0"
1611
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
1612
+ integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
1545
1613
 
1546
1614
  "@typescript-eslint/typescript-estree@5.62.0":
1547
1615
  version "5.62.0"
@@ -1556,30 +1624,30 @@
1556
1624
  semver "^7.3.7"
1557
1625
  tsutils "^3.21.0"
1558
1626
 
1559
- "@typescript-eslint/typescript-estree@6.7.5":
1560
- version "6.7.5"
1561
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
1562
- integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
1627
+ "@typescript-eslint/typescript-estree@6.8.0":
1628
+ version "6.8.0"
1629
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz#9565f15e0cd12f55cf5aa0dfb130a6cb0d436ba1"
1630
+ integrity sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==
1563
1631
  dependencies:
1564
- "@typescript-eslint/types" "6.7.5"
1565
- "@typescript-eslint/visitor-keys" "6.7.5"
1632
+ "@typescript-eslint/types" "6.8.0"
1633
+ "@typescript-eslint/visitor-keys" "6.8.0"
1566
1634
  debug "^4.3.4"
1567
1635
  globby "^11.1.0"
1568
1636
  is-glob "^4.0.3"
1569
1637
  semver "^7.5.4"
1570
1638
  ts-api-utils "^1.0.1"
1571
1639
 
1572
- "@typescript-eslint/utils@6.7.5", "@typescript-eslint/utils@^6.6.0":
1573
- version "6.7.5"
1574
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
1575
- integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
1640
+ "@typescript-eslint/utils@6.8.0", "@typescript-eslint/utils@^6.6.0":
1641
+ version "6.8.0"
1642
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
1643
+ integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
1576
1644
  dependencies:
1577
1645
  "@eslint-community/eslint-utils" "^4.4.0"
1578
1646
  "@types/json-schema" "^7.0.12"
1579
1647
  "@types/semver" "^7.5.0"
1580
- "@typescript-eslint/scope-manager" "6.7.5"
1581
- "@typescript-eslint/types" "6.7.5"
1582
- "@typescript-eslint/typescript-estree" "6.7.5"
1648
+ "@typescript-eslint/scope-manager" "6.8.0"
1649
+ "@typescript-eslint/types" "6.8.0"
1650
+ "@typescript-eslint/typescript-estree" "6.8.0"
1583
1651
  semver "^7.5.4"
1584
1652
 
1585
1653
  "@typescript-eslint/utils@^5.59.11":
@@ -1604,12 +1672,12 @@
1604
1672
  "@typescript-eslint/types" "5.62.0"
1605
1673
  eslint-visitor-keys "^3.3.0"
1606
1674
 
1607
- "@typescript-eslint/visitor-keys@6.7.5":
1608
- version "6.7.5"
1609
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
1610
- integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
1675
+ "@typescript-eslint/visitor-keys@6.8.0":
1676
+ version "6.8.0"
1677
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
1678
+ integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
1611
1679
  dependencies:
1612
- "@typescript-eslint/types" "6.7.5"
1680
+ "@typescript-eslint/types" "6.8.0"
1613
1681
  eslint-visitor-keys "^3.4.1"
1614
1682
 
1615
1683
  "@ungap/promise-all-settled@1.1.2":
@@ -2389,7 +2457,7 @@ chainsaw@~0.1.0:
2389
2457
  dependencies:
2390
2458
  traverse ">=0.3.0 <0.4"
2391
2459
 
2392
- chalk@^2.0.0:
2460
+ chalk@^2.0.0, chalk@^2.4.2:
2393
2461
  version "2.4.2"
2394
2462
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2395
2463
  integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -3189,7 +3257,7 @@ ecdsa-sig-formatter@1.0.11:
3189
3257
  dependencies:
3190
3258
  safe-buffer "^5.0.1"
3191
3259
 
3192
- ejs@^3.1.8:
3260
+ ejs@^3.1.8, ejs@^3.1.9:
3193
3261
  version "3.1.9"
3194
3262
  resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
3195
3263
  integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
@@ -3526,12 +3594,12 @@ eslint-plugin-prettier@^5.0.1:
3526
3594
  prettier-linter-helpers "^1.0.0"
3527
3595
  synckit "^0.8.5"
3528
3596
 
3529
- eslint-plugin-sf-plugin@^1.16.9:
3530
- version "1.16.9"
3531
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.9.tgz#0c8bfa7b51b52c716bf8cecbb271237931bffa3b"
3532
- integrity sha512-VOAA1OEieGCzimavNvI1OP2AnlR5SZfxi4Q+WDahxJcedh5/SP0DEynW8ww+begy4Nt0APdLzwXN1JJTZQCemA==
3597
+ eslint-plugin-sf-plugin@^1.16.11:
3598
+ version "1.16.11"
3599
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.11.tgz#cc30f8b3ac42d1ca3b33bec9b9d0d0eba1913e37"
3600
+ integrity sha512-BjqiSahGVuYTVpbk4snbniIDQZeZIZzbnDpiwkfliTQKK/FOqzoDPPOEMHNGT9cVXQBC1xKkCedWYHNpTPAbaQ==
3533
3601
  dependencies:
3534
- "@salesforce/core" "^5.3.5"
3602
+ "@salesforce/core" "^5.3.9"
3535
3603
  "@typescript-eslint/utils" "^5.59.11"
3536
3604
 
3537
3605
  eslint-scope@^5.1.1:
@@ -3956,7 +4024,7 @@ fs-extra@^8.1, fs-extra@^8.1.0:
3956
4024
  jsonfile "^4.0.0"
3957
4025
  universalify "^0.1.0"
3958
4026
 
3959
- fs-extra@^9.0.0, fs-extra@^9.0.1:
4027
+ fs-extra@^9.0.0:
3960
4028
  version "9.1.0"
3961
4029
  resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
3962
4030
  integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
@@ -5338,10 +5406,10 @@ listenercount@~1.0.1:
5338
5406
  resolved "https://registry.yarnpkg.com/listenercount/-/listenercount-1.0.1.tgz#84c8a72ab59c4725321480c975e6508342e70937"
5339
5407
  integrity sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==
5340
5408
 
5341
- listr2@^6.6.1:
5342
- version "6.6.1"
5343
- resolved "https://registry.yarnpkg.com/listr2/-/listr2-6.6.1.tgz#08b2329e7e8ba6298481464937099f4a2cd7f95d"
5344
- integrity sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==
5409
+ listr2@^7.0.2:
5410
+ version "7.0.2"
5411
+ resolved "https://registry.yarnpkg.com/listr2/-/listr2-7.0.2.tgz#3aa3e1549dfaf3c57ab5eeaba754da3b87f33063"
5412
+ integrity sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==
5345
5413
  dependencies:
5346
5414
  cli-truncate "^3.1.0"
5347
5415
  colorette "^2.0.20"
@@ -6111,14 +6179,13 @@ no-case@^3.0.4:
6111
6179
  lower-case "^2.0.2"
6112
6180
  tslib "^2.0.3"
6113
6181
 
6114
- nock@^13.3.4:
6115
- version "13.3.4"
6116
- resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.4.tgz#4ed3ed1465a75c87833044a881dbdd6546337e8d"
6117
- integrity sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==
6182
+ nock@^13.3.6:
6183
+ version "13.3.6"
6184
+ resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.6.tgz#b279968ec8d076c2393810a6c9bf2d4d5b3a1071"
6185
+ integrity sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==
6118
6186
  dependencies:
6119
6187
  debug "^4.1.0"
6120
6188
  json-stringify-safe "^5.0.1"
6121
- lodash "^4.17.21"
6122
6189
  propagate "^2.0.0"
6123
6190
 
6124
6191
  node-emoji@^2.1.0:
@@ -6405,15 +6472,15 @@ object.values@^1.1.6:
6405
6472
  define-properties "^1.1.4"
6406
6473
  es-abstract "^1.20.4"
6407
6474
 
6408
- oclif@^4.0.2:
6409
- version "4.0.2"
6410
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.2.tgz#5ac35eb42ac14de17c43b9ac4e34980320144c10"
6411
- integrity sha512-yTlNy6bMPKJ4OPPeARg2GIV1PyFT4saIkePvl2q5Ca6hu9B5xmJSimn9XyjxQe1SSldp+L9LOhyzEUkEFB5I6A==
6475
+ oclif@^4.0.3:
6476
+ version "4.0.3"
6477
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.3.tgz#2ff8fab10c29b2cd0bbf8e9c87640a64151b65ff"
6478
+ integrity sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA==
6412
6479
  dependencies:
6413
6480
  "@oclif/core" "^3.0.4"
6414
6481
  "@oclif/plugin-help" "^5.2.14"
6415
6482
  "@oclif/plugin-not-found" "^2.3.32"
6416
- "@oclif/plugin-warn-if-update-available" "^2.0.44"
6483
+ "@oclif/plugin-warn-if-update-available" "^3.0.0"
6417
6484
  async-retry "^1.3.3"
6418
6485
  aws-sdk "^2.1231.0"
6419
6486
  change-case "^4"
@@ -7621,10 +7688,10 @@ sinon@10.0.0:
7621
7688
  nise "^4.1.0"
7622
7689
  supports-color "^7.1.0"
7623
7690
 
7624
- sinon@^16.1.0:
7625
- version "16.1.0"
7626
- resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
7627
- integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==
7691
+ sinon@^16.1.3:
7692
+ version "16.1.3"
7693
+ resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.3.tgz#b760ddafe785356e2847502657b4a0da5501fba8"
7694
+ integrity sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==
7628
7695
  dependencies:
7629
7696
  "@sinonjs/commons" "^3.0.0"
7630
7697
  "@sinonjs/fake-timers" "^10.3.0"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.34"
3
+ "version": "4.8.36"
4
4
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
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.34",
4
+ "version": "4.8.36",
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.1.31",
10
- "@jayree/sfdx-plugin-org": "^1.2.14",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.26",
9
+ "@jayree/sfdx-plugin-manifest": "^3.1.33",
10
+ "@jayree/sfdx-plugin-org": "^1.2.16",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.27",
12
12
  "@jayree/sfdx-plugin-source": "^1.3.22"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-help": "^6.0.2",
15
+ "@oclif/plugin-help": "^6.0.3",
16
16
  "@salesforce/dev-config": "^4.0.1",
17
17
  "@salesforce/dev-scripts": "^5.11.0",
18
18
  "@salesforce/prettier-config": "^0.0.3",
19
- "@salesforce/ts-sinon": "^1.4.17",
20
- "@typescript-eslint/eslint-plugin": "^6.7.5",
21
- "@typescript-eslint/parser": "^6.7.5",
19
+ "@salesforce/ts-sinon": "^1.4.18",
20
+ "@typescript-eslint/eslint-plugin": "^6.8.0",
21
+ "@typescript-eslint/parser": "^6.8.0",
22
22
  "c8": "^8.0.1",
23
23
  "chai": "^4.3.10",
24
24
  "eslint": "^8.51.0",
@@ -29,18 +29,18 @@
29
29
  "eslint-plugin-import": "^2.28.1",
30
30
  "eslint-plugin-jsdoc": "^46.8.2",
31
31
  "eslint-plugin-prettier": "^5.0.1",
32
- "eslint-plugin-sf-plugin": "^1.16.9",
32
+ "eslint-plugin-sf-plugin": "^1.16.11",
33
33
  "husky": "^8.0.3",
34
34
  "mocha": "^10.2.0",
35
- "nock": "^13.3.4",
35
+ "nock": "^13.3.6",
36
36
  "nyc": "^15.1.0",
37
- "oclif": "^4.0.2",
37
+ "oclif": "^4.0.3",
38
38
  "patch-package": "^8.0.0",
39
39
  "pinst": "^3.0.0",
40
40
  "prettier": "^3.0.3",
41
41
  "pretty-quick": "^3.1.3",
42
42
  "shx": "^0.3.4",
43
- "sinon": "^16.1.0",
43
+ "sinon": "^16.1.3",
44
44
  "ts-node": "^10.9.1",
45
45
  "typescript": "^5.2.2",
46
46
  "wireit": "^0.14.0"