-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: Update proto, starbase, and more. #1545
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run report for da13db21
|
Action | Time | Status | Info | |
---|---|---|---|---|
🟩 | SyncWorkspace |
27.9ms | Passed | |
🟩 | SetupToolchain(node:~18) |
24.1s | Passed | |
🟩 | SyncProject(node, types) |
7.2ms | Passed | |
🟩 | SyncProject(node, runtime) |
3.6ms | Passed | |
🟩 | SyncProject(node, website) |
3.4ms | Passed | |
🟩 | InstallWorkspaceDeps(node:~18) |
44.3s | Passed | |
🟦 | RunTask(types:build) |
808.6ms | Cached | |
🟦 | RunTask(runtime:build) |
514.8ms | Cached | |
🟩 | RunTask(website:build) |
1m 36s | Passed |
Environment
OS: Linux
Matrix:
os = ubuntu-latest
node-version = 18
Touched files
.github/workflows/rust.yml
Cargo.lock
Cargo.toml
crates/app/Cargo.toml
crates/codegen/src/template.rs
crates/common/src/consts.rs
crates/common/src/env.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/toolchain_config_test.rs
crates/env/Cargo.toml
crates/env/src/lib.rs
crates/plugin/tests/plugin_registry_test.rs
crates/query/Cargo.toml
crates/task-runner/src/command_builder.rs
crates/test-utils/src/platform_manager.rs
crates/test-utils/src/project_graph.rs
legacy/bun/tool/src/bun_tool.rs
legacy/core/logger/Cargo.toml
legacy/deno/lang/src/deno_json.rs
legacy/deno/tool/src/deno_tool.rs
legacy/node/lang/src/package_json.rs
legacy/node/tool/src/bun_tool.rs
legacy/node/tool/src/node_tool.rs
legacy/node/tool/src/npm_tool.rs
legacy/node/tool/src/pnpm_tool.rs
legacy/node/tool/src/yarn_tool.rs
legacy/rust/platform/src/lib.rs
legacy/rust/platform/src/rust_platform.rs
legacy/rust/tool/Cargo.toml
legacy/rust/tool/src/rust_tool.rs
legacy/typescript/lang/src/tsconfig.rs
packages/cli/CHANGELOG.md
website/docs/config/project.mdx
Run report for da13db21
|
Action | Time | Status | Info | |
---|---|---|---|---|
🟩 | SyncWorkspace |
27.8ms | Passed | |
🟩 | SetupToolchain(node:~20) |
23.1s | Passed | |
🟩 | SyncProject(node, types) |
2.9ms | Passed | |
🟩 | SyncProject(node, runtime) |
2.9ms | Passed | |
🟩 | SyncProject(node, website) |
3.3ms | Passed | |
🟩 | InstallWorkspaceDeps(node:~20) |
43.2s | Passed | |
🟦 | RunTask(types:build) |
926.3ms | Cached | |
🟦 | RunTask(runtime:build) |
506.5ms | Cached | |
🟩 | RunTask(website:build) |
1m 34s | Passed |
Environment
OS: Linux
Matrix:
os = ubuntu-latest
node-version = 20
Touched files
.github/workflows/rust.yml
Cargo.lock
Cargo.toml
crates/app/Cargo.toml
crates/codegen/src/template.rs
crates/common/src/consts.rs
crates/common/src/env.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/toolchain_config_test.rs
crates/env/Cargo.toml
crates/env/src/lib.rs
crates/plugin/tests/plugin_registry_test.rs
crates/query/Cargo.toml
crates/task-runner/src/command_builder.rs
crates/test-utils/src/platform_manager.rs
crates/test-utils/src/project_graph.rs
legacy/bun/tool/src/bun_tool.rs
legacy/core/logger/Cargo.toml
legacy/deno/lang/src/deno_json.rs
legacy/deno/tool/src/deno_tool.rs
legacy/node/lang/src/package_json.rs
legacy/node/tool/src/bun_tool.rs
legacy/node/tool/src/node_tool.rs
legacy/node/tool/src/npm_tool.rs
legacy/node/tool/src/pnpm_tool.rs
legacy/node/tool/src/yarn_tool.rs
legacy/rust/platform/src/lib.rs
legacy/rust/platform/src/rust_platform.rs
legacy/rust/tool/Cargo.toml
legacy/rust/tool/src/rust_tool.rs
legacy/typescript/lang/src/tsconfig.rs
packages/cli/CHANGELOG.md
website/docs/config/project.mdx
Run report for da13db21
|
Action | Time | Status | Info | |
---|---|---|---|---|
🟩 | SyncWorkspace |
29.7ms | Passed | |
🟩 | SetupToolchain(node:~18) |
35.3s | Passed | |
🟩 | SyncProject(node, types) |
4.2ms | Passed | |
🟩 | SyncProject(node, runtime) |
4ms | Passed | |
🟩 | SyncProject(node, website) |
4.6ms | Passed | |
🟩 | InstallWorkspaceDeps(node:~18) |
1m 7s | Passed | |
🟦 | RunTask(types:build) |
933.5ms | Cached | |
🟦 | RunTask(runtime:build) |
654.4ms | Cached | |
🟩 | RunTask(website:build) |
1m 49s | Passed |
Environment
OS: Windows
Matrix:
os = windows-latest
node-version = 18
Touched files
.github/workflows/rust.yml
Cargo.lock
Cargo.toml
crates/app/Cargo.toml
crates/codegen/src/template.rs
crates/common/src/consts.rs
crates/common/src/env.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/toolchain_config_test.rs
crates/env/Cargo.toml
crates/env/src/lib.rs
crates/plugin/tests/plugin_registry_test.rs
crates/query/Cargo.toml
crates/task-runner/src/command_builder.rs
crates/test-utils/src/platform_manager.rs
crates/test-utils/src/project_graph.rs
legacy/bun/tool/src/bun_tool.rs
legacy/core/logger/Cargo.toml
legacy/deno/lang/src/deno_json.rs
legacy/deno/tool/src/deno_tool.rs
legacy/node/lang/src/package_json.rs
legacy/node/tool/src/bun_tool.rs
legacy/node/tool/src/node_tool.rs
legacy/node/tool/src/npm_tool.rs
legacy/node/tool/src/pnpm_tool.rs
legacy/node/tool/src/yarn_tool.rs
legacy/rust/platform/src/lib.rs
legacy/rust/platform/src/rust_platform.rs
legacy/rust/tool/Cargo.toml
legacy/rust/tool/src/rust_tool.rs
legacy/typescript/lang/src/tsconfig.rs
packages/cli/CHANGELOG.md
website/docs/config/project.mdx
Run report for da13db21
|
Action | Time | Status | Info | |
---|---|---|---|---|
🟩 | SyncWorkspace |
29.1ms | Passed | |
🟩 | SetupToolchain(node:~20) |
32.9s | Passed | |
🟩 | SyncProject(node, types) |
4.7ms | Passed | |
🟩 | SyncProject(node, runtime) |
4.1ms | Passed | |
🟩 | SyncProject(node, website) |
4.7ms | Passed | |
🟩 | InstallWorkspaceDeps(node:~20) |
1m 6s | Passed | |
🟦 | RunTask(types:build) |
851.5ms | Cached | |
🟦 | RunTask(runtime:build) |
546.9ms | Cached | |
🟩 | RunTask(website:build) |
1m 44s | Passed |
Environment
OS: Windows
Matrix:
os = windows-latest
node-version = 20
Touched files
.github/workflows/rust.yml
Cargo.lock
Cargo.toml
crates/app/Cargo.toml
crates/codegen/src/template.rs
crates/common/src/consts.rs
crates/common/src/env.rs
crates/config/src/project/task_options_config.rs
crates/config/tests/toolchain_config_test.rs
crates/env/Cargo.toml
crates/env/src/lib.rs
crates/plugin/tests/plugin_registry_test.rs
crates/query/Cargo.toml
crates/task-runner/src/command_builder.rs
crates/test-utils/src/platform_manager.rs
crates/test-utils/src/project_graph.rs
legacy/bun/tool/src/bun_tool.rs
legacy/core/logger/Cargo.toml
legacy/deno/lang/src/deno_json.rs
legacy/deno/tool/src/deno_tool.rs
legacy/node/lang/src/package_json.rs
legacy/node/tool/src/bun_tool.rs
legacy/node/tool/src/node_tool.rs
legacy/node/tool/src/npm_tool.rs
legacy/node/tool/src/pnpm_tool.rs
legacy/node/tool/src/yarn_tool.rs
legacy/rust/platform/src/lib.rs
legacy/rust/platform/src/rust_platform.rs
legacy/rust/tool/Cargo.toml
legacy/rust/tool/src/rust_tool.rs
legacy/typescript/lang/src/tsconfig.rs
packages/cli/CHANGELOG.md
website/docs/config/project.mdx
milesj
added a commit
that referenced
this pull request
Jul 9, 2024
* Update proto. * Add new shell. * Update utils. * Fix tests.
milesj
added a commit
that referenced
this pull request
Jul 9, 2024
* Update proto. * Add new shell. * Update utils. * Fix tests.
milesj
added a commit
that referenced
this pull request
Jul 9, 2024
* new: Improve Node/Yarn handling. (#1542) * Update yarn install. * Add new setting. * deps: Update proto, starbase, and more. (#1545) * Update proto. * Add new shell. * Update utils. * Fix tests. * Start on docker. * Update docs. * Fix tests. * Split configs. * Fix test. * Add pruning. * Add disable toolchain. * Update docs. * Remove disable. * Fix tests. * Fix tests. * Debug test.
milesj
added a commit
that referenced
this pull request
Jul 15, 2024
* Update proto. * Add new shell. * Update utils. * Fix tests.
milesj
added a commit
that referenced
this pull request
Jul 15, 2024
* new: Improve Node/Yarn handling. (#1542) * Update yarn install. * Add new setting. * deps: Update proto, starbase, and more. (#1545) * Update proto. * Add new shell. * Update utils. * Fix tests. * Start on docker. * Update docs. * Fix tests. * Split configs. * Fix test. * Add pruning. * Add disable toolchain. * Update docs. * Remove disable. * Fix tests. * Fix tests. * Debug test.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.