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
Draft
fix(docs): sync pnpm-lock.yaml after ESLint 8→10 bump in apps/docs#54Copilot wants to merge 3 commits intodependabot/npm_and_yarn/apps/docs/linting-2e2637830dfrom
Copilot wants to merge 3 commits intodependabot/npm_and_yarn/apps/docs/linting-2e2637830dfrom
Conversation
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
f4b51dc to
0019f2e
Compare
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 dependabot ESLint bump (
8.57.1→10.0.1) updatedapps/docs/package.jsonbut leftpnpm-lock.yamlwith the old specifier (^9.39.0), causing all CI jobs to fail immediately withERR_PNPM_OUTDATED_LOCKFILEunder pnpm's frozen-lockfile CI mode.Changes
pnpm-lock.yaml— regenerated viapnpm install;apps/docsESLint 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.0and@typescript-eslint/parser@8.56.0now resolve against ESLint 10eslint-config-prettier,eslint-plugin-react,eslint-plugin-react-hooksall 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.