Skip to content

chore(deps): update linters (major) #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-import-resolver-typescript 3.7.0 -> 4.3.5 age adoption passing confidence
eslint-plugin-unicorn 56.0.1 -> 59.0.1 age adoption passing confidence

Release Notes

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.3.5

Compare Source

Patch Changes

v4.3.4

Compare Source

Patch Changes

v4.3.3

Compare Source

Patch Changes

v4.3.2

Compare Source

Patch Changes

v4.3.1

Compare Source

Patch Changes

v4.3.0

Compare Source

Minor Changes

v4.2.7

Compare Source

Patch Changes

v4.2.6

Compare Source

Patch Changes

v4.2.5

Compare Source

Patch Changes

v4.2.4

Compare Source

Patch Changes
  • #​407 6b183ff Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

v4.2.3

Compare Source

Patch Changes
  • #​402 f21bf15 Thanks @​SunsetTechuila! - fix: don't resolve not implemented node modules in bun

    is-bun-module is marked as dependency, again, for correctness, see isBunImplementedNodeModule for more details

    For Bun users: you don't need to install is-bun-module any more but bun: true option is still required if you're running without bun --bun nor run#bun enabled

v4.2.2

Compare Source

Patch Changes
  • #​397 14a7688 Thanks @​JounQin! - chore: bump rspack-resolver for better P'n'P support

    Now rspack-resolver resolves pnpapi natively.

v4.2.1

Compare Source

Patch Changes

v4.2.0

Compare Source

Minor Changes
  • #​391 c8121e5 Thanks @​JounQin! - feat: make is-bun-module as optional peer dependency

    Technically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects bun users, bun --bun eslint even works without this dependency, so I'd consider this as a minor change.

    So for bun users, there are three options:

    1. install is-bun-module dependency manually and use bun: true option
    2. run eslint with bun --bun eslint w/o bun: true option
    3. enable run#bun in bunfig.toml w/o bun: true option

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes
  • #​387 ef5cd10 Thanks @​JounQin! - feat: add a new bun?: boolean option for bun users - close #​386

    process.versions.bun is unavailable even with bun eslint due to its own design,
    but checking bun modules for non-bun users is incorrect behavior and just wasting time,
    so a new option is added for such case, you can still run with bun --bun eslint without this option enabled

v4.0.0

Compare Source

Major Changes
  • #​368 2fd7c2e Thanks @​JounQin! - feat!: rewrite, speed up by using rspack-resolver which supports references natively under the hood

    BREAKING CHANGES:

    • drop Node 14 support, Node ^16.17.0 || >=18.6 is now required
    • alwaysTryTypes is enabled by default, you can set it as false to opt-out
    • array type of project is discouraged but still supported, single project with references are encouraged for better performance, you can enable noWarnOnMultipleProjects option to supress the warning message
    • root tsconfig.json or jsconfig.json will be used automatically if no project provided

v3.10.1

Compare Source

v3.10.0

Compare Source

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.9.1...v3.10.0

v3.9.1

Compare Source

Patch Changes

v3.9.0

Compare Source

Minor Changes

v3.8.7

Compare Source

Patch Changes

v3.8.6

Compare Source

Patch Changes

v3.8.5

Compare Source

Patch Changes

v3.8.4

Compare Source

Patch Changes

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes
  • #​345 fcc8883 Thanks @​carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.

  • #​346 c124e87 Thanks @​carlocorradini! - Update get-tsconfig to the the latest version. We now support the ${configDir} variable, introduced in TypeScript 5.5.

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v59.0.1

Compare Source

  • prefer-single-call: Fix crash on CallExpression followed by FunctionDeclaration (#​2639) 3114dd9

v59.0.0

Compare Source

Breaking
  • Rename no-array-push-push rule to prefer-single-call (#​2617) e117783
  • Rename no-length-as-slice-end rule to no-unnecessary-slice-end (#​2614) 1922df1
New rules
Improvements

v58.0.0

Compare Source

Potentially breaking
  • Update engines.node in package.json to match real compatibility (#​2581) e48a620
Improvements
Fixes
  • no-unnecessary-polyfills: Fix browserslist field name (#​2603) 1a4c76f
  • no-unnecessary-polyfills: Fix crash on checking es6-error module (#​2582) 66de41a
  • no-accessor-recursion: Fix exception when used in CommonJS (#​2574) ca1e432

v57.0.0

Compare Source

Breaking
New rules
Improvements
Fixes


Configuration

📅 Schedule: Branch creation - "after 5am on Saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-linters branch from 33f2e83 to cd48163 Compare March 17, 2025 00:39
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v57 chore(deps): update linters (major) Mar 17, 2025
@renovate renovate bot force-pushed the renovate/major-linters branch 5 times, most recently from c1ce007 to dcea923 Compare March 24, 2025 14:01
@renovate renovate bot force-pushed the renovate/major-linters branch 5 times, most recently from 5611892 to 2967055 Compare March 29, 2025 20:56
@renovate renovate bot force-pushed the renovate/major-linters branch from 2967055 to eecb106 Compare April 7, 2025 05:19
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 420edb0 to b9a754f Compare April 21, 2025 17:02
@renovate renovate bot force-pushed the renovate/major-linters branch from b9a754f to 441b160 Compare April 27, 2025 16:41
@renovate renovate bot force-pushed the renovate/major-linters branch from 441b160 to 863d545 Compare May 6, 2025 09:05
@renovate renovate bot force-pushed the renovate/major-linters branch from 863d545 to e8f9a06 Compare May 18, 2025 08:58
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