From 9e746c50387c38726c07aa28a766ae43d56de33b Mon Sep 17 00:00:00 2001 From: o-az Date: Thu, 20 Nov 2025 02:27:32 -0800 Subject: [PATCH 1/2] feat(dev): set Node.js version in `devEngines` --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index bc949e0d..bbc098cb 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,12 @@ "@tanstack/react-devtools": "workspace:*", "@tanstack/solid-devtools": "workspace:*", "@tanstack/devtools-vite": "workspace:*" + }, + "devEngines": { + "runtime": { + "name": "node", + "version": "24.8.0", + "onFail": "download" + } } } From a270b7b5810fa22b001ed3fb6490b2207f4d88d8 Mon Sep 17 00:00:00 2001 From: o-az Date: Thu, 20 Nov 2025 02:35:27 -0800 Subject: [PATCH 2/2] chore: update lockfile --- pnpm-lock.yaml | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 57373ee6..ead5f8f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,6 +41,9 @@ importers: knip: specifier: ^5.64.0 version: 5.66.4(@types/node@22.15.2)(typescript@5.9.3) + node: + specifier: runtime:24.8.0 + version: runtime:24.8.0 nx: specifier: ^21.5.3 version: 21.6.8 @@ -5965,6 +5968,96 @@ packages: resolution: {integrity: sha512-3VW/8JpPqPvnJvseXowjZcirPisssnBuDikk6JIZ8jQzF7KJQX52iPFX4RYYxLycYH7IbMRSPUOga/esVjy5Yg==} engines: {node: '>=18'} + node@runtime:24.8.0: + resolution: + type: variations + variants: + - resolution: + archive: tarball + bin: bin/node + integrity: sha256-ViWzv/qbOYEdyD4U9AraL4/mk96TrZt189ZSZ50MqCM= + type: binary + url: https://nodejs.org/download/release/v24.8.0/node-v24.8.0-aix-ppc64.tar.gz + targets: + - cpu: ppc64 + os: aix + - resolution: + archive: tarball + bin: bin/node + integrity: sha256-2BGRoYZnYOuRjKqXbAIwNrwfx0BeoxsUiQUhFSIEV2c= + type: binary + url: https://nodejs.org/download/release/v24.8.0/node-v24.8.0-darwin-arm64.tar.gz + targets: + - cpu: arm64 + os: darwin + - resolution: + archive: tarball + bin: bin/node + integrity: sha256-b9hJa1m6qPhqJOPrAzCLdjCRcW/8a24QlNGl5Wlt1t0= + type: binary + url: https://nodejs.org/download/release/v24.8.0/node-v24.8.0-darwin-x64.tar.gz + targets: + - cpu: x64 + os: darwin + - resolution: + archive: tarball + bin: bin/node + integrity: sha256-XrFrFK9aX0lO1UdwgiFE6EfHRP5ZD43wk61JJ8891/0= + type: binary + url: https://nodejs.org/download/release/v24.8.0/node-v24.8.0-linux-arm64.tar.gz + targets: + - cpu: arm64 + os: linux + - resolution: + archive: tarball + bin: bin/node + integrity: sha256-IKCFbnsVKl6DtP1v49UJqlS3XWFwzYkGbDQdVvbF3nY= + type: binary + url: https://nodejs.org/download/release/v24.8.0/node-v24.8.0-linux-ppc64le.tar.gz + targets: + - cpu: ppc64le + os: linux + - resolution: + archive: tarball + bin: bin/node + integrity: sha256-cI1O36/KIhj6mODouMINwUgzTy+IL86hI3xlNuhYbQY= + type: binary + url: https://nodejs.org/download/release/v24.8.0/node-v24.8.0-linux-s390x.tar.gz + targets: + - cpu: s390x + os: linux + - resolution: + archive: tarball + bin: bin/node + integrity: sha256-2vaEBLR4tMNhZmZYDQJQCiQUjA9Dnk0BNNZc5w6Q5lU= + type: binary + url: https://nodejs.org/download/release/v24.8.0/node-v24.8.0-linux-x64.tar.gz + targets: + - cpu: x64 + os: linux + - resolution: + archive: zip + bin: node.exe + integrity: sha256-2mO6FGxFXrdLf1xuj0U1XQGxTZu6tAVL3yUPxOn10Ag= + prefix: node-v24.8.0-win-arm64 + type: binary + url: https://nodejs.org/download/release/v24.8.0/node-v24.8.0-win-arm64.zip + targets: + - cpu: arm64 + os: win32 + - resolution: + archive: zip + bin: node.exe + integrity: sha256-lw7MEhoW9UYXS2qHAhXKTMDeM/imFrQsFsjALmawfQU= + prefix: node-v24.8.0-win-x64 + type: binary + url: https://nodejs.org/download/release/v24.8.0/node-v24.8.0-win-x64.zip + targets: + - cpu: x64 + os: win32 + version: 24.8.0 + hasBin: true + nopt@8.1.0: resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} engines: {node: ^18.17.0 || >=20.5.0} @@ -13735,6 +13828,8 @@ snapshots: dependencies: '@babel/parser': 7.28.5 + node@runtime:24.8.0: {} + nopt@8.1.0: dependencies: abbrev: 3.0.1