Revert incompatible ESLint dependency upgrades and configure dependabot#85
Merged
lunarcloud merged 2 commits intodependabot/npm_and_yarn/npm-dependencies-4b5de9aa03from Feb 18, 2026
Conversation
Co-authored-by: lunarcloud <1565970+lunarcloud@users.noreply.github.com>
Contributor
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
[WIP] Bump the npm-dependencies group with 4 updates
Revert incompatible ESLint dependency upgrades and configure dependabot
Feb 18, 2026
89ddc9b
into
dependabot/npm_and_yarn/npm-dependencies-4b5de9aa03
1 check passed
lunarcloud
added a commit
that referenced
this pull request
Feb 18, 2026
* Bump the npm-dependencies group with 4 updates Bumps the npm-dependencies group with 4 updates: [eslint](https://github.com/eslint/eslint), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise). Updates `eslint` from 8.57.1 to 10.0.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v10.0.0) Updates `eslint-plugin-jsdoc` from 62.5.4 to 62.6.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.5.4...v62.6.0) Updates `eslint-plugin-n` from 16.6.2 to 17.24.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@16.6.2...v17.24.0) Updates `eslint-plugin-promise` from 6.6.0 to 7.2.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.6.0...v7.2.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 62.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: eslint-plugin-n dependency-version: 17.24.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: eslint-plugin-promise dependency-version: 7.2.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Revert incompatible ESLint dependency upgrades and configure dependabot (#85) * Initial plan * Fix incompatible dependency upgrades and configure dependabot Co-authored-by: lunarcloud <1565970+lunarcloud@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lunarcloud <1565970+lunarcloud@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: lunarcloud <1565970+lunarcloud@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.
Describe your changes
Dependabot attempted to upgrade ESLint from v8 to v10, which introduced breaking changes including removal of the
--ignore-pathCLI option used in npm scripts.Configuration Changes:
.github/dependabot.ymlto ignore major version updates foreslint,eslint-plugin-*, andeslint-config-*Dependency Reverts:
eslint: ^10.0.0 → ^8.57.1eslint-plugin-n: ^17.24.0 → ^16.6.2eslint-plugin-promise: ^7.2.1 → ^6.6.0eslint-plugin-jsdoc: ^62.6.0 (compatible minor update)Describe your testing
npm run lintexecutes successfullynpm testIssue ticket number and link
N/A - This addresses a dependabot PR configuration issue
Checklist before requesting a review
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.