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 test packages (major) #191

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
c8 7.14.0 -> 9.1.0 age adoption passing confidence
vitest (source) 0.31.4 -> 1.6.0 age adoption passing confidence

Release Notes

bcoe/c8 (c8)

v9.1.0

Compare Source

Features
Bug Fixes
  • refactor: remove stale check for createDynamicModule (5e18365)

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • build: minimum Node.js version is now 14.14.0
Features
  • build: minimum Node.js version is now 14.14.0 (2cdc86b)
  • deps: update foreground-child to promise API (#​512) (b46b640)
  • deps: use Node.js built in rm (2cdc86b)

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • dropped Node 10 support (#​475)
Miscellaneous Chores
vitest-dev/vitest (vitest)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

v1.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.3.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v1.2.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.1.2

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am on Monday" (UTC).

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

@socket-security
Copy link

socket-security bot commented Jul 2, 2023

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

Package New capabilities Transitives Size Publisher
npm/c8@9.1.0 filesystem, unsafe Transitive: environment, shell +15 839 kB oss-bot

View full report↗︎

@codecov-commenter
Copy link

codecov-commenter commented Jul 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (4d0cd37) 100.00% compared to head (51bf374) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #191   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           39        39           
  Branches         6         6           
=========================================
  Hits            39        39           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-test-packages branch from 14745fb to 99d9b9f Compare July 25, 2023 17:09
@renovate renovate bot force-pushed the renovate/major-test-packages branch from 99d9b9f to 51bf374 Compare August 10, 2023 18:24
@renovate renovate bot changed the title chore(deps): update devdependency c8 to v8 chore(deps): update test packages (major) Dec 4, 2023
@renovate renovate bot force-pushed the renovate/major-test-packages branch 5 times, most recently from 7dc3667 to ef24071 Compare December 9, 2023 19:25
@renovate renovate bot force-pushed the renovate/major-test-packages branch from ef24071 to 236659f Compare December 18, 2023 01:42
Copy link

coderabbitai bot commented Dec 18, 2023

Important

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


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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

@renovate renovate bot force-pushed the renovate/major-test-packages branch from 236659f to d6c82b7 Compare December 19, 2023 15:05
@renovate renovate bot force-pushed the renovate/major-test-packages branch 4 times, most recently from a821b1e to cd14a23 Compare January 5, 2024 10:49
@renovate renovate bot force-pushed the renovate/major-test-packages branch 4 times, most recently from 78491d2 to d7c08c1 Compare January 17, 2024 19:25
@renovate renovate bot force-pushed the renovate/major-test-packages branch from d7c08c1 to 6434ef0 Compare January 26, 2024 17:46
@renovate renovate bot force-pushed the renovate/major-test-packages branch 2 times, most recently from d112ba1 to 329c3cf Compare February 16, 2024 18:27
@renovate renovate bot force-pushed the renovate/major-test-packages branch from 329c3cf to 311f12e Compare February 20, 2024 17:15
@renovate renovate bot force-pushed the renovate/major-test-packages branch 2 times, most recently from 5497653 to 357a6ac Compare March 15, 2024 12:59
@renovate renovate bot force-pushed the renovate/major-test-packages branch from 357a6ac to c057067 Compare March 25, 2024 02:27
@renovate renovate bot force-pushed the renovate/major-test-packages branch from c057067 to 58c6e50 Compare April 1, 2024 03:11
@renovate renovate bot force-pushed the renovate/major-test-packages branch 2 times, most recently from 303fcff to 3de458f Compare April 11, 2024 19:23
@renovate renovate bot force-pushed the renovate/major-test-packages branch 4 times, most recently from a121997 to 2980070 Compare April 29, 2024 00:32
@renovate renovate bot force-pushed the renovate/major-test-packages branch 2 times, most recently from e66cca5 to fd1014f Compare May 3, 2024 15:45
@renovate renovate bot force-pushed the renovate/major-test-packages branch from fd1014f to 814ef48 Compare May 13, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant