build(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates (#7829)

Bumps the dev-dependencies group with 2 updates in the / directory: [mocha](https://github.com/mochajs/mocha) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `mocha` from 11.7.5 to 11.7.6
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.6/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v11.7.5...v11.7.6)

Updates `vite` from 8.0.13 to 8.0.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.14/packages/vite)

---
updated-dependencies:
- dependency-name: mocha
  dependency-version: 11.7.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-version: 8.0.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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] 2026-05-22 18:08:20 +02:00 committed by GitHub
parent 4a89af62aa
commit 3c03794e77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 119 additions and 478 deletions

View file

@ -45,7 +45,7 @@
"socket.io-client": "^4.8.3",
"tsx": "^4.22.3",
"typescript": "^6.0.3",
"vite": "^8.0.13",
"vite": "^8.0.14",
"vite-plugin-babel": "^1.7.3",
"zustand": "^5.0.13"
}

591
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -127,7 +127,7 @@
"eslint": "^10.4.0",
"eslint-config-etherpad": "^4.0.5",
"etherpad-cli-client": "^4.0.3",
"mocha": "^11.7.5",
"mocha": "^11.7.6",
"mocha-froth": "^0.2.10",
"nodeify": "^1.0.1",
"openapi-schema-validation": "^0.4.2",

View file

@ -12,6 +12,6 @@
"devDependencies": {
"ep_etherpad-lite": "workspace:../src",
"typescript": "^6.0.3",
"vite": "^8.0.13"
"vite": "^8.0.14"
}
}