Skip to content

Release: v1.12.0 - #57

Merged
themightychris merged 6 commits into
mainfrom
develop
May 18, 2026
Merged

Release: v1.12.0#57
themightychris merged 6 commits into
mainfrom
develop

Conversation

@themightychris

@themightychris themightychris commented May 18, 2026

Copy link
Copy Markdown
Member

Improvements

Technical

dependabot Bot and others added 4 commits March 25, 2026 22:46
Bumps  and [picomatch](https://github.com/micromatch/picomatch). These dependencies needed to be updated together.

Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.4)

Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.4)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…/multi-bf05dc1ecf

chore(deps): bump picomatch
…/lodash-4.18.1

chore(deps): bump lodash from 4.17.23 to 4.18.1
@themightychris

themightychris commented May 18, 2026

Copy link
Copy Markdown
Member Author

Changelog

- chore(deps): bump picomatch [#55] @app/dependabot
- chore(deps): bump lodash from 4.17.23 to 4.18.1 [#56] @app/dependabot
- feat: add $config option to inject -c <key>=<value> overrides [#58] @themightychris

themightychris and others added 2 commits May 18, 2026 12:49
Allows callers to inject per-invocation git config overrides without
mutating on-disk config. Useful for disabling auto-gc on a fetch to
avoid races on .git/shallow when many shallow fetches run in sequence
against the same git-dir.

Example:

    await git.fetch(
        { depth: 1, $config: { 'gc.auto': '0' } },
        url,
        ref,
    );

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
feat: add $config option to inject -c <key>=<value> overrides
@themightychris themightychris changed the title Release: v1.11.2 Release: v1.12.0 May 18, 2026
@themightychris
themightychris merged commit 945fd5c into main May 18, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant