From e0703907e672fe60e59a5b1c48ba25b63c981aa5 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Wed, 24 Apr 2024 07:49:28 -0700 Subject: [PATCH 1/3] cacheable-request - upgrading typescript to 5.4.5 --- packages/cacheable-request/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cacheable-request/package.json b/packages/cacheable-request/package.json index 391d9bc..355270d 100644 --- a/packages/cacheable-request/package.json +++ b/packages/cacheable-request/package.json @@ -48,7 +48,7 @@ "devDependencies": { "@keyv/sqlite": "^3.6.7", "@types/jest": "^29.5.12", - "@types/node": "^20.11.30", + "@types/node": "^20.12.7", "@types/responselike": "^1.0.3", "@types/sqlite3": "^3.1.11", "@vitest/coverage-v8": "^1.5.0", @@ -64,7 +64,7 @@ "ts-jest": "^29.1.2", "ts-jest-resolver": "^2.0.1", "ts-node": "^10.9.2", - "typescript": "^5.4.3", + "typescript": "^5.4.5", "vitest": "^1.5.0", "xo": "^0.58.0" }, From 207da8cb62fea319ab624dd459b8e40fc7b38d3a Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Wed, 24 Apr 2024 08:01:42 -0700 Subject: [PATCH 2/3] Update tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 308fc52..0be9d95 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['18', '20'] + node: ['20'] name: Node ${{ matrix.node }} steps: - uses: actions/checkout@v3 From 7679c2468845dbbbb2170a5ae9250d61fae1a8d7 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Wed, 24 Apr 2024 08:04:02 -0700 Subject: [PATCH 3/3] adding back in 18 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0be9d95..308fc52 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['20'] + node: ['18', '20'] name: Node ${{ matrix.node }} steps: - uses: actions/checkout@v3