-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Snyk] Upgrade vitest from 1.4.0 to 1.6.0 #2
base: main
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade vitest from 1.4.0 to 1.6.0. See this package in npm: vitest See this project in Snyk: https://app.snyk.io/org/abdulrahman305/project/26bcf607-7c6b-483e-a48b-44b76f040ffb?utm_source=github&utm_medium=referral&page=upgrade-pr
👋 I'm here to help you review your pull request. When you're ready for me to perform a review, you can comment anywhere on this pull request with this command: As a reminder, here are some helpful tips on how we can collaborate together:
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
PR summaryThis pull request upgrades the SuggestionEnsure that the upgraded version of Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect. Current plan usage: 56.53% Have feedback or need help? |
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to upgrade vitest from 1.4.0 to 1.6.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 5 versions ahead of your current version.
The recommended version was released on 23 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-VITE-6531286
Release notes
Package name: vitest
🚀 Features
includeConsoleOutput
andaddFileAttribute
in junit - by @ hi-ogawa in #5659 (2f913)🐞 Bug Fixes
resolveId('vitest')
afterbuildStart
- by @ hi-ogawa in #5646 (f5faf)toJSON
for error serialization - by @ hi-ogawa in #5526 (19a21)*.test-d.*
by default - by @ MindfulPol in #5634 (bfe8a)vite-node
's wrapper only to executed files - by @ AriPerkkio in #5642 (c9883)🏎 Performance
View changes on GitHub
🐞 Bug Fixes
View changes on GitHub
🐞 Bug Fixes
View changes on GitHub
🚀 Features
startVitest()
to acceptstdout
andstdin
- by @ AriPerkkio in #5493 (780b1)startVitest
API is experimental and doesn't follow semver.🐞 Bug Fixes
import.meta.env.PROD: false
- by @ hi-ogawa in #5561 (9c649)onTestFinished
in reverse order - by @ sheremet-va in #5598 (23f29)fileParallelism
by default on browser pool - by @ hi-ogawa in #5528 (5c69f)v8-to-istanbul
- by @ AriPerkkio in #5549 (df6a4)cleanOnRerun
is disabled - by @ AriPerkkio in #5540 (ea3c1)thresholds
to compare files relative to root - by @ AriPerkkio in #5574 (80265)toEqual
andtoMatchObject
with circular references - by @ hi-ogawa in #5535 (9e641)View changes on GitHub
🚀 Features
🐞 Bug Fixes
describe
calls not taking generic type parameters - by @ aryaemami59 in #5415 (16bac)process
is mocked - by @ AriPerkkio in #5430 (0ec4d)toHaveBeenNthCalledWith
error message when not called - by @ hi-ogawa in #5420 (e5253)isValidNodeImport
to check"type": "module"
first - by @ hi-ogawa in #5416 (6fb15)View changes on GitHub
🚀 Features
not
- by @ fenghan34 in #5294 (b9d37)--project
option - by @ fenghan34 in #5295 (201bd)shuffle.files
andshuffle.tests
options - by @ fenghan34 in #5281 (356db)cache.dir
option - by @ fenghan34 in #5229 (d7e8b)--changed
option - by @ AriPerkkio in #5314 (600b4)clearScreen
cli flag - by @ hi-ogawa in #5241 (e1735)🐞 Bug Fixes
--project
option - by @ fenghan34 in #5265 (d1a06)--inspect-brk
to pause before execution - by @ AriPerkkio in #5355 (e77c5)magic-string
tooptimizeDeps.include
- by @ hi-ogawa in #5278 (8f04e)reportsDirectory
from removing user's project - by @ AriPerkkio in #5376 (07ec3)toContain/toMatch
assertion error - by @ hi-ogawa in #5267 (8ee59)defines
to supportundefined
values - by @ AriPerkkio in #5284 (5b58b)onConsoleLog
return type - by @ hi-ogawa in #5337 (6d1b1)beforeAll
andafterAll
- by @ fenghan34 in #5288 (ce5ca)@ vitest/coverage-v8
are used - by @ AriPerkkio in #5250 <...