Merge pull request #8982 from backstage/rugvip/tsbump

Upgrade TypeScript to 4.5 and decouple versioning
This commit is contained in:
Patrik Oldsberg
2022-01-18 14:01:32 +01:00
committed by GitHub
13 changed files with 155 additions and 76 deletions
-1
View File
@@ -105,7 +105,6 @@
"sucrase": "^3.20.2",
"tar": "^6.1.2",
"terser-webpack-plugin": "^5.1.3",
"typescript": "^4.0.3",
"util": "^0.12.3",
"webpack": "^5.48.0",
"webpack-dev-server": "4.3.1",
+36 -36
View File
@@ -906,28 +906,29 @@ export const SidebarDivider: React_2.ComponentType<
React_2.HTMLAttributes<HTMLHRElement>,
HTMLHRElement
>,
| 'id'
| 'color'
| 'translate'
| 'hidden'
| 'dir'
| 'slot'
| 'style'
| 'title'
| 'color'
| 'translate'
| 'accessKey'
| 'draggable'
| 'lang'
| 'prefix'
| 'children'
| 'id'
| 'contentEditable'
| 'inputMode'
| 'tabIndex'
| 'defaultChecked'
| 'defaultValue'
| 'suppressContentEditableWarning'
| 'suppressHydrationWarning'
| 'accessKey'
| 'contentEditable'
| 'contextMenu'
| 'draggable'
| 'lang'
| 'placeholder'
| 'spellCheck'
| 'tabIndex'
| 'radioGroup'
| 'role'
| 'about'
@@ -948,7 +949,6 @@ export const SidebarDivider: React_2.ComponentType<
| 'results'
| 'security'
| 'unselectable'
| 'inputMode'
| 'is'
| 'aria-activedescendant'
| 'aria-atomic'
@@ -1268,28 +1268,29 @@ export const SidebarScrollWrapper: React_2.ComponentType<
React_2.HTMLAttributes<HTMLDivElement>,
HTMLDivElement
>,
| 'id'
| 'color'
| 'translate'
| 'hidden'
| 'dir'
| 'slot'
| 'style'
| 'title'
| 'color'
| 'translate'
| 'accessKey'
| 'draggable'
| 'lang'
| 'prefix'
| 'children'
| 'id'
| 'contentEditable'
| 'inputMode'
| 'tabIndex'
| 'defaultChecked'
| 'defaultValue'
| 'suppressContentEditableWarning'
| 'suppressHydrationWarning'
| 'accessKey'
| 'contentEditable'
| 'contextMenu'
| 'draggable'
| 'lang'
| 'placeholder'
| 'spellCheck'
| 'tabIndex'
| 'radioGroup'
| 'role'
| 'about'
@@ -1310,7 +1311,6 @@ export const SidebarScrollWrapper: React_2.ComponentType<
| 'results'
| 'security'
| 'unselectable'
| 'inputMode'
| 'is'
| 'aria-activedescendant'
| 'aria-atomic'
@@ -1543,28 +1543,29 @@ export const SidebarSpace: React_2.ComponentType<
React_2.HTMLAttributes<HTMLDivElement>,
HTMLDivElement
>,
| 'id'
| 'color'
| 'translate'
| 'hidden'
| 'dir'
| 'slot'
| 'style'
| 'title'
| 'color'
| 'translate'
| 'accessKey'
| 'draggable'
| 'lang'
| 'prefix'
| 'children'
| 'id'
| 'contentEditable'
| 'inputMode'
| 'tabIndex'
| 'defaultChecked'
| 'defaultValue'
| 'suppressContentEditableWarning'
| 'suppressHydrationWarning'
| 'accessKey'
| 'contentEditable'
| 'contextMenu'
| 'draggable'
| 'lang'
| 'placeholder'
| 'spellCheck'
| 'tabIndex'
| 'radioGroup'
| 'role'
| 'about'
@@ -1585,7 +1586,6 @@ export const SidebarSpace: React_2.ComponentType<
| 'results'
| 'security'
| 'unselectable'
| 'inputMode'
| 'is'
| 'aria-activedescendant'
| 'aria-atomic'
@@ -1817,28 +1817,29 @@ export const SidebarSpacer: React_2.ComponentType<
React_2.HTMLAttributes<HTMLDivElement>,
HTMLDivElement
>,
| 'id'
| 'color'
| 'translate'
| 'hidden'
| 'dir'
| 'slot'
| 'style'
| 'title'
| 'color'
| 'translate'
| 'accessKey'
| 'draggable'
| 'lang'
| 'prefix'
| 'children'
| 'id'
| 'contentEditable'
| 'inputMode'
| 'tabIndex'
| 'defaultChecked'
| 'defaultValue'
| 'suppressContentEditableWarning'
| 'suppressHydrationWarning'
| 'accessKey'
| 'contentEditable'
| 'contextMenu'
| 'draggable'
| 'lang'
| 'placeholder'
| 'spellCheck'
| 'tabIndex'
| 'radioGroup'
| 'role'
| 'about'
@@ -1859,7 +1860,6 @@ export const SidebarSpacer: React_2.ComponentType<
| 'results'
| 'security'
| 'unselectable'
| 'inputMode'
| 'is'
| 'aria-activedescendant'
| 'aria-atomic'
@@ -34,7 +34,8 @@
"@spotify/prettier-config": "^12.0.0",
"concurrently": "^6.0.0",
"lerna": "^4.0.0",
"prettier": "^2.3.2"
"prettier": "^2.3.2",
"typescript": "~4.5.4"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {