Commit 8b0b39b
chore(deps): bump the ruby + npm group (#960)
This pull request updates dependencies in the `frontend` project to
address security, compatibility, and developer tooling improvements. It
also includes a type improvement for a React hook and a workspace
configuration override.
**Dependency Updates:**
* Updated several development dependencies in `package.json`, including
`baseline-browser-mapping`, `msw`, `prettier`, `stylelint`, and
`typescript-eslint`, to their latest patch or minor versions. This helps
ensure compatibility and access to recent bug fixes and features.
**Build and Compatibility:**
* Added an override in `pnpm-workspace.yaml` to ensure that all
`postcss` versions below `8.5.10` are resolved to at least `8.5.10`,
addressing potential compatibility or security issues with older
versions.
**Code Quality and Type Safety:**
* Improved the type for `copyResetReference` in `ResultDisplay.tsx` from
`number | undefined` to `ReturnType<typeof globalThis.setTimeout> |
undefined`, ensuring better type safety and clarity in the code.
---
Bumps the rubygems group with 2 updates in the / directory:
[parallel](https://github.com/grosser/parallel) and
[puma](https://github.com/puma/puma).
Updates `parallel` from 2.0.1 to 2.1.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/grosser/parallel/blob/master/CHANGELOG.md">parallel's
changelog</a>.</em></p>
<blockquote>
<h2>2.1.0</h2>
<h3>Added</h3>
<ul>
<li>support different serializers</li>
<li>support for HMac verified serializer to secure hardened
environments</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grosser/parallel/commit/cd5ba09894cd3a47dcf180ad9aedd0258c050863"><code>cd5ba09</code></a>
v2.1.0</li>
<li><a
href="https://github.com/grosser/parallel/commit/71eb9a3798f2976948043d8fda1b499202d66cff"><code>71eb9a3</code></a>
Merge pull request <a
href="https://redirect.github.com/grosser/parallel/issues/373">#373</a>
from grosser/grosser/hmac</li>
<li><a
href="https://github.com/grosser/parallel/commit/1fdf79afa0f6b67757c31a240dcc6dd9960adb4c"><code>1fdf79a</code></a>
prevent pipe injection</li>
<li><a
href="https://github.com/grosser/parallel/commit/fa1cc256d145545e94aceb65d1f0cc586b0f9d49"><code>fa1cc25</code></a>
Merge pull request <a
href="https://redirect.github.com/grosser/parallel/issues/372">#372</a>
from tagliala/chore/remove-regex-match</li>
<li><a
href="https://github.com/grosser/parallel/commit/9aed9a4b6c18611c9ba3327b085d3a1fd04e96d6"><code>9aed9a4</code></a>
Prefer <code>String#include?</code> and <code>match?</code> over
<code>=~</code></li>
<li><a
href="https://github.com/grosser/parallel/commit/de62c89b3096e68ab530fb65bf5ff493ccfa646c"><code>de62c89</code></a>
Merge pull request <a
href="https://redirect.github.com/grosser/parallel/issues/371">#371</a>
from tagliala/chore/remove-old-spec</li>
<li><a
href="https://github.com/grosser/parallel/commit/1df9204331cce8c176ed359d9e6752c941320fba"><code>1df9204</code></a>
Remove stale Darwin hwprefs spec</li>
<li><a
href="https://github.com/grosser/parallel/commit/d20c20797baa312460191cc2e65c6313c36f99cf"><code>d20c207</code></a>
Merge pull request <a
href="https://redirect.github.com/grosser/parallel/issues/368">#368</a>
from grosser/grosser/speed</li>
<li><a
href="https://github.com/grosser/parallel/commit/a55c3bc0c0175ed60bb7936dfd776df241149949"><code>a55c3bc</code></a>
speed up tests</li>
<li>See full diff in <a
href="https://github.com/grosser/parallel/compare/v2.0.1...v2.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `puma` from 8.0.0 to 8.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/puma/puma/releases">puma's
releases</a>.</em></p>
<blockquote>
<h2>v8.0.1</h2>
<ul>
<li>
<p>Bugfixes</p>
<ul>
<li>Fix <code>prune_bundler</code> stripping user-configured
<code>BUNDLE_*</code> env vars (e.g. <code>BUNDLE_WITHOUT</code>) on
re-exec, which caused workers to crash on boot (<a
href="https://redirect.github.com/puma/puma/issues/3929">#3929</a>)</li>
</ul>
</li>
<li>
<p>Performance</p>
<ul>
<li>Use blocks for debug logging to avoid creating log messages when
debug is disabled (<a
href="https://redirect.github.com/puma/puma/issues/3920">#3920</a>)</li>
</ul>
</li>
<li>
<p>Docs</p>
<ul>
<li>Fix incorrect hook names in gRPC docs (<a
href="https://redirect.github.com/puma/puma/issues/3923">#3923</a>)</li>
<li>Reword v8 upgrade guide IPv6 bullet for clarity (<a
href="https://redirect.github.com/puma/puma/issues/3928">#3928</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/puma/puma/blob/main/History.md">puma's
changelog</a>.</em></p>
<blockquote>
<h2>8.0.1 / 2026-04-27</h2>
<ul>
<li>
<p>Bugfixes</p>
<ul>
<li>Fix <code>prune_bundler</code> stripping user-configured
<code>BUNDLE_*</code> env vars (e.g. <code>BUNDLE_WITHOUT</code>) on
re-exec, which caused workers to crash on boot (<a
href="https://redirect.github.com/puma/puma/issues/3929">#3929</a>)</li>
</ul>
</li>
<li>
<p>Performance</p>
<ul>
<li>Use blocks for debug logging to avoid creating log messages when
debug is disabled (<a
href="https://redirect.github.com/puma/puma/issues/3920">#3920</a>)</li>
</ul>
</li>
<li>
<p>Docs</p>
<ul>
<li>Fix incorrect hook names in gRPC docs (<a
href="https://redirect.github.com/puma/puma/issues/3923">#3923</a>)</li>
<li>Reword v8 upgrade guide IPv6 bullet for clarity (<a
href="https://redirect.github.com/puma/puma/issues/3928">#3928</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puma/puma/commit/cee7e613c0d6e072b1ae9993c6dec63cbf259ec3"><code>cee7e61</code></a>
Release v8.0.1 (<a
href="https://redirect.github.com/puma/puma/issues/3932">#3932</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/f955cafec47be2ac8c296a7ab278288737984243"><code>f955caf</code></a>
Fix prune_bundler stripping user-configured BUNDLE_* env vars on re-exec
(<a
href="https://redirect.github.com/puma/puma/issues/3929">#3929</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/97996aa025b9ad9ef5252af4a4b0f859cc3c0c23"><code>97996aa</code></a>
ci: test_error_logger.rb - fix TruffleRuby error (<a
href="https://redirect.github.com/puma/puma/issues/3930">#3930</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/03825bc90fd04dc00dd63d1bf6bf72c224ccbed9"><code>03825bc</code></a>
Build(deps): Bump actions/github-script from 8 to 9 (<a
href="https://redirect.github.com/puma/puma/issues/3925">#3925</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/053efae42144c65cdc7110085512216647a68bdc"><code>053efae</code></a>
Reword v8 upgrade guide ipv6 bullet (<a
href="https://redirect.github.com/puma/puma/issues/3928">#3928</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/b19f35ae64d23d4d870089f2b199b0213bac00cc"><code>b19f35a</code></a>
Fix incorrect hook names in gRPC docs (<a
href="https://redirect.github.com/puma/puma/issues/3923">#3923</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/eeabe4bf4d887dc3fbac3f6bdbee1eadf807c9e9"><code>eeabe4b</code></a>
Use blocks for debug logging to avoid creating messages if debug
disabled (<a
href="https://redirect.github.com/puma/puma/issues/3">#3</a>...</li>
<li>See full diff in <a
href="https://github.com/puma/puma/compare/v8.0.0...v8.0.1">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gil Desmarais <[email protected]>1 parent 6d59055 commit 8b0b39b
5 files changed
Lines changed: 555 additions & 494 deletions
File tree
- frontend
- src/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
166 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
| 184 | + | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
220 | 220 | | |
221 | | - | |
222 | | - | |
| 221 | + | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
409 | | - | |
| 408 | + | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
462 | | - | |
| 461 | + | |
| 462 | + | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
488 | | - | |
| 487 | + | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
| 510 | + | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | | - | |
| 539 | + | |
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | | - | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | | - | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
0 commit comments