Skip to content

build(deps-dev): bump vitest from 3.2.4 to 3.2.6 in /client in the npm_and_yarn group across 1 directory - #20

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/client/npm_and_yarn-5737324458
Closed

build(deps-dev): bump vitest from 3.2.4 to 3.2.6 in /client in the npm_and_yarn group across 1 directory#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/client/npm_and_yarn-5737324458

Conversation

@dependabot

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

Copy link
Copy Markdown

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the npm_and_yarn group with 1 update in the /client directory: vitest.

Updates vitest from 3.2.4 to 3.2.6

Release notes

Sourced from vitest's releases.

v3.2.6

   🐞 Bug Fixes

    View changes on GitHub

v3.2.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b6d56f8 chore: release v3.2.6
  • 16f120d fix: pin last supported vite-node version
  • 2cbad0a chore: release v3.2.5
  • 385a1ae fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • af88b1f feat(api): add allowWrite and allowExec options to api [backport to v3]...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.


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 <dependency name> major version will 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 version will 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the /client directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `vitest` from 3.2.4 to 3.2.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 3.2.6
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

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 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@therudywolf therudywolf closed this Jul 3, 2026
@therudywolf
therudywolf deleted the dependabot/npm_and_yarn/client/npm_and_yarn-5737324458 branch July 3, 2026 14:35
@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

therudywolf added a commit that referenced this pull request Jul 23, 2026
…rdening

From the full code review (backend / security / stability):
- polls: forbid polls in E2E chats (they stored question/options as server-
  readable plaintext — an E2EE bypass, #18); enforce channel post-role so a
  subscriber can't post via a poll (#20); validate the :pollId uuid param (#27).
- ws: revalidate session/device revocation (JTI denylist + device-active) for
  EVERY frame, throttled — not only presence_ping, which a client could simply
  never send to dodge remote logout (#19); enforce the block relationship for
  call_invite in group chats too, not just 1:1 (#29); pipeline the on-connect
  active-call Redis scan instead of N sequential round-trips (#46).
- ws/registry: per-socket outbound backpressure (drop fan-out/relay frames when
  a recipient's buffer is backed up → no unbounded heap/OOM, #23); cap concurrent
  sockets per user (#30).
- push: reassign a push endpoint / native FCM token to the current account on
  (re)subscribe so a shared/handed-over device stops delivering a prior user's
  notifications (#21, #25).
- chats: don't force-add requester-supplied members to public_open/channel chats
  (harassment vector) — creator only; others join by invite (#28).
- app: drop bare http://localhost from the credentialed CORS allowlist (never an
  app origin; Android uses https://localhost, iOS capacitor://) (#36).
- auth: per-account lockout on /login/2fa TOTP guessing, not just per-IP (#40).
- totp-replay-guard: TTL 60s→120s to cover the full ±30s code-acceptance span (#41).
- call-auth-cache: periodic unref'd sweep of expired entries (slow leak, #45).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant