Fix dev restart not killing old process in macOS#9380
Open
PikachuEXE wants to merge 5 commits into
Open
Conversation
Bumps the webpack group with 3 updates in the / directory: [webpack](https://github.com/webpack/webpack), [webpack-cli](https://github.com/webpack/webpack-cli) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `webpack` from 5.108.3 to 5.108.4 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.108.3...v5.108.4) Updates `webpack-cli` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.1.0...webpack-cli@7.2.1) Updates `webpack-dev-server` from 5.2.5 to 6.0.0 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.5...v6.0.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: webpack - dependency-name: webpack-cli dependency-version: 7.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: webpack - dependency-name: webpack-dev-server dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: webpack ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…e0022 * development: Bump the github-codeql-action group with 2 updates (FreeTubeApp#9376) Bump the eslint group with 2 updates (FreeTubeApp#9377) Bump swiper from 12.2.0 to 14.0.1 (FreeTubeApp#9349) # Conflicts: # pnpm-lock.yaml
ecd8ee7 to
87e16bc
Compare
Contributor
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
efb4f5ff-1298-471a-8973-3d47447115dc
approved these changes
Jul 6, 2026
Member
Author
|
Last reviewer please let #9378 be merged first (as this includes that |
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.
Pull Request Type
Related issue
Based on #9378 (but does not requires it
Description
FT dev restarts on file changes (render/main/preload/botGuardScript) (see
_scripts/dev-runner.jskillElectronis run with pid (if present) and usestree-killwhich does not work properly on macOSIt does not kill old Electron properly (zombie Electron process stuck around unless killed with
Force QuitThis PR switches to
https://www.npmjs.com/package/@magda/tree-killwhich includes a fix for macOS (see 2 commits = fix + release on https://github.com/magda-io/node-tree-kill/commits/magda/Screenshots
N/A
Testing
src/main/index.jsand save (e.g. add a blank lineDesktop
Additional context