-
Notifications
You must be signed in to change notification settings - Fork 694
chore(lambda): bump vitest from 3.2.4 to 4.0.5 in /lambdas in the vite group across 1 directory #4853
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
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
Bumps the vite group with 1 update in the /lambdas directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 3.2.4 to 4.0.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.5/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite ... Signed-off-by: dependabot[bot] <[email protected]>
d304cf5 to
e5a47db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the vitest testing framework and its coverage plugin from version 3.2.4 to 4.0.5. The upgrade includes dependency updates, automatic lock file changes, and necessary code modifications to maintain compatibility with the new vitest version.
- Updated vitest and @vitest/coverage-v8 from 3.2.4 to 4.0.5
- Modified mock implementation syntax from arrow functions to regular function declarations in test files to comply with vitest 4.x requirements
- Added an SPDX software bill of materials file
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| lambdas/package.json | Updated vitest and @vitest/coverage-v8 to version 4.0.5 |
| lambdas/yarn.lock | Automatic lock file updates reflecting dependency version changes and transitive dependency consolidation |
| lambdas/functions/webhook/src/sqs/index.test.ts | Converted arrow function to regular function in mock implementation |
| lambdas/functions/gh-agent-syncer/src/syncer/syncer.test.ts | Converted arrow function to regular function in mock implementation |
| lambdas/functions/control-plane/src/scale-runners/scale-up.test.ts | Converted arrow function to regular function in mock implementation |
| lambdas/functions/control-plane/src/scale-runners/scale-down.test.ts | Converted arrow function to regular function in mock implementation |
| lambdas/functions/control-plane/src/scale-runners/job-retry.test.ts | Converted arrow function to regular function in mock implementation |
| lambdas/functions/control-plane/src/pool/pool.test.ts | Converted arrow function to regular function in mock implementation |
| lambdas/functions/control-plane/src/github/octokit.test.ts | Converted arrow function to regular function in mock implementation |
| lambdas/functions/webhook/syft-production.spdx.json | Added SPDX software bill of materials file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 8 out of 9 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps the vite group with 1 update in the /lambdas directory: vitest.
Updates
vitestfrom 3.2.4 to 4.0.5Release notes
Sourced from vitest's releases.
... (truncated)
Commits
ed9fc71chore: release v4.0.5b9521e0fix: allow module in --config (#8864)0e858bafix(module-runner): don't return node builtins forgetBuiltinsunconditiona...a4f86f1fix: respectssr.noExternalwhen externalizing dependencies (#8862)b9aabf4fix(pool): renamegroupIdtogroupOrderin error message (#8856)584aa71perf: pass testfiles at once when--no-isolate --maxWorkers=1(#8835)9b75ec5chore: release v4.0.4fb95fc7fix(pool): capture workersstdioto logger (#8809)06208d3fix(mocker): support mocking builtins withoutnode:prefix (#8829)573dc06fix(worker): rpc listener leak whenisolate: false(#8821)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since your current version.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions