Skip to content

fix(deps): update eslint rule and plugin updates (major) #231

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 Jan 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stylistic/eslint-plugin (source) 2.13.0 -> 4.2.0 age adoption passing confidence
eslint-import-resolver-typescript 3.9.1 -> 4.3.4 age adoption passing confidence
eslint-plugin-unicorn 56.0.1 -> 59.0.0 age adoption passing confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v4.2.0

Compare Source

Features
  • config: update yield-star-spacing and generator-star-spacing config to align with Prettier (86d17c8)
Documentation

v4.1.0

Compare Source

Features
  • add module.exports named export for require(esm) compatibility (#​700) (668c955)
Documentation
Chores

v4.0.1

Compare Source

Bug Fixes
  • indent-binary-ops: handle { for left token check (#​693) (7f2740e)
Chores

v4.0.0

Compare Source

Features
Chores

v3.1.0

Compare Source

Features
  • generic-spacing: remove spaces in type param instantiation (#​677) (2a29e28)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • indent-binary-ops: remove unnecessary logic (#​645)
  • cross test function-call-spacing (#​565)
  • comma-style: turn off all exceptions option by default (#​602)
Features
  • comma-style: turn off all exceptions option by default (#​602) (c424d63)
  • cross test function-call-spacing (#​565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#​643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#​667) (8dd68e2)
Bug Fixes
  • jsx-wrap-multilines: prevent crash when using tabs (#​653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)
Documentation
Chores
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

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

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

v59.0.0

Compare Source

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 - 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.

👻 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 added the renovate label Jan 26, 2025
@renovate renovate bot requested a review from frantic1048 January 26, 2025 08:33
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 88e51c9 to af1e62a Compare January 26, 2025 08:33
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from af1e62a to f940342 Compare January 29, 2025 16:55
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from f940342 to a6f4621 Compare January 29, 2025 16:56
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from a6f4621 to 32fa39f Compare February 8, 2025 06:04
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 32fa39f to 7f7d526 Compare February 8, 2025 06:05
@renovate renovate bot changed the title fix(deps): update dependency @stylistic/eslint-plugin to v3 fix(deps): update eslint rule and plugin updates (major) Feb 17, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 7f7d526 to b090f33 Compare February 17, 2025 19:34
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from b090f33 to a86c0c0 Compare February 17, 2025 19:35
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from a86c0c0 to 83bfe86 Compare February 18, 2025 10:59
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 83bfe86 to 61a004b Compare February 18, 2025 10:59
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 61a004b to 18cec3f Compare February 19, 2025 12:31
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 18cec3f to 6919fe1 Compare February 19, 2025 12:32
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 6919fe1 to 88e3d90 Compare February 25, 2025 09:34
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 88e3d90 to b562a79 Compare February 25, 2025 09:35
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from b562a79 to 8bc130e Compare February 26, 2025 10:48
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 8bc130e to 03a7391 Compare February 26, 2025 10:49
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 03a7391 to bcc62e1 Compare March 3, 2025 10:27
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from bcc62e1 to b00b554 Compare March 3, 2025 10:28
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from b00b554 to 1f3ff6c Compare March 17, 2025 03:30
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 1f3ff6c to 33d38c8 Compare March 17, 2025 03:31
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 33d38c8 to 57589b9 Compare March 17, 2025 10:09
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 57589b9 to 9e76a12 Compare March 17, 2025 10:10
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 9e76a12 to 2cc20b7 Compare March 17, 2025 17:33
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 2cc20b7 to f615414 Compare March 17, 2025 17:34
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from f615414 to 7bd253d Compare March 18, 2025 06:13
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 7bd253d to 9862b78 Compare March 18, 2025 06:14
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 9862b78 to a96abb5 Compare March 18, 2025 12:45
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from b0de7a3 to da628cc Compare March 19, 2025 08:44
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from da628cc to 7f13925 Compare March 21, 2025 09:02
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 7f13925 to 9c6c94d Compare March 21, 2025 09:03
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 9c6c94d to fd13c66 Compare March 24, 2025 10:38
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from fd13c66 to 8e4c380 Compare March 24, 2025 10:39
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 8e4c380 to 1dc398b Compare March 25, 2025 13:28
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 1dc398b to 188dd60 Compare March 25, 2025 13:29
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 188dd60 to 983a4d9 Compare March 26, 2025 07:10
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 983a4d9 to 1a5efba Compare March 26, 2025 07:11
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 1a5efba to 38b7c31 Compare March 26, 2025 22:45
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 38b7c31 to c82bcc9 Compare March 26, 2025 22:46
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from c82bcc9 to 63e0fbe Compare March 28, 2025 18:38
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 63e0fbe to 62130aa Compare March 28, 2025 18:40
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 62130aa to c938f25 Compare March 29, 2025 18:23
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from c938f25 to 57c9db8 Compare March 29, 2025 18:24
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 57c9db8 to 11a2e44 Compare March 29, 2025 22:13
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 11a2e44 to 43a55f1 Compare March 29, 2025 22:14
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 43a55f1 to 403e69c Compare April 7, 2025 06:33
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 403e69c to 80adeba Compare April 7, 2025 06:34
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 80adeba to c58b715 Compare April 18, 2025 05:07
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from c58b715 to 211e93b Compare April 18, 2025 05:08
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 211e93b to 37eaca9 Compare April 20, 2025 02:35
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 37eaca9 to 1bb3eda Compare April 20, 2025 02:36
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 1bb3eda to 2e063d6 Compare April 21, 2025 16:17
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 2e063d6 to 5a4d636 Compare April 21, 2025 16:18
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 5a4d636 to 1b6899f Compare April 21, 2025 19:35
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 1b6899f to ffb297c Compare April 21, 2025 19:36
@renovate renovate bot force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from ffb297c to 99a1039 Compare April 27, 2025 15:06
@rainx rainx force-pushed the renovate/major-eslint-rule-and-plugin-updates branch from 99a1039 to d8f1ca1 Compare April 27, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant