Skip to content

Commit f4748e5

Browse files
authored
fix: Audit 03/23 (#1885)
* Update proto. * Fix moonx. * Fix toolchain inherit.
1 parent 0e82dca commit f4748e5

15 files changed

Lines changed: 236 additions & 183 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
auto-install: true
105105
cache: true
106-
proto-version: '0.47.4' # Keep in sync
106+
proto-version: '0.47.7' # Keep in sync
107107
- uses: mozilla-actions/sccache-action@v0.0.7
108108
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
109109
# Fixes issues where proto can't find a version because nothing is pinned globally

.yarn/versions/cb738afe.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+
#### 🐞 Fixes
6+
7+
- Fixed an issue where `npx @moonrepo/cli` would no longer work.
8+
- Fixed an issue where `toolchain.typescript = true` in `moon.yml` would not inherit it as a
9+
toolchain.
10+
11+
#### ⚙️ Internal
12+
13+
- Updated proto to [v0.47.7](https://github.com/moonrepo/proto/releases/tag/v0.47.7) (from 0.47.4).
14+
- Updated dependencies.
15+
316
## 1.33.2
417

518
#### 🚀 Updates

0 commit comments

Comments
 (0)