Skip to content

chore(deps): update dependency eslint-config-xo to v0.55.0#212

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

chore(deps): update dependency eslint-config-xo to v0.55.0#212
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-config-xo-0.x

Conversation

@renovate

@renovate renovate Bot commented Dec 9, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v0.55.0

Compare Source

Improvements
  • Allow a few common browser globals (location, history, confirm, screen) to be used without a globalThis. prefix in browser mode 0b4ba8c (#​115)
  • Prefer the autofixable unicorn versions of no-negated-condition and logical-assignment-operators c9bf95b (#​114)
  • Use the type-aware @typescript-eslint/no-unnecessary-template-expression rule in TypeScript c7c6712 (#​113)
  • Update to eslint-plugin-unicorn 69
New rules

v0.54.1

Compare Source

  • Rely on eslint-config-prettier to disable quotes in compat mode b8feb40
  • Disable @html-eslint/require-closing-tags under prettier (#​111) 12fea8a

v0.54.0

Compare Source

Improvements
  • Disable conflicting @html-eslint style rules when prettier is enabled ea75495
  • Disable regexp/prefer-regexp-exec in favor of TS version for TS code 47ad0d9
  • Use unicorn/consistent-boolean-name instead of the naming-convention boolean prefix f933fbf
  • Update to eslint-plugin-unicorn 68

New rules


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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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/eslint-config-xo-0.x branch 3 times, most recently from 84df46c to 9d7eee1 Compare December 9, 2024 21:01
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 9 times, most recently from 333eb97 to 4ce00a3 Compare January 2, 2025 04:37
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 4ce00a3 to fa09756 Compare April 24, 2025 11:46
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.46.0 chore(deps): 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 fa09756 to 4003b6f Compare July 22, 2025 16:48
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.47.0 chore(deps): 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 a9cf01e to 1999958 Compare August 13, 2025 13:02
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 1999958 to c68092c Compare August 19, 2025 19:58
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.48.0 chore(deps): 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 c68092c to e1cf63d Compare August 31, 2025 11:43
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from e1cf63d to d0fab5d Compare September 25, 2025 18:01
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from d0fab5d to c596ade Compare October 21, 2025 19:37
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from c596ade to 4d60c51 Compare November 10, 2025 22:41
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 4d60c51 to 89d4f3c Compare November 18, 2025 23:36
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 89d4f3c to a9bc0a9 Compare December 3, 2025 16:36
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from a9bc0a9 to 6fc1d52 Compare December 31, 2025 18:53
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 6fc1d52 to 9575335 Compare January 8, 2026 20:45
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from a32529e to 79f3e4a Compare January 23, 2026 21:16
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 5e7d7bf to 739d5ed Compare February 7, 2026 10:07
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.49.0 chore(deps): 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 7dbce5f to da5fae7 Compare February 17, 2026 18:11
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from da5fae7 to 7859801 Compare March 5, 2026 16:19
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 7859801 to 7d17a3e Compare March 13, 2026 12:40
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 7d17a3e to 4ef6414 Compare March 24, 2026 15:39
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.50.0 chore(deps): 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 7ec1fd9 to d0e3555 Compare April 1, 2026 15:51
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from d0e3555 to 6f6f032 Compare April 8, 2026 16:10
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 6f6f032 to 39eb1ba Compare April 29, 2026 17:59
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from 7881d70 to 2692e53 Compare May 15, 2026 10:37
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.51.0 chore(deps): 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 2692e53 to 48b9940 Compare May 18, 2026 13:48
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from e407fe3 to cfff268 Compare June 2, 2026 00:42
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from 3107399 to 92bfc69 Compare June 17, 2026 04:15
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.52.0 chore(deps): 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 92bfc69 to a008708 Compare June 17, 2026 11:52
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.53.1 chore(deps): 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 a008708 to 23096b1 Compare June 22, 2026 19:12
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.53.2 chore(deps): update dependency eslint-config-xo to v0.54.0 Jun 22, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 23096b1 to 30b2c6e Compare June 22, 2026 23:39
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.54.0 chore(deps): update dependency eslint-config-xo to v0.54.1 Jun 22, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 30b2c6e to b54125d Compare June 24, 2026 23:05
@renovate renovate Bot changed the title chore(deps): update dependency eslint-config-xo to v0.54.1 chore(deps): update dependency eslint-config-xo to v0.55.0 Jun 24, 2026
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