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

chore(deps-dev): bump vitest from 0.25.3 to 0.26.2 #697

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 from 0.25.3 to 0.26.2.

Release notes

Sourced from vitest'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 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 from 0.25.3 to 0.26.2 (141a533)

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 #697 (141a533) into master (7e5b454) will decrease coverage by 2.97%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #697      +/-   ##
==========================================
- Coverage   97.19%   94.21%   -2.98%     
==========================================
  Files          17       17              
  Lines         605      605              
  Branches       74       71       -3     
==========================================
- Hits          588      570      -18     
- Misses         17       35      +18     
Impacted Files Coverage Δ
composables/useSoftwareData.ts 62.50% <0.00%> (-37.50%) ⬇️
composables/useSoftwareList.ts 64.00% <0.00%> (-36.00%) ⬇️
pages/index.vue 84.84% <0.00%> (-15.16%) ⬇️
pages/series/[id].vue 94.73% <0.00%> (-5.27%) ⬇️
pages/songs/index.vue 94.73% <0.00%> (ø)
pages/songs/[id].vue 97.76% <0.00%> (+0.74%) ⬆️
components/content/SongList.vue 96.87% <0.00%> (+1.04%) ⬆️
components/SearchBox.vue 94.82% <0.00%> (+1.72%) ⬆️

📣 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-0.26.2 branch 4 times, most recently from cd381ce to e4f06d8 Compare December 27, 2022 02:39
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) 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/vitest)

---
updated-dependencies:
- dependency-name: vitest
  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-0.26.2 branch from e4f06d8 to 141a533 Compare December 27, 2022 06:25
@nogic1008 nogic1008 merged commit d540022 into master Dec 27, 2022
@nogic1008 nogic1008 deleted the dependabot/npm_and_yarn/vitest-0.26.2 branch December 27, 2022 08:17
@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