Bump some versions to support new nuxt-common version - #200
Conversation
The 0.2.x line adds the ShellRail and PageTitle shell components plus the shellRailTestIds helper, which the circuit-python device driver frontend template uses for the shared Lab Sync theming. 0.2.3 declares `@nuxt/ui >=4.10.0` and a non-optional `openapi-types >=12.1` peer dependency, so bump @nuxt/ui and add openapi-types as a dev dependency for driver projects.
|
Warning Review limit reached
Next review available in: 19 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughDependency pins and frontend template dependencies are updated, Copier metadata advances to a newer source revision, and GitHub subprocess wrappers explicitly use UTF-8 decoding in both source and template scripts. ChangesTemplate and tooling updates
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
|
|
||
| context["default_node_version"] = "24.11.1" | ||
| context["nuxt_ui_version"] = "^4.8.1" | ||
| context["nuxt_ui_version"] = "^4.10.0" |
There was a problem hiding this comment.
This comes from base template, right?
There was a problem hiding this comment.
Yup pull it up there along with a few deps we did have here that were missing from base. LabAutomationAndScreening/copier-base-template#188
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 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.
Inline comments:
In `@template/.config/vacuum-functions/resourcesPlural.js`:
- Around line 22-26: Restrict the generic device-driver exceptions in the
resources-plural allowlist, including “name”, “reset”, “measure”, and “export”,
to paths under the device-driver namespace instead of matching segment text
globally. Update isAllowed or the allowlist representation in resourcesPlural.js
to match the surrounding driver path or full operation path, while preserving
the existing exemptions for device-driver operations and enforcing validation
elsewhere.
In `@template/frontend/kiota_nullable_fixer.py`:
- Around line 478-484: Split the combined item_type membership condition in the
nullable fixer into separate integer and number branches, preserving the
existing field_specs assignment and has_primitive_array update in both branches.
Avoid using an in-membership test for these independently covered cases.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: ee42bcfa-dec9-40e0-a976-dac866851263
📒 Files selected for processing (2)
template/.config/vacuum-functions/resourcesPlural.jstemplate/frontend/kiota_nullable_fixer.py
99e97ac to
bf481db
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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.
Inline comments:
In @.config/.copier-answers.yml:
- Line 2: Update the _commit value in .config/.copier-answers.yml to the
corresponding clean release tag, removing the Git-describe suffix so it contains
no hyphens and passes tagged-template confirmation.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 352cdf6e-7953-49d9-bfb9-2ecbf7def60d
📒 Files selected for processing (3)
.claude/skills/address-pr-comments/fetch-pr-comments.py.config/.copier-answers.ymltemplate/.claude/skills/address-pr-comments/fetch-pr-comments.py
Why is this change necessary?
Keep things up to date
How does this change address the issue?
0.2.3 declares
@nuxt/ui >=4.10.0and a non-optionalopenapi-types >=12.1peer dependency, so bump @nuxt/ui and add openapi-types as a dev dependency for driver projects.What side effects does this change have?
N/A
How is this change tested?
CI and downstream
Summary by CodeRabbit
New Features
Bug Fixes
Chores