From 576101fee7b288b20dfb027ff1a8a4ae4a7ffe83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:20:38 +0000 Subject: [PATCH 1/2] chore(deps): bump @testcontainers/postgresql from 12.0.4 to 12.1.0 Bumps [@testcontainers/postgresql](https://github.com/testcontainers/testcontainers-node) from 12.0.4 to 12.1.0. - [Release notes](https://github.com/testcontainers/testcontainers-node/releases) - [Commits](https://github.com/testcontainers/testcontainers-node/compare/v12.0.4...v12.1.0) --- updated-dependencies: - dependency-name: "@testcontainers/postgresql" dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 31 ++++++++++++++++--------------- pnpm-workspace.yaml | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4451611..38f0bf8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,8 +52,8 @@ catalogs: specifier: ^1.1.0 version: 1.1.0 '@testcontainers/postgresql': - specifier: 12.0.4 - version: 12.0.4 + specifier: 12.1.0 + version: 12.1.0 '@types/node': specifier: 26.2.0 version: 26.2.0 @@ -381,7 +381,7 @@ importers: version: 0.2.0 '@testcontainers/postgresql': specifier: 'catalog:' - version: 12.0.4 + version: 12.1.0 '@types/node': specifier: 'catalog:' version: 26.2.0 @@ -2366,8 +2366,8 @@ packages: '@standardserver/shared@0.7.1': resolution: {integrity: sha512-tBDheI3Me1gQEKPU+XhcCZ6/njmkKgJhA5rhi1/m6GauGhHq87UuVslDNc8qB+T/xsxVch/qETFhssEWO9c6BA==} - '@testcontainers/postgresql@12.0.4': - resolution: {integrity: sha512-a/pLU6j5lpKKAlUTPwqweqMGhOSjgTSb6HBX69TOrXn32ifU37nnQDmNFTj8ddOAw+BQL9oTRkeOxVbZkqhgZA==} + '@testcontainers/postgresql@12.1.0': + resolution: {integrity: sha512-Pjf2VSVNirEPfz36nidyrVAnZvc2YhajOznY4VgyEsvfTd5qiMNOuPq96drREvxAUtXl5SFLX7vXj7sSq4aTcA==} '@turbo/darwin-64@2.10.9': resolution: {integrity: sha512-Jh+pTGXLNz8+1tkUU13TI/f+ZOI+OvC4YbHi1H+57iSpLt5DR3xgptd+4sA07RdjdRR/RX/01uQQu2OkbzIefA==} @@ -4836,8 +4836,9 @@ packages: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} - testcontainers@12.0.4: - resolution: {integrity: sha512-QIR/8xF1+F/26cIM+9B4yyxNTbKJxAv3hygZyhPRgZ8Q2AhlPZjDdpXRuk16V37X4bgJRI3hXFhoEICMBA7Adg==} + testcontainers@12.1.0: + resolution: {integrity: sha512-YjDLqIITuhGLMnM10yhg3oV6lIG5IMpz1R1DPBZoOOks83q7i7IVpeSWRTiyl7roozjiyLmwIoLK/KY8OnZmIA==} + engines: {node: '>= 22.22'} text-decoder@1.2.7: resolution: {integrity: sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==} @@ -6647,9 +6648,9 @@ snapshots: '@standardserver/shared@0.7.1': {} - '@testcontainers/postgresql@12.0.4': + '@testcontainers/postgresql@12.1.0': dependencies: - testcontainers: 12.0.4 + testcontainers: 12.1.0 transitivePeerDependencies: - bare-abort-controller - bare-buffer @@ -6722,13 +6723,13 @@ snapshots: '@types/docker-modem@3.0.6': dependencies: - '@types/node': 26.1.2 + '@types/node': 26.2.0 '@types/ssh2': 1.15.5 '@types/dockerode@4.0.1': dependencies: '@types/docker-modem': 3.0.6 - '@types/node': 26.1.2 + '@types/node': 26.2.0 '@types/ssh2': 1.15.5 '@types/estree@1.0.9': {} @@ -6782,11 +6783,11 @@ snapshots: '@types/ssh2-streams@0.1.13': dependencies: - '@types/node': 26.1.2 + '@types/node': 26.2.0 '@types/ssh2@0.5.52': dependencies: - '@types/node': 26.1.2 + '@types/node': 26.2.0 '@types/ssh2-streams': 0.1.13 '@types/ssh2@1.15.5': @@ -8733,7 +8734,7 @@ snapshots: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.2 - '@types/node': 26.1.2 + '@types/node': 26.2.0 long: 5.3.2 pump@3.0.4: @@ -9145,7 +9146,7 @@ snapshots: term-size@2.2.1: {} - testcontainers@12.0.4: + testcontainers@12.1.0: dependencies: '@balena/dockerignore': 1.0.2 '@types/dockerode': 4.0.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 3dbc2be..661faef 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -28,7 +28,7 @@ catalog: # @unthrown/standard-schema — an exact pin would block dedupe with a # consumer's own copy of the (types-only) spec package. "@standard-schema/spec": ^1.1.0 - "@testcontainers/postgresql": 12.0.4 + "@testcontainers/postgresql": 12.1.0 "@types/node": 26.2.0 # 8.20.1/8.20.2/8.20.3 are all within the minimumReleaseAge window as of # pinning; 8.20.0 is the newest release past it. From 693955c6ffdb2533c2aabd23fa2529912c257855 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:20:37 +0000 Subject: [PATCH 2/2] chore(ci): upgrade Node 22 cross-version test to 22.23.2 Co-authored-by: btravers <3476441+btravers@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acb67b4..f66152e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,4 @@ jobs: ci: uses: btravstack/tools/.github/workflows/ci-reusable.yml@workflows-v1 with: - node-versions: '["", "22.19"]' + node-versions: '["", "22.23.2"]'