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

chore(deps-dev): bump @vitest/coverage-c8 from 0.25.3 to 0.26.2 #702

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2022

Bumps @vitest/coverage-c8 from 0.25.3 to 0.26.2.

Release notes

Sourced from @​vitest/coverage-c8's releases.

v0.26.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.26.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.26.0

   🚨 Breaking Changes

  • vite-node: Rewrite how vite-node resolves id  -  by @​sheremet-va in vitest-dev/vitest#2463 (58ee8)
  • Correctly interop nested default for external and inlined modules  -  by @​sheremet-va in vitest-dev/vitest#2512 (084e9)
    • If your environment is node, Vitest will not resolve invalid named exports (exports that are on "default" property will not magically appear as named exports), unless deps.interopDefault is enabled, or dependency is in deps.inline. This change doesn't affect jsdom, happy-dom or edge environments.
  • web-worker: Make web-worker implementation more compatible with spec  -  by @​sheremet-va in vitest-dev/vitest#2431 (c3a63)
    • Messages are now cloned with structuredClone, if it's available, or fallbacks to a polyfill.
    • Added support for SharedWorker

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.25.8

   🚀 Features

... (truncated)

Commits

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @nogic1008.


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 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)

@commit-lint
Copy link

commit-lint bot commented Dec 27, 2022

Chore

  • deps-dev: bump @vitest/coverage-c8 from 0.25.3 to 0.26.2 (b6e66d6)

Contributors

dependabot[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@codecov
Copy link

codecov bot commented Dec 27, 2022

Codecov Report

Merging #702 (b6e66d6) into master (d540022) will decrease coverage by 0.38%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #702      +/-   ##
==========================================
- Coverage   94.21%   93.82%   -0.39%     
==========================================
  Files          17       17              
  Lines         605      583      -22     
  Branches       71       72       +1     
==========================================
- Hits          570      547      -23     
- Misses         35       36       +1     
Impacted Files Coverage Δ
composables/useSoftwareData.ts 50.00% <0.00%> (-12.50%) ⬇️
composables/useSoftwareList.ts 56.00% <0.00%> (-8.00%) ⬇️
components/SearchBox.vue 93.10% <0.00%> (-1.73%) ⬇️
components/content/SongList.vue 95.83% <0.00%> (-1.05%) ⬇️
pages/songs/[id].vue 97.01% <0.00%> (-0.75%) ⬇️
pages/songs/index.vue 94.73% <0.00%> (ø)
components/SeriesComponent.vue 100.00% <0.00%> (ø)
pages/series/[id].vue 100.00% <0.00%> (+5.26%) ⬆️
pages/index.vue 100.00% <0.00%> (+15.15%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest/coverage-c8-0.26.2 branch from 1db9924 to 943b270 Compare December 27, 2022 02:08
@nogic1008
Copy link
Contributor

@dependabot rebase

Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.25.3 to 0.26.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.26.2/packages/coverage-c8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-c8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest/coverage-c8-0.26.2 branch from 943b270 to b6e66d6 Compare December 27, 2022 08:18
Copy link
Contributor

@nogic1008 nogic1008 left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@github-actions
Copy link

LGTM

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 27, 2022

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@nogic1008 nogic1008 merged commit 90f1413 into master Dec 27, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitest/coverage-c8-0.26.2 branch December 27, 2022 23:16
@nogic1008 nogic1008 added this to the v0.9 milestone Jan 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant