Skip to content
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

fix(deps): update eslint packages (major) #193

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stylistic/eslint-plugin (source) ^1.8.1 -> ^2.3.0 age adoption passing confidence
eslint (source) ^8.57.0 -> ^9.6.0 age adoption passing confidence
eslint-plugin-deprecation ^2.0.0 -> ^3.0.0 age adoption passing confidence
eslint-plugin-jest ^27.9.0 -> ^28.6.0 age adoption passing confidence
eslint-plugin-n ^16.6.2 -> ^17.9.0 age adoption passing confidence

Release Notes

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

v2.3.0

Compare Source

Features
  • js/array-element-newline: options multiline and consistent combination (#​445) (cfd3327)
  • ts: add object-curly-newline and object-property-newline (#​444) (036d3de)
Bug Fixes
  • jsx-indent: deprecate jsx-indent rule in favor of indent (#​447) (57dd2e8)

v2.2.2

Compare Source

Bug Fixes
Documentation
Chores

v2.2.1

Compare Source

Bug Fixes
  • indent: correct indentation in chained methods calls with generics (#​424) (4ba8b08)
  • indent: handle undefined node.decorators when tsParser is not configured (#​422) (3d63054)

v2.2.0

Compare Source

Features
Bug Fixes
  • indent: correct indentation for PropertyDefinition with decorators (#​416) (4b4d27c)
  • make plugin assignable to ESLint.Plugin (#​418) (9887ead)
  • quotes: allow template literals to avoid escape sequences (#​410) (1891c5f)

v2.1.0

Compare Source

Features
  • js: port multiline-comment-style and line-comment-position (#​389) (e3212fe)

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • requires Node ^18.18.0 || ^20.9.0 || >=21.1.0, bump deps (#​337)
Features
  • requires Node ^18.18.0 || ^20.9.0 || >=21.1.0, bump deps (#​337) (300ce2c)
eslint/eslint (eslint)

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

gund/eslint-plugin-deprecation (eslint-plugin-deprecation)

v3.0.0

Compare Source

Features
  • add plugin meta and support typescript-eslint@7 (#​86) (1365f7f)
BREAKING CHANGES
  • Dropped support for ESLint v7.

  • feat: add plugin meta and support typescript-eslint@7

  • Update package.json

Co-authored-by: Alex Malkevich 3644678+gund@users.noreply.github.com

  • Updated lockfile and other dependencies

  • skipLibCheck too

  • Goodbye, ESLint v7

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.6.0

Compare Source

Features

v28.5.0

Compare Source

Features
  • allow @typescript-eslint/utils v7 as a direct dependency (#​1567) (1476f10)

v28.4.0

Compare Source

Features
  • valid-expect: supporting automatically fixing missing await in some cases (#​1574) (a407098)

v28.3.0

Compare Source

Features

v28.2.0

Compare Source

Features

28.1.1 (2024-04-06)

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.1

Compare Source

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.0

Compare Source

Features

v28.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Node v19 is no longer supported
  • removed unneeded snapshot processor and flat/snapshot config
  • dropped support for @typescript-eslint/eslint-plugin v5
  • dropped support for Node v14
  • removed no-if in favor of no-conditional-in-test
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.9.0

Compare Source

🌟 Features
  • Add flag ignorePrivate to no-unpublished-x rules (#​298) (0609431)

v17.8.1

Compare Source

🩹 Fixes

v17.8.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.7.0

Compare Source

🌟 Features
  • hashbang: Add support to map extensions to executables (#​278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#​276) (4a685c0)
🩹 Fixes
  • node-builtins: Remove "node:" prefix from "ignores" message (#​277) (704f0b9)
📚 Documentation
  • node-builtins: Specify that only static properties are supported (#​272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#​275) (cb8ffa6)

v17.6.0

Compare Source

🌟 Features
📚 Documentation

v17.5.1

Compare Source

🩹 Fixes

v17.5.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.4.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules version comparation (#​257) (5c67787)
🧹 Chores

v17.3.1: Release 17.3.1

Compare Source

  • Revert "fix: unsupported-features/node-builtins-modules range compare" (#​254) (caecf3e)

v17.3.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules range compare (#​252) (d50ae85)
🧹 Chores

v17.2.1

Compare Source

🩹 Fixes
🧹 Chores

v17.2.0

Compare Source

🌟 Features
  • no-missing-imports: add tryExtensions option (#​228) (ae5329c)
  • no-unsupported-features: ✨ Update to node v20.12.0/v21.7.0 (#​229) (a8d0539)
🩹 Fixes

v17.1.0

Compare Source

🌟 Features
📚 Documentation

v17.0.0

Compare Source

Chores
  • use ts-ignore-import to lighten the dependencies (#​219) (fb0aaae)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 6, 2024
Copy link
Contributor Author

renovate bot commented Apr 6, 2024

⚠ 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: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/eslint-plugin@7.8.0
npm error Found: eslint@9.2.0
npm error node_modules/eslint
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.8.0
npm error     node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.8.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         peer @typescript-eslint/eslint-plugin@"^7.8.0" from @mscharley/eslint-config@3.1.3
npm error         presets/eslint
npm error         1 more (eslint-plugin-jest)
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.8.0
npm error     node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.8.0" from @typescript-eslint/type-utils@7.8.0
npm error       node_modules/@typescript-eslint/type-utils
npm error         @typescript-eslint/type-utils@"7.8.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error         node_modules/@typescript-eslint/eslint-plugin
npm error     4 more (@typescript-eslint/utils, eslint-plugin-es-x, eslint, eslint-plugin-n)
npm error   peer eslint@">=8.40.0" from @stylistic/eslint-plugin@1.8.0
npm error   node_modules/@stylistic/eslint-plugin
npm error     peer @stylistic/eslint-plugin@"^1.8.0" from @mscharley/eslint-config@3.1.3
npm error     presets/eslint
npm error       @mscharley/eslint-config@3.1.3
npm error       node_modules/@mscharley/eslint-config
npm error         workspace presets/eslint from the root project
npm error         1 more (@mscharley/bootstrap-node)
npm error   10 more (@stylistic/eslint-plugin-js, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error node_modules/@typescript-eslint/eslint-plugin
npm error   peer @typescript-eslint/eslint-plugin@"^7.8.0" from @mscharley/eslint-config@3.1.3
npm error   presets/eslint
npm error     @mscharley/eslint-config@3.1.3
npm error     node_modules/@mscharley/eslint-config
npm error       workspace presets/eslint from the root project
npm error       1 more (@mscharley/bootstrap-node)
npm error   peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0" from eslint-plugin-jest@28.5.0
npm error   node_modules/eslint-plugin-jest
npm error     peer eslint-plugin-jest@"^28.5.0" from @mscharley/eslint-config@3.1.3
npm error     presets/eslint
npm error       @mscharley/eslint-config@3.1.3
npm error       node_modules/@mscharley/eslint-config
npm error
npm error Conflicting peer dependency: eslint@8.57.0
npm error node_modules/eslint
npm error   peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     peer @typescript-eslint/eslint-plugin@"^7.8.0" from @mscharley/eslint-config@3.1.3
npm error     presets/eslint
npm error       @mscharley/eslint-config@3.1.3
npm error       node_modules/@mscharley/eslint-config
npm error         workspace presets/eslint from the root project
npm error         1 more (@mscharley/bootstrap-node)
npm error     peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0" from eslint-plugin-jest@28.5.0
npm error     node_modules/eslint-plugin-jest
npm error       peer eslint-plugin-jest@"^28.5.0" from @mscharley/eslint-config@3.1.3
npm error       presets/eslint
npm error         @mscharley/eslint-config@3.1.3
npm error         node_modules/@mscharley/eslint-config
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-06T22_56_13_917Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-06T22_56_13_917Z-debug-0.log

Copy link

changeset-bot bot commented Apr 6, 2024

🦋 Changeset detected

Latest commit: a059573

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@mscharley/eslint-config Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot force-pushed the renovate/major-eslint-packages branch from d5dcd28 to 543ea35 Compare April 6, 2024 07:18
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch from decfe36 to 8e52ee5 Compare April 6, 2024 10:39
@renovate renovate bot changed the title fix(deps): update dependency eslint to v9 fix(deps): update eslint packages (major) Apr 6, 2024
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch 5 times, most recently from 8467935 to d18653c Compare April 8, 2024 18:08
@renovate renovate bot changed the title fix(deps): update eslint packages (major) fix(deps): update dependency eslint to v9 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch from 3be0426 to 7533fbe Compare April 9, 2024 10:49
@renovate renovate bot changed the title fix(deps): update dependency eslint to v9 fix(deps): update eslint packages (major) Apr 9, 2024
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch 7 times, most recently from c2a3693 to 8c86ed9 Compare April 13, 2024 14:35
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch 4 times, most recently from ab00e4f to b8d37c9 Compare April 22, 2024 21:53
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch 4 times, most recently from 92099e2 to 8b0a238 Compare April 27, 2024 16:20
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch 6 times, most recently from d0d8de9 to c90ed09 Compare June 15, 2024 18:06
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch 11 times, most recently from 5438765 to 941b216 Compare June 23, 2024 21:14
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch 5 times, most recently from 5481796 to 5c8f9d7 Compare July 1, 2024 17:25
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch 3 times, most recently from efdbddd to 7cd2702 Compare July 6, 2024 04:01
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch 2 times, most recently from 723a353 to bd64f9c Compare July 13, 2024 01:57
@renovate renovate bot force-pushed the renovate/major-eslint-packages branch from b537de2 to d283c2f Compare July 14, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants