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

Bump xo from 0.38.2 to 0.40.1 #95

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2021

Bumps xo from 0.38.2 to 0.40.1.

Release notes

Sourced from xo's releases.

v0.40.1

  • Fix resolving base config (#545) d2c5750
  • Fix handling of parserOptions option (#544) e9c96a1

xojs/xo@v0.40.0...v0.40.1

v0.40.0

Breaking

  • XO now enforces that your project is ESM If you cannot yet move to ESM, I recommend staying on XO 0.39 for now.
  • Require Node.js 12.20 cc06c3c

New rules

Meta

  • Move from deprecated ESLint.CLIEngine to ESLint (#534) 0480d80 This should hopefully resolve a bunch of issues.

xojs/xo@v0.39.1...v0.40.0

v0.39.1

  • Fix a problem with using XO with Prettier fa34c74

xojs/xo@v0.39.0...v0.39.1

v0.39.0

New rules

Breaking

Improvements

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

Bumps [xo](https://github.com/xojs/xo) from 0.38.2 to 0.40.1.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v0.38.2...v0.40.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2021
@codecov
Copy link

codecov bot commented May 17, 2021

Codecov Report

Merging #95 (a0d91f9) into master (8ef89ad) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #95   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          289       289           
  Branches        44        44           
=========================================
  Hits           289       289           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8ef89ad...a0d91f9. Read the comment docs.

@jimmywarting
Copy link
Contributor

fyi, here are new lint rule it complains about


Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 1, col 16, Error - Prefer `node:fs` over `fs`. (unicorn/prefer-node-protocol)
Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 4, col 1, Error - `stream` import should occur before import of `ava` (import/order)
Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 4, col 24, Error - Prefer `node:stream` over `stream`. (unicorn/prefer-node-protocol)
Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 5, col 1, Error - `buffer` import should occur before import of `ava` (import/order)
Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 5, col 20, Error - Prefer `node:buffer` over `buffer`. (unicorn/prefer-node-protocol)
Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 7, col 1, Error - `./from.js` import should occur before import of `./index.js` (import/order)
Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 26, col 20, Error - Invalid group length in numeric value. (unicorn/numeric-separators-style)
Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 102, col 32, Error - Prefer the spread operator over `Array#slice()`. (unicorn/prefer-spread)
Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 230, col 29, Error - Invalid group length in numeric value. (unicorn/numeric-separators-style)
Error: /home/runner/work/fetch-blob/fetch-blob/test.js: line 242, col 37, Error - 'import()' expressions are not supported yet. (node/no-unsupported-features/es-syntax)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/xo-0.40.1 branch May 29, 2021 09:17
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant