diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1606fca29..b5c5dc0f1 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,7 +13,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 18 + node-version: 24 - name: Install run: yarn - name: Lint @@ -29,7 +29,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 18 + node-version: 24 - name: Install run: yarn - name: Type @@ -63,7 +63,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 18 + node-version: 24 - name: Install run: yarn - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e2d689c0..02b56339a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 18 + node-version: 24 - name: Install run: yarn install --frozen-lockfile - name: Build @@ -49,7 +49,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 18 + node-version: 24 - name: Install run: yarn install --frozen-lockfile - name: Build diff --git a/.pnp.cjs b/.pnp.cjs index c3c6971d8..4a12abd40 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -49,7 +49,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@testing-library/jest-dom", "npm:5.16.5"],\ ["@types/jabber", "npm:1.2.0"],\ ["@types/jest", "npm:29.2.4"],\ - ["@types/node", "npm:18.11.18"],\ + ["@types/node", "npm:24.9.2"],\ ["@types/ramda", "npm:0.28.20"],\ ["@types/react", "npm:18.0.26"],\ ["@types/sha1", "npm:1.1.3"],\ @@ -7841,7 +7841,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@testing-library/jest-dom", "npm:5.16.5"],\ ["@types/jabber", "npm:1.2.0"],\ ["@types/jest", "npm:29.2.4"],\ - ["@types/node", "npm:18.11.18"],\ + ["@types/node", "npm:24.9.2"],\ ["@types/ramda", "npm:0.28.20"],\ ["@types/react", "npm:18.0.26"],\ ["@types/sha1", "npm:1.1.3"],\ @@ -11082,10 +11082,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "HARD"\ }],\ - ["npm:18.11.18", {\ - "packageLocation": "./.yarn/cache/@types-node-npm-18.11.18-d61e8a4a20-03f17f9480.zip/node_modules/@types/node/",\ + ["npm:24.9.2", {\ + "packageLocation": "./.yarn/cache/@types-node-npm-24.9.2-3939bef0b4-6f1d2c66ce.zip/node_modules/@types/node/",\ "packageDependencies": [\ - ["@types/node", "npm:18.11.18"]\ + ["@types/node", "npm:24.9.2"],\ + ["undici-types", "npm:7.16.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -32150,6 +32151,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["undici-types", [\ + ["npm:7.16.0", {\ + "packageLocation": "./.yarn/cache/undici-types-npm-7.16.0-0e23b08124-1ef68fc6c5.zip/node_modules/undici-types/",\ + "packageDependencies": [\ + ["undici-types", "npm:7.16.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["unfetch", [\ ["npm:4.2.0", {\ "packageLocation": "./.yarn/cache/unfetch-npm-4.2.0-7c13351021-6a4b2557e1.zip/node_modules/unfetch/",\ diff --git a/.yarn/cache/@types-node-npm-18.11.18-d61e8a4a20-03f17f9480.zip b/.yarn/cache/@types-node-npm-18.11.18-d61e8a4a20-03f17f9480.zip deleted file mode 100644 index 4928e52c9..000000000 Binary files a/.yarn/cache/@types-node-npm-18.11.18-d61e8a4a20-03f17f9480.zip and /dev/null differ diff --git a/.yarn/cache/@types-node-npm-24.9.2-3939bef0b4-6f1d2c66ce.zip b/.yarn/cache/@types-node-npm-24.9.2-3939bef0b4-6f1d2c66ce.zip new file mode 100644 index 000000000..889439af8 Binary files /dev/null and b/.yarn/cache/@types-node-npm-24.9.2-3939bef0b4-6f1d2c66ce.zip differ diff --git a/.yarn/cache/undici-types-npm-7.16.0-0e23b08124-1ef68fc6c5.zip b/.yarn/cache/undici-types-npm-7.16.0-0e23b08124-1ef68fc6c5.zip new file mode 100644 index 000000000..d97590b5d Binary files /dev/null and b/.yarn/cache/undici-types-npm-7.16.0-0e23b08124-1ef68fc6c5.zip differ diff --git a/package.json b/package.json index 2fe196a71..c61b925b9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": true, "main": "./index.ts", "engines": { - "node": "18" + "node": "24" }, "scripts": { "build": "rm -Rf ./dist && rollup -c && yarn build:copy && yarn build:package && yarn build:clean", @@ -57,7 +57,7 @@ "@testing-library/jest-dom": "5.16.5", "@types/jabber": "1.2.0", "@types/jest": "29.2.4", - "@types/node": "18.11.18", + "@types/node": "24.9.2", "@types/ramda": "0.28.20", "@types/react": "18.0.26", "@types/sha1": "1.1.3", diff --git a/yarn.lock b/yarn.lock index 8b23a750a..72c54e989 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4368,7 +4368,7 @@ __metadata: "@testing-library/jest-dom": 5.16.5 "@types/jabber": 1.2.0 "@types/jest": 29.2.4 - "@types/node": 18.11.18 + "@types/node": 24.9.2 "@types/ramda": 0.28.20 "@types/react": 18.0.26 "@types/sha1": 1.1.3 @@ -6460,10 +6460,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:18.11.18": - version: 18.11.18 - resolution: "@types/node@npm:18.11.18" - checksum: 03f17f9480f8d775c8a72da5ea7e9383db5f6d85aa5fefde90dd953a1449bd5e4ffde376f139da4f3744b4c83942166d2a7603969a6f8ea826edfb16e6e3b49d +"@types/node@npm:24.9.2": + version: 24.9.2 + resolution: "@types/node@npm:24.9.2" + dependencies: + undici-types: ~7.16.0 + checksum: 6f1d2c66ce14ef58934c7140b8b7003b3e55fc3b23128bfdabdf59a02f4ff4dbb89a58cd95cc11310cce6c6ffeb5cacc3afaa8753d4a9cd4afdc447a6ab61bee languageName: node linkType: hard @@ -23669,6 +23671,13 @@ __metadata: languageName: node linkType: hard +"undici-types@npm:~7.16.0": + version: 7.16.0 + resolution: "undici-types@npm:7.16.0" + checksum: 1ef68fc6c5bad200c8b6f17de8e5bc5cfdcadc164ba8d7208cd087cfa8583d922d8316a7fd76c9a658c22b4123d3ff847429185094484fbc65377d695c905857 + languageName: node + linkType: hard + "unfetch@npm:^4.2.0": version: 4.2.0 resolution: "unfetch@npm:4.2.0"