Skip to content

Bump some versions to support new nuxt-common version - #200

Merged
zendern merged 6 commits into
mainfrom
feat/nuxt-common-0.2.3
Jul 26, 2026
Merged

Bump some versions to support new nuxt-common version#200
zendern merged 6 commits into
mainfrom
feat/nuxt-common-0.2.3

Conversation

@zendern

@zendern zendern commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

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.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.

What side effects does this change have?

N/A

How is this change tested?

CI and downstream

Summary by CodeRabbit

  • New Features

    • Added OpenAPI type support for projects using the Python driver template.
    • Updated frontend tooling and shared component versions for improved compatibility.
  • Bug Fixes

    • Improved consistency when processing command-line output across different environments by enforcing UTF-8 text handling.
  • Chores

    • Updated project template metadata to the latest revision.

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.
@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@zendern, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 19 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e5d6d14b-c98a-4209-9184-2c64614b0295

📥 Commits

Reviewing files that changed from the base of the PR and between bf481db and 877e6c8.

📒 Files selected for processing (2)
  • .config/.copier-answers.yml
  • extensions/context.py
📝 Walkthrough

Walkthrough

Dependency 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.

Changes

Template and tooling updates

Layer / File(s) Summary
Frontend dependency wiring
extensions/context.py, template/frontend/package.json.jinja, .config/.copier-answers.yml
Updated Nuxt and shared-library version context values, added the openapi-types development dependency for CircuitPython drivers, and advanced the Copier source revision.
UTF-8 subprocess decoding
.claude/skills/address-pr-comments/fetch-pr-comments.py, template/.claude/skills/address-pr-comments/fetch-pr-comments.py
Added explicit UTF-8 decoding to REST, GraphQL, and current-user subprocess calls.
Estimated code review effort: 2 (Simple) ~10 minutes

Possibly related PRs

Suggested reviewers: ejfine

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the main change: version bumps to support the newer nuxt-common release.
Description check ✅ Passed It covers the key template sections and explains why, how, side effects, and testing; only the issue link and Other section are missing.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Comment thread extensions/context.py

context["default_node_version"] = "24.11.1"
context["nuxt_ui_version"] = "^4.8.1"
context["nuxt_ui_version"] = "^4.10.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comes from base template, right?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup pull it up there along with a few deps we did have here that were missing from base. LabAutomationAndScreening/copier-base-template#188

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between e9f83a7 and 99e97ac.

📒 Files selected for processing (2)
  • template/.config/vacuum-functions/resourcesPlural.js
  • template/frontend/kiota_nullable_fixer.py

Comment thread template/.config/vacuum-functions/resourcesPlural.js Outdated
Comment thread template/frontend/kiota_nullable_fixer.py
@zendern
zendern force-pushed the feat/nuxt-common-0.2.3 branch from 99e97ac to bf481db Compare July 26, 2026 00:01

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 99e97ac and bf481db.

📒 Files selected for processing (3)
  • .claude/skills/address-pr-comments/fetch-pr-comments.py
  • .config/.copier-answers.yml
  • template/.claude/skills/address-pr-comments/fetch-pr-comments.py

Comment thread .config/.copier-answers.yml Outdated
@zendern
zendern marked this pull request as ready for review July 26, 2026 00:07
@zendern
zendern requested a review from ejfine July 26, 2026 00:07
@zendern
zendern enabled auto-merge (squash) July 26, 2026 00:44
@zendern
zendern merged commit 6734146 into main Jul 26, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants