Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 3, 2020

This PR contains the following updates:

Package Change Age Confidence
xo 0.32.0 -> 0.61.1 age confidence

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

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 force-pushed the renovate/xo-0.x branch from 75efcd1 to b356e75 Compare August 10, 2020 18:38
@renovate renovate bot changed the title Update dependency xo to v0.32.1 Update dependency xo to v0.33.0 Aug 10, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from b356e75 to 1499517 Compare August 31, 2020 09:48
@renovate renovate bot changed the title Update dependency xo to v0.33.0 Update dependency xo to v0.33.1 Aug 31, 2020
@renovate renovate bot changed the title Update dependency xo to v0.33.1 chore(deps): update dependency xo to v0.33.1 Sep 11, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 1499517 to 42b5bce Compare October 17, 2020 12:12
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.33.1 chore(deps): update dependency xo to v0.34.0 Oct 17, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 42b5bce to 343c0a9 Compare October 18, 2020 22:51
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.34.0 chore(deps): update dependency xo to v0.34.1 Oct 18, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 343c0a9 to ca0a5af Compare November 28, 2020 13:52
@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 28, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from ca0a5af to ad5e922 Compare December 8, 2020 15:27
@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 8, 2020
@renovate renovate bot force-pushed the renovate/xo-0.x branch from ad5e922 to b38267f Compare January 5, 2021 22:00
@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
@renovate renovate bot changed the title chore(deps): update dependency xo to v0.37.1 Update dependency xo to v0.37.1 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from b38267f to adddacd Compare February 20, 2021 11:13
@renovate renovate bot changed the title Update dependency xo to v0.37.1 Update dependency xo to v0.38.1 Feb 20, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from adddacd to beaa314 Compare February 28, 2021 10:20
@renovate renovate bot changed the title Update dependency xo to v0.38.1 Update dependency xo to v0.38.2 Feb 28, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from beaa314 to fc9a707 Compare March 10, 2021 01:05
@renovate renovate bot force-pushed the renovate/xo-0.x branch from fc9a707 to 1445361 Compare April 20, 2021 16:52
@renovate renovate bot changed the title Update dependency xo to v0.38.2 Update dependency xo to v0.39.0 Apr 20, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 1445361 to 7c0eaf2 Compare April 20, 2021 21:11
@renovate renovate bot changed the title Update dependency xo to v0.39.0 Update dependency xo to v0.39.1 Apr 20, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 7c0eaf2 to f07b4b9 Compare May 9, 2021 12:10
@renovate renovate bot changed the title Update dependency xo to v0.39.1 Update dependency xo to v0.40.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from f07b4b9 to c0902c4 Compare May 11, 2021 13:45
@renovate renovate bot changed the title Update dependency xo to v0.40.0 Update dependency xo to v0.40.1 May 11, 2021
@renovate renovate bot force-pushed the renovate/xo-0.x branch from c0902c4 to f30edff Compare May 27, 2021 02:39
@renovate renovate bot force-pushed the renovate/xo-0.x branch from e4c4f62 to f091b51 Compare August 7, 2023 16:04
@renovate renovate bot changed the title Update dependency xo to v0.55.0 Update dependency xo to v0.55.1 Aug 7, 2023
@renovate renovate bot changed the title Update dependency xo to v0.55.1 Update dependency xo to v0.56.0 Aug 12, 2023
@renovate renovate bot force-pushed the renovate/xo-0.x branch from f091b51 to 90a78bb Compare August 12, 2023 15:30
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 90a78bb to b522f3b Compare February 6, 2024 09:57
@renovate renovate bot changed the title Update dependency xo to v0.56.0 Update dependency xo to v0.57.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from b522f3b to f00d09d Compare March 8, 2024 19:27
@renovate renovate bot changed the title Update dependency xo to v0.57.0 Update dependency xo to v0.58.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from f00d09d to a30cb9f Compare July 18, 2024 14:42
@renovate renovate bot changed the title Update dependency xo to v0.58.0 Update dependency xo to v0.59.0 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from a30cb9f to 7c2fde3 Compare July 23, 2024 14:18
@renovate renovate bot changed the title Update dependency xo to v0.59.0 Update dependency xo to v0.59.1 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 7c2fde3 to 2675993 Compare July 23, 2024 17:51
@renovate renovate bot changed the title Update dependency xo to v0.59.1 Update dependency xo to v0.59.2 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 2675993 to c2ae3ab Compare July 28, 2024 13:27
@renovate renovate bot changed the title Update dependency xo to v0.59.2 Update dependency xo to v0.59.3 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from c2ae3ab to 9ab3305 Compare December 6, 2024 15:11
@renovate renovate bot changed the title Update dependency xo to v0.59.3 Update dependency xo to v0.60.0 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 9ab3305 to e72c3f2 Compare May 23, 2025 16:13
@renovate renovate bot changed the title Update dependency xo to v0.60.0 Update dependency xo to v0.61.1 May 23, 2025
@renovate renovate bot force-pushed the renovate/xo-0.x branch 2 times, most recently from 4afab8a to b0819bf Compare August 13, 2025 15:15
@renovate renovate bot force-pushed the renovate/xo-0.x branch from b0819bf to 620659c Compare August 19, 2025 19:50
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 620659c to 458a09b Compare August 31, 2025 11:00
@renovate renovate bot force-pushed the renovate/xo-0.x branch from fee5548 to 586cbb3 Compare October 21, 2025 16:49
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 586cbb3 to 19ad7fa Compare November 11, 2025 01:06
@renovate renovate bot force-pushed the renovate/xo-0.x branch from 19ad7fa to add616b Compare November 18, 2025 11:48
@renovate renovate bot force-pushed the renovate/xo-0.x branch from add616b to 06d133e Compare December 3, 2025 17:46
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.

1 participant