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: [email protected]
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: main
Choose a head ref
  • 12 commits
  • 19 files changed
  • 5 contributors

Commits on Feb 10, 2025

  1. chore(deps-dev): bump esbuild from 0.14.54 to 0.25.0

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.54 to 0.25.0.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md)
    - [Commits](evanw/esbuild@v0.14.54...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    f028b48 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Add v23 to the tested versions

    Upgrade dependencies
    
    Closes #1039
    Closes #1034
    Closes #1032
    Closes #1026
    steveukx committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    e53f2d6 View commit details
    Browse the repository at this point in the history
  2. Add skipLibCheck when building types - resolves issue with `@types/…

    …node` self referencing its own types
    steveukx committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    c9576c4 View commit details
    Browse the repository at this point in the history
  3. Add skipLibCheck when building types - resolves issue with `@types/…

    …node` self referencing its own types
    steveukx committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    685b4d6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1041 from steveukx/chore/deps

    Chore/deps
    steveukx authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    2d574a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. fix: upgrade lerna from 8.1.8 to 8.1.9

    Snyk has created this PR to upgrade lerna from 8.1.8 to 8.1.9.
    
    See this package in yarn:
    lerna
    
    See this project in Snyk:
    https://app.snyk.io/org/steveukx/project/24b6d537-bd35-41f3-a2eb-09b40f87643f?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    93dbc52 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Upgrade [email protected]

    steveukx committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    899f054 View commit details
    Browse the repository at this point in the history
  2. Remove old cross-spawn.

    Closes #1042
    steveukx committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    fac0af0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1044 from steveukx/chore/deps2503

    Chore/deps
    steveukx authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    34c5eba View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Pr/1047 (#1049)

    * Allow passing repeated flags to git commands
    
    * Add changeset
    
    * Add options as array example to README
    
    * Filter options as array with `filterPrimitives`
    
    * Simplify with a for-of
    
    * Fix log.ts
    
    * Format
    
    * Update `@types/node`, remove the `typescript` resolution override, target es2018 to cater for new regexp format.
    Update numstat and abort integration tests to be more robust
    
    ---------
    
    Co-authored-by: Felipe Santos <[email protected]>
    steveukx and felipecrs authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    2adf47d View commit details
    Browse the repository at this point in the history
  2. Version Packages

    github-actions[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    025981e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1050 from steveukx/changeset-release/main

    Version Packages
    steveukx authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    789c13e View commit details
    Browse the repository at this point in the history
Loading