Skip to content

Commit

Permalink
deps: Audit 11/13 (#1719)
Browse files Browse the repository at this point in the history
* Update deps.

* Update tsconfig.

* Update commands.

* Update proto.

* Update tracing fields.

* Fix windows.

* Fix type.
  • Loading branch information
milesj authored Nov 14, 2024
1 parent 3d77456 commit 4925bc0
Show file tree
Hide file tree
Showing 83 changed files with 701 additions and 507 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
auto-install: true
cache: ${{ runner.os == 'Linux' }}
proto-version: '0.42.0' # Keep in sync
proto-version: '0.42.1' # Keep in sync
- uses: mozilla-actions/[email protected]
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- name: Checking coverage status
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@
- Added 7 new token variables: `$arch`, `$os`, `$osFamily`, `$vcsBranch`, `$vcsRepository`,
`$vcsRevision`, `$workingDir`
- Added a `rust.binstallVersion` setting to `.moon/toolchain.yml`.
- Updated Pkl configurations to support `read()` for environment variables.

#### 🐞 Fixes

- Fixed `moon project-graph <id>` not including all dependencies/dependents. It was only showing
direct relationships.

#### ⚙️ Internal

- Updated dependencies.
- Updated proto to v0.42.1 (from 0.42.0).

## 1.29.4

#### 🚀 Updates
Expand Down
Loading

0 comments on commit 4925bc0

Please sign in to comment.