Browse Source

Merge #653

653: Bump vite-jest from 0.0.3 to 0.0.4 in /maker-frontend r=bonomat a=dependabot[bot]

Bumps [vite-jest](https://github.com/sodatea/vite-jest/tree/HEAD/packages/vite-jest) from 0.0.3 to 0.0.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="c4e5fccce6"><code>c4e5fcc</code></a> chore: v0.0.4</li>
<li><a href="28447be305"><code>28447be</code></a> fix: fix path handling on Windows (<a href="https://github.com/sodatea/vite-jest/tree/HEAD/packages/vite-jest/issues/23">#23</a>)</li>
<li>See full diff in <a href="https://github.com/sodatea/vite-jest/commits/0.0.4/packages/vite-jest">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-jest&package-manager=npm_and_yarn&previous-version=0.0.3&new-version=0.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
reconnect-to-maker
bors[bot] 3 years ago
committed by GitHub
parent
commit
1e632bb120
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      maker-frontend/package.json
  2. 14
      maker-frontend/yarn.lock

2
maker-frontend/package.json

@ -47,7 +47,7 @@
"react-sse-hooks": "^1.0.5",
"react-table": "7.7.0",
"typescript": "^4.4.2",
"vite-jest": "^0.0.3",
"vite-jest": "^0.0.4",
"web-vitals": "^1.0.1"
},
"devDependencies": {

14
maker-frontend/yarn.lock

@ -11666,6 +11666,11 @@ slash@^3.0.0:
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
slash@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
slice-ansi@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
@ -12789,15 +12794,16 @@ vendors@^1.0.0:
resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e"
integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==
vite-jest@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/vite-jest/-/vite-jest-0.0.3.tgz#87e726816031bd119c5729b2863edf298bbfbee9"
integrity sha512-XR4SLQlELWTkDmgO12tTMuEfeVdtMiPE/4/+L7qmcad1RIReMZK8IMljt17zsfTzO8uFl308KaI03qTf7FeHsw==
vite-jest@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/vite-jest/-/vite-jest-0.0.4.tgz#89a03d96cb10012ab09050b37a3aad78c8e99194"
integrity sha512-5lreGYqfNOIjuIaNog+z+X09k6DEFdPvcg2TQYQ9oPvFZ3Cy/dNN6MyBvMc1PopUDiC749Uhmo3uCNEkbXkiMw==
dependencies:
es-module-lexer "^0.6.0"
execa "^5.1.1"
jest-transform-stub "^2.0.0"
magic-string "^0.25.7"
slash "^4.0.0"
vite@^2.6.14:
version "2.6.14"

Loading…
Cancel
Save