Skip to content

Commit 4853c31

Browse files
authored
fix: Audit 04/28 (#1939)
* Accept stdin for moon ci. * Update starbase. * Fix worktree hooks. * Add bare support. * Fixes. * Fix globs. * Fix git.
1 parent d671a46 commit 4853c31

15 files changed

Lines changed: 474 additions & 301 deletions

File tree

.yarn/versions/a3ebb4d5.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
releases:
2+
"@moonrepo/cli": patch
3+
"@moonrepo/core-linux-arm64-gnu": patch
4+
"@moonrepo/core-linux-arm64-musl": patch
5+
"@moonrepo/core-linux-x64-gnu": patch
6+
"@moonrepo/core-linux-x64-musl": patch
7+
"@moonrepo/core-macos-arm64": patch
8+
"@moonrepo/core-macos-x64": patch
9+
"@moonrepo/core-windows-x64-msvc": patch

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
#### 🚀 Updates
6+
7+
- Improved bare repository support for Git v2.
8+
- Updated `moon ci` to support passing touched files via stdin.
9+
10+
#### 🐞 Fixes
11+
12+
- Fixed the faster/new glob implementation not filtering out hidden directories. This should now
13+
work like the old implementation.
14+
- Fixed the new Git v2 not working correctly for synced hooks and worktrees.
15+
316
## 1.35.1
417

518
#### 🚀 Updates

0 commit comments

Comments
 (0)