2 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
d9ef2f0d5b |
chore: update all plugins to Nushell 0.111.0
Some checks failed
Build and Test / Validate Setup (push) Has been cancelled
Build and Test / Build (darwin-amd64) (push) Has been cancelled
Build and Test / Build (darwin-arm64) (push) Has been cancelled
Build and Test / Build (linux-amd64) (push) Has been cancelled
Build and Test / Build (windows-amd64) (push) Has been cancelled
Build and Test / Build (linux-arm64) (push) Has been cancelled
Build and Test / Security Audit (push) Has been cancelled
Build and Test / Package Results (push) Has been cancelled
Build and Test / Quality Gate (push) Has been cancelled
Nightly Build / Check for Changes (push) Has been cancelled
Nightly Build / Validate Setup (push) Has been cancelled
Nightly Build / Nightly Build (darwin-amd64) (push) Has been cancelled
Nightly Build / Nightly Build (darwin-arm64) (push) Has been cancelled
Nightly Build / Nightly Build (linux-amd64) (push) Has been cancelled
Nightly Build / Nightly Build (windows-amd64) (push) Has been cancelled
Nightly Build / Nightly Build (linux-arm64) (push) Has been cancelled
Nightly Build / Create Nightly Pre-release (push) Has been cancelled
Nightly Build / Notify Build Status (push) Has been cancelled
Nightly Build / Nightly Maintenance (push) Has been cancelled
- Bump all 18 plugins from 0.110.0 to 0.111.0
- Update rust-toolchain.toml channel to 1.93.1 (nu 0.111.0 requires ≥1.91.1)
Fixes:
- interprocess pin =2.2.x → ^2.3.1 in nu_plugin_mcp, nu_plugin_nats, nu_plugin_typedialog
(required by nu-plugin-core 0.111.0)
- nu_plugin_typedialog: BackendType::Web initializer — add open_browser: false field
- nu_plugin_auth: implement missing user_info_to_value helper referenced in tests
Scripts:
- update_all_plugins.nu: fix [package].version update on minor bumps; add [dev-dependencies]
pass; add nu-plugin-test-support to managed crates
- download_nushell.nu: rustup override unset before rm -rf on nushell dir replace;
fix unclosed ) in string interpolation
|
||
|
|
c5b510b939 |
feat: modularize justfile and fix collection/packaging scripts
- Modularize justfile system with dedicated modules:
* alias.just: Command aliases (h, b, c, s)
* build.just: Build and cross-compilation commands
* distro.just: Collection and packaging commands
* help.just: Comprehensive help system with areas
* qa.just: Testing and quality assurance
* tools.just: Development tools and utilities
* upstream.just: Repository tracking and sync
- Fix platform detection in collect script:
* Use actual platform names (darwin-arm64) instead of generic "host"
* Support both "host" argument and auto-detection
* Filter out .d dependency files from distribution
- Fix packaging script issues:
* Correct uname command syntax (^uname -m)
* Fix string interpolation and environment parsing
* Include plugin binaries in archives (was only packaging metadata)
* Use proper path join instead of string interpolation
* Add --force flag to avoid interactive prompts
- Fix justfile absolute paths:
* Replace relative paths with {{justfile_directory()}} function
* Enable commands to work from any directory
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|