Skip to content

chore(deps): update linters to v8#51

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-8-linters
Open

chore(deps): update linters to v8#51
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-8-linters

Conversation

@renovate

@renovate renovate Bot commented Oct 1, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-simple-import-sort ^7.0.0^8.0.0 age confidence

Release Notes

lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)

v8.0.0

Compare Source

Node.js builtin modules prefixed with node: are now in a separate group by default (regex: ^node:), above the packages group. (Node.js builtins without node: are still sorted together with npm packages like before.)

Before:

import fs from "fs";
import _ from "lodash-es";
import { rmSync } from "node:fs";

After:

import { rmSync } from "node:fs";

import fs from "fs";
import _ from "lodash-es";

This is only a breaking change if you use the node: prefix in imports, and only in the form of that you need to autofix your files.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on the first day of the month"
  • 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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@socket-security

socket-security Bot commented Oct 1, 2023

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedeslint-plugin-simple-import-sort@​7.0.0 ⏵ 8.0.010010078 +183100

View full report

@renovate renovate Bot force-pushed the renovate/major-8-linters branch from 2106751 to fa7de21 Compare August 10, 2025 13:48
@renovate renovate Bot force-pushed the renovate/major-8-linters branch from fa7de21 to 987f6de Compare May 12, 2026 13:02
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-simple-import-sort to v8 chore(deps): update linters to v8 Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants