Skip to content

Bump nuxt and other deps#86

Merged
ejfine merged 10 commits intomainfrom
bump-nuxt
Sep 4, 2025
Merged

Bump nuxt and other deps#86
ejfine merged 10 commits intomainfrom
bump-nuxt

Conversation

@ejfine
Copy link
Contributor

@ejfine ejfine commented Sep 4, 2025

Why is this change necessary?

Keep up to date

How does this change address the issue?

Bump nuxt and other various dependencies

What side effects does this change have?

N/A

How is this change tested?

downstream repos

Summary by CodeRabbit

  • New Features
    • Added configurable template versions for zod-from-json-schema and @types/node.
  • Chores
    • Updated devcontainer extensions (Copilot, Copilot Chat, Python, Pylance; plus Vue Volar/ESLint when applicable).
    • Bumped tooling versions (uv, copier, copier-template-extensions).
    • Updated dependencies (pytest, pyright, copier, copier-template-extensions).
    • Refreshed pre-commit hooks (typos, hadolint, ruff).
    • Upgraded ecosystem versions (pnpm, Pyright, Pulumi and AWS provider, boto3, Nuxt, Vue, Faker, ESLint, Zod).

@ejfine ejfine requested a review from Copilot September 4, 2025 12:40
@ejfine ejfine self-assigned this Sep 4, 2025
@coderabbitai
Copy link

coderabbitai bot commented Sep 4, 2025

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

Caution

Review failed

The pull request is closed.

Walkthrough

Version updates across devcontainer configs, CI tooling script, pre-commit hooks, and project/template contexts. Two new template context keys added. No control-flow or structural changes; updates are limited to version strings and configuration revisions.

Changes

Cohort / File(s) Change Summary
Devcontainer extensions config
/.devcontainer/devcontainer.json, template/.devcontainer/devcontainer.json.jinja-base
Bumped VS Code extension versions (Copilot, Copilot Chat, Python, Pylance; Vue Volar, ESLint in template conditionals). Updated devcontainer context hash.
Devcontainer CI tooling versions
/.devcontainer/install-ci-tooling.py
Updated constants: UV_VERSION 0.8.4→0.8.15, COPIER_VERSION 9.9.1→9.10.1, COPIER_TEMPLATE_EXTENSIONS_VERSION 0.3.2→0.3.3. No logic changes.
Pre-commit hooks
/.pre-commit-config.yaml
Bumped revisions for typos (v1), hadolint (v2.13.1), ruff-pre-commit (v0.12.11). No config restructuring.
Template/context version keys
/extensions/context.py, template/extensions/context.py.jinja-base
Updated multiple tool/library versions (uv, copier, pnpm, pyright, pulumi, boto3, nuxt, vue, faker, eslint, zod). Added new context keys: zod_from_json_schema_version, types_node_version. Signatures unchanged.
Python project dependencies
/pyproject.toml
Bumped dependency constraints: pytest, pyright[nodejs], copier, copier-template-extensions. No other changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • Bump context #73 — Similar updates to ContextUpdater.hook with version bumps and context key adjustments.
  • Fix ruff devcontainer config #81 — Touches devcontainer/CI tooling versions and context updates in the same areas.
  • Nuxt 4 #79 — Adds/updates template context keys alongside version updates in context-related files.

Poem

Little paws tap version drums, hop-hop—new tags arrive,
Copilot sings, Pylance hums, our configs stay alive.
Hooks are trimmed, the linters primed, pre-commit aligned,
Context grows with tidy keys, neatly intertwined.
I twitch my nose at numbers bumped—ship it, burrow-signed! 🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between b4cfb25 and 37e137f.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • .devcontainer/devcontainer.json (2 hunks)
  • .devcontainer/install-ci-tooling.py (1 hunks)
  • .pre-commit-config.yaml (2 hunks)
  • extensions/context.py (2 hunks)
  • pyproject.toml (1 hunks)
  • template/.devcontainer/devcontainer.json.jinja-base (1 hunks)
  • template/extensions/context.py.jinja-base (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bump-nuxt

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

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

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates Nuxt and various dependencies across the project to keep packages up to date. The changes include bumping Nuxt from v4.0.3 to v4.1.0, updating development tools like ESLint and Vue components, and refreshing Python dependencies including pytest, copier, and various AWS/Pulumi packages.

Key changes:

  • Updated Nuxt framework and related Vue.js ecosystem packages
  • Refreshed Python dependencies for testing and project templating
  • Updated VS Code extensions and development container configurations

Reviewed Changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
template/extensions/context.py.jinja-base Added context variables for new zod and types/node package versions
template/.devcontainer/devcontainer.json.jinja-base Updated VS Code extension versions for GitHub Copilot, Python tools, and Vue/ESLint
pyproject.toml Bumped pytest, pyright, copier, and template extensions versions
extensions/context.py Updated version numbers for multiple dependencies including Nuxt, Vue, Python tools, and AWS packages
.pre-commit-config.yaml Updated commit hashes for typos, hadolint, and ruff pre-commit hooks
.devcontainer/install-ci-tooling.py Updated UV, copier, and template extensions version constants
.devcontainer/devcontainer.json Updated VS Code extension versions and devcontainer context hash

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

context["eslint_version"] = "{{ eslint_version }}"
context["nuxt_eslint_version"] = "{{ nuxt_eslint_version }}"
context["zod_version"] = "{{ zod_version }}"
context["zod_from_json_schema_version"] = "{{ zod_from_json_schema_version}}"
Copy link

Copilot AI Sep 4, 2025

Choose a reason for hiding this comment

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

Missing space before the closing curly braces in the Jinja template variable. Should be {{ zod_from_json_schema_version }}.

Suggested change
context["zod_from_json_schema_version"] = "{{ zod_from_json_schema_version}}"
context["zod_from_json_schema_version"] = "{{ zod_from_json_schema_version }}"

Copilot uses AI. Check for mistakes.
@ejfine ejfine merged commit daeb5a0 into main Sep 4, 2025
5 of 6 checks passed
@ejfine ejfine deleted the bump-nuxt branch September 4, 2025 12:44
This was referenced Sep 7, 2025
@coderabbitai coderabbitai bot mentioned this pull request Oct 14, 2025
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