Skip to content

Commit

Permalink
build(deps): bump vitest from 0.34.6 to 1.0.1 in /generators/generate…
Browse files Browse the repository at this point in the history
…-blueprint/resources (#24475)

* build(deps): bump vitest in /generators/generate-blueprint/resources

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.6 to 1.0.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* update vitest config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcelo Shima <[email protected]>
  • Loading branch information
dependabot[bot] and mshima authored Dec 5, 2023
1 parent fa7c390 commit 826e895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/generate-blueprint/resources/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"vitest": "0.34.6"
"vitest": "1.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig, defaultExclude } from 'vitest/config';

export default defineConfig({
test: {
threads: false,
pool: 'forks',
hookTimeout: 20000,
exclude: [...defaultExclude.filter(val => val !== '**/cypress/**'), '**/templates/**', '**/resources/**'],
},
Expand Down

0 comments on commit 826e895

Please sign in to comment.