Skip to content

Comments

fix(docs): sync pnpm-lock.yaml after ESLint 8→10 bump in apps/docs#54

Draft
Copilot wants to merge 3 commits intodependabot/npm_and_yarn/apps/docs/linting-2e2637830dfrom
copilot/sub-pr-49
Draft

fix(docs): sync pnpm-lock.yaml after ESLint 8→10 bump in apps/docs#54
Copilot wants to merge 3 commits intodependabot/npm_and_yarn/apps/docs/linting-2e2637830dfrom
copilot/sub-pr-49

Conversation

Copy link

Copilot AI commented Feb 22, 2026

The dependabot ESLint bump (8.57.110.0.1) updated apps/docs/package.json but left pnpm-lock.yaml with the old specifier (^9.39.0), causing all CI jobs to fail immediately with ERR_PNPM_OUTDATED_LOCKFILE under pnpm's frozen-lockfile CI mode.

Changes

  • pnpm-lock.yaml — regenerated via pnpm install; apps/docs ESLint specifier updated from ^9.39.0^10.0.1, with all peer-resolved variants updated accordingly:
    • eslint@10.0.1(jiti@2.6.1)
    • @typescript-eslint/eslint-plugin@8.56.0 and @typescript-eslint/parser@8.56.0 now resolve against ESLint 10
    • eslint-config-prettier, eslint-plugin-react, eslint-plugin-react-hooks all re-pinned to ESLint 10 peer

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

dependabot bot and others added 2 commits February 22, 2026 16:49
Bumps the linting group with 1 update in the /apps/docs directory: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 8.57.1 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v10.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: linting
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: JustAGhosT <5531814+JustAGhosT@users.noreply.github.com>
Copilot AI changed the title [WIP] Update eslint from 8.57.1 to 10.0.1 in docs fix(docs): sync pnpm-lock.yaml after ESLint 8→10 bump in apps/docs Feb 22, 2026
Copilot AI requested a review from JustAGhosT February 22, 2026 18:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/docs/linting-2e2637830d branch from f4b51dc to 0019f2e Compare February 23, 2026 04:26
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