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: steveukx/git-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: simple-git@3.32.3
Choose a base ref
...
head repository: steveukx/git-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: simple-git@3.33.0
Choose a head ref
  • 8 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 25, 2026

  1. chore(deps): bump minimatch from 3.1.2 to 3.1.4

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.4.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 3.1.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    c515a10 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Merge pull request #1130 from steveukx/dependabot/npm_and_yarn/minima…

    …tch-3.1.4
    
    chore(deps): bump minimatch from 3.1.2 to 3.1.4
    steveukx authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    c077260 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. chore(deps): bump tar from 7.5.9 to 7.5.10

    Bumps [tar](https://github.com/isaacs/node-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: tar
      dependency-version: 7.5.10
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    1200f75 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. Fix/block unsafe 2603 (#1135)

    * Add detection for more potential attack vectors through `git -c` configuration switches
    steveukx authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    e253a0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1134 from steveukx/dependabot/npm_and_yarn/tar-7.…

    …5.10
    
    chore(deps): bump tar from 7.5.9 to 7.5.10
    steveukx authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    de825be View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Clone API use pathspec (#1132)

    * Use a `pathspec` wrapper for remote and local paths when using `git.clone` and `git.mirror`
    
    Extract `clone` methods to `SimpleGitApi` base class.
    
    * Fix block-unsafe test now handled with pathspec
    
    * Restore ability to use `-b non-default-branch` in `git.clone`
    
    Closes #1137
    
    * Add tests for unsafe `-u` switch detection
    
    * Add documentation for the use of pathspecs
    steveukx authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    a263635 View commit details
    Browse the repository at this point in the history
  2. Version Packages

    github-actions[bot] committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    8bbbabc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1136 from steveukx/changeset-release/main

    Version Packages
    steveukx authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    ad732e0 View commit details
    Browse the repository at this point in the history
Loading