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 #487

Merged
merged 1 commit into from
Sep 21, 2024
Merged

chore(deps): update test packages #487

merged 1 commit into from
Sep 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) 2.0.5 -> 2.1.1 age adoption passing confidence
happy-dom 15.5.0 -> 15.7.4 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.1

   🐞 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
capricorn86/happy-dom (happy-dom)

v15.7.4

Compare Source

v15.7.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug that occurs when checking if a symbol property exists on HTMLSelectElement - By @​Cherry in task #​1526

v15.7.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem where it is not possible to observe again after disconnecting in MutationObserver - By @​capricorn86 in task #​1524

v15.7.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes selector validation and converts selectors to string (e.g. querySelector(['.class'])) - By @​capricorn86 in task #​1507

v15.7.0

Compare Source

v15.6.1

Compare Source

v15.6.0

Compare Source


Configuration

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

🚦 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
Copy link
Contributor Author

renovate bot commented Jun 6, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot changed the title chore(deps): update test packages to v0.32.0 chore(deps): update test packages to v0.32.1 Jun 16, 2023
@renovate renovate bot changed the title chore(deps): update test packages to v0.32.1 chore(deps): update test packages to v0.32.2 Jun 16, 2023
@renovate renovate bot changed the title chore(deps): update test packages to v0.32.2 chore(deps): update test packages to v0.32.3 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/test-packages branch from 51d9961 to 1db8fc5 Compare July 3, 2023 10:06
@renovate renovate bot changed the title chore(deps): update test packages to v0.32.3 chore(deps): update test packages to v0.32.4 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/test-packages branch from 1db8fc5 to a410d1c Compare July 3, 2023 14:07
@renovate renovate bot changed the title chore(deps): update test packages to v0.32.4 chore(deps): update test packages to v0.33.0 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/test-packages branch from a410d1c to f2f8a9b Compare July 6, 2023 15:00
@renovate renovate bot changed the title chore(deps): update test packages to v0.33.0 chore(deps): update test packages Aug 1, 2023
@renovate renovate bot force-pushed the renovate/test-packages branch 3 times, most recently from c3943ea to 722996d Compare August 28, 2023 03:46
@renovate renovate bot force-pushed the renovate/test-packages branch 3 times, most recently from 24ff2dd to bd43fbf Compare September 8, 2023 12:49
@renovate renovate bot force-pushed the renovate/test-packages branch 3 times, most recently from 033be35 to a35759c Compare September 18, 2023 00:32
@renovate renovate bot force-pushed the renovate/test-packages branch 2 times, most recently from 0ee4c66 to 993c05d Compare September 21, 2023 15:31
Copy link

coderabbitai bot commented Mar 20, 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.

Walkthrough

The update involves modifying the version of the happy-dom package in the package.json file multiple times, culminating in the final version being updated from 15.5.0 to 15.7.3. These changes reflect a series of upgrades to the library, which may include various enhancements, bug fixes, or performance improvements introduced in the newer versions.

Changes

File Change Summary
package.json Updated happy-dom version from 15.4.2 to 15.5.0, then from 15.5.0 to 15.6.0, from 15.6.0 to 15.6.1, from 15.6.1 to 15.7.0, from 15.7.0 to 15.7.2, and finally from 15.7.2 to 15.7.3

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant App
    participant HappyDom

    User->>App: Request to use HappyDom
    App->>HappyDom: Initialize with version 15.7.3
    HappyDom-->>App: Return initialized instance
    App-->>User: Response with HappyDom functionality
Loading

Poem

🐇
In the garden where I hop and play,
A new version of joy has come our way!
Happy-dom, oh what a delight,
With upgrades that shine so bright.
Let’s dance and twirl, oh what fun,
For every change, a new day begun!
🌼


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.

Copy link

socket-security bot commented Aug 30, 2024

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

Package New capabilities Transitives Size Publisher
npm/@vitest/[email protected] Transitive: environment, filesystem, shell +63 10.6 MB antfu, oreanno, patak, ...1 more
npm/[email protected] network, shell, unsafe +3 9.8 MB davidortner
npm/[email protected] Transitive: environment, filesystem, shell, unsafe +32 4.04 MB antfu, oreanno, patak, ...1 more

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

View full report↗︎

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between cf86752 and e52743c.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • package.json

@renovate renovate bot changed the title chore(deps): update devdependency happy-dom to v15.6.0 chore(deps): update devdependency happy-dom to v15.6.1 Aug 30, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e52743c and 9374534.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • package.json

@renovate renovate bot changed the title chore(deps): update devdependency happy-dom to v15.6.1 chore(deps): update devdependency happy-dom to v15.7.0 Aug 30, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 9374534 and e45f6d5.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • package.json

@renovate renovate bot changed the title chore(deps): update devdependency happy-dom to v15.7.0 chore(deps): update devdependency happy-dom to v15.7.2 Aug 31, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e45f6d5 and cb13dd7.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • package.json

@renovate renovate bot changed the title chore(deps): update devdependency happy-dom to v15.7.2 chore(deps): update devdependency happy-dom to v15.7.3 Sep 1, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between cb13dd7 and 66d5c15.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • package.json

@renovate renovate bot force-pushed the renovate/test-packages branch 3 times, most recently from eb70f19 to 81c7ce4 Compare September 9, 2024 00:02
@renovate renovate bot changed the title chore(deps): update devdependency happy-dom to v15.7.3 chore(deps): update devdependency happy-dom to v15.7.4 Sep 11, 2024
@renovate renovate bot changed the title chore(deps): update devdependency happy-dom to v15.7.4 chore(deps): update test packages Sep 12, 2024
@renovate renovate bot force-pushed the renovate/test-packages branch 3 times, most recently from 4bd7230 to 60b1d65 Compare September 16, 2024 03:39
@danielroe danielroe merged commit 4ca2d6b into main Sep 21, 2024
7 checks passed
@danielroe danielroe deleted the renovate/test-packages branch September 21, 2024 12:15
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.

1 participant