Skip to content

Fix #58: Update bun.lock for ESLint 10 dependencies#59

Merged
mishankov merged 2 commits into
mainfrom
fix-ci-errors
Mar 6, 2026
Merged

Fix #58: Update bun.lock for ESLint 10 dependencies#59
mishankov merged 2 commits into
mainfrom
fix-ci-errors

Conversation

@mishankov
Copy link
Copy Markdown
Owner

Summary

Fixes CI failure in #58 caused by out-of-sync lockfile after Dependabot updated ESLint to v10.

Problem

The Dependabot PR (#58) updated package.json to ESLint 10 but didn't regenerate bun.lock. This caused bun install --frozen-lockfile to fail in CI.

Solution

Regenerated bun.lock by running bun install to align lockfile with package.json.

Changes

  • Updated bun.lock to properly resolve ESLint 10 dependencies

Verification

  • bun install --frozen-lockfile passes
  • bun run lint passes
  • bun run build passes
  • bun run check passes
  • bun run test passes

Code Review

No material issues found. Lockfile correctly resolves all ESLint v10 dependencies.

Related

Closes #58

dependabot Bot and others added 2 commits March 1, 2026 04:43
Bumps the development-dependencies group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).


Updates `@eslint/js` from 9.39.3 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js)

Updates `eslint` from 9.39.3 to 10.0.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.3...v10.0.2)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@mishankov mishankov merged commit bfb931b into main Mar 6, 2026
1 check passed
@mishankov mishankov deleted the fix-ci-errors branch March 6, 2026 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant