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(deps): update eslint (minor) #53

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-n ^17.11.1 -> ^17.13.2 age adoption passing confidence
eslint-plugin-vitest ^0.4.1 -> ^0.5.4 age adoption passing confidence

Release Notes

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

v17.13.2

Compare Source

🩹 Fixes
  • no-missing-require: handle multiple resolvePaths (#​383) (df6ad2a)

v17.13.1

Compare Source

🩹 Fixes

v17.13.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.12.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores
veritem/eslint-plugin-vitest (eslint-plugin-vitest)

v0.5.4

Compare Source

Features
  • support old Eslint configuration
  • update dependencies

v0.5.3

Compare Source

Bug Fixes

v0.5.2

Compare Source

Features

v0.5.1

Compare Source

Bug Fixes
  • no-focused-tests: support .each template strings (#​420) (36e5b9a)

v0.5.0

Compare Source

‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0


Configuration

📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, 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 requested a review from prisis as a code owner June 19, 2024 15:14
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Jun 19, 2024
Copy link
Contributor

github-actions bot commented Jun 19, 2024

Thank you for following the naming conventions! 🙏

Copy link

socket-security bot commented Jun 19, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] filesystem Transitive: unsafe +8 2.3 MB eslint-community-bot, weiran.zsd
npm/[email protected] Transitive: filesystem +16 2.75 MB veritem

🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.81%. Comparing base (3f1ecd1) to head (f02d04f).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #53   +/-   ##
=======================================
  Coverage   57.81%   57.81%           
=======================================
  Files          24       24           
  Lines         595      595           
  Branches       75      101   +26     
=======================================
  Hits          344      344           
+ Misses        248      239    -9     
- Partials        3       12    +9     
Flag Coverage Δ
rc 91.66% <ø> (ø)
semantic-release-pnpm 50.30% <ø> (ø)

see 9 files with indirect coverage changes

@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 89229b8 to 30e6153 Compare July 3, 2024 09:17
@renovate renovate bot force-pushed the renovate/eslint branch 3 times, most recently from fc507f8 to dbe70d5 Compare July 29, 2024 09:28
Copy link

socket-security bot commented Aug 5, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from e8bebeb to bee0baf Compare August 26, 2024 08:32
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from aa4fc39 to 6162c09 Compare September 24, 2024 12:21
@renovate renovate bot force-pushed the renovate/eslint branch 5 times, most recently from ed6b309 to 6f11af8 Compare October 2, 2024 10:49
@renovate renovate bot force-pushed the renovate/eslint branch 4 times, most recently from ba2f91a to 92c0385 Compare October 9, 2024 14:06
@renovate renovate bot changed the title chore(deps): update eslint (minor) chore(deps): update dependency eslint-plugin-vitest to ^0.5.4 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/eslint branch 5 times, most recently from 1c645ee to b94cd36 Compare October 25, 2024 10:36
@renovate renovate bot enabled auto-merge (squash) October 28, 2024 10:19
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 117fddc to ed854bd Compare October 30, 2024 14:41
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-vitest to ^0.5.4 chore(deps): update eslint (minor) Oct 30, 2024
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 21b11d5 to b685d36 Compare November 4, 2024 11:55
Copy link

coderabbitai bot commented Nov 7, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants