Skip to content

Bump @codspeed/vitest-plugin from 5.2.0 to 5.5.0#112

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/codspeed/vitest-plugin-5.5.0
Open

Bump @codspeed/vitest-plugin from 5.2.0 to 5.5.0#112
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/codspeed/vitest-plugin-5.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps @codspeed/vitest-plugin from 5.2.0 to 5.5.0.

Release notes

Sourced from @​codspeed/vitest-plugin's releases.

v5.5.0

Highlights

We are introducing @codspeed/playwright, for walltime benchmarking and profiling of end to end browser applications through playwright.

Here's an example usage, but head to the docs for more information

import { bench, type Page } from "@codspeed/playwright-plugin";
import electronExecutable from "electron";
import path from "node:path";
import { fileURLToPath } from "node:url";
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const appRoot = path.resolve(__dirname, "..");
async function waitUntilSettled(page: Page): Promise<void> {
await page.waitForFunction(() => {
const main = document.getElementById("main");
return !!main && !main.classList.contains("loading");
});
}
await bench(
"inbox-search-archive-threads",
async ({ page }) => {
await page.fill("#search", "update");
await waitUntilSettled(page);
await page.click(&quot;#select-visible-btn&quot;);
await page.click(&quot;#archive-btn&quot;);
await waitUntilSettled(page);
await page.click('#sidebar nav button[data-view=&quot;threads&quot;]');
await waitUntilSettled(page);

},
{
target: {
kind: "electron",
appPath: path.join(appRoot, "out/main/index.js"),
cwd: appRoot,
},
beforeRound: async ({ page }) => {
page.setDefaultTimeout(180_000);
await page.waitForSelector("#main");
await waitUntilSettled(page);
},
},
);

... (truncated)

Commits
  • 4dae798 v5.5.0
  • 1d2e682 ci: shard instrumentation benchmarks and add turbo cache
  • cf8173d feat: add electron mailbox demo example
  • 8c1fa63 chore: bump lerna
  • fe38d70 feat: add @​codspeed/playwright package to bench electron apps
  • ed6274a build: bump eslint and @​typescript-eslint to v8 line
  • c7c3795 ref(core): extract getCallingFile utility for plugins to share
  • 3f3604d build: bump prettier to 3 and typescript to 5.6
  • 637fe1a feat: migrate from moon to turbo
  • b05972c feat: add newer instrument_hooks markers to native_core
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@codspeed/vitest-plugin](https://github.com/CodSpeedHQ/codspeed-node) from 5.2.0 to 5.5.0.
- [Release notes](https://github.com/CodSpeedHQ/codspeed-node/releases)
- [Commits](CodSpeedHQ/codspeed-node@v5.2.0...v5.5.0)

---
updated-dependencies:
- dependency-name: "@codspeed/vitest-plugin"
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@dependabot dependabot Bot requested a review from HackingRepo as a code owner June 16, 2026 09:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​codspeed/​vitest-plugin@​5.2.0 ⏵ 5.5.0971009896 +2100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants