Skip to content

Commit

Permalink
Update typescript (ghostery#4053)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Jul 2, 2024
1 parent 7b32fbe commit 8ce1c8c
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"lerna": "^8.0.0",
"patch-package": "^8.0.0",
"prettier": "^3.0.3",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"typescript-eslint": "8.0.0-alpha.34"
},
"auto": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint": "^9.3.0",
"rimraf": "^5.0.1",
"rollup": "^4.0.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-electron-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"devDependencies": {
"@types/node": "^20.12.12",
"eslint": "^9.3.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/adblocker-electron-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint": "^9.3.0",
"rimraf": "^5.0.1",
"rollup": "^4.0.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "^5.0.1",
"rollup": "^4.17.2",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-extended-selectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rimraf": "^5.0.1",
"rollup": "^4.17.2",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-playwright-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/node": "^20.12.12",
"eslint": "^9.3.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"playwright": "^1.38.0",
"rimraf": "^5.0.1",
"rollup": "^4.17.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-puppeteer-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/node": "^20.12.12",
"eslint": "^9.3.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "^5.0.1",
"rollup": "^4.17.2",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-webextension-cosmetics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"rollup": "^4.0.2",
"sinon": "^18.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@cliqz/adblocker-content": "^1.27.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-webextension-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint": "^9.3.0",
"rimraf": "^5.0.1",
"rollup": "^4.0.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-webextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"rimraf": "^5.0.1",
"rollup": "^4.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@cliqz/adblocker": "^1.27.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"rimraf": "^5.0.1",
"rollup": "^4.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@cliqz/adblocker-content": "^1.27.11",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"target": "es2017",
"target": "es2018",
"module": "preserve",
"moduleResolution": "Bundler",
"strict": true,
Expand Down
52 changes: 36 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ __metadata:
eslint: "npm:^9.3.0"
rimraf: "npm:^5.0.1"
rollup: "npm:^4.0.2"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
languageName: unknown
linkType: soft

Expand All @@ -398,7 +398,7 @@ __metadata:
electron: "npm:^31.0.0"
eslint: "npm:^9.3.0"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
languageName: unknown
linkType: soft

Expand All @@ -415,7 +415,7 @@ __metadata:
eslint: "npm:^9.3.0"
rimraf: "npm:^5.0.1"
rollup: "npm:^4.0.2"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
peerDependencies:
electron: ">11"
languageName: unknown
Expand All @@ -441,7 +441,7 @@ __metadata:
rollup: "npm:^4.17.2"
tldts-experimental: "npm:^6.0.14"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
peerDependencies:
electron: ">11"
languageName: unknown
Expand All @@ -465,7 +465,7 @@ __metadata:
rimraf: "npm:^5.0.1"
rollup: "npm:^4.17.2"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
languageName: unknown
linkType: soft

Expand All @@ -479,7 +479,7 @@ __metadata:
eslint: "npm:^9.3.0"
playwright: "npm:^1.38.0"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
languageName: unknown
linkType: soft

Expand All @@ -501,7 +501,7 @@ __metadata:
rimraf: "npm:^5.0.1"
rollup: "npm:^4.17.2"
tldts-experimental: "npm:^6.0.14"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
peerDependencies:
playwright: ^1.x
languageName: unknown
Expand All @@ -517,7 +517,7 @@ __metadata:
eslint: "npm:^9.3.0"
puppeteer: "npm:22.12.1"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
languageName: unknown
linkType: soft

Expand All @@ -541,7 +541,7 @@ __metadata:
rollup: "npm:^4.17.2"
tldts-experimental: "npm:^6.0.14"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
peerDependencies:
puppeteer: ">5"
languageName: unknown
Expand Down Expand Up @@ -570,7 +570,7 @@ __metadata:
rollup: "npm:^4.0.2"
sinon: "npm:^18.0.0"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
languageName: unknown
linkType: soft

Expand All @@ -587,7 +587,7 @@ __metadata:
eslint: "npm:^9.3.0"
rimraf: "npm:^5.0.1"
rollup: "npm:^4.0.2"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
webextension-polyfill-ts: "npm:^0.26.0"
languageName: unknown
linkType: soft
Expand All @@ -611,7 +611,7 @@ __metadata:
rollup: "npm:^4.0.2"
tldts-experimental: "npm:^6.0.14"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
webextension-polyfill-ts: "npm:^0.26.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -644,7 +644,7 @@ __metadata:
rollup: "npm:^4.0.2"
tldts-experimental: "npm:^6.0.14"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2486,7 +2486,7 @@ __metadata:
lerna: "npm:^8.0.0"
patch-package: "npm:^8.0.0"
prettier: "npm:^3.0.3"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
typescript-eslint: "npm:8.0.0-alpha.34"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9842,7 +9842,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:>=3 < 6, typescript@npm:^5.4.5":
"typescript@npm:>=3 < 6":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
Expand All @@ -9852,7 +9852,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
"typescript@npm:^5.5.2":
version: 5.5.2
resolution: "typescript@npm:5.5.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/9118b20f248e76b0dbff8737fef65dfa89d02668d4e633d2c5ceac99033a0ca5e8a1c1a53bc94da68e8f67677a88f318663dde859c9e9a09c1e116415daec2ba
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
bin:
Expand All @@ -9862,6 +9872,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.5.2#optional!builtin<compat/typescript>":
version: 5.5.2
resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>::version=5.5.2&hash=b45daf"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/28b3de2ddaf63a7620e7ddbe5d377af71ce93ecc558c41bf0e3d88661d8e6e7aa6c7739164fef98055f69819e41faca49252938ef3633a3dff2734cca6a9042e
languageName: node
linkType: hard

"typical@npm:^4.0.0":
version: 4.0.0
resolution: "typical@npm:4.0.0"
Expand Down

0 comments on commit 8ce1c8c

Please sign in to comment.