Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"eamodio.gitlens@15.5.1",
"ms-vscode.live-server@0.5.2025051301",
"MS-vsliveshare.vsliveshare@1.0.5905",
"github.copilot@1.320.1564",
"github.copilot-chat@0.28.2025051402",
"github.copilot@1.366.1775",
"github.copilot-chat@0.31.2025090401",
// Python
"ms-python.python@2025.7.2025051401",
"ms-python.vscode-pylance@2025.4.104",
"ms-python.python@2025.13.2025090201",
"ms-python.vscode-pylance@2025.7.102",
"ms-vscode-remote.remote-containers@0.414.0",
"charliermarsh.ruff@2025.24.0",
// Misc file formats
Expand Down Expand Up @@ -59,5 +59,5 @@
"initializeCommand": "sh .devcontainer/initialize-command.sh",
"onCreateCommand": "sh .devcontainer/on-create-command.sh",
"postStartCommand": "sh .devcontainer/post-start-command.sh"
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): c75f8c43 # spellchecker:disable-line
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): b6e19452 # spellchecker:disable-line
}
6 changes: 3 additions & 3 deletions .devcontainer/install-ci-tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import subprocess
import sys

UV_VERSION = "0.8.4"
COPIER_VERSION = "9.9.1"
COPIER_TEMPLATE_EXTENSIONS_VERSION = "0.3.2"
UV_VERSION = "0.8.15"
COPIER_VERSION = "9.10.1"
COPIER_TEMPLATE_EXTENSIONS_VERSION = "0.3.3"
PRE_COMMIT_VERSION = "4.3.0"
GITHUB_WINDOWS_RUNNER_BIN_PATH = r"C:\Users\runneradmin\.local\bin"
parser = argparse.ArgumentParser(description="Install CI tooling for the repo")
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:

# Reformatting (should generally come before any file format or other checks, because reformatting can change things)
- repo: https://github.com/crate-ci/typos
rev: 7fb6e0951ad91e4772a2470012fc1ae621016b80 # frozen: v1
rev: 65a25783d8705c6a72d9fead19c44d87b4ff03c3 # frozen: v1
hooks:
- id: typos
exclude:
Expand Down Expand Up @@ -218,15 +218,15 @@ repos:
exclude: docs/.*\.rst$

- repo: https://github.com/hadolint/hadolint
rev: c3dc18df7a501f02a560a2cc7ba3c69a85ca01d3 # frozen: v2.13.1-beta
rev: 87de847754330ad47ae16bdfe2d1a757ccb4b4d4 # frozen: v2.13.1
hooks:
- id: hadolint-docker
name: Lint Dockerfiles
exclude: .*\.jinja$
description: Runs hadolint to lint Dockerfiles

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 54a455f7ce629598b7535ff828fd5fb796f4b83f # frozen: v0.12.9
rev: db90487f48a9dd992d243ef63c156eaffddeaf28 # frozen: v0.12.11
hooks:
- id: ruff
name: ruff-src
Expand Down
28 changes: 15 additions & 13 deletions extensions/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ class ContextUpdater(ContextHook):
@override
def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
# These are duplicated in the install-ci-tooling.py script in this repository
context["uv_version"] = "0.8.4"
context["uv_version"] = "0.8.15"
context["pre_commit_version"] = "4.3.0"
# These also in pyproject.toml
context["copier_version"] = "9.9.1"
context["copier_template_extensions_version"] = "0.3.2"
context["copier_version"] = "9.10.1"
context["copier_template_extensions_version"] = "0.3.3"
#######
context["pnpm_version"] = "10.15.0"
context["pnpm_version"] = "10.15.1"
# These are duplicated in the pyproject.toml of this repository
context["pyright_version"] = "1.1.404"
context["pyright_version"] = "1.1.405"
context["pytest_version"] = "8.4.1"
context["pytest_randomly_version"] = "3.16.0"
context["pytest_cov_version"] = "6.2.1"
#######
context["sphinx_version"] = "8.1.3"
context["pulumi_version"] = "3.191.0"
context["pulumi_aws_version"] = "7.4.0"
context["pulumi_version"] = "3.192.0"
context["pulumi_aws_version"] = "7.6.0"
context["pulumi_aws_native_version"] = "1.32.0"
context["pulumi_command_version"] = "1.1.0"
context["pulumi_github_version"] = "6.7.3"
context["pulumi_okta_version"] = "4.20.0"
context["boto3_version"] = "1.40.9"
context["boto3_version"] = "1.40.23"
context["ephemeral_pulumi_deploy_version"] = "0.0.5"
context["pydantic_version"] = "2.11.7"
context["pyinstaller_version"] = "6.13.0"
Expand All @@ -43,21 +43,23 @@ def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
context["lab_auto_pulumi_version"] = "0.1.16"
#######
context["nuxt_ui_version"] = "^3.3.2"
context["nuxt_version"] = "^4.0.3"
context["nuxt_version"] = "^4.1.0"
context["nuxt_icon_version"] = "^2.0.0"
context["typescript_version"] = "^5.8.2"
context["dot_env_cli_version"] = "^9.0.0"
context["playwright_version"] = "^1.55.0"
context["vue_version"] = "^3.5.18"
context["vue_version"] = "^3.5.21"
context["vue_tsc_version"] = "^3.0.6"
context["vue_devtools_api_version"] = "^8.0.0"
context["vue_router_version"] = "^4.5.1"
context["dotenv_cli_version"] = "^10.0.0"
context["faker_version"] = "^9.9.0"
context["faker_version"] = "^10.0.0"
context["vitest_version"] = "^3.2.4"
context["eslint_version"] = "^9.33.0"
context["eslint_version"] = "^9.34.0"
context["nuxt_eslint_version"] = "^1.9.0"
context["zod_version"] = "^4.0.17"
context["zod_version"] = "^4.1.5"
context["zod_from_json_schema_version"] = "^0.5.0"
context["types_node_version"] = "^24.3.1"
context["nuxt_apollo_version"] = "5.0.0-alpha.15"
context["graphql_codegen_cli_version"] = "^5.0.5"
context["graphql_codegen_typescript_version"] = "^4.1.6"
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12.7"
dependencies = [
"pytest>=8.4.0",
"pytest>=8.4.1",
"pytest-cov>=6.2.1",
"pytest-randomly>=3.16.0",
"pyright[nodejs]>=1.1.404",
"copier>=9.8.0",
"copier-template-extensions>=0.3.2"
"pyright[nodejs]>=1.1.405",
"copier>=9.10.1",
"copier-template-extensions>=0.3.3"
]
12 changes: 6 additions & 6 deletions template/.devcontainer/devcontainer.json.jinja-base
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"eamodio.gitlens@15.5.1",
"ms-vscode.live-server@0.5.2025051301",
"MS-vsliveshare.vsliveshare@1.0.5905",
"github.copilot@1.320.1564",
"github.copilot-chat@0.28.2025051402",
"github.copilot@1.366.1775",
"github.copilot-chat@0.31.2025090401",

// Python
"ms-python.python@2025.7.2025051401",
"ms-python.vscode-pylance@2025.4.104",
"ms-python.python@2025.13.2025090201",
"ms-python.vscode-pylance@2025.7.102",
"ms-vscode-remote.remote-containers@0.414.0",
"charliermarsh.ruff@2025.24.0",
{% endraw %}{% if is_child_of_copier_base_template is not defined and template_uses_vuejs is defined and template_uses_vuejs is sameas(true) %}{% raw %}
// VueJS
"vue.volar@2.2.8",
"vue.volar@3.0.6",
"vitest.explorer@1.16.1",
{% endraw %}{% endif %}{% raw %}{% endraw %}{% if is_child_of_copier_base_template is not defined and template_uses_javascript is defined and template_uses_javascript is sameas(true) %}{% raw %}
// All javascript
"dbaeumer.vscode-eslint@3.0.13",
"dbaeumer.vscode-eslint@3.0.19",
{% endraw %}{% endif %}{% raw %}
// Misc file formats
"bierner.markdown-mermaid@1.28.0",
Expand Down
2 changes: 2 additions & 0 deletions template/extensions/context.py.jinja-base
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class ContextUpdater(ContextHook):
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 }}"
context["types_node_version"] = "{{ types_node_version }}"
context["nuxt_apollo_version"] = "{{ nuxt_apollo_version }}"
context["graphql_codegen_cli_version"] = "{{ graphql_codegen_cli_version }}"
context["graphql_codegen_typescript_version"] = "{{ graphql_codegen_typescript_version }}"
Expand Down
27 changes: 14 additions & 13 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.