Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
milesj committed Nov 24, 2024
1 parent ac2fdc5 commit 3cb962c
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
@@ -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/sccache-action@v0.0.5
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- name: Checking coverage status
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 3cb962c

Please sign in to comment.