chore(deps): update dependencies, bump electron for extract-zip CVE, fix vite/lint gaps - #1090
Merged
Conversation
EhabY
force-pushed
the
chore/update-deps-and-ci
branch
from
August 24, 2026 09:54
0cc4e3b to
a8965dd
Compare
This was referenced Aug 24, 2026
…fix vite/lint gaps - Bump all workspace npm deps to latest semver-compatible versions (eventsource, eslint tooling, vitest/vite, storybook, coder catalog pin, pnpm itself, etc). Majors ignored by dependabot (@types/vscode, @types/node, typescript, ua-parser-js) are left untouched. - Bump electron devDependency 39.8.10 -> 42.5.1 to drop the vulnerable extract-zip dependency (GHSA-jmr9-qjv8-65gv, unfixable upstream) and a separate Electron cache-reuse CVE in the 42.0-42.5.0 range. CI's test-unit matrix now runs "latest" instead of the 42.3.0 pin to re-test whether the documented macOS arm64 oxc-transform regression still applies. - Bump toshimaru/auto-author-assign action to v3.1.0. - Fix Vite "native config loader" warnings in all four webview packages (__dirname -> import.meta.dirname, explicit .ts import extension). - Cover vitest.config.mts in typecheck and lint, which the *.ts globs were silently missing. - Exclude vitest.config.mts and pixel.jsonc from the packaged .vsix.
EhabY
force-pushed
the
chore/update-deps-and-ci
branch
from
August 24, 2026 11:41
a8965dd to
3cdeb5b
Compare
matifali
approved these changes
Aug 24, 2026
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.
@types/vscode,@types/node,typescript,ua-parser-js) are untouched.electrondevDependency 39.8.10 -> 42.5.1 to drop the vulnerableextract-zipdependency (GHSA-jmr9-qjv8-65gv, no upstream fix exists forextract-zipitself) and a separate Electron cache-reuse CVE affecting 42.0.0-42.5.0. CI'stest-unitmatrix now runslatestinstead of the42.3.0pin, to re-test whether the macOS arm64 oxc-transform regression documented in chore(deps): update dependencies and pin CI Electron #981 still reproduces on newer Electron.toshimaru/auto-author-assignaction to v3.1.0.__dirname->import.meta.dirname, explicit.tsimport extension).vitest.config.mtswas silently skipped by both typecheck and lint (the*.tsglobs don't match.mts) - now covered by both.vitest.config.mtsandpixel.jsoncfrom the packaged.vsix.