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

Bump vitest from 2.1.4 to 2.1.5 #161

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps vitest from 2.1.4 to 2.1.5.

Release notes

Sourced from vitest's releases.

v2.1.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 32f23b9 chore: release v2.1.5
  • 417bdb4 fix(browser): init browsers eagerly when tests are running (#6876)
  • 93b67c2 fix: throw an error and a warning if .poll, .element, .rejects/`.resolv...
  • 9a0c93d fix(browser): stop the browser rpc when the pool is closed (#6858)
  • 251893b chore: set resolve.mainFields and resolve.conditions for SSR environment ...
  • 0ad2cdc chore(deps): update all non-major dependencies (#6890)
  • 4c96cce fix: print ssrTransform error (#6885)
  • 98f76ea fix: don't rerun on Esc or Ctrl-C during watch filter (#6895)
  • 00ebea6 refactor(reporters): base reporter readability improvements (#6889)
  • 9b3c3de chore: add JSDoc to Jest assertions and asymmetric matchers (#6822)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Bump vitest from version 2.1.4 to 2.1.5, addressing multiple bug fixes and performance improvements. This update resolves issues with error handling, browser and workspace management, and enhances performance by limiting concurrency to available cores.

Bug Fixes:

  • Fix issues related to unhandled errors and rejections when the base reporter is not used.
  • Ensure the working directory is not changed when loading workspace projects.
  • Remove sequence.concurrent from the RuntimeConfig type.
  • Prevent reruns on Esc or Ctrl-C during watch filter.
  • Print ssrTransform errors for better debugging.
  • Throw errors and warnings if certain methods are not awaited.
  • Improve browser handling by stopping RPC when the pool is closed and initializing browsers eagerly during tests.
  • Support non-US key input in the browser.
  • Report uncovered files when re-run by enter or 'a'.
  • Remove crossorigin attributes for same-origin assets.
  • Improve esm check to decide external in vite-node.
  • Ensure top-level throws in modules are reported properly.
  • Use fetch() implementation from happy-dom.

Enhancements:

  • Limit workspace project concurrency to available cores for better performance.

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added _bot [BOT only] Issue or PR made by a bot. maint:dependency Dependency updates and their version upgrades. type:maintenance Upkeeping efforts & catch-up corrective improvements that are not Features nor Bugs labels Nov 25, 2024
Copy link

sourcery-ai bot commented Nov 25, 2024

Reviewer's Guide by Sourcery

This is a minor version bump of the Vitest testing framework from version 2.1.4 to 2.1.5. The update primarily includes bug fixes and performance improvements, with no breaking changes.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update Vitest dependency version
  • Bump version from 2.1.4 to 2.1.5 in package.json
  • Update package-lock.json to reflect the new version
package.json
package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for upload-ui failed.

Name Link
🔨 Latest commit 3638e4f
🔍 Latest deploy log https://app.netlify.com/sites/upload-ui/deploys/6743fd5170fa38000806cb57

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2024

Superseded by #167.

@dependabot dependabot bot closed this Nov 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitest-2.1.5 branch November 30, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
_bot [BOT only] Issue or PR made by a bot. maint:dependency Dependency updates and their version upgrades. type:maintenance Upkeeping efforts & catch-up corrective improvements that are not Features nor Bugs
Projects
Status: Review - Done
Development

Successfully merging this pull request may close these issues.

0 participants