Upgrade dependencies across all workspaces#115
Merged
Conversation
- @cloudflare/workers-types: 4.20260317.1 → 4.20260329.1 - wrangler: 4.77.0 → 4.78.0 (new: Access service tokens, AI Search bindings, VPC enhancements) - katex: 0.16.43 → 0.16.44 (fix extra \jot space in align/gather environments) Note: Vite 8 upgrade was investigated but deferred — threebox-plugin contains non-UTF-8 bytes that Rolldown (Vite 8's bundler) cannot process. https://claude.ai/code/session_017VRpQMqtZUWii7e7wZqTAe
|
Preview Deployment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
\jotspace at the bottom ofalign,gather, and similar multi-line math environments)All updates are across the root workspace,
@glidecomp/frontend,airscore-api, andauth-api.Vite 8 — investigated but deferred
Vite 8.0.3 is available (major version bump from 7.3.1) with significant changes including Rolldown replacing Rollup/esbuild. However,
threebox-plugincontains a file with non-UTF-8 bytes (GLTFLoader.js) that Rolldown cannot process. The upgrade is blocked until threebox-plugin is fixed or an upstream workaround lands.Security
No known security advisories were found for any of the project's current dependencies (mapbox-gl, threebox-plugin, better-auth, hono, kysely, leaflet, turf, katex).
Test plan
bun run typecheck:all— passesbun run build— passes (Vite 7.3.1)bun run test— 401 tests pass, 0 failureshttps://claude.ai/code/session_017VRpQMqtZUWii7e7wZqTAe