Skip to content

Copier Update (biome)#18

Merged
ejfine merged 1 commit intomainfrom
biome
May 2, 2025
Merged

Copier Update (biome)#18
ejfine merged 1 commit intomainfrom
biome

Conversation

@ejfine
Copy link
Contributor

@ejfine ejfine commented May 2, 2025

Pull in upstream changes

@ejfine ejfine requested a review from Copilot May 2, 2025 09:54
@ejfine ejfine self-assigned this May 2, 2025
Copy link

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 pulls in upstream changes and updates various dependency versions and configuration values across multiple files.

  • Updates versions for Python setup and testing dependencies in action workflows and pyproject configurations
  • Revises dependency versions and configuration settings in the context updater, pre-commit setup, and CI workflows
  • Introduces new parameters and conditional logic in the reusable Docker build workflow

Reviewed Changes

Copilot reviewed 15 out of 25 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
template/.github/actions/install_deps_uv/action.yml Upgrades setup-python action version from v5.4.0 to v5.5.0
pyproject.toml Bumps versions for pytest, pyright, and copier dependencies
extensions/context.py Updates several dependency versions including switching Windows runner to a newer version
copier.yml Adds a refined default for ssh_port_number and a default for AWS central infrastructure account ID
.pre-commit-config.yaml Upgrades pre-commit hooks (typos, ruff, and adds biome-check) and adjusts file matching patterns
.github/workflows/hash_git_files.py Introduces a new script for computing devcontainer context hash
.github/workflows/ci.yaml Modifies skipping logic in pre-commit runs to ignore devcontainer context hash
.github/reusable_workflows/build-docker-image.yaml Adds new inputs for tag-for-production, push-role-name, and save-as-artifact while refining ECR URL parsing and tagging logic
.github/pull_request_template.md Minor adjustment to thread naming
.copier-answers.yml Updates the copier template commit version
Files not reviewed (10)
  • .devcontainer/devcontainer.json: Language not supported
  • .devcontainer/install-ci-tooling.sh: Language not supported
  • .devcontainer/windows-host-helper.sh: Language not supported
  • .github/actions/install_deps_uv/action.yml: Language not supported
  • .github/actions/install_deps_uv/install-ci-tooling.ps1: Language not supported
  • biome.json: Language not supported
  • template/.devcontainer/create-aws-profile.sh.jinja: Language not supported
  • template/.devcontainer/devcontainer.json.jinja: Language not supported
  • template/.devcontainer/windows-host-helper.sh: Language not supported
  • template/.github/actions/install_deps_uv/install-ci-tooling.ps1: Language not supported
Comments suppressed due to low confidence (1)

extensions/context.py:56

  • Ensure that the new Windows runner version ('windows-2025') is available and supported by GitHub CI, as this appears to be a future release version.
context["gha_windows_runner"] = "windows-2025"

args: [--autofix, --no-sort-keys]

- repo: https://github.com/biomejs/pre-commit
rev: 748e40d32e076a6aaaf3353a2564c8fe43764f79 # frozen: v2.0.0-beta.1
Copy link

Copilot AI May 2, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider using a stable release for the biome-check hook rather than a beta version once one becomes available to ensure consistent behavior in production.

Suggested change
rev: 748e40d32e076a6aaaf3353a2564c8fe43764f79 # frozen: v2.0.0-beta.1
rev: <latest-stable-version-hash> # frozen: <latest-stable-version>

Copilot uses AI. Check for mistakes.
@ejfine ejfine merged commit 74c46c2 into main May 2, 2025
8 checks passed
@ejfine ejfine deleted the biome branch May 2, 2025 09:57
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