Commit 293e1b6
authored
chore(client): batch resolution upgrades to fix 22 Dependabot alerts (#41875)
## Description
Batch Yarn resolution upgrades and direct dependency bumps to fix 22
open Dependabot alerts across 12 packages. All are minor/patch version
bumps with no breaking API changes.
| Package | Old Version | New Version | Type |
|---|---|---|---|
| tar | various | 7.5.11 | resolution |
| vite | various | 6.4.2 | resolution |
| yaml (v1) | 1.10.2 | 1.10.3 | resolution |
| yaml (v2) | 2.3.1 / 2.7.0 | 2.8.3 | resolution |
| js-yaml | various | 3.14.2 | resolution |
| mdast-util-to-hast | various | 13.2.1 | resolution |
| ajv (v6) | 6.12.6 | 6.14.0 | resolution |
| @babel/plugin-transform-modules-systemjs | various | 7.29.4 |
resolution |
| rollup (v4) | 4.43.0 | 4.59.0 | resolution |
| glob (v10) | 10.4.5 | 10.5.0 | resolution |
| glob (v11) | 11.0.0 | 11.1.0 | resolution |
| mammoth | 1.9.0 | 1.12.0 | direct bump |
| svgo | 3.2.0 | 3.3.3 | direct bump |
Fixes https://linear.app/appsmith/issue/APP-15271
Slack thread:
https://theappsmith.slack.com/archives/C09NG5BJ18S/p1780304878402439
## Dependabot Alerts Resolved
#620 @babel/plugin-transform-modules-systemjs (high)
#573 vite (medium), #572 vite (high), #437 vite (medium), #429 vite
(low), #428 vite (low)
#538 yaml (medium), #535 yaml (medium)
#524 tar (high), #519 tar (high), #493 tar (high), #482 tar (high), #469
tar (high), #466 tar (high)
#517 svgo (high)
#507 rollup (high)
#497 ajv (medium)
#454 mdast-util-to-hast (medium)
#447 glob (high), #445 glob (high)
#443 js-yaml (medium)
#435 mammoth (medium)
## Automation
/ok-to-test tags="@tag.All"
## Communication
Should the DevRel and Marketing teams be notified?
- [ ] Yes
- [x] No
## Test Verification
- Ran `yarn test:unit:ci` — **474 suites passed, 3583 tests passed**
- 1 pre-existing failure in `QueryRender.test.tsx` (7 tests) — unrelated
to these changes
- No new test failures introduced by the dependency upgrades
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Upgraded mammoth dependency to version 1.11.0
* Updated svgo development dependency to version 3.3.3
* Added dependency resolution overrides to ensure consistent transitive
package versioning across the project
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
<!-- This is an auto-generated comment: Cypress test results -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/26972153558>
> Commit: e55e6a8
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=26972153558&attempt=2"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.All`
> Spec:
> <hr>Thu, 04 Jun 2026 20:07:24 UTC
<!-- end of auto-generated comment: Cypress test results -->1 parent 81e1ef3 commit 293e1b6
3 files changed
Lines changed: 354 additions & 329 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
463 | 479 | | |
464 | 480 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
0 commit comments