Skip to content

build(deps-dev): bump xo from 1.2.3 to 3.0.0#46

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/xo-3.0.0
Closed

build(deps-dev): bump xo from 1.2.3 to 3.0.0#46
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/xo-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps xo from 1.2.3 to 3.0.0.

Release notes

Sourced from xo's releases.

v3.0.0

Breaking

  • Requires Node.js 22
  • Removed built-in React support.
    • Add eslint-config-xo-react to your config instead. Learn more
    • It was removed to keep XO's core lean and framework-agnostic. Bundling eslint-plugin-react for everyone held XO back by its slow ESLint-major support, and there's now a competing plugin, @eslint-react, so picking one for all users no longer makes sense.
  • The bundled rules now live in a single eslint-config-xo package. The separate eslint-config-xo-typescript package is merged into it.
    • If you prefer using ESLint directly, you can get all the rules there now.
  • Replaced the xoToEslintConfig export with the xo/eslint-adapter import for editor/ESLint integration. For example, xoToEslintConfig([{space: true, prettier: true}]) becomes eslintConfigXo({space: true, prettier: true}) from eslint-config-xo, or simply export {default} from 'xo/eslint-adapter';.

Improvements

  • Lint CSS, Markdown, HTML, JSDoc comments, and regular expressions out of the box
  • Add --max-warnings flag to treat warnings as errors (#724)
  • Add ESLint bulk suppression support (#826)
  • Hide warnings when there are errors, so you can focus on what matters (#507)
  • Respect the global gitignore (#803)
  • Allow overriding default ignores with negation patterns (#65)
  • Throw when no files match explicitly provided patterns

New rules

... (truncated)

Commits
  • 698a903 3.0.0
  • a728ac5 Replace xoToEslintConfig with xo/eslint-adapter and delegate Prettier to ...
  • 9fbffd0 Add issue template config to route rule issues to config repos
  • 945fd51 Warn when the project's TypeScript is older than the bundled version
  • 797693a Fix crash when linting JSON files with Prettier enabled
  • 4fddd6f Remove built-in React support
  • 6ed7c84 Improve test performance
  • 44b648b Tweaks
  • e48fec9 Require Node.js 22
  • 87bd178 Allow overriding default ignores with negation patterns
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [xo](https://github.com/xojs/xo) from 1.2.3 to 3.0.0.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v1.2.3...v3.0.0)

---
updated-dependencies:
- dependency-name: xo
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 17, 2026
@github-actions github-actions Bot enabled auto-merge June 17, 2026 15:04
@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #47.

@dependabot dependabot Bot closed this Jun 18, 2026
auto-merge was automatically disabled June 18, 2026 15:03

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/xo-3.0.0 branch June 18, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants