Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/xo-0.x
Open

chore(deps): update dependency xo to v0.37.1#58
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/xo-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xo 0.18.2 -> 0.37.1 age adoption passing confidence

Release Notes

xojs/xo

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 comments as errors 4378e83

v0.25.0

Compare Source

Breaking
New rules
Enhancements

v0.24.0

Compare Source

Highlights

New rules

All changes

v0.23.0

Compare Source

Highlights

New rules

All changes

v0.22.0

Compare Source

Highlights

  • Upgraded to ESLint 5.
  • Removed some patterns from the list of default ignores. They were too opinionated. 00d6b7c 8e4f435
    - fixture{-*,}.{js,jsx}
    - fixture{s,}/**
    - {test,tests,spec,__tests__}/fixture{s,}/**
    - **/bundle.js
  • Added support for TypeScript and documented usage with Flow. 957b0d9
  • Now respects nodeVersion option set in an override block. 98dee9a
  • Fixed the CLI's --space option parsing. f76c901

New rules

All changes

v0.21.1

Compare Source

Fix space/useTabs conflict message with Prettier. 36f7f38

v0.21.0

Compare Source

Highlights
New rules
Removed rules

v0.20.3

Compare Source

v0.20.2

Compare Source

v0.20.1

Compare Source

v0.20.0

Compare Source

This release is way overdue, so glad to finally have it out! It includes a major ESLint upgrade, huge performance improvements, Prettier support, lots of new rules, and bug fixes.

The project was recently moved to a GitHub organization, and we got a new team member, Pierre Vanduynslager

We now also have configs for TypeScript (using tslint) and CSS & Sass (using stylelint). And don't forget, we already have a config for React.

Many of the new rules in this release are from the eslint-plugin-unicorn plugin, which could use some contributions.

Highlights
New rules

22 new rules!

All changes

Why is this not 0.19.0? That version got tainted by an incorrect publish a long time ago.

v0.19.0

Compare Source


Renovate configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/xo-0.x branch 3 times, most recently from 1b30c37 to 492ca58 Compare October 15, 2019 20:11
@renovate renovate bot changed the title Update dependency xo to v0.25.3 chore(deps): update dependency xo to v0.25.3 Oct 15, 2019
@renovate renovate bot force-pushed the renovate/xo-0.x branch 5 times, most recently from 03c478d to 5305c17 Compare October 16, 2019 22:29
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 5305c17 to f2c46d6 Compare October 31, 2019 17:42
@renovate renovate bot force-pushed the renovate/xo-0.x branch from f2c46d6 to 79c7d5f Compare December 11, 2019 14:38
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 79c7d5f to 589bd21 Compare January 17, 2020 19:40
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.25.3 chore(deps): update dependency xo to v0.25.4 Feb 12, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch 2 times, most recently from f1938f9 to 08a9712 Compare February 12, 2020 22:55
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.25.4 chore(deps): update dependency xo to v0.26.0 Feb 12, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 08a9712 to 8312070 Compare February 14, 2020 07:23
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.26.0 chore(deps): update dependency xo to v0.26.1 Feb 14, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 8312070 to 8067bf8 Compare February 24, 2020 19:32
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.26.1 chore(deps): update dependency xo to v0.27.0 Feb 24, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 8067bf8 to 5e0bd7e Compare February 25, 2020 07:53
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.27.0 chore(deps): update dependency xo to v0.27.1 Feb 25, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 5e0bd7e to b5fc68e Compare February 26, 2020 08:04
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.27.1 chore(deps): update dependency xo to v0.27.2 Feb 26, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from b5fc68e to 138c163 Compare March 11, 2020 11:13
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.27.2 chore(deps): update dependency xo to v0.28.0 Mar 11, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 138c163 to 11284c9 Compare April 26, 2020 21:56
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.28.0 chore(deps): update dependency xo to v0.30.0 Apr 26, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 11284c9 to 6199178 Compare July 1, 2020 13:52
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.30.0 chore(deps): update dependency xo to v0.32.0 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 6199178 to 4184eb2 Compare July 10, 2020 11:51
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.32.0 chore(deps): update dependency xo to v0.32.1 Jul 10, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 4184eb2 to e399af4 Compare August 25, 2020 20:59
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.32.1 chore(deps): update dependency xo to v0.33.0 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from e399af4 to 1b1d0f9 Compare October 28, 2020 03:55
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.33.0 chore(deps): update dependency xo to v0.34.1 Oct 28, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 1b1d0f9 to c10fddd Compare November 27, 2020 18:55
@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 27, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from c10fddd to 4c7fe83 Compare December 9, 2020 19:00
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.35.0 chore(deps): update dependency xo to v0.36.1 Dec 9, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 4c7fe83 to caac4f0 Compare January 5, 2021 19:57
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.36.1 chore(deps): update dependency xo to v0.37.1 Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants