Skip to content

Fix CI for oxlint 1.80 bump - #38

Merged
Bartek532 merged 3 commits into
mainfrom
cursor/fix-oxlint-ci-fcf3
Sep 2, 2026
Merged

Fix CI for oxlint 1.80 bump#38
Bartek532 merged 3 commits into
mainfrom
cursor/fix-oxlint-ci-fcf3

Conversation

@Bartek532

Copy link
Copy Markdown
Contributor

Summary

Unblocks CI for the oxlint 1.76.0 → 1.80.0 bump.

Dependabot updated package.json but not bun.lock, so bun install --frozen-lockfile failed in the lint, format, and build jobs. Oxlint 1.80 also reports bare _ parameters as unused, which failed bun run lint on two pages that declared unused PageProps.

This PR includes the oxlint bump plus:

  • Regenerated bun.lock for oxlint 1.80.0
  • Removed unused page arguments in app/(home)/page.tsx and app/(home)/sponsors/page.tsx

The same commits were pushed to dependabot/npm_and_yarn/oxlint-1.80.0 so #37 can go green as well.

Related issues

Fixes CI on #37

Validation

  • bun run lint
  • bun run format
  • bun run build
  • bun run build:registry if registry files changed
  • Manual verification completed (CI scripts locally; no UI change)

Checklist

  • I kept this PR focused on a single change.
  • I performed a self-review before requesting review.
  • I updated docs/examples if behavior changed.
  • I added screenshots or recordings for visible UI changes.

Notes

These pages do not use params or searchParams, so the unused PageProps arguments were removed rather than renaming _ to _props.

Open in Web Open in Cursor 

dependabot Bot and others added 3 commits September 1, 2026 19:32
Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.76.0 to 1.80.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.80.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 1.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Dependabot bumped the package.json version without regenerating the
lockfile, which fails bun install --frozen-lockfile in CI.

Co-authored-by: bartzagr <bartzagr@gmail.com>
Oxlint 1.80 reports bare underscore parameters as unused. These pages
do not use PageProps, so remove the unused arguments.

Co-authored-by: bartzagr <bartzagr@gmail.com>
@vercel

vercel Bot commented Sep 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
loading-ui Ready Ready Preview Sep 2, 2026 7:28am UTC

Request Review

@Bartek532
Bartek532 marked this pull request as ready for review September 2, 2026 07:30
@Bartek532
Bartek532 merged commit 76f20fc into main Sep 2, 2026
8 checks passed
@Bartek532
Bartek532 deleted the cursor/fix-oxlint-ci-fcf3 branch September 2, 2026 07:30
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.

2 participants