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

⬆️ Update vitest monorepo to v2 (major) #5108

Merged
merged 13 commits into from
Jul 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) ^1.6.0 -> ^2.0.1 age adoption passing confidence
vitest (source) >=0.28.1 <1.0.0 || ^1 -> ^2.0.0 age adoption passing confidence
vitest (source) ^1.6.0 -> ^2.0.1 age adoption passing confidence

Release Notes

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

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
🐞 Bug Fixes
View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from dubzzz as a code owner July 8, 2024 12:49
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 8, 2024
Copy link

codesandbox-ci bot commented Jul 8, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9b27ca1:

Sandbox Source
@fast-check/examples Configuration

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 57b4b9d to 3ffec8a Compare July 8, 2024 17:19
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 3ffec8a to 6c911c7 Compare July 9, 2024 02:01
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 843c147 to 5908c79 Compare July 9, 2024 07:09
@dubzzz dubzzz force-pushed the renovate/major-vitest-monorepo branch from 5908c79 to 843c147 Compare July 9, 2024 07:10
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 843c147 to 824359c Compare July 9, 2024 07:11
@dubzzz dubzzz force-pushed the renovate/major-vitest-monorepo branch from 824359c to 43a0b88 Compare July 9, 2024 07:16
Copy link
Contributor Author

renovate bot commented Jul 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dubzzz dubzzz enabled auto-merge (squash) July 9, 2024 07:30
dubzzz
dubzzz previously approved these changes Jul 9, 2024
Copy link
Contributor

github-actions bot commented Jul 9, 2024

👋 A preview of the new documentation is available at: http://668ce8b932c6d979d463f2ff--dubzzz-fast-check.netlify.app

Can be easily triggered with:

```ts
import { describe, it } from "vitest";

const value = 120_000;

class A {}
class B extends A {
  constructor(args) {
    super();
  }
}
function builder(...args) {
  return new B(args);
}

describe("describe", () => {
  it("it", () => {
    builder(...[...Array(value)]);
  });
});
```
Copy link
Contributor

👋 A preview of the new documentation is available at: http://6690ff2ecd41fd1471ef7615--dubzzz-fast-check.netlify.app

Copy link

codecov bot commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.79%. Comparing base (a462acf) to head (9b27ca1).
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5108      +/-   ##
==========================================
- Coverage   96.90%   94.79%   -2.12%     
==========================================
  Files         218      218              
  Lines       16533     9248    -7285     
  Branches     2701     2702       +1     
==========================================
- Hits        16022     8767    -7255     
+ Misses        511      481      -30     
Flag Coverage Δ
unit-tests 94.79% <ø> (-2.12%) ⬇️
unit-tests-18.x-Linux 94.79% <ø> (-2.12%) ⬇️
unit-tests-20.x-Linux 94.79% <ø> (-2.12%) ⬇️
unit-tests-22.x-Linux 94.79% <ø> (-2.12%) ⬇️
unit-tests-latest-Linux 94.79% <ø> (-2.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@dubzzz dubzzz merged commit e3ea712 into main Jul 12, 2024
57 of 58 checks passed
@dubzzz dubzzz deleted the renovate/major-vitest-monorepo branch July 12, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant