Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: johannesjo/parallel-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: johannesjo/parallel-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 28, 2026

  1. 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>
    dependabot[bot] authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    bce4cab View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. 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
    johannesjo authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    a0d58af View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    ea9bba9 View commit details
    Browse the repository at this point in the history
  3. 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
    johannesjo authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    897415f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. 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.
    johannesjo committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    137cade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82595c4 View commit details
    Browse the repository at this point in the history
  3. 0.7.0

    johannesjo committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    b250446 View commit details
    Browse the repository at this point in the history
Loading