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

chore(deps): update dependency xo to ^0.60.0 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 28, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xo ^0.33.1 -> ^0.60.0 age adoption passing confidence

Release Notes

xojs/xo (xo)

v0.60.0

Compare Source

New rules
Improvements

v0.59.3

Compare Source

v0.59.2

Compare Source

v0.59.1

Compare Source

v0.59.0

Compare Source

New rules
Breaking

v0.58.0

Compare Source

  • TypeScript: Disable default-case rule to avoid conflict with stricter @typescript-eslint/switch-exhaustiveness-check rule

v0.57.0

Compare Source

Breaking
New rules

v0.56.0

Compare Source

  • Support additional TypeScript extensions (.mts, .cts) (#​728) 04552b8

v0.55.1

Compare Source

  • Lock down eslint-plugin-import dependency to patch versions only 0a71db5

v0.55.0

Compare Source

Breaking
New rules

v0.54.2

Compare Source

v0.54.1

Compare Source

v0.54.0

Compare Source

New rules
Improvements

v0.53.1

Compare Source

v0.53.0

Compare Source

Breaking
New rules

v0.52.4

Compare Source

v0.52.3

Compare Source

v0.52.2

Compare Source

v0.52.1

Compare Source

v0.52.0

Compare Source

New rules
Improvements

v0.51.0

Compare Source

  • Internal: Include rulesMeta in linting results (#​674) cd86133
    • This is meant for editor plugins and formatters.

v0.50.0

Compare Source

v0.49.0

Compare Source

New rules
Breaking

v0.48.0

Compare Source

New rules
TypeScript-only

v0.47.0

Compare Source

New rules
Improvements

v0.46.4

Compare Source

v0.46.3

Compare Source

  • Fix an issue with npm not including bundledDependencies when publishing.

v0.46.2

Compare Source

  • Fix an issue with importing a dependency 653887a

v0.46.1

Compare Source

  • Fix an issue with npm not including bundledDependencies when publishing.

v0.46.0

Compare Source

Breaking
New rules
Improvements
Fixes

v0.45.0

Compare Source

New rules
Improvements
  • Replace Prettier's jsxBracketSameLine option with bracketSameLine (#​609) 506c151
  • Enable import/named rule for JavaScript (#​601) 623f259

v0.44.0

Compare Source

New rules
Improvements
Fixes

v0.43.0

Compare Source

Improvements
  • Enforce importing process and Buffer in Node.js explicitly 9f40074
    • This is the recommendation in the Node.js docs.
  • Upgrade dependencies f2c5041
Fixes
  • Make cache directory be relative to cwd (#​582) 512291b
    • This fixes editor integration.

v0.42.0

Compare Source

New rules
Improvements

v0.41.0

Compare Source

Breaking

  • XO can no longer be installed globally.
    • It caused too many problems. Instead, you can run the local XO binary with $ npx xo.
  • XO now enforces trailing comma in multiline statements.
  • Change operator-linebreak rule to enforce operators before.
    • This way is more readable.

New rules

v0.40.3

Compare Source

v0.40.2

Compare Source

v0.40.1

Compare Source

v0.40.0

Compare Source

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.

v0.39.1

Compare Source

  • Fix a problem with using XO with Prettier fa34c74

v0.39.0

Compare Source

New rules
Breaking
Improvements
  • Add --print-config flag (#​529) 7b8dc70
  • Disable the import/default rule for TypeScript files e3c511b
  • Disable the import/export rule for TypeScript files b385bee

v0.38.2

Compare Source

  • Disable the node/file-extension-in-import rule for TypeScript projects (#​523) 1eb8230
    It doesn't work properly with TypeScript projects.

v0.38.1

Compare Source

v0.38.0

Compare Source

New rules
Improvements
  • Add auto-fix for fixing file extensions in imports f4f6b39
  • Add .mjs and .cjs as default extensions (#​521) 2e05c81
  • Allow file extension for import/no-unassigned-import allow list 8156d42
Fixes
  • Fix ignored package.json config when using the CLI (#​520) 32bd3b8

v0.37.1

Compare Source

  • Fix TypeScript not supporting extensions f56d90d

v0.37.0

Compare Source

New rules
Renamed rules

Only affects you if you had any of these rules disabled.

  • unicorn/no-fn-reference-in-iteratorunicorn/no-array-callback-reference
  • unicorn/no-array-instanceofunicorn/no-instanceof-array
  • unicorn/no-reduceunicorn/no-array-reduce
  • unicorn/prefer-datasetunicorn/prefer-dom-node-dataset
  • unicorn/prefer-flat-mapunicorn/prefer-array-flat-map
  • unicorn/prefer-replace-allunicorn/prefer-string-replace-all
  • unicorn/prefer-starts-ends-withunicorn/prefer-string-starts-ends-with
  • unicorn/prefer-text-contentunicorn/prefer-dom-node-text-content
  • unicorn/prefer-trim-start-endunicorn/prefer-string-trim-start-end
  • unicorn/prefer-event-keyunicorn/prefer-keyboard-event-key
  • unicorn/prefer-node-appendunicorn/prefer-dom-node-append
  • unicorn/prefer-node-removeunicorn/prefer-dom-node-remove
Improvements
  • Improve ESM compatibility 211f295
  • Enforce errerror for variable names d801095
  • Enforce some inclusive wording 0ec4b8c

v0.36.1

Compare Source

v0.36.0

Compare Source

v0.35.0

Compare Source

New rules
Improvements

v0.34.2

Compare Source

v0.34.1

Compare Source

  • Disable the unicorn/import-style rule for TypeScript projects 77716e2
    It wants to use import path from 'path'; which is not always possible.

v0.34.0

Compare Source

New rules
Improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Oct 28, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 875ed0d to dd01873 Compare November 27, 2020 03:57
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.34.1 chore(deps): update dependency xo to ^0.35.0 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from dd01873 to 5b81723 Compare December 9, 2020 02:55
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.35.0 chore(deps): update dependency xo to ^0.36.1 Dec 9, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 5b81723 to fdcca9a Compare January 6, 2021 19:53
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.36.1 chore(deps): update dependency xo to ^0.37.1 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from fdcca9a to dfc3451 Compare April 26, 2021 15:41
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.37.1 chore(deps): update dependency xo to ^0.39.1 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch 2 times, most recently from 8cad4cf to d98aed0 Compare May 9, 2021 12:03
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.39.1 chore(deps): update dependency xo to ^0.40.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from d98aed0 to 2382638 Compare May 11, 2021 13:29
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.40.0 chore(deps): update dependency xo to ^0.40.1 May 11, 2021
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.40.1 chore(deps): update dependency xo to ^0.40.2 Jun 2, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 2382638 to 89943ea Compare June 2, 2021 09:29
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 89943ea to 652ec5e Compare June 21, 2021 09:56
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.40.2 chore(deps): update dependency xo to ^0.40.3 Jun 21, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 652ec5e to 4d25797 Compare October 19, 2021 01:01
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.40.3 chore(deps): update dependency xo to ^0.45.0 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 4d25797 to 433255c Compare March 7, 2022 14:05
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.45.0 chore(deps): update dependency xo to ^0.48.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 433255c to bea58f4 Compare May 29, 2022 17:14
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.48.0 chore(deps): update dependency xo to ^0.49.0 May 29, 2022
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.49.0 chore(deps): update dependency xo to ^0.50.0 Jun 10, 2022
@renovate renovate bot force-pushed the renovate/xo-0.x branch from bea58f4 to cd969d8 Compare June 10, 2022 12:47
@renovate renovate bot force-pushed the renovate/xo-0.x branch from cd969d8 to f85f7a7 Compare July 21, 2022 12:10
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.50.0 chore(deps): update dependency xo to ^0.51.0 Jul 21, 2022
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.51.0 chore(deps): update dependency xo to ^0.52.3 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 814185d to be15625 Compare November 20, 2022 16:13
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.52.3 chore(deps): update dependency xo to ^0.53.1 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.53.1 chore(deps): update dependency xo to ^0.54.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/xo-0.x branch from be15625 to f7f5f08 Compare April 17, 2023 09:51
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.54.1 chore(deps): update dependency xo to ^0.54.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/xo-0.x branch from f7f5f08 to a9efa78 Compare May 28, 2023 12:12
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.54.2 chore(deps): update dependency xo to ^0.55.0 Jul 15, 2023
@renovate renovate bot force-pushed the renovate/xo-0.x branch from a9efa78 to e22fa58 Compare July 15, 2023 16:38
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.55.0 chore(deps): update dependency xo to ^0.55.1 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/xo-0.x branch 2 times, most recently from 647d752 to 66350cf Compare August 12, 2023 15:02
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.55.1 chore(deps): update dependency xo to ^0.56.0 Aug 12, 2023
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 66350cf to 8c21554 Compare February 6, 2024 09:57
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.56.0 chore(deps): update dependency xo to ^0.57.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 8c21554 to f44324f Compare March 8, 2024 17:11
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.57.0 chore(deps): update dependency xo to ^0.58.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from f44324f to d1a096f Compare July 18, 2024 14:56
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.58.0 chore(deps): update dependency xo to ^0.59.0 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from d1a096f to a5ccf64 Compare July 23, 2024 14:11
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.59.0 chore(deps): update dependency xo to ^0.59.1 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from a5ccf64 to a36fceb Compare July 23, 2024 17:02
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.59.1 chore(deps): update dependency xo to ^0.59.2 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from a36fceb to 3a52446 Compare July 28, 2024 13:34
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.59.2 chore(deps): update dependency xo to ^0.59.3 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 3a52446 to 913fc66 Compare December 6, 2024 14:12
@renovate renovate bot changed the title chore(deps): update dependency xo to ^0.59.3 chore(deps): update dependency xo to ^0.60.0 Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant