Skip to content

update dependency eslint and unblock frontend deps upgrades#5665

Merged
jonnalley merged 1 commit into
mainfrom
chore/eslint-10.3.0-upgrade
May 13, 2026
Merged

update dependency eslint and unblock frontend deps upgrades#5665
jonnalley merged 1 commit into
mainfrom
chore/eslint-10.3.0-upgrade

Conversation

@jonnalley
Copy link
Copy Markdown
Contributor

What changed

Upgrades eslint from 10.2.1 to 10.3.0 (minor version bump) and regenerates frontend/bun.lock to match.

This replaces Renovate PR #5625, which failed CI because Renovate could not update the bun lockfile (artifact failure). The --frozen-lockfile check in CI rejected the stale lockfile, cascading into failures across all frontend CI jobs.

frontend/package.json — bumped eslint version from 10.2.1 to 10.3.0

frontend/bun.lock — regenerated to reflect the new eslint version and integrity hash

Issue

Replaces #5625 (Renovate PR with artifact failure)

How to test

  1. Verify CI passes — all frontend jobs (Linting, Frontend Unit Tests, Storybook Build, A11y Regression Gate, E2E tests) should succeed now that the lockfile is in sync
  2. Locally:
    cd frontend
    bun install --frozen-lockfile  # Should succeed without errors
    bun run lint                   # Should work with eslint 10.3.0

A11y impact

  • No accessibility-impacting changes in this PR

Screenshots

N/A — dependency upgrade only, no visual changes.

Definition of Done Checklist

  • OESA: Code refactored for clarity
  • Automated unit tests updated and passed
  • Automated integration tests updated and passed
  • Validated in a staging environment

Links

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jonnalley jonnalley changed the title chore(deps): update dependency eslint to v10.3.0 update dependency eslint and unblock frontend deps upgrades May 13, 2026
@jonnalley jonnalley self-assigned this May 13, 2026
@jonnalley jonnalley merged commit cad0a22 into main May 13, 2026
63 checks passed
@jonnalley jonnalley deleted the chore/eslint-10.3.0-upgrade branch May 13, 2026 19:40
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.388.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants