Skip to content

build(deps): update dependency @softwareventures/eslint-config to v10 (main)#413

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-softwareventures-eslint-config-10.x
Open

build(deps): update dependency @softwareventures/eslint-config to v10 (main)#413
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-softwareventures-eslint-config-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@softwareventures/eslint-config 7.10.010.0.0 age adoption passing confidence

Release Notes

softwareventures/eslint-config (@​softwareventures/eslint-config)

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: eslint-config now requires typescript-eslint 8.56.1 or later. Earlier versions are
    no longer supported.
  • node: node versions 18, 23 are no longer supported.
  • eslint-config is now an ES Module, so your eslint.config.js file that imports it
    must also be an ES module. The simplest way to achieve this is to rename eslint.config.js to
    eslint.config.mjs.
  • deps: eslint-config now requires eslint v9.x.
  • deps: eslint-config no longer expects a separate tsconfig.test.json file for tests.
  • deps: Only files that are included in tsconfig.json can be linted. You must configure
    eslint to ignore all other files.
  • exports: eslint-config now uses the "exports" field of package.json to restrict consumers
    to importing only the parts of the API that are intended to be public. Consumers may now only
    import "@​softwareventures/eslint-config", it is no longer possible to import from subpaths within
    the module.
  • exports: eslint-config/esm.js is obsolete and has been removed, import eslint-config
    itself instead.
  • deps: eslint-config now requires typescript v5.x.
  • deps: eslint-config now requires eslint-plugin-sonarjs v4.x.
  • deps: eslint-config now requires eslint-plugin-jsdoc v62.x.
  • deps: eslint-config now requires eslint-config-prettier v10.x.
Features
  • convert to ES Module format (9608ec0)
  • declare sideEffects: false (bcbd725)
  • deps: require eslint-config-prettier v10 (78e0400)
  • deps: require eslint-plugin-jsdoc v62 (7d64703)
  • deps: require eslint-plugin-sonarjs v4 (18aab86)
  • deps: require typescript v5 (e3a9caa)
  • deps: require typescript-eslint v8.56.1 or later (3592862)
  • deps: upgrade eslint to v9 (034b291)
  • exports: declare exports explicitly (eb3fdb3)
  • node: drop support for node 18, 23 (c8c39c8)

v9.5.0

Compare Source

Features
  • deps: add support for eslint-plugin-jsdoc v61 and v62 (7ea5826)
Bug Fixes
  • deps: simplify peer dependencies (8d09330)

v9.4.0

Compare Source

Features
  • deps: update dependency eslint-plugin-sonarjs to v4 (#​295) (26e7d79)

v9.3.0

Compare Source

Features
  • deps: add support for eslint-config-prettier v10 (3a49503)
  • deps: update dependency eslint-plugin-sonarjs to v3 (#​256) (d1d5f58)
  • deps: update typescript-eslint to v8 (#​247) (8c6ff43)
  • no-unreachable-loop: replace sonarjs/no-one-iteration-loop with no-unreachable-loop (a3d9e6b)
  • no-unreachable-loop: replace sonarjs/no-one-iteration-loop with no-unreachable-loop (6769846)
Bug Fixes
  • deps: add support for eslint-plugin-jsdoc v51 and 52 (1c76500)

v9.2.3

Compare Source

Bug Fixes
  • deps: add support for eslint-plugin-jsdoc v54, 55, 56, 57, 58, 59 and 60 (db1713a)

v9.2.2

Compare Source

Bug Fixes
  • deps: add support for eslint-plugin-jsdoc v51 and 52 (1c83e98)

v9.2.1

Compare Source

Bug Fixes
  • deps: update peer dependency on typescript to ^4.8.4 || ^5.0.0 (ec24f3d)

v9.2.0

Compare Source

Features
  • deps: add support for eslint-config-prettier v10 (88d9d08)

v9.1.2

Compare Source

v9.1.1

Compare Source

Bug Fixes
  • no-require-imports: disable no-require-imports except for ESM (1e37ff2)

v9.1.0

Compare Source

Features
  • deps: update dependency eslint-plugin-sonarjs to v3 (#​254) (9822990)

v9.0.0

Compare Source

⚠ BREAKING CHANGES
Features
  • deps: add support for eslint-plugin-jsdoc v49 (d0021fe)
  • deps: update typescript-eslint to v8 (0fd72f7)
Bug Fixes
  • deps: delete obsolete ban-types rule (c8555da)
  • deps: disable no-empty-object-type rule (cec217b)

v8.7.0

Compare Source

Features

v8.6.0

Compare Source

Features
  • no-unreachable-loop: replace sonarjs/no-one-iteration-loop with no-unreachable-loop (a3d9e6b)

v8.5.1

Compare Source

Bug Fixes
  • deps: add support for eslint-plugin-jsdoc v51 and 52 (1c76500)

v8.5.0

Compare Source

Features
  • deps: add support for eslint-config-prettier v10 (3a49503)

v8.4.0

Compare Source

Features

v8.3.0

Compare Source

Features
  • deps: update dependency eslint-plugin-sonarjs to v3 (#​256) (d1d5f58)

v8.1.0

Compare Source

Features
  • ban-types: replace ban-types rule with no-wrapper-object-types and no-unsafe-function-type (670d628)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • node: node version 21 is no longer supported.
  • node: node versions < 18, 19 are no longer
    supported.
  • deps: eslint versions earlier than
    v8 are no longer supported.
  • deps: typescript-eslint versions
    earlier than v7 are no longer supported.
Features
  • ban-types: provide a list of suggestions for Object (d28f8c8)
  • deps: drop support for eslint <8 (e6bb92b)
  • deps: drop support for typescript-eslint <7 (c95b436)
  • node: drop support for node < 18, 19 (1abf1bb)
  • node: drop support for node 21 (67adeb0)
Bug Fixes
  • ban-types: add suggestion for Function (54c59a0)

Configuration

📅 Schedule: 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
Copy link
Contributor Author

renovate bot commented Mar 7, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: · Yarn 4.12.0
➤ YN0000: ┌ Resolution step
➤ YN0085: │ + @softwareventures/eslint-config@npm:10.0.0
➤ YN0085: │ - @softwareventures/eslint-config@npm:7.10.0
➤ YN0000: └ Completed in 0s 670ms
➤ YN0000: ┌ Post-resolution validation
➤ YN0060: │ @typescript-eslint/eslint-plugin is listed by your project with version 7.18.0 (pa74cd6), which doesn't satisfy what @softwareventures/eslint-config requests (^8.56.1).
➤ YN0060: │ @typescript-eslint/parser is listed by your project with version 7.18.0 (p35cd7b), which doesn't satisfy what @softwareventures/eslint-config and other dependencies request (but they have non-overlapping ranges!).
➤ YN0060: │ eslint is listed by your project with version 8.57.1 (pd972fe), which doesn't satisfy what @softwareventures/eslint-config and other dependencies request (but they have non-overlapping ranges!).
➤ YN0060: │ eslint-config-prettier is listed by your project with version 9.1.2 (p217ec0), which doesn't satisfy what @softwareventures/eslint-config requests (^10.0.0).
➤ YN0060: │ eslint-plugin-jsdoc is listed by your project with version 48.11.0 (p974849), which doesn't satisfy what @softwareventures/eslint-config requests (^62.0.0).
➤ YN0060: │ eslint-plugin-sonarjs is listed by your project with version 0.25.1 (p6876f2), which doesn't satisfy what @softwareventures/eslint-config requests (^4.0.0).
➤ YN0002: │ @softwareventures/maintain-project@workspace:. doesn't provide @eslint/js (pe490b3), requested by @softwareventures/eslint-config.
➤ YN0086: │ Some peer dependencies are incorrectly met by your project; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0013: │ A package was added to the project (+ 42.6 KiB).
➤ YN0000: └ Completed in 0s 349ms
➤ YN0000: ┌ Link step
➤ YN0073: │ Skipped due to mode=update-lockfile
➤ YN0000: └ Completed
➤ YN0000: · Failed with errors in 1s 270ms

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