Skip to content

chore(deps-dev): bump the eslint-and-plugins group across 1 directory with 2 updates#82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-and-plugins-2220d35324
Open

chore(deps-dev): bump the eslint-and-plugins group across 1 directory with 2 updates#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-and-plugins-2220d35324

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the eslint-and-plugins group with 2 updates in the / directory: eslint-plugin-simple-import-sort and eslint-plugin-unicorn.

Updates eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0

Changelog

Sourced from eslint-plugin-simple-import-sort's changelog.

Version 13.0.0 (2026-04-06)

This release puts imports from the same source, but with different import styles, in a deterministic order.

// First namespace imports:
import * as Circle from "circle;
// Then default imports:
import createCircle from "circle";
// Then named imports:
import { radius } from "circle";

That is especially useful if you need to have both a namespace import and want to import a few things separately (since that cannot be combined into a single import statement). With the above rule, the imports end up in a deterministic order.

It’s only a breaking change if you import from the same source multiple times in the same file (using different styles), and only in the form that you need to autofix your files.

Thanks to Kannan Goundan (@​cakoose)!

Commits

Updates eslint-plugin-unicorn from 63.0.0 to 65.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v65.0.0

Breaking

  • Drop better-regex rule (#2968) 89dc5dc0
    • It's too broken and it's not feasible to fix it.
  • Rename ignore* boolean options to check* for consistency (#3045) 8acfea1d
  • Rename prefer-dom-node-dataset rule to dom-node-dataset 3f51bc64
  • expiring-todo-comments: Make checkDates option true by default (#3044) 5e31bba7
  • prefer-global-this: Remove exemption for WebWorker-specific APIs (#2926) add2138b

New rules

Improvements

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

github-actions Bot commented Apr 13, 2026

Copy link
Copy Markdown

size-limit report 📦

Path Size
ESM (gzipped) 9.43 KB (0%)
CJS (gzipped) 9.58 KB (0%)

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-and-plugins-2220d35324 branch from 185e9a7 to 96338d6 Compare April 20, 2026 03:37
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-and-plugins-2220d35324 branch from 96338d6 to bbf4765 Compare April 27, 2026 03:38
… with 2 updates

Bumps the eslint-and-plugins group with 2 updates in the / directory: [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn).


Updates `eslint-plugin-simple-import-sort` from 12.1.1 to 13.0.0
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v12.1.1...v13.0.0)

Updates `eslint-plugin-unicorn` from 63.0.0 to 65.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v63.0.0...v65.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint-and-plugins
- dependency-name: eslint-plugin-unicorn
  dependency-version: 64.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint-and-plugins
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-and-plugins-2220d35324 branch from bbf4765 to 6f3af53 Compare June 8, 2026 03:35
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