Bump eslint-config-xo from 0.50.0 to 0.58.1 - #412
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-config-xo-0.58.1
branch
from
August 1, 2026 21:31
e200d79 to
0b2cd3f
Compare
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.50.0 to 0.58.1. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](xojs/eslint-config-xo@v0.50.0...v0.58.1) --- updated-dependencies: - dependency-name: eslint-config-xo dependency-version: 0.58.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-config-xo-0.58.1
branch
from
August 5, 2026 07:15
0b2cd3f to
3a0a199
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s linting configuration dependency by bumping eslint-config-xo to a newer release, which in turn refreshes a large portion of the ESLint-related dependency graph in the lockfile.
Changes:
- Bump
eslint-config-xofrom^0.50.0to^0.58.1inpackage.json. - Regenerate
package-lock.jsonto reflect the neweslint-config-xoversion and its transitive dependencies. - Pull in newer ESLint ecosystem packages (e.g.,
eslint-config-prettier,eslint-plugin-*,typescript-eslint, etc.) as required by the updated config.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates eslint-config-xo version in devDependencies (peer/engine alignment concerns noted). |
| package-lock.json | Updates resolved dependency tree for the new eslint-config-xo and adds new transitive deps with stricter Node engine requirements. |
Suppressed comments (1)
package.json:69
eslint-config-xo@0.58.1(and several newly pulled-in linting deps) require Node.js >=22, but this repo declaresengines.node: >=20and the CI matrix runsnpm ci+npm run linton Node 20. That combination is likely to break the Node 20 CI job once ESLint loads the config. Either keepeslint-config-xoon a Node-20-compatible version, or raise the project’s Node minimum and update CI accordingly.
"eslint-config-xo": "^0.58.1",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
68
to
+69
| "eslint": "^10.2.0", | ||
| "eslint-config-xo": "^0.50.0", | ||
| "eslint-config-xo": "^0.58.1", |
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.
Bumps eslint-config-xo from 0.50.0 to 0.58.1.
Release notes
Sourced from eslint-config-xo's releases.
... (truncated)
Commits
fe16fc80.58.118d7467Disableimport-x/extensionsin base config when TypeScript is actived426aa00.58.066887bcUpdate dependencies5c9ccdfAddgitignoreoption to ignore paths from.gitignore(#123)cf8ddfdTweaks7b15a6dAddeslint-package-jsonfor lintingpackage.jsonfiles8375634Disable@stylistic/function-paren-newlined6a751dUpdate a code comment1ed8863Add test for@isolatedon a method in a TypeScript file