Skip to content

Update deps march 26#22

Merged
volarname merged 3 commits into
mainfrom
update-deps-march-26
Mar 31, 2026
Merged

Update deps march 26#22
volarname merged 3 commits into
mainfrom
update-deps-march-26

Conversation

@volarname
Copy link
Copy Markdown
Contributor

@volarname volarname commented Mar 31, 2026

Replaced eslint + prettier with oxlint + oxfmt for faster linting and formatting

  • Removed .prettierignore, .prettierrc.json, eslint.config.mjs, and tsconfig.eslint.json
  • Added .oxfmtrc.json and .oxlintrc.json configuration files
  • Updated lint scripts in package.json to use oxlint and oxfmt
  • Removed unused eslint-disable comment in src/index.ts
  • Updated dependencies to latest versions
  • Improve WebSocket typing by using UserWebSocket instead of raw casts

volar and others added 3 commits March 31, 2026 09:37
Migrate linting and formatting toolchain from eslint + prettier to oxlint + oxfmt
for faster performance and simpler configuration. Update all dependencies to latest versions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace `as WebSocket.WebSocket` casts with `as UserWebSocket` for clearer intent
and update UserConnections to use UserWebSocket type throughout.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@volarname volarname merged commit 3db59bf into main Mar 31, 2026
2 checks passed
@volarname volarname deleted the update-deps-march-26 branch March 31, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants