Skip to content

Update dependency xo to v0.61.1 - #67

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

Update dependency xo to v0.61.1#67
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/xo-0.x

Conversation

@renovate

@renovaterenovateBot commented Feb 14, 2020

Copy link
Copy Markdown

This PR contains the following updates:

PackageChangeAgeConfidence
xo0.26.00.61.1ageconfidence

Release Notes

xojs/xo (xo)

v0.61.1

Compare Source

v0.61.0

Compare Source

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

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

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


Configuration

📅 Schedule: (UTC)

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

@renovaterenovateBot changed the title Update dependency xo to v0.26.1Update dependency xo to v0.27.0Feb 24, 2020
@renovaterenovateBot changed the title Update dependency xo to v0.27.0Update dependency xo to v0.27.1Feb 25, 2020
@renovaterenovateBot changed the title Update dependency xo to v0.27.1Update dependency xo to v0.27.2Feb 26, 2020
@renovaterenovateBot changed the title Update dependency xo to v0.27.2Update dependency xo to v0.28.0Mar 11, 2020
@renovaterenovateBot changed the title Update dependency xo to v0.28.0Update dependency xo to v0.28.1Mar 26, 2020
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from 5e33bcd to d45ae51CompareApril 2, 2020 05:08
@renovaterenovateBot changed the title Update dependency xo to v0.28.1Update dependency xo to v0.28.2Apr 2, 2020
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from d45ae51 to ce063deCompareApril 5, 2020 14:48
@renovaterenovateBot changed the title Update dependency xo to v0.28.2Update dependency xo to v0.28.3Apr 5, 2020
@renovaterenovateBot changed the title Update dependency xo to v0.28.3Update dependency xo to v0.29.0Apr 8, 2020
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch 2 times, most recently from bcb7908 to c098f59CompareApril 12, 2020 14:40
@renovaterenovateBot changed the title Update dependency xo to v0.29.0Update dependency xo to v0.29.1Apr 12, 2020
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from c098f59 to 4b21cc0CompareMay 3, 2020 11:00
@renovaterenovateBot changed the title Update dependency xo to v0.29.1Update dependency xo to v0.30.0May 3, 2020
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from 4b21cc0 to ec1eab9CompareJuly 1, 2020 20:59
@renovaterenovateBot changed the title Update dependency xo to v0.30.0Update dependency xo to v0.32.0Jul 1, 2020
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from ec1eab9 to 3d2ab1aCompareJuly 5, 2020 11:54
@renovaterenovateBot changed the title Update dependency xo to v0.32.0Update dependency xo to v0.32.1Jul 5, 2020
@renovaterenovateBot changed the title Update dependency xo to v0.32.1Update dependency xo to v0.33.0Aug 27, 2020
@renovaterenovateBot changed the title Update dependency xo to v0.33.0Update dependency xo to v0.34.1Oct 28, 2020
@renovaterenovateBot changed the title Update dependency xo to v0.34.1Update dependency xo to v0.35.0Nov 27, 2020
@renovaterenovateBot changed the title Update dependency xo to v0.40.1Update dependency xo to v0.40.2Jun 6, 2021
@renovaterenovateBot changed the title Update dependency xo to v0.40.2Update dependency xo to v0.45.0Oct 19, 2021
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from 4d01d88 to c99a9d1CompareMarch 7, 2022 10:30
@renovaterenovateBot changed the title Update dependency xo to v0.45.0Update dependency xo to v0.48.0Mar 7, 2022
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from c99a9d1 to 5e672adCompareJune 18, 2022 18:24
@renovaterenovateBot changed the title Update dependency xo to v0.48.0Update dependency xo to v0.50.0Jun 18, 2022
@renovaterenovateBot changed the title Update dependency xo to v0.50.0Update dependency xo to v0.52.3Sep 25, 2022
@renovaterenovateBot changed the title Update dependency xo to v0.52.3Update dependency xo to v0.53.1Nov 20, 2022
@renovaterenovateBot changed the title Update dependency xo to v0.53.1Update dependency xo to v0.54.1Apr 17, 2023
@renovaterenovateBot changed the title Update dependency xo to v0.54.1Update dependency xo to v0.54.2May 28, 2023
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from 4703ccd to 2887effCompareMay 28, 2023 11:07
@renovaterenovateBot changed the title Update dependency xo to v0.54.2Update dependency xo to v0.55.0Jul 15, 2023
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from 2887eff to 3267546CompareJuly 15, 2023 16:00
@renovaterenovateBot changed the title Update dependency xo to v0.55.0Update dependency xo to v0.55.1Aug 7, 2023
@renovaterenovateBot changed the title Update dependency xo to v0.55.1Update dependency xo to v0.56.0Aug 12, 2023
@renovaterenovateBot changed the title Update dependency xo to v0.56.0Update dependency xo to v0.57.0Feb 6, 2024
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from cddc6df to 7652111CompareMarch 8, 2024 20:22
@renovaterenovateBot changed the title Update dependency xo to v0.57.0Update dependency xo to v0.58.0Mar 8, 2024
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from 7652111 to 3981f49CompareJuly 18, 2024 16:13
@renovaterenovateBot changed the title Update dependency xo to v0.58.0Update dependency xo to v0.59.0Jul 18, 2024
@renovate
renovateBotforce-pushed the renovate/xo-0.x branch from 3981f49 to f2760f9CompareJuly 23, 2024 14:33
@renovaterenovateBot changed the title Update dependency xo to v0.59.0Update dependency xo to v0.59.1Jul 23, 2024
Sign up for freeto 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.

0 participants