Bump the dev-dependencies-minor group with 3 updates#3054
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the dev-dependencies-minor group with 3 updates#3054dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Deploying waveterm with
|
| Latest commit: |
53feb9f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f6b88af5.waveterm.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-dev-pywl.waveterm.pages.dev |
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
This is a routine dependency version bump including:
No code changes, purely package version updates. Safe to merge. Reviewed by minimax-m2.5-20260211 · 958,227 tokens |
2f68436 to
ac47cda
Compare
Bumps the dev-dependencies-minor group with 3 updates: [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc), [node-abi](https://github.com/electron/node-abi) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@vitejs/plugin-react-swc` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.0/packages/plugin-react-swc) Updates `node-abi` from 4.26.0 to 4.27.0 - [Release notes](https://github.com/electron/node-abi/releases) - [Commits](electron/node-abi@v4.26.0...v4.27.0) Updates `typescript-eslint` from 8.56.1 to 8.57.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react-swc" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: node-abi dependency-version: 4.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: typescript-eslint dependency-version: 8.57.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor ... Signed-off-by: dependabot[bot] <support@github.com>
ac47cda to
53feb9f
Compare
Contributor
There was a problem hiding this comment.
Code Review Summary
Status: 2 Issues Found | Recommendation: Address before merge
Overview
| Severity | Count |
|---|---|
| WARNING | 2 |
Issue Details (click to expand)
WARNING
| File | Line | Issue |
|---|---|---|
cmd/wsh/cmd/wshcmd-file.go |
169 | File size check removed in fileCatRun - previously checkFileSize(path, MaxFileSize) was called to prevent reading very large files into memory. This could lead to memory exhaustion when reading large files. |
frontend/app/view/term/termwrap.ts |
(multiple) | IME composition handling removed - the event handlers for IME composition (compositionstart, compositionupdate, compositionend) were removed during the xterm.js v6 upgrade. Users with Input Method Editors (Chinese, Japanese, Korean) may experience issues with character input. |
Files Reviewed (massive diff)
Major changes include:
- Workflow updates (GitHub Actions v3 → v4)
- Schema generation improvements
- File streaming API migration
- xterm.js v6 upgrade
- Tab background system renamed (presets → backgrounds)
- Vertical tabs feature
- Electron v41 upgrade
This is a substantial release (v0.14.4) with significant internal changes. The main concerns are the removed file size check in fileCat command and the removal of IME composition handling.
Reviewed by minimax-m2.5-20260211
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.
Bumps the dev-dependencies-minor group with 3 updates: @vitejs/plugin-react-swc, node-abi and typescript-eslint.
Updates
@vitejs/plugin-react-swcfrom 4.2.3 to 4.3.0Release notes
Sourced from
@vitejs/plugin-react-swc's releases.Changelog
Sourced from
@vitejs/plugin-react-swc's changelog.Commits
Updates
node-abifrom 4.26.0 to 4.27.0Release notes
Sourced from node-abi's releases.
Commits
80ba6fcfeat: update ABI registry (#273)9802e4fbuild(deps): bump electron/semantic-trusted-release from 1.0.1 to 1.1.0 (#271)7ece7edbuild(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#270)ae3747cbuild(deps): bump actions/setup-node from 6.1.0 to 6.2.0 (#268)05bdfcfbuild(deps): bump electron/github-app-auth-action from 1.1.1 to 2.0.0 (#269)Updates
typescript-eslintfrom 8.56.1 to 8.57.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
2c6aeeechore(release): publish 8.57.0f696dadchore: use pnpm catalog (#12047)a09921echore: update vitest to 4.x (#12071)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions