Skip to content

Conversation

@spietras
Copy link
Member

No description provided.

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 pull request fetches template changes that update dependencies, improve type annotations, and refactor task configurations. However, the PR contains multiple critical issues with nonexistent package versions that will prevent the code from working correctly.

Key changes:

  • Updated context manager type hints in test utilities to use explicit type annotations instead of *args, **kwargs
  • Updated multiple dependency versions including NixOS, Nix, Go, Node.js, and GitHub Actions
  • Refactored task commands to use >- (fold newlines) instead of > (strip newlines) in YAML files
  • Changed npm command from npm run to npm exec for running docusaurus
  • Removed empty lines after docstrings in test files
  • Updated trunk linter configurations and removed svgo-related files

Reviewed changes

Copilot reviewed 44 out of 52 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/utils.py Added explicit type annotations for context manager __exit__ methods using TracebackType
tests/test_lint.py Removed empty lines after docstrings for consistency
tests/test_docs.py Removed empty lines after docstrings and updated test command arguments
tests/test_copy.py Removed empty line after docstring
tests/conftest.py Refactored context manager nesting and variable naming
src/src/clusters/dummy/apps/podinfo/kustomize/podinfo-helm/kustomize/resources/release.yaml Simplified postRenderers configuration to empty array
src/flake.nix.jinja Updated NixOS version, added nix package, changed copier package source
src/flake.lock Updated flake dependencies with new hashes and revisions
src/Taskfile.dist.yaml.jinja Changed YAML folding style and refactored npm commands
src/README.md.jinja Updated project description to be more specific
flake.nix Updated NixOS version and package configurations
flake.lock Updated flake dependencies with new hashes and revisions
copier.yaml Updated help text from "organization" to "account"
Taskfile.dist.yaml Updated task version and changed YAML folding style
README.md Expanded project description with more context
.vscode/settings.json Added file associations to treat src directory as plaintext
.trunk/trunk.yaml Updated tool versions and configurations
.trunk/configs/svgo.config.mjs Removed svgo configuration file
.trunk/configs/ruff.toml Expanded ruff configuration to enable all rules
.trunk/configs/.prettierrc.yaml Added prettier configuration with JSON sorting
.trunk/configs/.markdownlint.yaml Added allowance for non-descriptive link text
.github/workflows/test.yaml Updated GitHub Actions versions
.github/workflows/lint.yaml Updated GitHub Actions versions
.github/workflows/example.yaml Updated GitHub Actions versions
.devcontainer/image/setup.sh Added npm cache configuration
.devcontainer/image/Dockerfile Updated base image version
.devcontainer/devcontainer.json Simplified configuration and updated feature versions
.copier-answers.yaml Updated commit reference

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@spietras spietras merged commit 6f07b46 into main Nov 26, 2025
9 checks passed
@spietras spietras deleted the update branch November 26, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Stay fresh

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants