Skip to content

Update dependency eslint-config-xo to v0.53.2#244

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

Update dependency eslint-config-xo to v0.53.2#244
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-config-xo-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 14, 2021

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
eslint-config-xo 0.35.00.53.2 age confidence

Release Notes

xojs/eslint-config-xo (eslint-config-xo)

v0.53.2

Compare Source

  • Disable unicorn/require-array-sort-compare in favor of TS version for TS code (#​105) c67e766

v0.53.1

Compare Source


v0.53.0

Compare Source

Breaking
  • Require TypeScript 6
Prettier integration

A new prettier option lets you combine the rules with Prettier:

export default defineConfig([
	...eslintConfigXo({prettier: true}),
]);
  • true — Runs Prettier as an ESLint rule using XO's Prettier style, and disables the stylistic rules that would conflict with it. Requires prettier to be installed.
  • 'compat' — Only disables the stylistic rules that conflict with Prettier, for when you run Prettier separately (for example, from your editor).

Anything XO does not configure (like printWidth or Prettier plugins) still respects your .prettierrc, but XO's own style settings take precedence. prettier is an optional peer dependency.

CSS linting

.css files are now linted out of the box via @eslint/css: duplicate imports, empty blocks, invalid at-rules, unmatchable selectors, invalid named grid areas, and more.

New rules

v0.52.0

Compare Source

Breaking
New rules
Improvements
  • Add eslint-plugin-jsdoc support ca9780b
  • Add eslint-plugin-regexp support 2eba483
  • Add Markdown support 2bb9c6c
  • Add HTML support 5da39d4
  • Make TypeScript optional for JavaScript-only projects 717184b
  • Use eslint-import-resolver-typescript for import resolution 600b604
  • naming-convention rule: Ignore all exotic/quoted keys bd171ba
  • naming-convention rule: Allow UPPER_CASE for static readonly class properties ce92257
  • naming-convention rule: Allow UPPER_CASE for module-level const variables 0b4bcce
  • Add ?? to no-mixed-operators groups 9117295
  • Require description for file-wide eslint-disable comments 55b6ae1
  • Discourage npm packages with native alternatives 92549e8
  • Remove deprecated rules 7e2747d
  • Disable redundant ESLint rules for TypeScript files f474625
  • capitalized-comments: Don't capitalize commented-out code aedc832

v0.51.0

Compare Source

Breaking

  • The package now exports a function instead of an array. Update your eslint.config.js:
-export default eslintConfigXo;
+export default [...eslintConfigXo()];
  • Removed the ./space and ./browser sub-path exports. Use the space and browser options instead:
export default [...eslintConfigXo({space: true, browser: true})];
  • Requires ESLint 10 and Node.js 20.19+.

Improvements

  • Merged eslint-config-xo-typescript: TypeScript rules are now included. No need to install a separate package.
  • Merged plugin configs from XO: Includes eslint-plugin-unicorn, eslint-plugin-import-x, eslint-plugin-n, eslint-plugin-ava, @eslint-community/eslint-plugin-eslint-comments, and a built-in no-use-extend-native rule. Previously these were only available through the XO CLI.
  • Added semicolon option
  • Added TypeScript declaration file
  • Add no-shadow rule 4cec7d2

v0.50.0

Compare Source

Breaking
New rules
Improvements
  • no-sequences: Add allowInParentheses: false 391d4c8

v0.49.0

Compare Source

Breaking
New rules

v0.48.0

Compare Source


v0.47.0

Compare Source

  • capitalized-comments: Support biome ignore comments (#​90) 518f523
  • Add @stylistic/curly-newline rule e1fe11c
  • Add JSON plugin 6a547b5
  • capitalized-comments: Add v8 to the ignorePattern option (#​88) 4bb2399

v0.46.0

Compare Source

New rules
Breaking
Improvements

v0.45.0

Compare Source

  • Allow class fields with no blank lines between (#​85) 6f2ff13

v0.44.0

Compare Source

Breaking
New rules
Improvements
  • Ban atob and btoa dfa969c
  • Replace deprecated no-new-object rule 7f8f92e
  • no-unused-vars: Allow ignoring variables by prefixing with underscore b31ab8a

v0.43.1

Compare Source

  • Disable logical-assignment-operators rule until we target Node.js 16 ffb7d6e

v0.43.0

Compare Source

v0.42.0

Compare Source

v0.41.0

Compare Source

v0.40.0

Compare Source

Breaking
  • Require ESLint 8 and Node.js 12 da1fd09
Improvements
  • Remove default-param-last rule 5f341e2
  • Avoid explicit return arrows in object-shorthand rule (#​76) db4809a

v0.39.0

Compare Source

v0.38.0

Compare Source

  • Add option to no-unsafe-negation rule e5c4861

v0.37.0

Compare Source

v0.36.0

Compare Source

Breaking
Improvements
  • Add more deprecated Node.js modules to no-restricted-imports eafbd8f
  • Remove unnecessary no-restricted-syntax rule (#​69) 23a5718

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.

@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.36.0 Update dependency eslint-config-xo to v0.37.0 Jun 16, 2021
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 383093d to 2c9dddd Compare June 16, 2021 16:10
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 2c9dddd to 5a7c7df Compare October 19, 2021 00:42
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.37.0 Update dependency eslint-config-xo to v0.39.0 Oct 19, 2021
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 5a7c7df to 87c7b16 Compare March 7, 2022 08:44
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.39.0 Update dependency eslint-config-xo to v0.40.0 Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 87c7b16 to 97f49b2 Compare June 18, 2022 18:09
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.40.0 Update dependency eslint-config-xo to v0.41.0 Jun 18, 2022
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.41.0 Update dependency eslint-config-xo to v0.42.0 Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 97f49b2 to 970efbc Compare September 25, 2022 11:48
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 970efbc to 50ebcb6 Compare November 20, 2022 12:13
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.42.0 Update dependency eslint-config-xo to v0.43.1 Nov 20, 2022
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.43.1 Update dependency eslint-config-xo to v0.44.0 Feb 6, 2024
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 50ebcb6 to 0cbe2fa Compare February 6, 2024 10:57
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 0cbe2fa to d95b99d Compare May 6, 2024 21:40
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.44.0 Update dependency eslint-config-xo to v0.45.0 May 6, 2024
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from d95b99d to b42c74d Compare August 3, 2024 16:23
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.45.0 Update dependency eslint-config-xo to v0.46.0 Aug 3, 2024
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from b42c74d to c4a4271 Compare April 24, 2025 11:47
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.46.0 Update dependency eslint-config-xo to v0.47.0 Apr 24, 2025
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from c4a4271 to 027815e Compare July 22, 2025 16:40
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.47.0 Update dependency eslint-config-xo to v0.48.0 Jul 22, 2025
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from b15d812 to 65bfcc3 Compare August 13, 2025 12:42
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from 9e9ae5a to aa35c71 Compare August 19, 2025 20:03
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.48.0 Update dependency eslint-config-xo to v0.49.0 Aug 19, 2025
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from aa35c71 to dc52988 Compare August 31, 2025 11:49
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from dc52988 to 3e142a3 Compare September 25, 2025 18:09
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 3e142a3 to 8beabe8 Compare October 21, 2025 19:03
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from fa57cd4 to 235d869 Compare November 18, 2025 13:45
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 235d869 to 98a09a7 Compare December 3, 2025 15:40
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 98a09a7 to 1f9a7b1 Compare December 31, 2025 18:49
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 1f9a7b1 to 23cc7f2 Compare January 8, 2026 21:03
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from c318765 to b77334f Compare January 23, 2026 21:04
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from b77334f to 86e5512 Compare February 2, 2026 15:48
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.49.0 Update dependency eslint-config-xo to v0.50.0 Feb 7, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from 667b5ec to 43461c6 Compare February 12, 2026 13:13
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 43461c6 to 685542c Compare February 17, 2026 17:55
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 685542c to 4284644 Compare March 5, 2026 16:56
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 4284644 to 9d27b2f Compare March 13, 2026 13:05
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 9d27b2f to 705b02e Compare March 24, 2026 15:15
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.50.0 Update dependency eslint-config-xo to v0.51.0 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from 5650196 to 6d52a2a Compare April 8, 2026 16:05
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 6d52a2a to 1934eb4 Compare April 29, 2026 17:57
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from 7a77e93 to 456ce40 Compare May 15, 2026 10:27
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.51.0 Update dependency eslint-config-xo to v0.52.0 May 15, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 456ce40 to 7d718cc Compare May 18, 2026 13:38
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from ecb7c8c to e248729 Compare June 2, 2026 00:09
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from e248729 to e291f86 Compare June 11, 2026 22:09
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.52.0 Update dependency eslint-config-xo to v0.53.1 Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from e291f86 to 32b69e1 Compare June 17, 2026 04:02
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.53.1 Update dependency eslint-config-xo to v0.53.2 Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 32b69e1 to df2ef29 Compare June 17, 2026 12:05
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.

0 participants