Bump vitest from 0.30.1 to 0.31.0 in /js (#20158)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.30.1 to 0.31.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.31.0/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-04 12:23:41 +00:00 committed by GitHub
parent e03d08a24e
commit ef387891eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 60 additions and 46 deletions

View file

@ -104,6 +104,6 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"vite": "^4.3.4", "vite": "^4.3.4",
"vite-plugin-checker": "^0.6.0", "vite-plugin-checker": "^0.6.0",
"vitest": "^0.30.1" "vitest": "^0.31.0"
} }
} }

104
js/package-lock.json generated
View file

@ -106,7 +106,7 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"vite": "^4.3.4", "vite": "^4.3.4",
"vite-plugin-checker": "^0.6.0", "vite-plugin-checker": "^0.6.0",
"vitest": "^0.30.1" "vitest": "^0.31.0"
} }
}, },
"apps/keycloak-server": { "apps/keycloak-server": {
@ -2856,26 +2856,32 @@
} }
}, },
"node_modules/@vitest/expect": { "node_modules/@vitest/expect": {
"version": "0.30.1", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.30.1.tgz", "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.31.0.tgz",
"integrity": "sha512-c3kbEtN8XXJSeN81iDGq29bUzSjQhjES2WR3aColsS4lPGbivwLtas4DNUe0jD9gg/FYGIteqOenfU95EFituw==", "integrity": "sha512-Jlm8ZTyp6vMY9iz9Ny9a0BHnCG4fqBa8neCF6Pk/c/6vkUk49Ls6UBlgGAU82QnzzoaUs9E/mUhq/eq9uMOv/g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vitest/spy": "0.30.1", "@vitest/spy": "0.31.0",
"@vitest/utils": "0.30.1", "@vitest/utils": "0.31.0",
"chai": "^4.3.7" "chai": "^4.3.7"
},
"funding": {
"url": "https://opencollective.com/vitest"
} }
}, },
"node_modules/@vitest/runner": { "node_modules/@vitest/runner": {
"version": "0.30.1", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.30.1.tgz", "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.31.0.tgz",
"integrity": "sha512-W62kT/8i0TF1UBCNMRtRMOBWJKRnNyv9RrjIgdUryEe0wNpGZvvwPDLuzYdxvgSckzjp54DSpv1xUbv4BQ0qVA==", "integrity": "sha512-H1OE+Ly7JFeBwnpHTrKyCNm/oZgr+16N4qIlzzqSG/YRQDATBYmJb/KUn3GrZaiQQyL7GwpNHVZxSQd6juLCgw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vitest/utils": "0.30.1", "@vitest/utils": "0.31.0",
"concordance": "^5.0.4", "concordance": "^5.0.4",
"p-limit": "^4.0.0", "p-limit": "^4.0.0",
"pathe": "^1.1.0" "pathe": "^1.1.0"
},
"funding": {
"url": "https://opencollective.com/vitest"
} }
}, },
"node_modules/@vitest/runner/node_modules/p-limit": { "node_modules/@vitest/runner/node_modules/p-limit": {
@ -2906,14 +2912,17 @@
} }
}, },
"node_modules/@vitest/snapshot": { "node_modules/@vitest/snapshot": {
"version": "0.30.1", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.30.1.tgz", "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.31.0.tgz",
"integrity": "sha512-fJZqKrE99zo27uoZA/azgWyWbFvM1rw2APS05yB0JaLwUIg9aUtvvnBf4q7JWhEcAHmSwbrxKFgyBUga6tq9Tw==", "integrity": "sha512-5dTXhbHnyUMTMOujZPB0wjFjQ6q5x9c8TvAsSPUNKjp1tVU7i9pbqcKPqntyu2oXtmVxKbuHCqrOd+Ft60r4tg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"magic-string": "^0.30.0", "magic-string": "^0.30.0",
"pathe": "^1.1.0", "pathe": "^1.1.0",
"pretty-format": "^27.5.1" "pretty-format": "^27.5.1"
},
"funding": {
"url": "https://opencollective.com/vitest"
} }
}, },
"node_modules/@vitest/snapshot/node_modules/magic-string": { "node_modules/@vitest/snapshot/node_modules/magic-string": {
@ -2929,23 +2938,29 @@
} }
}, },
"node_modules/@vitest/spy": { "node_modules/@vitest/spy": {
"version": "0.30.1", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.30.1.tgz", "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.31.0.tgz",
"integrity": "sha512-YfJeIf37GvTZe04ZKxzJfnNNuNSmTEGnla2OdL60C8od16f3zOfv9q9K0nNii0NfjDJRt/CVN/POuY5/zTS+BA==", "integrity": "sha512-IzCEQ85RN26GqjQNkYahgVLLkULOxOm5H/t364LG0JYb3Apg0PsYCHLBYGA006+SVRMWhQvHlBBCyuByAMFmkg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"tinyspy": "^2.1.0" "tinyspy": "^2.1.0"
},
"funding": {
"url": "https://opencollective.com/vitest"
} }
}, },
"node_modules/@vitest/utils": { "node_modules/@vitest/utils": {
"version": "0.30.1", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.30.1.tgz", "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.31.0.tgz",
"integrity": "sha512-/c8Xv2zUVc+rnNt84QF0Y0zkfxnaGhp87K2dYJMLtLOIckPzuxLVzAtFCicGFdB4NeBHNzTRr1tNn7rCtQcWFA==", "integrity": "sha512-kahaRyLX7GS1urekRXN2752X4gIgOGVX4Wo8eDUGUkTWlGpXzf5ZS6N9RUUS+Re3XEE8nVGqNyxkSxF5HXlGhQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"concordance": "^5.0.4", "concordance": "^5.0.4",
"loupe": "^2.3.6", "loupe": "^2.3.6",
"pretty-format": "^27.5.1" "pretty-format": "^27.5.1"
},
"funding": {
"url": "https://opencollective.com/vitest"
} }
}, },
"node_modules/abab": { "node_modules/abab": {
@ -8498,13 +8513,13 @@
} }
}, },
"node_modules/pkg-types": { "node_modules/pkg-types": {
"version": "1.0.2", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.2.tgz", "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz",
"integrity": "sha512-hM58GKXOcj8WTqUXnsQyJYXdeAPbythQgEF3nTcEo+nkD49chjQ9IKm/QJy9xf6JakXptz86h7ecP2024rrLaQ==", "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"jsonc-parser": "^3.2.0", "jsonc-parser": "^3.2.0",
"mlly": "^1.1.1", "mlly": "^1.2.0",
"pathe": "^1.1.0" "pathe": "^1.1.0"
} }
}, },
@ -9860,9 +9875,9 @@
"dev": true "dev": true
}, },
"node_modules/tinypool": { "node_modules/tinypool": {
"version": "0.4.0", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.4.0.tgz", "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.5.0.tgz",
"integrity": "sha512-2ksntHOKf893wSAH4z/+JbPpi92esw8Gn9N2deXX+B0EO92hexAVI9GIZZPx7P5aYo5KULfeOSt3kMOmSOy6uA==", "integrity": "sha512-paHQtnrlS1QZYKF/GnLoOM/DN9fqaGOFbCbxzAhwniySnzl9Ebk8w73/dd34DAhe/obUbPAOldTyYXQZxnPBPQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.0.0"
@ -10113,9 +10128,9 @@
} }
}, },
"node_modules/ufo": { "node_modules/ufo": {
"version": "1.1.1", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.1.1.tgz", "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.1.2.tgz",
"integrity": "sha512-MvlCc4GHrmZdAllBc0iUDowff36Q9Ndw/UzqmEKyrfSzokTd9ZCy1i+IIk5hrYKkjoYVQyNbrw7/F8XJ2rEwTg==", "integrity": "sha512-TrY6DsjTQQgyS3E3dBaOXf0TpPD8u9FVrVYmKVegJuFw51n/YB9XPt+U6ydzFG5ZIN7+DIjPbNmXoBj9esYhgQ==",
"dev": true "dev": true
}, },
"node_modules/ui-shared": { "node_modules/ui-shared": {
@ -10322,9 +10337,9 @@
} }
}, },
"node_modules/vite-node": { "node_modules/vite-node": {
"version": "0.30.1", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.30.1.tgz", "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.31.0.tgz",
"integrity": "sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==", "integrity": "sha512-8x1x1LNuPvE2vIvkSB7c1mApX5oqlgsxzHQesYF7l5n1gKrEmrClIiZuOFbFDQcjLsmcWSwwmrWrcGWm9Fxc/g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"cac": "^6.7.14", "cac": "^6.7.14",
@ -10341,7 +10356,7 @@
"node": ">=v14.18.0" "node": ">=v14.18.0"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/antfu" "url": "https://opencollective.com/vitest"
} }
}, },
"node_modules/vite-plugin-checker": { "node_modules/vite-plugin-checker": {
@ -10510,19 +10525,19 @@
} }
}, },
"node_modules/vitest": { "node_modules/vitest": {
"version": "0.30.1", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.30.1.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.31.0.tgz",
"integrity": "sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA==", "integrity": "sha512-JwWJS9p3GU9GxkG7eBSmr4Q4x4bvVBSswaCFf1PBNHiPx00obfhHRJfgHcnI0ffn+NMlIh9QGvG75FlaIBdKGA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/chai": "^4.3.4", "@types/chai": "^4.3.4",
"@types/chai-subset": "^1.3.3", "@types/chai-subset": "^1.3.3",
"@types/node": "*", "@types/node": "*",
"@vitest/expect": "0.30.1", "@vitest/expect": "0.31.0",
"@vitest/runner": "0.30.1", "@vitest/runner": "0.31.0",
"@vitest/snapshot": "0.30.1", "@vitest/snapshot": "0.31.0",
"@vitest/spy": "0.30.1", "@vitest/spy": "0.31.0",
"@vitest/utils": "0.30.1", "@vitest/utils": "0.31.0",
"acorn": "^8.8.2", "acorn": "^8.8.2",
"acorn-walk": "^8.2.0", "acorn-walk": "^8.2.0",
"cac": "^6.7.14", "cac": "^6.7.14",
@ -10533,13 +10548,12 @@
"magic-string": "^0.30.0", "magic-string": "^0.30.0",
"pathe": "^1.1.0", "pathe": "^1.1.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"source-map": "^0.6.1",
"std-env": "^3.3.2", "std-env": "^3.3.2",
"strip-literal": "^1.0.1", "strip-literal": "^1.0.1",
"tinybench": "^2.4.0", "tinybench": "^2.4.0",
"tinypool": "^0.4.0", "tinypool": "^0.5.0",
"vite": "^3.0.0 || ^4.0.0", "vite": "^3.0.0 || ^4.0.0",
"vite-node": "0.30.1", "vite-node": "0.31.0",
"why-is-node-running": "^2.2.2" "why-is-node-running": "^2.2.2"
}, },
"bin": { "bin": {
@ -10549,7 +10563,7 @@
"node": ">=v14.18.0" "node": ">=v14.18.0"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/antfu" "url": "https://opencollective.com/vitest"
}, },
"peerDependencies": { "peerDependencies": {
"@edge-runtime/vm": "*", "@edge-runtime/vm": "*",