Skip to content

Commit 0b82dcf

Browse files
committed
Upgrade TypeScript for ImageBufferSource support
1 parent 8f17614 commit 0b82dcf

File tree

2 files changed

+100
-40
lines changed

2 files changed

+100
-40
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"@types/react-dom": "^18.3.0",
7474
"@types/sdp-transform": "^2.4.5",
7575
"@types/uuid": "10",
76-
"@typescript-eslint/eslint-plugin": "^8.0.0",
77-
"@typescript-eslint/parser": "^8.0.0",
76+
"@typescript-eslint/eslint-plugin": "^8.31.0",
77+
"@typescript-eslint/parser": "^8.31.0",
7878
"@use-gesture/react": "^10.2.11",
7979
"@vector-im/compound-design-tokens": "^3.0.0",
8080
"@vector-im/compound-web": "^7.2.0",
@@ -121,7 +121,7 @@
121121
"react-use-measure": "^2.1.1",
122122
"rxjs": "^7.8.1",
123123
"sass": "^1.42.1",
124-
"typescript": "^5.1.6",
124+
"typescript": "^5.8.3",
125125
"typescript-eslint-language-service": "^5.0.5",
126126
"unique-names-generator": "^4.6.0",
127127
"vaul": "^1.0.0",

yarn.lock

Lines changed: 97 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4831,24 +4831,24 @@ __metadata:
48314831
languageName: node
48324832
linkType: hard
48334833

4834-
"@typescript-eslint/eslint-plugin@npm:^8.0.0":
4835-
version: 8.25.0
4836-
resolution: "@typescript-eslint/eslint-plugin@npm:8.25.0"
4834+
"@typescript-eslint/eslint-plugin@npm:^8.31.0":
4835+
version: 8.31.0
4836+
resolution: "@typescript-eslint/eslint-plugin@npm:8.31.0"
48374837
dependencies:
48384838
"@eslint-community/regexpp": "npm:^4.10.0"
4839-
"@typescript-eslint/scope-manager": "npm:8.25.0"
4840-
"@typescript-eslint/type-utils": "npm:8.25.0"
4841-
"@typescript-eslint/utils": "npm:8.25.0"
4842-
"@typescript-eslint/visitor-keys": "npm:8.25.0"
4839+
"@typescript-eslint/scope-manager": "npm:8.31.0"
4840+
"@typescript-eslint/type-utils": "npm:8.31.0"
4841+
"@typescript-eslint/utils": "npm:8.31.0"
4842+
"@typescript-eslint/visitor-keys": "npm:8.31.0"
48434843
graphemer: "npm:^1.4.0"
48444844
ignore: "npm:^5.3.1"
48454845
natural-compare: "npm:^1.4.0"
48464846
ts-api-utils: "npm:^2.0.1"
48474847
peerDependencies:
48484848
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
48494849
eslint: ^8.57.0 || ^9.0.0
4850-
typescript: ">=4.8.4 <5.8.0"
4851-
checksum: 10c0/11d63850f5f03b29cd31166f8da111788dc74e46877c2e16a5c488d6c4aa4b6c68c0857b9a396ad920aa7f0f3e7166f4faecbb194c19cd2bb9d3f687c5d2b292
4850+
typescript: ">=4.8.4 <5.9.0"
4851+
checksum: 10c0/7d78e0cdcc967742752d49d2d38986ee38d0b7ca64af247e5fe0816cea9ae5f1bfa5c126154acc0846af515c4fb1c52c96926ee25c73b4c3f7e6fd73cb6d2b0e
48524852
languageName: node
48534853
linkType: hard
48544854

@@ -4863,19 +4863,19 @@ __metadata:
48634863
languageName: node
48644864
linkType: hard
48654865

4866-
"@typescript-eslint/parser@npm:^8.0.0":
4867-
version: 8.25.0
4868-
resolution: "@typescript-eslint/parser@npm:8.25.0"
4866+
"@typescript-eslint/parser@npm:^8.31.0":
4867+
version: 8.31.0
4868+
resolution: "@typescript-eslint/parser@npm:8.31.0"
48694869
dependencies:
4870-
"@typescript-eslint/scope-manager": "npm:8.25.0"
4871-
"@typescript-eslint/types": "npm:8.25.0"
4872-
"@typescript-eslint/typescript-estree": "npm:8.25.0"
4873-
"@typescript-eslint/visitor-keys": "npm:8.25.0"
4870+
"@typescript-eslint/scope-manager": "npm:8.31.0"
4871+
"@typescript-eslint/types": "npm:8.31.0"
4872+
"@typescript-eslint/typescript-estree": "npm:8.31.0"
4873+
"@typescript-eslint/visitor-keys": "npm:8.31.0"
48744874
debug: "npm:^4.3.4"
48754875
peerDependencies:
48764876
eslint: ^8.57.0 || ^9.0.0
4877-
typescript: ">=4.8.4 <5.8.0"
4878-
checksum: 10c0/9a54539ba297791f23093ff42a885cc57d36b26205d7a390e114d1f01cc584ce91ac6ead01819daa46b48f873cac6c829fcf399a436610bdbfa98e5cd78148a2
4877+
typescript: ">=4.8.4 <5.9.0"
4878+
checksum: 10c0/9bd903b3ea4e24bfeb444d7a5c2ed82e591ef5cffc0874c609de854c05d34935cd85543e66678ecdb8e0e3eae2cda2df5c1ba66eb72010632cb9f8779031d56d
48794879
languageName: node
48804880
linkType: hard
48814881

@@ -4899,18 +4899,28 @@ __metadata:
48994899
languageName: node
49004900
linkType: hard
49014901

4902-
"@typescript-eslint/type-utils@npm:8.25.0":
4903-
version: 8.25.0
4904-
resolution: "@typescript-eslint/type-utils@npm:8.25.0"
4902+
"@typescript-eslint/scope-manager@npm:8.31.0":
4903+
version: 8.31.0
4904+
resolution: "@typescript-eslint/scope-manager@npm:8.31.0"
49054905
dependencies:
4906-
"@typescript-eslint/typescript-estree": "npm:8.25.0"
4907-
"@typescript-eslint/utils": "npm:8.25.0"
4906+
"@typescript-eslint/types": "npm:8.31.0"
4907+
"@typescript-eslint/visitor-keys": "npm:8.31.0"
4908+
checksum: 10c0/eae758a24cc578fa351b8bf0c30c50de384292c0b05a58762f9b632d65a009bd5d902d806eccb6b678cc0b09686289fb4f1fd67da7f12d59ad43ff033b35cc4f
4909+
languageName: node
4910+
linkType: hard
4911+
4912+
"@typescript-eslint/type-utils@npm:8.31.0":
4913+
version: 8.31.0
4914+
resolution: "@typescript-eslint/type-utils@npm:8.31.0"
4915+
dependencies:
4916+
"@typescript-eslint/typescript-estree": "npm:8.31.0"
4917+
"@typescript-eslint/utils": "npm:8.31.0"
49084918
debug: "npm:^4.3.4"
49094919
ts-api-utils: "npm:^2.0.1"
49104920
peerDependencies:
49114921
eslint: ^8.57.0 || ^9.0.0
4912-
typescript: ">=4.8.4 <5.8.0"
4913-
checksum: 10c0/b7477a2d239cfd337f7d28641666763cf680a43a8d377a09dc42415f715670d35fbb4e772e103dfe8cd620c377e66bce740106bb3983ee65a739c28fab7325d1
4922+
typescript: ">=4.8.4 <5.9.0"
4923+
checksum: 10c0/f6938413a583430468b259f6823bb2ab1b5cd77cd6d4e21e1803df70e329046b9579aed5bdc9bdcf4046c8091615a911ac3990859db78d00210bb867915ba37f
49144924
languageName: node
49154925
linkType: hard
49164926

@@ -4928,6 +4938,13 @@ __metadata:
49284938
languageName: node
49294939
linkType: hard
49304940

4941+
"@typescript-eslint/types@npm:8.31.0":
4942+
version: 8.31.0
4943+
resolution: "@typescript-eslint/types@npm:8.31.0"
4944+
checksum: 10c0/04130a30aac477d36d6a155399b27773457aeb9b485ef8fb56fee05725b6e36768c9fac7e4d1f073fd16988de0eb7dffc743c3f834ae907cf918cabb075e5cd8
4945+
languageName: node
4946+
linkType: hard
4947+
49314948
"@typescript-eslint/typescript-estree@npm:5.62.0":
49324949
version: 5.62.0
49334950
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -4964,6 +4981,24 @@ __metadata:
49644981
languageName: node
49654982
linkType: hard
49664983

4984+
"@typescript-eslint/typescript-estree@npm:8.31.0":
4985+
version: 8.31.0
4986+
resolution: "@typescript-eslint/typescript-estree@npm:8.31.0"
4987+
dependencies:
4988+
"@typescript-eslint/types": "npm:8.31.0"
4989+
"@typescript-eslint/visitor-keys": "npm:8.31.0"
4990+
debug: "npm:^4.3.4"
4991+
fast-glob: "npm:^3.3.2"
4992+
is-glob: "npm:^4.0.3"
4993+
minimatch: "npm:^9.0.4"
4994+
semver: "npm:^7.6.0"
4995+
ts-api-utils: "npm:^2.0.1"
4996+
peerDependencies:
4997+
typescript: ">=4.8.4 <5.9.0"
4998+
checksum: 10c0/0ec074b2b9c49f80fafea716aa0cc4b05085e65730a3ef7c7d2d39db1657a40b38abe83f22bbe15ac4f6fdf576692f47d2d057347242e6cef5be81d070f55064
4999+
languageName: node
5000+
linkType: hard
5001+
49675002
"@typescript-eslint/utils@npm:5.62.0":
49685003
version: 5.62.0
49695004
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -4982,7 +5017,22 @@ __metadata:
49825017
languageName: node
49835018
linkType: hard
49845019

4985-
"@typescript-eslint/utils@npm:8.25.0, @typescript-eslint/utils@npm:^8.13.0":
5020+
"@typescript-eslint/utils@npm:8.31.0":
5021+
version: 8.31.0
5022+
resolution: "@typescript-eslint/utils@npm:8.31.0"
5023+
dependencies:
5024+
"@eslint-community/eslint-utils": "npm:^4.4.0"
5025+
"@typescript-eslint/scope-manager": "npm:8.31.0"
5026+
"@typescript-eslint/types": "npm:8.31.0"
5027+
"@typescript-eslint/typescript-estree": "npm:8.31.0"
5028+
peerDependencies:
5029+
eslint: ^8.57.0 || ^9.0.0
5030+
typescript: ">=4.8.4 <5.9.0"
5031+
checksum: 10c0/1fd4f62e16a44a5be2de501f70ba4b2d64479e014370bde7bbc6de6897cf1699766a8b7be4deb9b0328e74c2b4171839336ede4e3c60fec6ac8378b623a75275
5032+
languageName: node
5033+
linkType: hard
5034+
5035+
"@typescript-eslint/utils@npm:^8.13.0":
49865036
version: 8.25.0
49875037
resolution: "@typescript-eslint/utils@npm:8.25.0"
49885038
dependencies:
@@ -5017,6 +5067,16 @@ __metadata:
50175067
languageName: node
50185068
linkType: hard
50195069

5070+
"@typescript-eslint/visitor-keys@npm:8.31.0":
5071+
version: 8.31.0
5072+
resolution: "@typescript-eslint/visitor-keys@npm:8.31.0"
5073+
dependencies:
5074+
"@typescript-eslint/types": "npm:8.31.0"
5075+
eslint-visitor-keys: "npm:^4.2.0"
5076+
checksum: 10c0/e41e2a9e287d11232cda6126377d1df4de69c6e9dc2a14058819cff15280ec654a3877886a6806728196f299766cfbb0b299eb021c2ce168eb15dff5eb07b51b
5077+
languageName: node
5078+
linkType: hard
5079+
50205080
"@ungap/structured-clone@npm:^1.2.0":
50215081
version: 1.2.0
50225082
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -6920,8 +6980,8 @@ __metadata:
69206980
"@types/react-dom": "npm:^18.3.0"
69216981
"@types/sdp-transform": "npm:^2.4.5"
69226982
"@types/uuid": "npm:10"
6923-
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
6924-
"@typescript-eslint/parser": "npm:^8.0.0"
6983+
"@typescript-eslint/eslint-plugin": "npm:^8.31.0"
6984+
"@typescript-eslint/parser": "npm:^8.31.0"
69256985
"@use-gesture/react": "npm:^10.2.11"
69266986
"@vector-im/compound-design-tokens": "npm:^3.0.0"
69276987
"@vector-im/compound-web": "npm:^7.2.0"
@@ -6968,7 +7028,7 @@ __metadata:
69687028
react-use-measure: "npm:^2.1.1"
69697029
rxjs: "npm:^7.8.1"
69707030
sass: "npm:^1.42.1"
6971-
typescript: "npm:^5.1.6"
7031+
typescript: "npm:^5.8.3"
69727032
typescript-eslint-language-service: "npm:^5.0.5"
69737033
unique-names-generator: "npm:^4.6.0"
69747034
vaul: "npm:^1.0.0"
@@ -12709,13 +12769,13 @@ __metadata:
1270912769
languageName: node
1271012770
linkType: hard
1271112771

12712-
"typescript@npm:^5.1.6":
12713-
version: 5.7.3
12714-
resolution: "typescript@npm:5.7.3"
12772+
"typescript@npm:^5.8.3":
12773+
version: 5.8.3
12774+
resolution: "typescript@npm:5.8.3"
1271512775
bin:
1271612776
tsc: bin/tsc
1271712777
tsserver: bin/tsserver
12718-
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
12778+
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
1271912779
languageName: node
1272012780
linkType: hard
1272112781

@@ -12729,13 +12789,13 @@ __metadata:
1272912789
languageName: node
1273012790
linkType: hard
1273112791

12732-
"typescript@patch:typescript@npm%3A^5.1.6#optional!builtin<compat/typescript>":
12733-
version: 5.7.3
12734-
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
12792+
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
12793+
version: 5.8.3
12794+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
1273512795
bin:
1273612796
tsc: bin/tsc
1273712797
tsserver: bin/tsserver
12738-
checksum: 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
12798+
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
1273912799
languageName: node
1274012800
linkType: hard
1274112801

0 commit comments

Comments
 (0)