SIGN IN SIGN UP

chore(deps): upgrade jsdom to 30 (#1576)

## Description

Upgrade the UI test environment from jsdom 27 to 30.0.1. This keeps the project on a supported jsdom release for Node 24 without changing application behavior.

Tracks `codemem-jnd6.7.1`.

## Type of Change

- [ ] ๐Ÿš€ Feature (new functionality)
- [ ] ๐Ÿ› Bug fix (fixes an issue)
- [ ] ๐Ÿ“š Documentation (docs-only change)
- [x] ๐Ÿ”ง Maintenance (refactor, chore, CI, etc.)
- [ ] ๐Ÿงช Testing (test-only changes)

## Testing

- [x] Relevant checks pass locally (`pnpm run tsc`, `pnpm run lint`, `pnpm run test`)
- [ ] Added/updated tests for changes
- [x] Manually verified changes work as expected

Additional validation: `pnpm --filter @codemem/ui typecheck`, `pnpm --filter @codemem/ui test` (948 tests), `pnpm --filter @codemem/ui build`, full `pnpm run check` (5,740 tests), and a high-severity Snyk scan with zero findings.

## Checklist

- [x] Code follows project style (`pnpm run lint` passes for touched files)
- [x] Self-review completed
- [x] Documentation updated (not needed; no user-facing behavior changed)
- [x] No new warnings introduced
A
Adam Kunicki committed
a8ab33289b1582385c5ea972a48f7c65c51fbd4c
Parent: 39006ec
Committed by GitHub <noreply@github.com> on 9/2/2026, 5:53:07 PM