@@ -10,23 +10,23 @@ class ContextUpdater(ContextHook):
1010
1111 @override
1212 def hook (self , context : dict [Any , Any ]) -> dict [Any , Any ]:
13- context ["uv_version" ] = "0.8.4 "
14- context ["pnpm_version" ] = "10.15.0 "
13+ context ["uv_version" ] = "0.8.15 "
14+ context ["pnpm_version" ] = "10.15.1 "
1515 context ["pre_commit_version" ] = "4.3.0"
16- context ["pyright_version" ] = "1.1.404 "
16+ context ["pyright_version" ] = "1.1.405 "
1717 context ["pytest_version" ] = "8.4.1"
1818 context ["pytest_randomly_version" ] = "3.16.0"
1919 context ["pytest_cov_version" ] = "6.2.1"
20- context ["copier_version" ] = "9.9 .1"
21- context ["copier_template_extensions_version" ] = "0.3.2 "
20+ context ["copier_version" ] = "9.10 .1"
21+ context ["copier_template_extensions_version" ] = "0.3.3 "
2222 context ["sphinx_version" ] = "8.1.3"
23- context ["pulumi_version" ] = "3.191 .0"
24- context ["pulumi_aws_version" ] = "7.4 .0"
23+ context ["pulumi_version" ] = "3.192 .0"
24+ context ["pulumi_aws_version" ] = "7.6 .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"
29- context ["boto3_version" ] = "1.40.9 "
29+ context ["boto3_version" ] = "1.40.23 "
3030 context ["ephemeral_pulumi_deploy_version" ] = "0.0.5"
3131 context ["pydantic_version" ] = "2.11.7"
3232 context ["pyinstaller_version" ] = "6.13.0"
@@ -38,21 +38,23 @@ def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
3838 context ["lab_auto_pulumi_version" ] = "0.1.16"
3939
4040 context ["nuxt_ui_version" ] = "^3.3.2"
41- context ["nuxt_version" ] = "^4.0.3 "
41+ context ["nuxt_version" ] = "^4.1.0 "
4242 context ["nuxt_icon_version" ] = "^2.0.0"
4343 context ["typescript_version" ] = "^5.8.2"
4444 context ["dot_env_cli_version" ] = "^9.0.0"
4545 context ["playwright_version" ] = "^1.55.0"
46- context ["vue_version" ] = "^3.5.18 "
46+ context ["vue_version" ] = "^3.5.21 "
4747 context ["vue_tsc_version" ] = "^3.0.6"
4848 context ["vue_devtools_api_version" ] = "^8.0.0"
4949 context ["vue_router_version" ] = "^4.5.1"
5050 context ["dotenv_cli_version" ] = "^9.0.0"
51- context ["faker_version" ] = "^9.9 .0"
51+ context ["faker_version" ] = "^10.0 .0"
5252 context ["vitest_version" ] = "^3.2.4"
53- context ["eslint_version" ] = "^9.33 .0"
53+ context ["eslint_version" ] = "^9.34 .0"
5454 context ["nuxt_eslint_version" ] = "^1.9.0"
55- context ["zod_version" ] = "^4.0.17"
55+ context ["zod_version" ] = "^4.1.5"
56+ context ["zod_from_json_schema_version" ] = "^0.5.0"
57+ context ["types_node_version" ] = "^24.3.1"
5658 context ["nuxt_apollo_version" ] = "5.0.0-alpha.15"
5759 context ["graphql_codegen_cli_version" ] = "^5.0.5"
5860 context ["graphql_codegen_typescript_version" ] = "^4.1.6"
0 commit comments