chore(deps): update dependencies and pin CI Electron#981
Merged
Conversation
This was referenced May 31, 2026
jakehwll
approved these changes
Jun 1, 2026
Bump dependencies to their latest compatible versions, superseding the open Dependabot PRs (#978 npm-minor-patch group, #979 chromatic, #980 eslint-plugin-package-json). Notable updates: - chromatic 16 -> 17 - eslint-plugin-package-json 0.91 -> 1.2 - concurrently 9 -> 10 - @typescript-eslint / typescript-eslint 8.59 -> 8.60 - vitest 4.1.6 -> 4.1.7, ws 8.20 -> 8.21 (DoS fix), date-fns 4.1 -> 4.4 - storybook tooling -> 10.4.1 Pinned deps (@types/vscode, electron, ua-parser-js, @types/node major) are intentionally left untouched per .github/dependabot.yml. Also name the storybook task in the typecheck script so it shows [storybook] instead of [3].
e17adce to
a85644b
Compare
…xc transform on macOS)
The unit-test script runs npx electron@latest. Electron 42.3.2 (2026-06-02) breaks the oxc transform under Electron-as-node on macOS arm64, failing the macOS unit job ("Expected } but found EOF") regardless of repo deps. Pin to 42.3.0 (last green) so CI no longer floats with Electron releases. Also carries the windows-2025-vs2026 runner rename.
a85644b to
9f91074
Compare
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
Updates dependencies across the workspace to their latest compatible versions, bumps the devcontainer base image, and pins the CI Electron runtime. Supersedes the three open Dependabot PRs, which will be closed:
npm-minor-patchgroup (9 updates)chromatic16 -> 17eslint-plugin-package-json0.91 -> 1.1Notable dependency updates
chromatic16 -> 17.2.0 (npm package and thechromaui/actionCI action, kept in sync)eslint-plugin-package-json0.91 -> 1.2 (newvalid-*rules ship in the recommended config and already pass)concurrently9 -> 10 (requires Node >=22, which we already require; the CLI flags we use are unchanged)@typescript-eslint/typescript-eslint8.59 -> 8.60vitest+@vitest/coverage-v8-> 4.1.8ws8.20 -> 8.21 (includes a remote memory-exhaustion DoS fix; applies via safe defaults, no config change needed)date-fns4.1 -> 4.4@tanstack/react-query-> 5.100.14,vite-> 8.0.16typescript-node:24-trixiebase image digestCI
42.3.0. The unit tests run undernpx electron@latest, and Electron42.3.2(2026-06-02) breaks the oxc transform on macOS arm64, failing the macOS unit job withExpected } but found EOF. Pinning keeps CI reproducible regardless of Electron's release cadence; bump deliberately once upstream is fixed.windows-2025-vs2026.