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

Update Npm non-major dependencies #53

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.9.0 -> 9.9.1 age adoption passing confidence
@types/eslint (source) 9.6.0 -> 9.6.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.2.0 -> 8.3.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.2.0 -> 8.3.0 age adoption passing confidence
@vitest/eslint-plugin 1.0.3 -> 1.0.5 age adoption passing confidence
eslint (source) 9.9.0 -> 9.9.1 age adoption passing confidence
eslint-import-resolver-typescript 3.6.1 -> 3.6.3 age adoption passing confidence
eslint-plugin-perfectionist (source) 3.2.0 -> 3.3.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.9.1

Compare Source

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#​18736) (Amaresh S M)

Documentation

Chores

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

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule
🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.3.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.0.5

Compare Source

Bug Fixes

v1.0.4

Compare Source

Bug Fixes
  • valid-describe-callback: remove noAsyncDescribeCallback (#​517) (117312f)
eslint/eslint (eslint)

v9.9.1

Compare Source

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

v3.6.3

Compare Source

Patch Changes
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v3.3.0

Compare Source

compare changes

🚀 Features
  • Improve checking if a member is private in sort-classes rule (4e19b94)
  • Add static-block and accessor-property to default groups in sort-classes (0c724e0)
  • Don't sort unknown elements if unknown is not referenced in groups (0086427)
  • Add optional modifier in sort-classes rule (27fa7e8)
🐞 Bug Fixes
  • Fix sorting class members with same names (f1f875e)
  • Fix use of case named default in sort-switch-case rule (5583eb0)
  • Take into account dependencies in sort-enums (eeb0534)
❤️ Contributors

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

Copy link
Contributor Author

renovate bot commented Aug 24, 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: [email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error   eslint@"9.9.1" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/[email protected]
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.2.0" from @typescript-eslint/[email protected]
npm error     node_modules/eslint-plugin-storybook/node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"^5.62.0" from [email protected]
npm error       node_modules/eslint-plugin-storybook
npm error         eslint-plugin-storybook@"0.8.0" from the root project
npm error     @eslint-community/eslint-utils@"^4.2.0" from [email protected]
npm error     1 more (@typescript-eslint/utils)
npm error   18 more (@stylistic/eslint-plugin, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" from [email protected]
npm error node_modules/eslint-plugin-import
npm error   eslint-plugin-import@"2.29.1" from the root project
npm error   peerOptional eslint-plugin-import@"*" from [email protected]
npm error   node_modules/eslint-import-resolver-typescript
npm error     eslint-import-resolver-typescript@"3.6.3" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/eslint
npm error   peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" from [email protected]
npm error   node_modules/eslint-plugin-import
npm error     eslint-plugin-import@"2.29.1" from the root project
npm error     peerOptional eslint-plugin-import@"*" from [email protected]
npm error     node_modules/eslint-import-resolver-typescript
npm error       eslint-import-resolver-typescript@"3.6.3" from the root project
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-08-27T18_49_52_155Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-08-27T18_49_52_155Z-debug-0.log

@renovate renovate bot requested a review from a team as a code owner August 24, 2024 01:33
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from a7a524d to 3cef596 Compare August 26, 2024 05:27
@renovate renovate bot changed the title Update Npm non-major dependencies to v9.9.1 Update Npm non-major dependencies Aug 26, 2024
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 2 times, most recently from 1648206 to 9726f97 Compare August 26, 2024 17:24
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from 9726f97 to 82e4f1d Compare August 27, 2024 18:50
@osmestad osmestad merged commit 6bf739d into main Aug 28, 2024
3 checks passed
@osmestad osmestad deleted the renovate/npm-minor-patch branch August 28, 2024 15:08
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.

1 participant