Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/small-ants-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@soluble/cache-e2e-tests': patch
'@soluble/cache-interop': patch
'@soluble/cache-ioredis': patch
'@soluble/cache-redis': patch
'@soluble/dsn-parser': patch
---

Monorepo to typescript 4.4.4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@changesets/cli": "2.18.0",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@types/node": "16.11.6",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"cross-env": "7.0.3",
Expand All @@ -77,7 +77,7 @@
"rollup": "2.60.0",
"ts-jest": "27.0.7",
"tslib": "2.3.1",
"typescript": "4.3.5"
"typescript": "4.4.4"
},
"engines": {
"node": "^12.14.0 || ^14.13.1 || >=16",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"redis": "3.1.2",
"testcontainers": "7.22.1",
"ts-jest": "27.0.7",
"typescript": "4.3.5"
"typescript": "4.4.4"
},
"engines": {
"node": ">=12"
Expand Down
1 change: 1 addition & 0 deletions packages/cache-e2e-tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"noEmit": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"useUnknownInCatchVariables": false,
"baseUrl": "."
},
"include": ["test"]
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest": "27.3.1",
"ts-jest": "27.0.7",
"tslib": "2.3.1",
"typescript": "4.3.5"
"typescript": "4.4.4"
},
"engines": {
"node": ">=12"
Expand Down
3 changes: 2 additions & 1 deletion packages/cache-interop/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noEmit": true
"noEmit": true,
"useUnknownInCatchVariables": false
}
}
2 changes: 1 addition & 1 deletion packages/cache-ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"jest": "27.3.1",
"ts-jest": "27.0.7",
"tslib": "2.3.1",
"typescript": "4.3.5"
"typescript": "4.4.4"
},
"peerDependencies": {
"@types/ioredis": "^4.17.11",
Expand Down
3 changes: 2 additions & 1 deletion packages/cache-ioredis/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"noEmit": true
"noEmit": true,
"useUnknownInCatchVariables": false
}
}
2 changes: 1 addition & 1 deletion packages/cache-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"redis": "3.1.2",
"ts-jest": "27.0.7",
"tslib": "2.3.1",
"typescript": "4.3.5"
"typescript": "4.4.4"
},
"peerDependencies": {
"@types/redis": "^2.8.25",
Expand Down
3 changes: 2 additions & 1 deletion packages/cache-redis/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"noEmit": true
"noEmit": true,
"useUnknownInCatchVariables": false
}
}
2 changes: 1 addition & 1 deletion packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"jest": "27.3.1",
"ts-jest": "27.0.7",
"tslib": "2.3.1",
"typescript": "4.3.5"
"typescript": "4.4.4"
},
"engines": {
"node": ">=10.13"
Expand Down
3 changes: 2 additions & 1 deletion packages/dsn-parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"noEmit": true
"noEmit": true,
"useUnknownInCatchVariables": true
}
}
47 changes: 10 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,7 @@ __metadata:
redis: 3.1.2
testcontainers: 7.22.1
ts-jest: 27.0.7
typescript: 4.3.5
typescript: 4.4.4
languageName: unknown
linkType: soft

Expand All @@ -2345,7 +2345,7 @@ __metadata:
"@changesets/cli": 2.18.0
"@commitlint/cli": 14.1.0
"@commitlint/config-conventional": 14.1.0
"@types/node": 16.11.6
"@types/node": 16.11.7
"@typescript-eslint/eslint-plugin": 5.3.1
"@typescript-eslint/parser": 5.3.1
cross-env: 7.0.3
Expand All @@ -2370,7 +2370,7 @@ __metadata:
rollup: 2.60.0
ts-jest: 27.0.7
tslib: 2.3.1
typescript: 4.3.5
typescript: 4.4.4
dependenciesMeta:
cpu-features:
built: false
Expand All @@ -2387,7 +2387,7 @@ __metadata:
jest: 27.3.1
ts-jest: 27.0.7
tslib: 2.3.1
typescript: 4.3.5
typescript: 4.4.4
languageName: unknown
linkType: soft

Expand All @@ -2402,7 +2402,7 @@ __metadata:
jest: 27.3.1
ts-jest: 27.0.7
tslib: 2.3.1
typescript: 4.3.5
typescript: 4.4.4
peerDependencies:
"@types/ioredis": ^4.17.11
ioredis: ^4.17.0
Expand All @@ -2425,7 +2425,7 @@ __metadata:
redis: 3.1.2
ts-jest: 27.0.7
tslib: 2.3.1
typescript: 4.3.5
typescript: 4.4.4
peerDependencies:
"@types/redis": ^2.8.25
redis: ^3.0.0
Expand All @@ -2444,7 +2444,7 @@ __metadata:
jest: 27.3.1
ts-jest: 27.0.7
tslib: 2.3.1
typescript: 4.3.5
typescript: 4.4.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2667,20 +2667,13 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
"@types/node@npm:*, @types/node@npm:16.11.7":
version: 16.11.7
resolution: "@types/node@npm:16.11.7"
checksum: 2706403e6efc4aa40fdce8f0b5d9884d5600c3c8610aedc7fa5e7e298d30366f7e8b7296028d52898dca3edef4c3e827b03bf20952c4780f13fa4e79864f7a86
languageName: node
linkType: hard

"@types/node@npm:16.11.6":
version: 16.11.6
resolution: "@types/node@npm:16.11.6"
checksum: 6e19634766ff589d3d2f361c2196b671f8f133cdadc5ad347a621c360d8994b6c4fbccfb2ad9c60c588c593831a96497c9c6b77d2b7e91be723384b94f6368e7
languageName: node
linkType: hard

"@types/node@npm:^12.7.1":
version: 12.20.37
resolution: "@types/node@npm:12.20.37"
Expand Down Expand Up @@ -11443,17 +11436,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.3.5":
version: 4.3.5
resolution: "typescript@npm:4.3.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bab033b5e2b0790dd35b77fd005df976ef80b8d84fd2c6e63cc31808151875beae9216e5a315fe7068e8499905c3c354248fe83272cdfc13b7705635f0c66c97
languageName: node
linkType: hard

"typescript@npm:^4.1.3, typescript@npm:^4.4.3":
"typescript@npm:4.4.4, typescript@npm:^4.1.3, typescript@npm:^4.4.3":
version: 4.4.4
resolution: "typescript@npm:4.4.4"
bin:
Expand All @@ -11463,17 +11446,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@4.3.5#~builtin<compat/typescript>":
version: 4.3.5
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=ddd1e8"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 61fc1a2ca5037420de5bbe17c6ddc4cbcc0d52301ed94f0a7b5821c55ff9eb96307f0816f745ca8f0fc87ed92f3951cde6d97cd6fd6bc6920c02ea63b5b26259
languageName: node
linkType: hard

"typescript@patch:typescript@^4.1.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
"typescript@patch:typescript@4.4.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.1.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
version: 4.4.4
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=ddd1e8"
bin:
Expand Down