From 083411051c3170c87fb04e8d765ad1626a5b7473 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Wed, 16 Sep 2026 03:04:25 +0100 Subject: [PATCH] chore(deps): bump wire-mesh-core from 1.30.0 to 1.30.1 Picks up wire-mesh#140: wire-mesh-core/domain/data-sync and wire-mesh-core/adapters/node-fs-storage were merged upstream weeks ago but never actually published, since neither module was listed in wire-mesh-core's own tsdown build entry array. Both imports now resolve. wire-mesh-core is added to pnpm-workspace.yaml's own minimumReleaseAgeExclude as a standing entry (matching the existing @exadev/eslint-config exclusion), rather than the version-pinned one-off pnpm add itself generated -- this repo owns and controls wire-mesh-core's own release pipeline, so its min-release-age gate doesn't need re-clearing on every future bump. --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- pnpm-workspace.yaml | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 12afc837..55242fd1 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "cbor2": "2.3.0", "preact": "10.29.7", "typebox": "1.3.6", - "wire-mesh-core": "1.30.0", + "wire-mesh-core": "1.30.1", "ws": "8.21.1", "zod": "4.4.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c1adc1f5..ad5d7bba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -195,8 +195,8 @@ importers: specifier: 1.3.6 version: 1.3.6 wire-mesh-core: - specifier: 1.30.0 - version: 1.30.0 + specifier: 1.30.1 + version: 1.30.1 ws: specifier: 8.21.1 version: 8.21.1 @@ -4463,8 +4463,8 @@ packages: engines: {node: '>=8'} hasBin: true - wire-mesh-core@1.30.0: - resolution: {integrity: sha512-EYAbz6+Qm7MtcFg7zN3Uvepun4p2pcupHldPpgd1Fzh/m1UvgglpmpdHi+Rxbem17e/GWtmV4z923FOHIRwidQ==} + wire-mesh-core@1.30.1: + resolution: {integrity: sha512-MmTtt5MQXffDPOOndQ10UI3pz0EZ81xWtbpDCnAUwVcY4Nala16glE/li3c1VLiuErmWHzTjAljg7ULpX/8dZg==} word-wrap@1.2.5: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} @@ -9002,7 +9002,7 @@ snapshots: siginfo: 2.0.0 stackback: 0.0.2 - wire-mesh-core@1.30.0: + wire-mesh-core@1.30.1: dependencies: cbor2: 2.3.0 cddl.js: 1.0.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 423f454d..711754d0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,6 +9,7 @@ allowBuilds: protobufjs: false minimumReleaseAgeExclude: - '@exadev/eslint-config' + - wire-mesh-core overrides: "@anthropic-ai/sdk": ">=0.91.1" basic-ftp: ">=6.0.1"