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: moonrepo/moon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @moonrepo/cli@1.33.2
Choose a base ref
...
head repository: moonrepo/moon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @moonrepo/cli@1.33.3
Choose a head ref
  • 2 commits
  • 22 files changed
  • 2 contributors

Commits on Mar 23, 2025

  1. fix: Audit 03/23 (#1885)

    * Update proto.
    
    * Fix moonx.
    
    * Fix toolchain inherit.
    milesj authored Mar 23, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f4748e5 View commit details
  2. Release

    - @moonrepo/cli@1.33.3
    - @moonrepo/core-linux-arm64-gnu@1.33.3
    - @moonrepo/core-linux-arm64-musl@1.33.3
    - @moonrepo/core-linux-x64-gnu@1.33.3
    - @moonrepo/core-linux-x64-musl@1.33.3
    - @moonrepo/core-windows-x64-msvc@1.33.3
    - @moonrepo/core-macos-arm64@1.33.3
    - @moonrepo/core-macos-x64@1.33.3
    milesj committed Mar 23, 2025
    Copy the full SHA
    54d307d View commit details
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ jobs:
with:
auto-install: true
cache: true
proto-version: '0.47.4' # Keep in sync
proto-version: '0.47.7' # Keep in sync
- uses: mozilla-actions/sccache-action@v0.0.7
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
# Fixes issues where proto can't find a version because nothing is pinned globally
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.33.3

#### 🐞 Fixes

- Fixed an issue where `npx @moonrepo/cli` would no longer work.
- Fixed an issue where `toolchain.typescript = true` in `moon.yml` would not inherit it as a
toolchain.

#### ⚙️ Internal

- Updated proto to [v0.47.7](https://github.com/moonrepo/proto/releases/tag/v0.47.7) (from 0.47.4).
- Updated dependencies.

## 1.33.2

#### 🚀 Updates
Loading