From 979b3aa4077aa4a136b0236480d3a3c30d5a678d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:26:09 +0000 Subject: [PATCH 1/4] chore(deps-dev): bump typescript from 4.9.4 to 5.5.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 47 ++++++++++++++++++----------------------------- package.json | 2 +- 2 files changed, 19 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8b5d183..944aba52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,12 +53,11 @@ "eslint-plugin-import": "2.27.5", "eslint-plugin-node": "11.1.0", "jest": "29.5.0", - "nock": "^13.5.4", "nodemon": "^3.0.3", "supertest": "6.3.3", "ts-jest": "29.1.0", "ts-node": "^10.9.2", - "typescript": "4.9.4" + "typescript": "5.5.3" }, "engines": { "node": "18.*" @@ -8133,20 +8132,6 @@ "lower-case": "^1.1.1" } }, - "node_modules/nock": { - "version": "13.5.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz", - "integrity": "sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==", - "dev": true, - "dependencies": { - "debug": "^4.1.0", - "json-stringify-safe": "^5.0.1", - "propagate": "^2.0.0" - }, - "engines": { - "node": ">= 10.13" - } - }, "node_modules/node-abort-controller": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz", @@ -9139,15 +9124,6 @@ "node": ">= 6" } }, - "node_modules/propagate": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", - "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, "node_modules/proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -9536,6 +9512,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/release-please/node_modules/typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -10768,15 +10756,16 @@ } }, "node_modules/typescript": { - "version": "4.9.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", - "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/uglify-js": { diff --git a/package.json b/package.json index e771cf4b..9dadcfb2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "supertest": "6.3.3", "ts-jest": "29.1.0", "ts-node": "^10.9.2", - "typescript": "4.9.4" + "typescript": "5.5.3" }, "dependencies": { "@iteam/config": "^12.1.2", From ac921a4a074f23d289793445396b29c74a823051 Mon Sep 17 00:00:00 2001 From: driatic Date: Mon, 22 Jul 2024 12:37:39 +0200 Subject: [PATCH 2/4] fix: specify moduleResolution --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index bca17ee4..9b1dec2f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "extends": "@tsconfig/node16/tsconfig.json", "exclude": ["xpand-sync"], "module": "ESNext", + "moduleResolution": "Node", "compilerOptions": { "rootDir": "./src", "outDir": "./build", From 7ff07c5a89dab49d5db565bd50183b5861674a7a Mon Sep 17 00:00:00 2001 From: driatic Date: Mon, 22 Jul 2024 12:40:36 +0200 Subject: [PATCH 3/4] use nodenext as moduleResolution --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9b1dec2f..318e3371 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "@tsconfig/node16/tsconfig.json", "exclude": ["xpand-sync"], "module": "ESNext", - "moduleResolution": "Node", + "moduleResolution": "nodenext", "compilerOptions": { "rootDir": "./src", "outDir": "./build", From 5aa9522b076500d2f3da0f27e17a91f874ff8c6d Mon Sep 17 00:00:00 2001 From: driatic Date: Mon, 22 Jul 2024 12:41:55 +0200 Subject: [PATCH 4/4] try Node16 as moduleResolution --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 318e3371..50ff71b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "@tsconfig/node16/tsconfig.json", "exclude": ["xpand-sync"], "module": "ESNext", - "moduleResolution": "nodenext", + "moduleResolution": "Node16", "compilerOptions": { "rootDir": "./src", "outDir": "./build",