Skip to content

chore(deps): update dependency xo to v0.60.0 #58

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 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 26, 2018

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xo 0.20.3 -> 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

v0.33.1

Compare Source

  • Fix setting multiple of some CLI flags ead63be

v0.33.0

Compare Source

New rules
Improvements

v0.32.1

Compare Source

  • Dependency updates

v0.32.0

Compare Source

v0.31.0

Compare Source

New rules
Improvements

v0.30.0

Compare Source

New rules
Fixes
  • Lock prettier dependency at 2.0.4 until we can resolve #​466
  • Prevent extraneous newline from --stdin --fix (#​460) 07e2762

v0.29.1

Compare Source

v0.29.0

Compare Source

New rules
Improvements

v0.28.3

Compare Source

v0.28.2

Compare Source

v0.28.1

Compare Source

  • Add xo-typescript and prettier/@​typescript-eslint before user extends (#​442) 6c57ff7
  • Change XO cache path to avoid conflicts when upgrading (#​443) fc30597

v0.28.0

Compare Source

New rules
Improvements

v0.27.2

Compare Source

  • Sort file paths before generating unique cache key (#​432) 1807537

v0.27.1

Compare Source

Important: We changed the cache structure, so you'll need to delete node_modules/.cache/xo:

$ rm node_modules/.cache/xo

v0.27.0

Compare Source

  • Add TypeScript support (#​426) b0dfcbd
    You can now lint TypeScript projects without any extra config. You can also lint d.ts files in JS projects. Read more.
  • Find XO config based on linted file path (#​425) e0f81a7
  • Fix overrides handling for extends, envs, globals, plugins (#​429) 4cefdbc
  • Add node/no-unsupported-features rules (#​341) 2297c07
  • Improve import/no-unassigned-import settings (#​430) 0c78113

v0.26.1

Compare Source

v0.26.0

Compare Source

Breaking
  • Require Node.js 10 d7fa875
  • Move $ xo --init to $ npm init xo 6463dfe
New rules

20 new rules 👌

ESLint
Unicorn
Other
Enhancements
Fixes
  • Fix compatibility with being run in a child process (#​405) 08af7c1

v0.25.4

Compare Source

  • Temporarily disable the import/order rule 776927f

v0.25.3

Compare Source

  • Enable unicorn/prefer-flat-map only for Node.js >=11 (#​403) 80c592e

v0.25.2

Compare Source

  • Disable no-nested-ternary rule when Prettier is used (#​402) 537ef66

v0.25.1

Compare Source

  • Don't report normal TODO c

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Jun 26, 2018
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 2764655 to a0c49fe Compare June 26, 2018 16:07
@renovate renovate bot force-pushed the renovate/xo-0.x branch from a0c49fe to ebd0427 Compare July 11, 2018 07:15
@renovate renovate bot force-pushed the renovate/xo-0.x branch from ebd0427 to e42e62c Compare August 6, 2018 07:52
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.21.1 chore(deps): update dependency xo to v0.22.0 Aug 6, 2018
@renovate renovate bot force-pushed the renovate/xo-0.x branch from e42e62c to f3c4740 Compare September 3, 2018 11:38
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.22.0 chore(deps): update dependency xo to v0.23.0 Sep 3, 2018
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.23.0 chore(deps): update dependency xo to v0.24.0 Jan 14, 2019
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 23639ec to d141e8f Compare January 14, 2019 06:10
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.24.0 Update dependency xo to v0.24.0 Apr 12, 2019
@renovate renovate bot force-pushed the renovate/xo-0.x branch from d141e8f to 1870e99 Compare October 1, 2019 04:57
@renovate renovate bot changed the title Update dependency xo to v0.24.0 Update dependency xo to v0.25.3 Oct 1, 2019
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 1870e99 to fa8aca0 Compare February 16, 2020 11:57
@renovate renovate bot changed the title Update dependency xo to v0.25.3 Update dependency xo to v0.26.1 Feb 16, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from fa8aca0 to 97fe28c Compare March 14, 2020 16:00
@renovate renovate bot changed the title Update dependency xo to v0.26.1 Update dependency xo to v0.28.0 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 97fe28c to 2c68bc0 Compare May 2, 2020 20:59
@renovate renovate bot changed the title Update dependency xo to v0.28.0 Update dependency xo to v0.30.0 May 2, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 2c68bc0 to d82ab3c Compare July 1, 2020 21:47
@renovate renovate bot changed the title Update dependency xo to v0.30.0 Update dependency xo to v0.32.0 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from d82ab3c to c86dfbd Compare July 10, 2020 09:00
@renovate renovate bot changed the title Update dependency xo to v0.32.0 Update dependency xo to v0.32.1 Jul 10, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from c86dfbd to 24f4d3f Compare August 27, 2020 12:59
@renovate renovate bot changed the title Update dependency xo to v0.32.1 Update dependency xo to v0.33.0 Aug 27, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 24f4d3f to 25be9f3 Compare October 27, 2020 22:59
@renovate renovate bot changed the title Update dependency xo to v0.33.0 chore(deps): update dependency xo to v0.34.1 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 25be9f3 to 0c9a79d Compare November 26, 2020 19:54
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.34.1 chore(deps): update dependency xo to v0.35.0 Nov 26, 2020
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.45.0 chore(deps): update dependency xo to v0.48.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 7e7be8b to 6af39c6 Compare June 18, 2022 13:22
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.48.0 chore(deps): update dependency xo to v0.50.0 Jun 18, 2022
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.50.0 chore(deps): update dependency xo to v0.52.3 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 8b996fe to b540ec3 Compare November 20, 2022 21:18
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.52.3 chore(deps): update dependency xo to v0.53.1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 793bb26 to df5ff91 Compare May 31, 2023 03:55
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.53.1 chore(deps): update dependency xo to v0.54.2 May 31, 2023
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.54.2 chore(deps): update dependency xo to v0.55.0 Jul 15, 2023
@renovate renovate bot force-pushed the renovate/xo-0.x branch from df5ff91 to 4e8670c Compare July 15, 2023 16:33
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 4e8670c to e3fbc93 Compare August 7, 2023 14:11
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.55.0 chore(deps): update dependency xo to v0.55.1 Aug 7, 2023
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.55.1 chore(deps): update dependency xo to v0.56.0 Aug 12, 2023
@renovate renovate bot force-pushed the renovate/xo-0.x branch from e3fbc93 to 96d6b98 Compare August 12, 2023 15:17
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 96d6b98 to af25551 Compare February 6, 2024 09:16
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.56.0 chore(deps): update dependency xo to v0.57.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from af25551 to 9b6f439 Compare March 8, 2024 17:25
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.57.0 chore(deps): update dependency xo to v0.58.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 9b6f439 to d69b0e7 Compare July 18, 2024 18:00
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.58.0 chore(deps): update dependency xo to v0.59.0 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from d69b0e7 to 242110f Compare July 23, 2024 14:39
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.59.0 chore(deps): update dependency xo to v0.59.1 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 242110f to 4e72b95 Compare July 23, 2024 17:31
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.59.1 chore(deps): update dependency xo to v0.59.2 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 4e72b95 to b73c153 Compare July 28, 2024 14:23
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.59.2 chore(deps): update dependency xo to v0.59.3 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from b73c153 to a789c12 Compare December 6, 2024 16:06
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.59.3 chore(deps): update dependency xo to v0.60.0 Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant