Skip to content

chore(deps-dev): bump xo from 0.60.0 to 1.0.0 #1166

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps xo from 0.60.0 to 1.0.0.

Release notes

Sourced from xo's releases.

v1.0.0

Breaking

  • Requires ESLint flat config
  • Requires Node.js 20.17
  • Configuration now only through package.json and xo.config.{js,cjs,mjs,ts,cts,mts} files
  • Switched from eslint-plugin-import to eslint-plugin-import-x (since it's better maintained)
    • You will have to update ignore comments and config from import to import-x
  • CLI flags removed:
    • --plugin: Configurable via config file
    • --extend: Configurable via config file
    • --global: Configurable via config file
    • --extension: Configurable via config file
    • --env: No longer relevant with new config system
    • --node-version: Removed as it only affected unsupported Node.js versions
    • --reporter: Removed due to potential lookup reliability issues
  • Node.js engines check removed
    • Was only active in unsupported Node.js versions
  • Webpack lookup and import resolution removed
    • Considered too niche for core functionality

Improvements

  • React support
  • Prettier compatibility mode with {prettier: 'compat'} option
    • Disables all Prettier-affected stylistic rules, and maintains existing Prettier functionality otherwise
  • Enhanced stdin handling:
    • --stdin-filename now optional
    • Supports TypeScript files via stdin

New rules

Thanks

Huge thanks to @​spence-s for doing most of the work for this 🎉

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code major labels May 26, 2025
@dependabot dependabot bot requested review from mfranzke, nmerget and dkolba as code owners May 26, 2025 01:14
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label May 26, 2025
@dependabot dependabot bot requested review from annsch and bruno-sch as code owners May 26, 2025 01:14
@dependabot dependabot bot added the major label May 26, 2025
Copy link
Contributor

🔭🐙🐈 Test this branch here: https://db-ui.github.io/core/review/dependabot-npm_and_yarn-xo-1.0.0

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-xo-1.0.0 branch from 6b22aa5 to 351bbf3 Compare May 26, 2025 01:18
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-xo-1.0.0 branch from 351bbf3 to 732ba67 Compare May 26, 2025 01:22
github-actions[bot]
github-actions bot previously approved these changes May 26, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-xo-1.0.0 branch from 732ba67 to 53be5ec Compare May 28, 2025 01:45
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-xo-1.0.0 branch from 53be5ec to 80b961d Compare May 28, 2025 05:47
github-actions[bot]
github-actions bot previously approved these changes May 28, 2025
@mfranzke
Copy link
Member

@dependabot rebase

Bumps [xo](https://github.com/xojs/xo) from 0.60.0 to 1.0.0.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v0.60.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-xo-1.0.0 branch from 80b961d to 9b34c27 Compare May 28, 2025 17:15
github-actions[bot]
github-actions bot previously approved these changes May 28, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 30, 2025

A newer version of xo exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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 major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant