Skip to content

Commit 9822bb4

Browse files
authored
fix: Audit 07/10 (#2050)
* Fix bun lock parsing. * Update globs. * Bump version. * Update docs.
1 parent c842acd commit 9822bb4

8 files changed

Lines changed: 188 additions & 49 deletions

File tree

.yarn/versions/1308b5be.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
#### 🚀 Updates
6+
7+
- Updated project locating to log the glob results for debugging purposes.
8+
9+
#### 🐞 Fixes
10+
11+
- Fixed a `bun.lock` parsing error.
12+
313
## 1.38.4
414

515
#### 🚀 Updates

Cargo.lock

Lines changed: 119 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)