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
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.0.67
_commit: v0.0.68
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
description: A web app that is hosted within a local intranet. Nuxt frontend, python
backend, docker-compose
Expand Down
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"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",

Expand Down Expand Up @@ -61,5 +61,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): 4c82e8ff # spellchecker:disable-line
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): 8744efeb # spellchecker:disable-line
}
8 changes: 4 additions & 4 deletions .devcontainer/install-ci-tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import tempfile
from pathlib import Path

UV_VERSION = "0.8.4"
PNPM_VERSION = "10.15.0"
COPIER_VERSION = "9.9.1"
COPIER_TEMPLATE_EXTENSIONS_VERSION = "0.3.2"
UV_VERSION = "0.8.15"
PNPM_VERSION = "10.15.1"
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"
INSTALL_SSM_PLUGIN_BY_DEFAULT = False
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 @@ -10,23 +10,23 @@ class ContextUpdater(ContextHook):

@override
def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
context["uv_version"] = "0.8.4"
context["pnpm_version"] = "10.15.0"
context["uv_version"] = "0.8.15"
context["pnpm_version"] = "10.15.1"
context["pre_commit_version"] = "4.3.0"
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["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["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 @@ -38,21 +38,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"] = "^9.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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies = [
"pytest>=8.4.1",
"pytest-cov>=6.2.1",
"pytest-randomly>=3.16.0",
"pyright[nodejs]>=1.1.404",
"copier>=9.9.1",
"copier-template-extensions>=0.3.2"
"pyright[nodejs]>=1.1.405",
"copier>=9.10.1",
"copier-template-extensions>=0.3.3"

# Specific to this template

Expand Down
12 changes: 6 additions & 6 deletions template/.devcontainer/devcontainer.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,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
10 changes: 5 additions & 5 deletions template/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 @@ -213,7 +213,7 @@ repos:
hooks:
- id: typescript-check
name: typescript-check
entry: bash -c "pnpm --dir frontend run type-check"
entry: bash -c "pnpm --dir frontend type-check"
files: '.+\.ts$|.+\.vue$'
# don't pass filenames else the command line sees them twice
pass_filenames: false
Expand All @@ -227,7 +227,7 @@ repos:
hooks:
- id: eslint
name: eslint
entry: bash -c "pnpm --dir frontend run lint"
entry: bash -c "pnpm --dir frontend lint"
files: '.+\.ts$|.+\.vue$|.+\.js$'
# don't pass filenames else the command line sees them twice
pass_filenames: false
Expand All @@ -245,15 +245,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
1 change: 1 addition & 0 deletions template/frontend/package.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@nuxtjs/apollo": "{% endraw %}{{ nuxt_apollo_version }}{% raw %}",{% endraw %}{% endif %}{% raw %}
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@playwright/test": "{% endraw %}{{ playwright_version }}{% raw %}",
"@types/node": "{% endraw %}{{ types_node_version }}{% raw %}",
"@vitest/coverage-istanbul": "{% endraw %}{{ vitest_version }}{% raw %}",{% endraw %}{% if frontend_uses_graphql %}{% raw %}
"@vue/apollo-composable": "^4.2.2",{% endraw %}{% endif %}{% raw %}
"@vue/devtools-api": "{% endraw %}{{ vue_devtools_api_version }}{% raw %}",
Expand Down
21 changes: 11 additions & 10 deletions uv.lock

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