mirror of https://github.com/vector-im/riot-web
				
				
				
			Update dependency typescript to v5 (#10532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>pull/28788/head^2
							parent
							
								
									6c39aa29e2
								
							
						
					
					
						commit
						0ea2ff85d0
					
				|  | @ -139,7 +139,7 @@ | |||
|         "@babel/traverse": "^7.12.12", | ||||
|         "@casualbot/jest-sonar-reporter": "^2.2.5", | ||||
|         "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz", | ||||
|         "@peculiar/webcrypto": "^1.4.1", | ||||
|         "@peculiar/webcrypto": "^1.4.3", | ||||
|         "@percy/cli": "^1.11.0", | ||||
|         "@percy/cypress": "^3.1.2", | ||||
|         "@sinonjs/fake-timers": "^9.1.2", | ||||
|  | @ -149,7 +149,6 @@ | |||
|         "@testing-library/user-event": "^14.4.3", | ||||
|         "@types/commonmark": "^0.27.4", | ||||
|         "@types/counterpart": "^0.18.1", | ||||
|         "@types/css-font-loading-module": "^0.0.7", | ||||
|         "@types/diff-match-patch": "^1.0.32", | ||||
|         "@types/escape-html": "^1.0.1", | ||||
|         "@types/file-saver": "^2.0.3", | ||||
|  | @ -213,7 +212,7 @@ | |||
|         "stylelint": "^15.0.0", | ||||
|         "stylelint-config-standard": "^32.0.0", | ||||
|         "stylelint-scss": "^4.2.0", | ||||
|         "typescript": "4.9.5", | ||||
|         "typescript": "5.0.3", | ||||
|         "walk": "^2.3.14" | ||||
|     }, | ||||
|     "jest": { | ||||
|  |  | |||
|  | @ -15,8 +15,6 @@ limitations under the License. | |||
| */ | ||||
| 
 | ||||
| import "matrix-js-sdk/src/@types/global"; // load matrix-js-sdk's type extensions first
 | ||||
| // Load types for the WG CSS Font Loading APIs https://github.com/Microsoft/TypeScript/issues/13569
 | ||||
| import "@types/css-font-loading-module"; | ||||
| import "@types/modernizr"; | ||||
| 
 | ||||
| import ContentMessages from "../ContentMessages"; | ||||
|  |  | |||
|  | @ -121,7 +121,7 @@ export class RelationsHelper extends TypedEventEmitter<RelationsHelperEvent, Eve | |||
|                     limit: 50, | ||||
|                 }, | ||||
|             ); | ||||
|             nextBatch = response?.nextBatch; | ||||
|             nextBatch = response?.nextBatch ?? undefined; | ||||
|             response?.events.forEach((e) => this.emit(RelationsHelperEvent.Add, e)); | ||||
|         } while (nextBatch); | ||||
|     } | ||||
|  |  | |||
|  | @ -201,7 +201,7 @@ export default abstract class Exporter { | |||
|                 ); | ||||
|             } | ||||
| 
 | ||||
|             prevToken = res.end; | ||||
|             prevToken = res.end ?? null; | ||||
|         } | ||||
|         // Reverse the events so that we preserve the order
 | ||||
|         for (let i = 0; i < Math.floor(events.length / 2); i++) { | ||||
|  |  | |||
							
								
								
									
										49
									
								
								yarn.lock
								
								
								
								
							
							
						
						
									
										49
									
								
								yarn.lock
								
								
								
								
							|  | @ -1861,10 +1861,10 @@ | |||
|   dependencies: | ||||
|     "@octokit/openapi-types" "^12.11.0" | ||||
| 
 | ||||
| "@peculiar/asn1-schema@^2.1.6", "@peculiar/asn1-schema@^2.3.0": | ||||
|   version "2.3.3" | ||||
|   resolved "https://registry.yarnpkg.com/@peculiar/asn1-schema/-/asn1-schema-2.3.3.tgz#21418e1f3819e0b353ceff0c2dad8ccb61acd777" | ||||
|   integrity sha512-6GptMYDMyWBHTUKndHaDsRZUO/XMSgIns2krxcm2L7SEExRHwawFvSwNBhqNPR9HJwv3MruAiF1bhN0we6j6GQ== | ||||
| "@peculiar/asn1-schema@^2.3.6": | ||||
|   version "2.3.6" | ||||
|   resolved "https://registry.yarnpkg.com/@peculiar/asn1-schema/-/asn1-schema-2.3.6.tgz#3dd3c2ade7f702a9a94dfb395c192f5fa5d6b922" | ||||
|   integrity sha512-izNRxPoaeJeg/AyH8hER6s+H7p4itk+03QCa4sbxI3lNdseQYCuxzgsuNK8bTXChtLTjpJz6NmXKA73qLa3rCA== | ||||
|   dependencies: | ||||
|     asn1js "^3.0.5" | ||||
|     pvtsutils "^1.3.2" | ||||
|  | @ -1877,16 +1877,16 @@ | |||
|   dependencies: | ||||
|     tslib "^2.0.0" | ||||
| 
 | ||||
| "@peculiar/webcrypto@^1.4.1": | ||||
|   version "1.4.1" | ||||
|   resolved "https://registry.yarnpkg.com/@peculiar/webcrypto/-/webcrypto-1.4.1.tgz#821493bd5ad0f05939bd5f53b28536f68158360a" | ||||
|   integrity sha512-eK4C6WTNYxoI7JOabMoZICiyqRRtJB220bh0Mbj5RwRycleZf9BPyZoxsTvpP0FpmVS2aS13NKOuh5/tN3sIRw== | ||||
| "@peculiar/webcrypto@^1.4.3": | ||||
|   version "1.4.3" | ||||
|   resolved "https://registry.yarnpkg.com/@peculiar/webcrypto/-/webcrypto-1.4.3.tgz#078b3e8f598e847b78683dc3ba65feb5029b93a7" | ||||
|   integrity sha512-VtaY4spKTdN5LjJ04im/d/joXuvLbQdgy5Z4DXF4MFZhQ+MTrejbNMkfZBp1Bs3O5+bFqnJgyGdPuZQflvIa5A== | ||||
|   dependencies: | ||||
|     "@peculiar/asn1-schema" "^2.3.0" | ||||
|     "@peculiar/asn1-schema" "^2.3.6" | ||||
|     "@peculiar/json-schema" "^1.1.12" | ||||
|     pvtsutils "^1.3.2" | ||||
|     tslib "^2.4.1" | ||||
|     webcrypto-core "^1.7.4" | ||||
|     tslib "^2.5.0" | ||||
|     webcrypto-core "^1.7.7" | ||||
| 
 | ||||
| "@percy/cli-app@1.22.0": | ||||
|   version "1.22.0" | ||||
|  | @ -2234,11 +2234,6 @@ | |||
|   resolved "https://registry.yarnpkg.com/@types/counterpart/-/counterpart-0.18.1.tgz#b1b784d9e54d9879f0a8cb12f2caedab65430fe8" | ||||
|   integrity sha512-PRuFlBBkvdDOtxlIASzTmkEFar+S66Ek48NVVTWMUjtJAdn5vyMSN8y6IZIoIymGpR36q2nZbIYazBWyFxL+IQ== | ||||
| 
 | ||||
| "@types/css-font-loading-module@^0.0.7": | ||||
|   version "0.0.7" | ||||
|   resolved "https://registry.yarnpkg.com/@types/css-font-loading-module/-/css-font-loading-module-0.0.7.tgz#2f98ede46acc0975de85c0b7b0ebe06041d24601" | ||||
|   integrity sha512-nl09VhutdjINdWyXxHWN/w9zlNCfr60JUqJbd24YXUuCwgeL0TpFSdElCwb6cxfB6ybE19Gjj4g0jsgkXxKv1Q== | ||||
| 
 | ||||
| "@types/diff-match-patch@^1.0.32": | ||||
|   version "1.0.32" | ||||
|   resolved "https://registry.yarnpkg.com/@types/diff-match-patch/-/diff-match-patch-1.0.32.tgz#d9c3b8c914aa8229485351db4865328337a3d09f" | ||||
|  | @ -8436,12 +8431,12 @@ tslib@^1.8.1, tslib@^1.9.3: | |||
|   resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" | ||||
|   integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== | ||||
| 
 | ||||
| tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0: | ||||
| tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0: | ||||
|   version "2.5.0" | ||||
|   resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" | ||||
|   integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== | ||||
| 
 | ||||
| tslib@^2.4.0, tslib@^2.4.1: | ||||
| tslib@^2.4.0: | ||||
|   version "2.4.1" | ||||
|   resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" | ||||
|   integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== | ||||
|  | @ -8533,10 +8528,10 @@ typed-array-length@^1.0.4: | |||
|     for-each "^0.3.3" | ||||
|     is-typed-array "^1.1.9" | ||||
| 
 | ||||
| typescript@4.9.5: | ||||
|   version "4.9.5" | ||||
|   resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" | ||||
|   integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== | ||||
| typescript@5.0.3: | ||||
|   version "5.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf" | ||||
|   integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA== | ||||
| 
 | ||||
| ua-parser-js@^1.0.2: | ||||
|   version "1.0.34" | ||||
|  | @ -8733,12 +8728,12 @@ walker@^1.0.8: | |||
|   dependencies: | ||||
|     makeerror "1.0.12" | ||||
| 
 | ||||
| webcrypto-core@^1.7.4: | ||||
|   version "1.7.5" | ||||
|   resolved "https://registry.yarnpkg.com/webcrypto-core/-/webcrypto-core-1.7.5.tgz#c02104c953ca7107557f9c165d194c6316587ca4" | ||||
|   integrity sha512-gaExY2/3EHQlRNNNVSrbG2Cg94Rutl7fAaKILS1w8ZDhGxdFOaw6EbCfHIxPy9vt/xwp5o0VQAx9aySPF6hU1A== | ||||
| webcrypto-core@^1.7.7: | ||||
|   version "1.7.7" | ||||
|   resolved "https://registry.yarnpkg.com/webcrypto-core/-/webcrypto-core-1.7.7.tgz#06f24b3498463e570fed64d7cab149e5437b162c" | ||||
|   integrity sha512-7FjigXNsBfopEj+5DV2nhNpfic2vumtjjgPmeDKk45z+MJwXKKfhPB7118Pfzrmh4jqOMST6Ch37iPAHoImg5g== | ||||
|   dependencies: | ||||
|     "@peculiar/asn1-schema" "^2.1.6" | ||||
|     "@peculiar/asn1-schema" "^2.3.6" | ||||
|     "@peculiar/json-schema" "^1.1.12" | ||||
|     asn1js "^3.0.1" | ||||
|     pvtsutils "^1.3.2" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png) renovate[bot]
						renovate[bot]