Skip to content

Commit bcfaf78

Browse files
committed
copier bump
1 parent 5ee1072 commit bcfaf78

File tree

8 files changed

+25
-26
lines changed

8 files changed

+25
-26
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.66
2+
_commit: v0.0.66-6-g92266b2
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: A web app that is hosted within a local intranet. Nuxt frontend, python
55
backend, docker-compose

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161
"initializeCommand": "sh .devcontainer/initialize-command.sh",
6262
"onCreateCommand": "sh .devcontainer/on-create-command.sh",
6363
"postStartCommand": "sh .devcontainer/post-start-command.sh"
64-
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): 8f11fa11 # spellchecker:disable-line
64+
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): 4c82e8ff # spellchecker:disable-line
6565
}

.devcontainer/install-ci-tooling.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pathlib import Path
99

1010
UV_VERSION = "0.8.4"
11-
PNPM_VERSION = "10.14.0"
11+
PNPM_VERSION = "10.15.0"
1212
COPIER_VERSION = "9.9.1"
1313
COPIER_TEMPLATE_EXTENSIONS_VERSION = "0.3.2"
1414
PRE_COMMIT_VERSION = "4.3.0"
@@ -153,10 +153,7 @@ def main():
153153
["sudo", "dpkg", "-i", str(local_package_path)],
154154
check=True,
155155
)
156-
_ = subprocess.run(
157-
["echo", "SSM Plugin Manager Version:"],
158-
check=True,
159-
)
156+
print("SSM Plugin Manager Version: ")
160157
_ = subprocess.run(
161158
["session-manager-plugin", "--version"],
162159
check=True,

.github/actions/install_deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070

7171
- name: OIDC Auth for CodeArtifact
7272
if: ${{ inputs.code-artifact-auth-role-name != 'no-code-artifact' }}
73-
uses: aws-actions/configure-aws-credentials@v4.2.0
73+
uses: aws-actions/configure-aws-credentials@v4.3.1
7474
with:
7575
role-to-assume: arn:aws:iam::${{ inputs.code-artifact-auth-role-account-id }}:role/${{ inputs.code-artifact-auth-role-name }}
7676
aws-region: ${{ inputs.code-artifact-auth-region }}

.github/reusable_workflows/build-docker-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: OIDC Auth for ECR
7171
if: ${{ inputs.push-role-name != 'no-push' }}
72-
uses: aws-actions/configure-aws-credentials@v4.2.0
72+
uses: aws-actions/configure-aws-credentials@v4.3.1
7373
with:
7474
role-to-assume: arn:aws:iam::${{ steps.parse_ecr_url.outputs.aws_account_id }}:role/${{ inputs.push-role-name }}
7575
aws-region: ${{ steps.parse_ecr_url.outputs.aws_region }}
@@ -120,9 +120,9 @@ jobs:
120120
121121
- name: Set up Docker Buildx
122122
if: ${{ (inputs.save-as-artifact && inputs.push-role-name == 'no-push') || steps.check-if-exists.outputs.status == 'notfound' }}
123-
uses: docker/setup-buildx-action@v3.10.0
123+
uses: docker/setup-buildx-action@v3.11.1
124124
with:
125-
version: v0.22.0
125+
version: v0.27.0
126126

127127
- name: Build Docker Image
128128
if: ${{ (inputs.save-as-artifact && inputs.push-role-name == 'no-push') || steps.check-if-exists.outputs.status == 'notfound' }}

extensions/context.py

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ContextUpdater(ContextHook):
1111
@override
1212
def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
1313
context["uv_version"] = "0.8.4"
14-
context["pnpm_version"] = "10.14.0"
14+
context["pnpm_version"] = "10.15.0"
1515
context["pre_commit_version"] = "4.3.0"
1616
context["pyright_version"] = "1.1.404"
1717
context["pytest_version"] = "8.4.1"
@@ -20,30 +20,35 @@ def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
2020
context["copier_version"] = "9.9.1"
2121
context["copier_template_extensions_version"] = "0.3.2"
2222
context["sphinx_version"] = "8.1.3"
23-
context["pulumi_version"] = "3.190.0"
23+
context["pulumi_version"] = "3.191.0"
2424
context["pulumi_aws_version"] = "7.4.0"
2525
context["pulumi_aws_native_version"] = "1.32.0"
2626
context["pulumi_command_version"] = "1.1.0"
2727
context["pulumi_github_version"] = "6.7.3"
2828
context["pulumi_okta_version"] = "4.20.0"
2929
context["boto3_version"] = "1.40.9"
30-
context["ephemeral_pulumi_deploy_version"] = "0.0.4"
30+
context["ephemeral_pulumi_deploy_version"] = "0.0.5"
3131
context["pydantic_version"] = "2.11.7"
3232
context["pyinstaller_version"] = "6.13.0"
3333
context["setuptools_version"] = "80.7.1"
34-
context["strawberry_graphql_version"] = "0.270.4"
35-
context["fastapi_version"] = "0.115.14"
34+
context["strawberry_graphql_version"] = "0.280.0"
35+
context["fastapi_version"] = "0.116.1"
36+
context["fastapi_offline_version"] = "1.7.4"
3637
context["uvicorn_version"] = "0.35.0"
37-
context["lab_auto_pulumi_version"] = "0.1.15"
38+
context["lab_auto_pulumi_version"] = "0.1.16"
3839

39-
context["nuxt_ui_version"] = "^3.3.0"
40+
context["nuxt_ui_version"] = "^3.3.2"
4041
context["nuxt_version"] = "^4.0.3"
4142
context["nuxt_icon_version"] = "^2.0.0"
4243
context["typescript_version"] = "^5.8.2"
4344
context["dot_env_cli_version"] = "^9.0.0"
4445
context["playwright_version"] = "^1.52.0"
4546
context["vue_version"] = "^3.5.18"
4647
context["vue_router_version"] = "^4.5.1"
48+
context["vue_tsc_version"] = "^3.0.6"
49+
context["vue_devtools_api_version"] = "^8.0.0"
50+
context["vue_router_version"] = "^4.5.1"
51+
context["dotenv_cli_version"] = "^9.0.0"
4752
context["faker_version"] = "^9.9.0"
4853
context["vitest_version"] = "^3.2.4"
4954
context["eslint_version"] = "^9.33.0"
@@ -58,10 +63,10 @@ def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
5863
context["gha_upload_artifact"] = "v4.6.2"
5964
context["gha_download_artifact"] = "v4.3.0"
6065
context["gha_github_script"] = "v7.0.1"
61-
context["gha_setup_buildx"] = "v3.10.0"
62-
context["buildx_version"] = "v0.22.0"
66+
context["gha_setup_buildx"] = "v3.11.1"
67+
context["buildx_version"] = "v0.27.0"
6368
context["gha_docker_build_push"] = "v6.16.0"
64-
context["gha_configure_aws_credentials"] = "v4.2.0"
69+
context["gha_configure_aws_credentials"] = "v4.3.1"
6570
context["gha_amazon_ecr_login"] = "v2.0.1"
6671
context["gha_setup_node"] = "v4.4.0"
6772
context["gha_action_gh_release"] = "v2.2.1"

template/.devcontainer/install-ci-tooling.py.jinja

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,7 @@ def main():
153153
["sudo", "dpkg", "-i", str(local_package_path)],
154154
check=True,
155155
)
156-
_ = subprocess.run(
157-
["echo", "SSM Plugin Manager Version:"],
158-
check=True,
159-
)
156+
print("SSM Plugin Manager Version: ")
160157
_ = subprocess.run(
161158
["session-manager-plugin", "--version"],
162159
check=True,

template/.github/actions/install_deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070

7171
- name: OIDC Auth for CodeArtifact
7272
if: ${{ inputs.code-artifact-auth-role-name != 'no-code-artifact' }}
73-
uses: aws-actions/configure-aws-credentials@v4.2.0
73+
uses: aws-actions/configure-aws-credentials@v4.3.1
7474
with:
7575
role-to-assume: arn:aws:iam::${{ inputs.code-artifact-auth-role-account-id }}:role/${{ inputs.code-artifact-auth-role-name }}
7676
aws-region: ${{ inputs.code-artifact-auth-region }}

0 commit comments

Comments
 (0)