Skip to content

Revert incompatible ESLint dependency upgrades and configure dependabot#85

Merged
lunarcloud merged 2 commits intodependabot/npm_and_yarn/npm-dependencies-4b5de9aa03from
copilot/sub-pr-84
Feb 18, 2026
Merged

Revert incompatible ESLint dependency upgrades and configure dependabot#85
lunarcloud merged 2 commits intodependabot/npm_and_yarn/npm-dependencies-4b5de9aa03from
copilot/sub-pr-84

Conversation

Copy link
Contributor

Copilot AI commented Feb 18, 2026

Describe your changes

Dependabot attempted to upgrade ESLint from v8 to v10, which introduced breaking changes including removal of the --ignore-path CLI option used in npm scripts.

Configuration Changes:

  • Updated .github/dependabot.yml to ignore major version updates for eslint, eslint-plugin-*, and eslint-config-*

Dependency Reverts:

  • eslint: ^10.0.0 → ^8.57.1
  • eslint-plugin-n: ^17.24.0 → ^16.6.2
  • eslint-plugin-promise: ^7.2.1 → ^6.6.0
  • Kept eslint-plugin-jsdoc: ^62.6.0 (compatible minor update)

Describe your testing

  • Verified npm run lint executes successfully
  • Verified all 2154 tests pass with npm test

Issue ticket number and link

N/A - This addresses a dependabot PR configuration issue

Checklist before requesting a review

  • I have performed a self-review of my code
  • The code passes lint checks.
  • The code has been tested for regressions of existing features.
  • I have considered adding unit tests for any new code.

💡 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.

Co-authored-by: lunarcloud <1565970+lunarcloud@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 18, 2026

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:

  • eslint.org
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

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
Copilot AI requested a review from lunarcloud February 18, 2026 14:51
@lunarcloud lunarcloud marked this pull request as ready for review February 18, 2026 14:51
@lunarcloud lunarcloud merged commit 89ddc9b into dependabot/npm_and_yarn/npm-dependencies-4b5de9aa03 Feb 18, 2026
1 check passed
@lunarcloud lunarcloud deleted the copilot/sub-pr-84 branch February 18, 2026 14:51
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>
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