tiennm99 and GitHub
243110a6af
chore: bump vite 8, protobufjs 8, protobufjs-cli 2, phaser 4 (align with burkozel) ( #19 )
...
- vite ^6.3.1 -> ^8.0.14 (security patches: path traversal CVE)
- phaser ^3.87.0 -> ^4.1.0
- protobufjs ^7.5.8 -> ^8.4.2
- protobufjs-cli ^1.2.1 -> ^2.4.2 (required peer for protobufjs v8)
Build verified clean: vite build emits dist/ in 1.35s, no code changes needed.
Aligns client deps with sister repo burkozel which shipped these bumps earlier.
2026-05-23 23:57:43 +07:00
23d3d2cfa3
chore(deps): bump protobufjs from 7.5.5 to 7.5.8 in /client ( #9 )
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 7.5.5 to 7.5.8.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.5.8/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.5...protobufjs-v7.5.8 )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-version: 7.5.8
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 18:02:23 +07:00
eeb532c5d9
chore(deps-dev): bump protobufjs-cli from 1.2.0 to 1.2.1 in /client ( #7 )
...
Bumps [protobufjs-cli](https://github.com/protobufjs/protobuf.js ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.2.0...protobufjs-cli-v1.2.1 )
---
updated-dependencies:
- dependency-name: protobufjs-cli
dependency-version: 1.2.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 18:02:05 +07:00
063782168b
chore(deps): bump protobufjs from 7.5.4 to 7.5.5 in /client ( #5 )
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 7.5.4 to 7.5.5.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.4...protobufjs-v7.5.5 )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-version: 7.5.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:33:13 +07:00
tiennm99
a5d1443327
feat(client): initial package.json and generated protobuf bindings
...
Adds Phaser+Vite+protobufjs package.json with proto:gen script, installs
dependencies, and commits generated protocol.js and protocol.d.ts so
builds work without requiring protoc or pbjs on every dev box.
Also adds node_modules/ to root .gitignore.
2026-04-11 12:41:06 +07:00