mirror of https://github.com/vector-im/riot-web
				
				
				
			Update typescript-eslint monorepo to v6 (major) (#12096)
* Update typescript-eslint monorepo to v6 * Fix typo Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 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
							
								
									a0c8575113
								
							
						
					
					
						commit
						11be614a2f
					
				|  | @ -188,8 +188,8 @@ | |||
|         "@types/tar-js": "^0.3.2", | ||||
|         "@types/ua-parser-js": "^0.7.36", | ||||
|         "@types/uuid": "^9.0.2", | ||||
|         "@typescript-eslint/eslint-plugin": "^5.35.1", | ||||
|         "@typescript-eslint/parser": "^5.6.0", | ||||
|         "@typescript-eslint/eslint-plugin": "^6.0.0", | ||||
|         "@typescript-eslint/parser": "^6.0.0", | ||||
|         "allchange": "^1.1.0", | ||||
|         "axe-core": "4.8.2", | ||||
|         "babel-jest": "^29.0.0", | ||||
|  |  | |||
|  | @ -59,7 +59,7 @@ const enum LoginField { | |||
|     Email = "login_field_email", | ||||
|     MatrixId = "login_field_mxid", | ||||
|     Phone = "login_field_phone", | ||||
|     Password = "login_field_phone", | ||||
|     Password = "login_field_password", | ||||
| } | ||||
| 
 | ||||
| /* | ||||
|  | @ -70,6 +70,7 @@ export default class PasswordLogin extends React.PureComponent<IProps, IState> { | |||
|     private [LoginField.Email]: Field | null = null; | ||||
|     private [LoginField.Phone]: Field | null = null; | ||||
|     private [LoginField.MatrixId]: Field | null = null; | ||||
|     private [LoginField.Password]: Field | null = null; | ||||
| 
 | ||||
|     public static defaultProps = { | ||||
|         onUsernameChanged: function () {}, | ||||
|  | @ -149,7 +150,7 @@ export default class PasswordLogin extends React.PureComponent<IProps, IState> { | |||
|             activeElement.blur(); | ||||
|         } | ||||
| 
 | ||||
|         const fieldIDsInDisplayOrder: LoginField[] = [this.state.loginType, LoginField.Password]; | ||||
|         const fieldIDsInDisplayOrder = [this.state.loginType, LoginField.Password]; | ||||
| 
 | ||||
|         // Run all fields with stricter validation that no longer allows empty
 | ||||
|         // values for required fields.
 | ||||
|  |  | |||
							
								
								
									
										148
									
								
								yarn.lock
								
								
								
								
							
							
						
						
									
										148
									
								
								yarn.lock
								
								
								
								
							|  | @ -1482,10 +1482,10 @@ | |||
|   dependencies: | ||||
|     eslint-visitor-keys "^3.3.0" | ||||
| 
 | ||||
| "@eslint-community/regexpp@^4.4.0": | ||||
|   version "4.5.1" | ||||
|   resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884" | ||||
|   integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== | ||||
| "@eslint-community/regexpp@^4.5.1": | ||||
|   version "4.10.0" | ||||
|   resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" | ||||
|   integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== | ||||
| 
 | ||||
| "@eslint-community/regexpp@^4.6.1": | ||||
|   version "4.8.0" | ||||
|  | @ -2938,6 +2938,11 @@ | |||
|     "@types/tough-cookie" "*" | ||||
|     parse5 "^7.0.0" | ||||
| 
 | ||||
| "@types/json-schema@^7.0.12": | ||||
|   version "7.0.15" | ||||
|   resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" | ||||
|   integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== | ||||
| 
 | ||||
| "@types/json-schema@^7.0.8": | ||||
|   version "7.0.11" | ||||
|   resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" | ||||
|  | @ -3128,6 +3133,11 @@ | |||
|   resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35" | ||||
|   integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg== | ||||
| 
 | ||||
| "@types/semver@^7.5.0": | ||||
|   version "7.5.6" | ||||
|   resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339" | ||||
|   integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A== | ||||
| 
 | ||||
| "@types/send@*": | ||||
|   version "0.17.4" | ||||
|   resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.4.tgz#6619cd24e7270793702e4e6a4b958a9010cfc57a" | ||||
|  | @ -3204,30 +3214,32 @@ | |||
|   dependencies: | ||||
|     "@types/node" "*" | ||||
| 
 | ||||
| "@typescript-eslint/eslint-plugin@^5.35.1": | ||||
|   version "5.62.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" | ||||
|   integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== | ||||
| "@typescript-eslint/eslint-plugin@^6.0.0": | ||||
|   version "6.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.17.0.tgz#dfc38f790704ba8a54a1277c51efdb489f6ecf9f" | ||||
|   integrity sha512-Vih/4xLXmY7V490dGwBQJTpIZxH4ZFH6eCVmQ4RFkB+wmaCTDAx4dtgoWwMNGKLkqRY1L6rPqzEbjorRnDo4rQ== | ||||
|   dependencies: | ||||
|     "@eslint-community/regexpp" "^4.4.0" | ||||
|     "@typescript-eslint/scope-manager" "5.62.0" | ||||
|     "@typescript-eslint/type-utils" "5.62.0" | ||||
|     "@typescript-eslint/utils" "5.62.0" | ||||
|     "@eslint-community/regexpp" "^4.5.1" | ||||
|     "@typescript-eslint/scope-manager" "6.17.0" | ||||
|     "@typescript-eslint/type-utils" "6.17.0" | ||||
|     "@typescript-eslint/utils" "6.17.0" | ||||
|     "@typescript-eslint/visitor-keys" "6.17.0" | ||||
|     debug "^4.3.4" | ||||
|     graphemer "^1.4.0" | ||||
|     ignore "^5.2.0" | ||||
|     natural-compare-lite "^1.4.0" | ||||
|     semver "^7.3.7" | ||||
|     tsutils "^3.21.0" | ||||
|     ignore "^5.2.4" | ||||
|     natural-compare "^1.4.0" | ||||
|     semver "^7.5.4" | ||||
|     ts-api-utils "^1.0.1" | ||||
| 
 | ||||
| "@typescript-eslint/parser@^5.6.0": | ||||
|   version "5.62.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" | ||||
|   integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== | ||||
| "@typescript-eslint/parser@^6.0.0": | ||||
|   version "6.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.17.0.tgz#8cd7a0599888ca6056082225b2fdf9a635bf32a1" | ||||
|   integrity sha512-C4bBaX2orvhK+LlwrY8oWGmSl4WolCfYm513gEccdWZj0CwGadbIADb0FtVEcI+WzUyjyoBj2JRP8g25E6IB8A== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/scope-manager" "5.62.0" | ||||
|     "@typescript-eslint/types" "5.62.0" | ||||
|     "@typescript-eslint/typescript-estree" "5.62.0" | ||||
|     "@typescript-eslint/scope-manager" "6.17.0" | ||||
|     "@typescript-eslint/types" "6.17.0" | ||||
|     "@typescript-eslint/typescript-estree" "6.17.0" | ||||
|     "@typescript-eslint/visitor-keys" "6.17.0" | ||||
|     debug "^4.3.4" | ||||
| 
 | ||||
| "@typescript-eslint/scope-manager@5.62.0": | ||||
|  | @ -3238,21 +3250,34 @@ | |||
|     "@typescript-eslint/types" "5.62.0" | ||||
|     "@typescript-eslint/visitor-keys" "5.62.0" | ||||
| 
 | ||||
| "@typescript-eslint/type-utils@5.62.0": | ||||
|   version "5.62.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a" | ||||
|   integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== | ||||
| "@typescript-eslint/scope-manager@6.17.0": | ||||
|   version "6.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.17.0.tgz#70e6c1334d0d76562dfa61aed9009c140a7601b4" | ||||
|   integrity sha512-RX7a8lwgOi7am0k17NUO0+ZmMOX4PpjLtLRgLmT1d3lBYdWH4ssBUbwdmc5pdRX8rXon8v9x8vaoOSpkHfcXGA== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/typescript-estree" "5.62.0" | ||||
|     "@typescript-eslint/utils" "5.62.0" | ||||
|     "@typescript-eslint/types" "6.17.0" | ||||
|     "@typescript-eslint/visitor-keys" "6.17.0" | ||||
| 
 | ||||
| "@typescript-eslint/type-utils@6.17.0": | ||||
|   version "6.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.17.0.tgz#5febad3f523e393006614cbda28b826925b728d5" | ||||
|   integrity sha512-hDXcWmnbtn4P2B37ka3nil3yi3VCQO2QEB9gBiHJmQp5wmyQWqnjA85+ZcE8c4FqnaB6lBwMrPkgd4aBYz3iNg== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/typescript-estree" "6.17.0" | ||||
|     "@typescript-eslint/utils" "6.17.0" | ||||
|     debug "^4.3.4" | ||||
|     tsutils "^3.21.0" | ||||
|     ts-api-utils "^1.0.1" | ||||
| 
 | ||||
| "@typescript-eslint/types@5.62.0": | ||||
|   version "5.62.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" | ||||
|   integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== | ||||
| 
 | ||||
| "@typescript-eslint/types@6.17.0": | ||||
|   version "6.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.17.0.tgz#844a92eb7c527110bf9a7d177e3f22bd5a2f40cb" | ||||
|   integrity sha512-qRKs9tvc3a4RBcL/9PXtKSehI/q8wuU9xYJxe97WFxnzH8NWWtcW3ffNS+EWg8uPvIerhjsEZ+rHtDqOCiH57A== | ||||
| 
 | ||||
| "@typescript-eslint/typescript-estree@5.62.0": | ||||
|   version "5.62.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b" | ||||
|  | @ -3266,7 +3291,34 @@ | |||
|     semver "^7.3.7" | ||||
|     tsutils "^3.21.0" | ||||
| 
 | ||||
| "@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0": | ||||
| "@typescript-eslint/typescript-estree@6.17.0": | ||||
|   version "6.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.17.0.tgz#b913d19886c52d8dc3db856903a36c6c64fd62aa" | ||||
|   integrity sha512-gVQe+SLdNPfjlJn5VNGhlOhrXz4cajwFd5kAgWtZ9dCZf4XJf8xmgCTLIqec7aha3JwgLI2CK6GY1043FRxZwg== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/types" "6.17.0" | ||||
|     "@typescript-eslint/visitor-keys" "6.17.0" | ||||
|     debug "^4.3.4" | ||||
|     globby "^11.1.0" | ||||
|     is-glob "^4.0.3" | ||||
|     minimatch "9.0.3" | ||||
|     semver "^7.5.4" | ||||
|     ts-api-utils "^1.0.1" | ||||
| 
 | ||||
| "@typescript-eslint/utils@6.17.0": | ||||
|   version "6.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.17.0.tgz#f2b16d4c9984474656c420438cdede7eccd4079e" | ||||
|   integrity sha512-LofsSPjN/ITNkzV47hxas2JCsNCEnGhVvocfyOcLzT9c/tSZE7SfhS/iWtzP1lKNOEfLhRTZz6xqI8N2RzweSQ== | ||||
|   dependencies: | ||||
|     "@eslint-community/eslint-utils" "^4.4.0" | ||||
|     "@types/json-schema" "^7.0.12" | ||||
|     "@types/semver" "^7.5.0" | ||||
|     "@typescript-eslint/scope-manager" "6.17.0" | ||||
|     "@typescript-eslint/types" "6.17.0" | ||||
|     "@typescript-eslint/typescript-estree" "6.17.0" | ||||
|     semver "^7.5.4" | ||||
| 
 | ||||
| "@typescript-eslint/utils@^5.10.0": | ||||
|   version "5.62.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" | ||||
|   integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== | ||||
|  | @ -3288,6 +3340,14 @@ | |||
|     "@typescript-eslint/types" "5.62.0" | ||||
|     eslint-visitor-keys "^3.3.0" | ||||
| 
 | ||||
| "@typescript-eslint/visitor-keys@6.17.0": | ||||
|   version "6.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.17.0.tgz#3ed043709c39b43ec1e58694f329e0b0430c26b6" | ||||
|   integrity sha512-H6VwB/k3IuIeQOyYczyyKN8wH6ed8EwliaYHLxOIhyF0dYEIsN8+Bk3GE19qafeMKyZJJHP8+O1HiFhFLUNKSg== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/types" "6.17.0" | ||||
|     eslint-visitor-keys "^3.4.1" | ||||
| 
 | ||||
| "@ungap/structured-clone@^1.2.0": | ||||
|   version "1.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" | ||||
|  | @ -6374,7 +6434,7 @@ ignore@^5.2.0: | |||
|   resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" | ||||
|   integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== | ||||
| 
 | ||||
| ignore@^5.3.0: | ||||
| ignore@^5.2.4, ignore@^5.3.0: | ||||
|   version "5.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78" | ||||
|   integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg== | ||||
|  | @ -7907,6 +7967,13 @@ min-indent@^1.0.0: | |||
|   resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" | ||||
|   integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== | ||||
| 
 | ||||
| minimatch@9.0.3, minimatch@^9.0.1, minimatch@^9.0.3: | ||||
|   version "9.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" | ||||
|   integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== | ||||
|   dependencies: | ||||
|     brace-expansion "^2.0.1" | ||||
| 
 | ||||
| minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: | ||||
|   version "3.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" | ||||
|  | @ -7914,13 +7981,6 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: | |||
|   dependencies: | ||||
|     brace-expansion "^1.1.7" | ||||
| 
 | ||||
| minimatch@^9.0.1, minimatch@^9.0.3: | ||||
|   version "9.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" | ||||
|   integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== | ||||
|   dependencies: | ||||
|     brace-expansion "^2.0.1" | ||||
| 
 | ||||
| minimist@>=1.2.2, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8: | ||||
|   version "1.2.8" | ||||
|   resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" | ||||
|  | @ -7989,11 +8049,6 @@ nanoid@^3.3.7: | |||
|   resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" | ||||
|   integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== | ||||
| 
 | ||||
| natural-compare-lite@^1.4.0: | ||||
|   version "1.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" | ||||
|   integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== | ||||
| 
 | ||||
| natural-compare@^1.4.0: | ||||
|   version "1.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" | ||||
|  | @ -9930,6 +9985,11 @@ truncate-utf8-bytes@^1.0.0: | |||
|   dependencies: | ||||
|     utf8-byte-length "^1.0.1" | ||||
| 
 | ||||
| ts-api-utils@^1.0.1: | ||||
|   version "1.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331" | ||||
|   integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg== | ||||
| 
 | ||||
| ts-node@^10.9.1: | ||||
|   version "10.9.2" | ||||
|   resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png) renovate[bot]
						renovate[bot]