Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: 🐝 dependabot upgrades are failing #1705

Closed
JamesIves opened this issue Sep 29, 2024 · 0 comments · Fixed by #1732
Closed

bug: 🐝 dependabot upgrades are failing #1705

JamesIves opened this issue Sep 29, 2024 · 0 comments · Fixed by #1732
Labels
bug 🐝 This issue describes a bug. good first issue 🍩 Good for newcomers hacktoberfest 🎃 Hacktoberfest related changes. help wanted ❕ Extra attention is needed

Comments

@JamesIves
Copy link
Owner

Describe the bug

Automated update via Dependabot is failing: #1695

Reproduction Steps

Run the unit tests on the generated branch

Logs

yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 6.68s.
yarn run v1.22.22
$ eslint .

Oops! Something went wrong! :(

ESLint: 9.11.1

TypeError: Key "rules": Key "@typescript-eslint/ban-types": Could not find "ban-types" in plugin "@typescript-eslint".
    at throwRuleNotFoundError (/home/runner/work/github-pages-deploy-action/github-pages-deploy-action/node_modules/eslint/lib/config/rule-validator.js:66:11)
    at RuleValidator.validate (/home/runner/work/github-pages-deploy-action/github-pages-deploy-action/node_modules/eslint/lib/config/rule-validator.js:147:17)
    at new Config (/home/runner/work/github-pages-deploy-action/github-pages-deploy-action/node_modules/eslint/lib/config/config.js:240:27)
    at [finalizeConfig] (/home/runner/work/github-pages-deploy-action/github-pages-deploy-action/node_modules/eslint/lib/config/flat-config-array.js:216:16)
    at FlatConfigArray.getConfigWithStatus (/home/runner/work/github-pages-deploy-action/github-pages-deploy-action/node_modules/@eslint/config-array/dist/cjs/index.cjs:1102:55)
    at FlatConfigArray.getConfig (/home/runner/work/github-pages-deploy-action/github-pages-deploy-action/node_modules/@eslint/config-array/dist/cjs/index.cjs:1120:15)
    at /home/runner/work/github-pages-deploy-action/github-pages-deploy-action/node_modules/eslint/lib/eslint/eslint-helpers.js:346:56
    at Array.reduce (<anonymous>)
    at /home/runner/work/github-pages-deploy-action/github-pages-deploy-action/node_modules/eslint/lib/eslint/eslint-helpers.js:333:36
    at /home/runner/work/github-pages-deploy-action/github-pages-deploy-action/node_modules/eslint/lib/eslint/eslint-helpers.js:296:32

Workflow

NA

Additional Comments

Seems like ESLint and a Jest dependency are causing problems.

@JamesIves JamesIves added bug 🐝 This issue describes a bug. triage ⚠️ labels Sep 29, 2024
@JamesIves JamesIves self-assigned this Sep 29, 2024
@JamesIves JamesIves added help wanted ❕ Extra attention is needed good first issue 🍩 Good for newcomers and removed triage ⚠️ labels Sep 29, 2024
@JamesIves JamesIves added the hacktoberfest 🎃 Hacktoberfest related changes. label Oct 12, 2024
@JamesIves JamesIves removed their assignment Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐝 This issue describes a bug. good first issue 🍩 Good for newcomers hacktoberfest 🎃 Hacktoberfest related changes. help wanted ❕ Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant