Skip to content

Commit

Permalink
build(deps-dev): bump vitest and @vitest/coverage-istanbul (#1025)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump vitest and @vitest/coverage-istanbul

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul). These dependencies needed to be updated together.

Updates `vitest` from 1.4.0 to 1.5.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/vitest)

Updates `@vitest/coverage-istanbul` from 1.4.0 to 1.5.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/coverage-istanbul)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Create pink-otters-kick.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuki Yamazaki <35218186+kamiazya@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and kamiazya committed Apr 27, 2024
1 parent 5f9570c commit 54f6569
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 64 deletions.
9 changes: 9 additions & 0 deletions .changeset/pink-otters-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"ts-graphviz": "patch"
"@ts-graphviz/core": "patch"
"@ts-graphviz/common": "patch"
"@ts-graphviz/ast": "patch"
"@ts-graphviz/adapter": "patch"
---

build(deps-dev): bump vitest and @vitest/coverage-istanbul
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@pnpm/workspace.pkgs-graph": "^2.0.15",
"@types/node": "^20.12.7",
"@types/react": "^18.2.66",
"@vitest/coverage-istanbul": "^1.4.0",
"@vitest/coverage-istanbul": "^1.5.2",
"jsdom": "^24.0.0",
"lefthook": "^1.6.10",
"react": "^18.2.0",
Expand All @@ -50,7 +50,7 @@
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.5.2"
},
"packageManager": "pnpm@8.15.1"
}
102 changes: 40 additions & 62 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54f6569

Please sign in to comment.