Skip to content

Commit 4ce9465

Browse files
branchseerclaude
andauthored
chore: bump vite-task to d02b257 (#1689)
`[CHANGELOG diff](https://github.com/voidzero-dev/vite-task/compare/c945cc0c7bb5af478a68d4548db7f46e621b36b0...d02b257dc7fa6293b4f4f6774e5f883476b8846c#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed)` Also bumps the Rust nightly toolchain to `nightly-2026-05-24` to match vite-task, updates `packages/cli/src/run-config.ts` from the regenerated TS types, and documents the new task command shorthand syntax in `docs/config/run.md`. --- _Generated by [Claude Code](https://claude.ai/code/session_01N7sZTbj8K2QYvMAWUB1Nmz)_ --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 59895b0 commit 4ce9465

8 files changed

Lines changed: 214 additions & 100 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,13 @@ jobs:
174174
- run: |
175175
cargo shear
176176
cargo fmt --check
177-
cargo clippy --all-targets --all-features -- -D warnings
177+
# Allow new clippy lints from the toolchain that fire in upstream
178+
# rolldown crates without a `[lints]` table.
179+
cargo clippy --all-targets --all-features -- -D warnings \
180+
-A clippy::byte_char_slices \
181+
-A clippy::manual_assert_eq \
182+
-A clippy::needless_return_with_question_mark \
183+
-A clippy::useless_borrows_in_formatting
178184
# RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --document-private-items
179185
180186
- uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3

0 commit comments

Comments
 (0)