mouser: Add version 3.6.0#17775
Conversation
📝 WalkthroughWalkthroughThis PR updates the Mouser package manifest in the Scoop Extras bucket to version 3.6.0. The change modifies the Windows 64-bit download URL and SHA256 hash to reference the v3.6.0 release artifact. The manifest version, extraction directory, shortcut entry, and autoupdate configuration are included in the file. This is a straightforward version bump manifest update. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
bucket/mouser.json (1)
19-26: Suggested local validation commands before mergeRun the standard Scoop checks for this manifest:
scoop config debug truescoop config gh_token <your-github-token>.\bin\checkver.ps1 -App mouser -f.\bin\formatjson.ps1 -App mouserscoop install .\bucket\mouser.json -a 64bitAs per coding guidelines: "Provide clear instructions for testing the manifest locally before submission" and use the Contribution Guide/Wiki when needed.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@bucket/mouser.json` around lines 19 - 26, The PR is missing the recommended local validation steps for the mouser.json manifest; update the PR description (or CONTRIBUTING note for this manifest) to list the exact commands to run for local testing: enable debug and GH token via `scoop config debug true` and `scoop config gh_token <your-github-token>`, run `.\bin\checkver.ps1 -App mouser -f`, run `.\bin\formatjson.ps1 -App mouser`, and finally test installation with `scoop install .\bucket\mouser.json -a 64bit`; reference the manifest keys (checkver, autoupdate.url) so reviewers know which fields were validated.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@bucket/mouser.json`:
- Around line 19-26: The PR is missing the recommended local validation steps
for the mouser.json manifest; update the PR description (or CONTRIBUTING note
for this manifest) to list the exact commands to run for local testing: enable
debug and GH token via `scoop config debug true` and `scoop config gh_token
<your-github-token>`, run `.\bin\checkver.ps1 -App mouser -f`, run
`.\bin\formatjson.ps1 -App mouser`, and finally test installation with `scoop
install .\bucket\mouser.json -a 64bit`; reference the manifest keys (checkver,
autoupdate.url) so reviewers know which fields were validated.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: a449fd65-ce24-42e0-838c-b8a4dbf9ca41
📒 Files selected for processing (1)
bucket/mouser.json
|
/verify |
|
All changes look good. Wait for review from human collaborators. mouser
|
Closes #17774
<manifest-name[@version]|chore>: <general summary of the pull request>