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

chore: update lint packages (major) #10459

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.57.0 -> ^9.3.0 age adoption passing confidence
eslint-plugin-eslint-plugin ^5.5.1 -> ^6.1.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

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

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

v6.1.0

Compare Source

Features

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • change test-case-property-ordering to add supports languageOptions (#​406)
  • add defaultOptions to meta-property-ordering (#​461)
  • remove consistent-output from recommended (#​462)
  • Add missing deprecated/replacedBy properties to meta-property-ordering rule (#​320)
  • requires node >= 18 & eslint >= 8.23.0 (#​456)
Features

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

Copy link
Contributor Author

renovate bot commented Apr 7, 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   dev eslint@"^9.2.0" from the root project
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/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         dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
npm error         1 more (@loopback/eslint-config)
npm error       1 more (@typescript-eslint/type-utils)
npm error     @eslint-community/eslint-utils@"^4.2.0" from eslint@9.2.0
npm error   31 more (eslint-config-prettier, eslint-plugin-mocha, ...)
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   dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
npm error   @typescript-eslint/eslint-plugin@"^7.8.0" from @loopback/eslint-config@15.0.1
npm error   packages/eslint-config
npm error     @loopback/eslint-config@15.0.1
npm error     node_modules/@loopback/eslint-config
npm error       workspace packages/eslint-config from the root project
npm error       59 more (@loopback/apiconnect, @loopback/authentication-jwt, ...)
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     dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
npm error     @typescript-eslint/eslint-plugin@"^7.8.0" from @loopback/eslint-config@15.0.1
npm error     packages/eslint-config
npm error       @loopback/eslint-config@15.0.1
npm error       node_modules/@loopback/eslint-config
npm error         workspace packages/eslint-config from the root project
npm error         59 more (@loopback/apiconnect, @loopback/authentication-jwt, ...)
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-04T00_14_43_372Z-eresolve-report.txt

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 7, 2024
@renovate renovate bot force-pushed the renovate/major-lint-packages branch 3 times, most recently from e675d19 to 3ad63b6 Compare April 10, 2024 05:25
@renovate renovate bot changed the title chore: update dependency eslint to v9 chore: update lint packages (major) Apr 10, 2024
@renovate renovate bot force-pushed the renovate/major-lint-packages branch from 3ad63b6 to 493a546 Compare April 10, 2024 15:27
@renovate renovate bot force-pushed the renovate/major-lint-packages branch 3 times, most recently from 65788d2 to 072f2ea Compare April 25, 2024 18:11
@renovate renovate bot force-pushed the renovate/major-lint-packages branch 2 times, most recently from 0ee175c to 1eb4eb2 Compare May 4, 2024 00:15
@renovate renovate bot force-pushed the renovate/major-lint-packages branch from 1eb4eb2 to 2771788 Compare May 16, 2024 14:21
Copy link
Contributor Author

renovate bot commented May 16, 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.3.0
npm error node_modules/eslint
npm error   dev eslint@"^9.3.0" from the root project
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/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         dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
npm error         1 more (@loopback/eslint-config)
npm error       1 more (@typescript-eslint/type-utils)
npm error     @eslint-community/eslint-utils@"^4.2.0" from eslint@9.3.0
npm error   31 more (eslint-config-prettier, eslint-plugin-mocha, ...)
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   dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
npm error   @typescript-eslint/eslint-plugin@"^7.8.0" from @loopback/eslint-config@15.0.2
npm error   packages/eslint-config
npm error     @loopback/eslint-config@15.0.2
npm error     node_modules/@loopback/eslint-config
npm error       workspace packages/eslint-config from the root project
npm error       59 more (@loopback/apiconnect, @loopback/authentication-jwt, ...)
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     dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
npm error     @typescript-eslint/eslint-plugin@"^7.8.0" from @loopback/eslint-config@15.0.2
npm error     packages/eslint-config
npm error       @loopback/eslint-config@15.0.2
npm error       node_modules/@loopback/eslint-config
npm error         workspace packages/eslint-config from the root project
npm error         59 more (@loopback/apiconnect, @loopback/authentication-jwt, ...)
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-24T00_54_20_713Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-24T00_54_20_713Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-lint-packages branch 2 times, most recently from 3f9640f to 974c435 Compare May 23, 2024 04:07
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-lint-packages branch from 974c435 to 58ff8fc Compare May 24, 2024 00:54
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