From 83f5e014b4c3e576d3b4d54d1f028af24628f3e3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:45:59 +0000 Subject: [PATCH 1/3] Update from copier from copier (2026-06-03T01:45:59) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2eb6f55..b40c737 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2f2c13b +_commit: 9b3c202 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 46330f6..a4af104 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: python-version: ["3.11"] steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions-ext/python/setup@main with: From e74621ce2c3bd46522e18cc8d5ffa47624859adb Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:59:43 -0400 Subject: [PATCH 2/3] fix node setup version --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a4af104..2bd06a3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,7 +41,7 @@ jobs: - uses: actions-ext/node/setup@main with: - version: 20.x + version: 22.x js_folder: hatch_js/tests/test_project_basic/js - name: Install dependencies From c6d1df80426ee6e18a5de3625431c4b5fa3f6949 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:02:02 -0400 Subject: [PATCH 3/3] . --- hatch_js/tests/test_project_basic/js/pnpm-workspace.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hatch_js/tests/test_project_basic/js/pnpm-workspace.yaml diff --git a/hatch_js/tests/test_project_basic/js/pnpm-workspace.yaml b/hatch_js/tests/test_project_basic/js/pnpm-workspace.yaml new file mode 100644 index 0000000..5ed0b5a --- /dev/null +++ b/hatch_js/tests/test_project_basic/js/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +allowBuilds: + esbuild: true