-
-
Notifications
You must be signed in to change notification settings - Fork 78
Comparing changes
Open a pull request
base repository: johannesjo/parallel-code
base: v0.6.0
head repository: johannesjo/parallel-code
compare: v0.7.0
- 7 commits
- 4 files changed
- 3 contributors
Commits on Feb 28, 2026
-
chore(deps-dev): bump minimatch
Bumps the npm_and_yarn group with 1 update in the / directory: [minimatch](https://github.com/isaacs/minimatch). Updates `minimatch` from 3.1.2 to 3.1.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for bce4cab - Browse repository at this point
Copy the full SHA bce4cabView commit details
Commits on Mar 7, 2026
-
Merge pull request #12 from johannesjo/dependabot/npm_and_yarn/npm_an…
…d_yarn-bb3626eb1a chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in the npm_and_yarn group across 1 directory
Configuration menu - View commit details
-
Copy full SHA for a0d58af - Browse repository at this point
Copy the full SHA a0d58afView commit details -
chore(deps): bump the npm_and_yarn group across 1 directory with 2 up…
…dates Bumps the npm_and_yarn group with 2 updates in the / directory: [rollup](https://github.com/rollup/rollup) and [tar](https://github.com/isaacs/node-tar). Updates `rollup` from 4.57.1 to 4.59.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.57.1...v4.59.0) Updates `tar` from 7.5.9 to 7.5.10 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.9...v7.5.10) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.59.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-version: 7.5.10 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ea9bba9 - Browse repository at this point
Copy the full SHA ea9bba9View commit details -
Merge pull request #14 from johannesjo/dependabot/npm_and_yarn/npm_an…
…d_yarn-63454a46c4 chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
Configuration menu - View commit details
-
Copy full SHA for 897415f - Browse repository at this point
Copy the full SHA 897415fView commit details
Commits on Mar 11, 2026
-
fix(merge): kill agents after merge succeeds, not before
Previously, agents (PTY terminals) were killed before the merge IPC call. If the merge failed (e.g. uncommitted changes in project root), terminals were destroyed with no way to recover. Move agent killing to after the merge succeeds and use Promise.allSettled for parallel cleanup.
Configuration menu - View commit details
-
Copy full SHA for 137cade - Browse repository at this point
Copy the full SHA 137cadeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82595c4 - Browse repository at this point
Copy the full SHA 82595c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b250446 - Browse repository at this point
Copy the full SHA b250446View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.0...v0.7.0