Skip to content

Commit 34d8e42

Browse files
committed
deps(proto): Update to v0.58. (#2581)
* Update proto. * Update starbase. * Fixes. * Update vp. * Update lock. * Polish. * Fixes.
1 parent 8463ca2 commit 34d8e42

76 files changed

Lines changed: 1270 additions & 1186 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
auto-install: true
138138
cache: true
139-
proto-version: '0.57.4' # Keep in sync
139+
proto-version: '0.58.0' # Keep in sync
140140
env:
141141
PROTO_LOG: trace
142142
- uses: mozilla-actions/sccache-action@v0.0.9

.yarnrc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ approvedGitRepositories:
22
- '**'
33

44
catalog:
5-
vite: 'npm:@voidzero-dev/vite-plus-core@latest'
6-
vite-plus: latest
7-
vitest: 'npm:@voidzero-dev/vite-plus-test@latest'
5+
vite: 'npm:@voidzero-dev/vite-plus-core@0.2.1'
6+
vite-plus: 0.2.1
87

98
changesetIgnorePatterns:
109
- '**/cjs/**/*'

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
- Fixed an issue where PowerShell hooks would mangle user variables that start with `$ARG`, like
4040
`$ARGS`.
4141

42+
#### ⚙️ Internal
43+
44+
- Updated proto to [v0.58.0](https://github.com/moonrepo/proto/releases/tag/v0.58.0) from 0.57.4.
45+
4246
## 2.3.5
4347

4448
#### 🐞 Fixes
@@ -57,8 +61,10 @@
5761

5862
#### 🐞 Fixes
5963

60-
- Fixed an issue where projects with the same name/ID as their underlying toolchain package would cause issues when pruning within Docker.
61-
- Fixed an issue where remote caching wasn't being updated unless the `casOutputsCache` experiment was enabled.
64+
- Fixed an issue where projects with the same name/ID as their underlying toolchain package would
65+
cause issues when pruning within Docker.
66+
- Fixed an issue where remote caching wasn't being updated unless the `casOutputsCache` experiment
67+
was enabled.
6268

6369
#### 🧰 Toolchains
6470

0 commit comments

Comments
 (0)