Skip to content

Bump the npm-dev-deps group across 1 directory with 2 updates#22

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-dev-deps-a80c28723b
Open

Bump the npm-dev-deps group across 1 directory with 2 updates#22
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-dev-deps-a80c28723b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dev-deps group with 2 updates in the / directory: eslint-config-xo and eslint-plugin-unicorn.

Updates eslint-config-xo from 0.52.0 to 0.53.2

Release notes

Sourced from eslint-config-xo's releases.

v0.53.2

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

xojs/eslint-config-xo@v0.53.1...v0.53.2

v0.53.1

  • Fix conflicting rules 6165417

xojs/eslint-config-xo@v0.53.0...v0.53.1

v0.53.0

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

... (truncated)

Commits

Updates eslint-plugin-unicorn from 66.0.0 to 68.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v68.0.0

Breaking

Awesome

Now 300+ rules 🎉

New rules

Improvements

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 22, 2026
@github-actions github-actions Bot requested a review from syyyr June 22, 2026 06:10
Bumps the npm-dev-deps group with 2 updates in the / directory: [eslint-config-xo](https://github.com/xojs/eslint-config-xo) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn).


Updates `eslint-config-xo` from 0.52.0 to 0.53.2
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](xojs/eslint-config-xo@v0.52.0...v0.53.2)

Updates `eslint-plugin-unicorn` from 66.0.0 to 68.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v66.0.0...v68.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-xo
  dependency-version: 0.53.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: eslint-plugin-unicorn
  dependency-version: 68.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the npm-dev-deps group with 2 updates Bump the npm-dev-deps group across 1 directory with 2 updates Jun 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-dev-deps-a80c28723b branch from c299b09 to 64d7858 Compare June 22, 2026 08:21
This commit was created from the local commit with hash b98d0414366e3c4f7a88d209d863a1c8c3b3a2fa.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant