Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

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

This PR contains the following updates:

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

Release Notes

bcoe/c8 (c8)

v10.1.2

Compare Source

Bug Fixes
  • deps: make monocart-coverage-reports an optional with meta defined (3b91fda)

v10.1.1

Compare Source

Bug Fixes

v10.1.0

Compare Source

Features

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: Node 18 is now the minimum supported Node.js version
Bug Fixes
  • deps: update test-exclude with new glob / minimatch (#​531) (e33cf30)

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)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.2

Compare Source

v2.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0

Compare Source

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes
🚀 Features

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 was generated by Mend Renovate. View the repository job log.

@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@10.1.2 filesystem, unsafe Transitive: environment, shell +23 1.03 MB 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

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.

@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 2 times, most recently from 987672b to 7ed53aa Compare May 27, 2024 03:05
@renovate renovate bot force-pushed the renovate/major-test-packages branch 2 times, most recently from 71aecb3 to 27dbba2 Compare June 10, 2024 01:13
@renovate renovate bot force-pushed the renovate/major-test-packages branch 4 times, most recently from bb50367 to 76fec3c Compare June 13, 2024 01:22
@renovate renovate bot force-pushed the renovate/major-test-packages branch 4 times, most recently from f5a3827 to ed5a126 Compare July 10, 2024 16:55
@renovate renovate bot force-pushed the renovate/major-test-packages branch from ed5a126 to a2a43fd Compare July 15, 2024 10:39
@renovate renovate bot force-pushed the renovate/major-test-packages branch 3 times, most recently from 9513ed4 to bf06a60 Compare July 29, 2024 03:03
@renovate renovate bot force-pushed the renovate/major-test-packages branch from bf06a60 to 3d783fb Compare July 31, 2024 12:35
@renovate renovate bot force-pushed the renovate/major-test-packages branch 2 times, most recently from 73fa245 to 6ae715a Compare August 22, 2024 20:36
@renovate renovate bot force-pushed the renovate/major-test-packages branch from 6ae715a to a89ba56 Compare September 2, 2024 00:03
@renovate renovate bot force-pushed the renovate/major-test-packages branch 3 times, most recently from 206bf8f to abe0161 Compare September 13, 2024 18:04
@renovate renovate bot force-pushed the renovate/major-test-packages branch 4 times, most recently from ec7b972 to 6ee29ef Compare September 23, 2024 03:10
@renovate renovate bot force-pushed the renovate/major-test-packages branch from 6ee29ef to 3664b68 Compare September 30, 2024 03:58
@renovate renovate bot force-pushed the renovate/major-test-packages branch from 3664b68 to 8364aee Compare October 2, 2024 18:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant