ledgersmb / LedgerSMB

Double-entry accounting & ERP for the web
https://ledgersmb.org
Other
413 stars 150 forks source link

Update dependency eslint-plugin-import-x to v3 (master) #8278

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-import-x 0.5.3 -> 3.0.1 age adoption passing confidence

Release Notes

un-ts/eslint-plugin-import-x (eslint-plugin-import-x) ### [`v3.0.1`](https://togithub.com/un-ts/eslint-plugin-import-x/blob/HEAD/CHANGELOG.md#301) [Compare Source](https://togithub.com/un-ts/eslint-plugin-import-x/compare/v3.0.0...v3.0.1) ##### Patch Changes - [#​109](https://togithub.com/un-ts/eslint-plugin-import-x/pull/109) [`fe3121a`](https://togithub.com/un-ts/eslint-plugin-import-x/commit/fe3121a2d74db1c2178d1ab189ef59b80c5b90c4) Thanks [@​SukkaW](https://togithub.com/SukkaW)! - Make `eslint-plugin-import-x` overall faster by refactoring the `ExportMap` util - [#​111](https://togithub.com/un-ts/eslint-plugin-import-x/pull/111) [`5cce946`](https://togithub.com/un-ts/eslint-plugin-import-x/commit/5cce9461c2863c31af126afb7c59d67deb13a6e7) Thanks [@​SukkaW](https://togithub.com/SukkaW)! - Drastically improve `no-cycle`'s performance by skipping unnecessary BFSes using [Tarjan's SCC](https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm). - [#​109](https://togithub.com/un-ts/eslint-plugin-import-x/pull/109) [`fe3121a`](https://togithub.com/un-ts/eslint-plugin-import-x/commit/fe3121a2d74db1c2178d1ab189ef59b80c5b90c4) Thanks [@​SukkaW](https://togithub.com/SukkaW)! - Make `no-cycle` rule faster ### [`v3.0.0`](https://togithub.com/un-ts/eslint-plugin-import-x/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://togithub.com/un-ts/eslint-plugin-import-x/compare/v0.5.3...v3.0.0) ##### Major Changes - [#​106](https://togithub.com/un-ts/eslint-plugin-import-x/pull/106) [`19f10aa`](https://togithub.com/un-ts/eslint-plugin-import-x/commit/19f10aac038db3764d2e0af464d7db9821355ea4) Thanks [@​SukkaW](https://togithub.com/SukkaW)! - `eslint-plugin-import-x` is a fork of `eslint-plugin-import` that aims to provide a more performant and more lightweight version of the original plugin. Due to the nature of the fork, all `eslint-plugin-import`'s git tags and releases have been copied over to `eslint-plugin-import-x`. This causes version conflicts when publishing new versions of `eslint-plugin-import-x`. To prevent this, we have decided to publish a new major version of `eslint-plugin-import-x` that will not conflict with the original `eslint-plugin-import`'s versions. See also [https://github.com/un-ts/eslint-plugin-import-x/issues/76](https://togithub.com/un-ts/eslint-plugin-import-x/issues/76) ##### Patch Changes - [#​104](https://togithub.com/un-ts/eslint-plugin-import-x/pull/104) [`2d45869`](https://togithub.com/un-ts/eslint-plugin-import-x/commit/2d458695949a3e02792c558dca3caeae7f760fc7) Thanks [@​SukkaW](https://togithub.com/SukkaW)! - Make `no-duplicates` way faster

Configuration

📅 Schedule: Branch creation - "after 11pm on friday,before 7am on saturday" in timezone Etc/Greenwich, 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.



This PR has been generated by Mend Renovate. View repository job log here.