From 8309e662ab85e554ec4360c8263410ba663bb280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:02:05 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/publish.yml | 2 +- package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++------------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96ad2ca..c86e289 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v5 with: - node-version: "22" + node-version: "24" cache: pnpm registry-url: "https://registry.npmjs.org" - run: corepack enable diff --git a/package.json b/package.json index 47edc59..fd01dbd 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "url": "https://github.com/brijeshb42/monaco-vim.git" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^24.0.0", "monaco-editor": "^0.33.0", "rimraf": "^6.0.1", "tsdown": "^0.19.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 92b7bea..bc99a9f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.19.1 + specifier: ^24.0.0 + version: 24.13.3 monaco-editor: specifier: ^0.33.0 version: 0.33.0 @@ -25,7 +25,7 @@ importers: version: 5.9.3 vite: specifier: ^7.0.0 - version: 7.3.1(@types/node@22.19.1) + version: 7.3.1(@types/node@24.13.3) vite-plugin-monaco-editor: specifier: ^1.1.0 version: 1.1.0(monaco-editor@0.33.0) @@ -444,8 +444,8 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/node@22.19.1': - resolution: {integrity: sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==} + '@types/node@24.13.3': + resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==} ansis@4.2.0: resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==} @@ -657,8 +657,8 @@ packages: unconfig-core@7.4.2: resolution: {integrity: sha512-VgPCvLWugINbXvMQDf8Jh0mlbvNjNC6eSUziHsBCMpxR05OPrNrvDnyatdMjRgcHaaNsCqz+wjNXxNw1kRLHUg==} - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.18.2: + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} unrun@0.2.24: resolution: {integrity: sha512-xa4/O5q2jmI6EqxweJ+sOy5cyORZWcsgmi8pmABVSUyg24Fh44qJrneUHavZEMsbJbghHYWKSraFy5hDCb/m4w==} @@ -981,9 +981,9 @@ snapshots: '@types/estree@1.0.8': {} - '@types/node@22.19.1': + '@types/node@24.13.3': dependencies: - undici-types: 6.21.0 + undici-types: 7.18.2 ansis@4.2.0: {} @@ -1209,7 +1209,7 @@ snapshots: '@quansync/fs': 1.0.0 quansync: 1.0.0 - undici-types@6.21.0: {} + undici-types@7.18.2: {} unrun@0.2.24: dependencies: @@ -1219,7 +1219,7 @@ snapshots: dependencies: monaco-editor: 0.33.0 - vite@7.3.1(@types/node@22.19.1): + vite@7.3.1(@types/node@24.13.3): dependencies: esbuild: 0.27.2 fdir: 6.5.0(picomatch@4.0.3) @@ -1228,5 +1228,5 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 22.19.1 + '@types/node': 24.13.3 fsevents: 2.3.3