Fix CI breakage for ESLint 10 dependency bump#20
Merged
channel101 merged 2 commits intodependabot/npm_and_yarn/dev-deps-e8bd51b535from Mar 9, 2026
Merged
Fix CI breakage for ESLint 10 dependency bump#20channel101 merged 2 commits intodependabot/npm_and_yarn/dev-deps-e8bd51b535from
channel101 merged 2 commits intodependabot/npm_and_yarn/dev-deps-e8bd51b535from
Conversation
Co-authored-by: channel101 <202932523+channel101@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update dev-deps group with 2 updates
Fix CI breakage for ESLint 10 dependency bump
Mar 9, 2026
channel101
added a commit
that referenced
this pull request
Mar 9, 2026
* chore(deps-dev): bump the dev-deps group with 2 updates Bumps the dev-deps 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.4 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.4 to 10.0.3 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.0.3) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: eslint dependency-version: 10.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com> * Fix CI breakage for ESLint 10 dependency bump (#20) * Initial plan * fix ci for eslint 10 workflow run Co-authored-by: channel101 <202932523+channel101@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: channel101 <202932523+channel101@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: channel101 <202932523+channel101@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The ESLint 10 Dependabot update broke CI before any job-specific work ran, and it also exposed an incompatibility in the repo’s flat ESLint setup for root config files. This PR updates the repo metadata and lint config so the dependency bump can run through the existing workflow again.
CI setup
.yarnrc.ymlso Node/npm setup no longer fails on a missing.yarn/releases/yarn-4.11.0.cjs.packageManagerinpackage.json, but point it at npm so Turbo can still resolve tasks in CI.Dependency metadata
package-lock.jsonwith the bumpedeslint/@eslint/jsversions sonpm cimatchespackage.json.ESLint 10 compatibility
*.jsfile in the repo.*.jsand*.mjsconfig files using@eslint/jsrecommended rules plus the existing Prettier rule.Config shape
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.