chore: upgrade devcontainer features and workflows#68
Conversation
Upgraded the following devcontainer features to their latest versions: - `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6 - `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.23 - `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.88.0 - `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0 Also updated the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Upgraded the following devcontainer features to their latest versions: - `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6 - `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.35 - `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.91.0 - `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0 Also updated the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.
Upgraded the following devcontainer features to their latest versions: - `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6 - `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.36 - `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.91.0 - `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0 Also updated the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.
Upgraded the following devcontainer features to their latest versions: - `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6 - `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.36 - `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.91.0 - `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0 Also updated the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.
There was a problem hiding this comment.
Pull request overview
This PR upgrades Deno to version 2.6.6 across all CI workflows and devcontainer configurations, ensuring version consistency across the development and CI environments. It also updates several devcontainer features to their latest versions.
Changes:
- Updated Deno from 2.6.1 to 2.6.6 in CI workflows (lint, fmt, jsdoc, test_and_coverage jobs)
- Updated Deno from 2.6.4 to 2.6.6 in devcontainer configurations
- Updated devcontainer features: opencode (1.1.12 → 1.1.36), codex (rust-v0.80.0 → rust-v0.91.0), and github-cli (2.83.2 → 2.86.0)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/ci.yml |
Updated Deno version from 2.6.1 to 2.6.6 across all four CI jobs (lint, fmt, jsdoc, test_and_coverage) |
.github/workflows/release.yml |
Updated Deno version from 2.6.1 to 2.6.6 for the release job |
.devcontainer/deno-only/devcontainer.json |
Updated Deno version from 2.6.4 to 2.6.6 to align with workflow versions |
.devcontainer/deno-and-tools/devcontainer.json |
Updated Deno to 2.6.6 and upgraded three additional features (opencode, codex, github-cli) to their latest versions |
Upgraded the following devcontainer features to their latest versions: - `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6 - `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.36 - `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.91.0 - `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0 Also synchronized the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment. Co-authored-by: sachitv <1705581+sachitv@users.noreply.github.com>
Upgraded the following devcontainer features to their latest versions: - `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6 - `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.2.5 - `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.101.0 - `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0 Also synchronized the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment. Co-authored-by: sachitv <1705581+sachitv@users.noreply.github.com>
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
|
Upgraded devcontainer features to their latest versions and synchronized the Deno version in CI workflows.