mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dependencies: downgrade typescript to 4.4.4 for now (#43970)
* Downgrade typescript to 4.5.2 for now * Downgrade to 4.4.4 instead :( * kick drone * Update .github/renovate.json5 Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
parent
a9dfd3a487
commit
f74b21c119
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
@ -22,6 +22,7 @@
|
||||
"slate-plain-serializer",
|
||||
"systemjs",
|
||||
"ts-loader", // we should remove ts-loader and use babel-loader instead
|
||||
"typescript", // >4.5.x doesn't seem to work on windows with pnp currently. probably similar to https://github.com/yarnpkg/berry/issues/3722
|
||||
"ora" // we should bump this once we move to esm modules
|
||||
],
|
||||
"ignorePaths": ["packages/grafana-toolkit/package.json", "emails/**", "plugins-bundled/**", "**/mocks/**"],
|
||||
|
2
.yarn/sdks/typescript/package.json
vendored
2
.yarn/sdks/typescript/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "typescript",
|
||||
"version": "4.5.4-sdk",
|
||||
"version": "4.4.4-sdk",
|
||||
"main": "./lib/typescript.js",
|
||||
"type": "commonjs"
|
||||
}
|
||||
|
@ -221,7 +221,7 @@
|
||||
"ts-jest": "27.1.2",
|
||||
"ts-loader": "9.2.6",
|
||||
"ts-node": "10.4.0",
|
||||
"typescript": "4.5.4",
|
||||
"typescript": "4.4.4",
|
||||
"wait-on": "6.0.0",
|
||||
"webpack": "5.66.0",
|
||||
"webpack-bundle-analyzer": "4.5.0",
|
||||
|
@ -72,6 +72,6 @@
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"sinon": "12.0.1",
|
||||
"tinycolor2": "1.4.2",
|
||||
"typescript": "4.5.4"
|
||||
"typescript": "4.4.4"
|
||||
}
|
||||
}
|
||||
|
@ -36,6 +36,6 @@
|
||||
"dependencies": {
|
||||
"@grafana/tsconfig": "^1.0.0-rc1",
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.5.4"
|
||||
"typescript": "4.4.4"
|
||||
}
|
||||
}
|
||||
|
@ -66,7 +66,7 @@
|
||||
"tracelib": "1.0.1",
|
||||
"ts-loader": "6.2.1",
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.5.4",
|
||||
"typescript": "4.4.4",
|
||||
"uuid": "8.3.2",
|
||||
"yaml": "^1.8.3"
|
||||
}
|
||||
|
@ -53,7 +53,7 @@
|
||||
"rollup": "2.63.0",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"typescript": "4.5.4"
|
||||
"typescript": "4.4.4"
|
||||
},
|
||||
"types": "src/index.ts"
|
||||
}
|
||||
|
@ -31,7 +31,7 @@
|
||||
"rollup": "2.63.0",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"typescript": "4.5.4"
|
||||
"typescript": "4.4.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "2.3.1"
|
||||
|
@ -171,7 +171,7 @@
|
||||
"style-loader": "3.3.1",
|
||||
"terser-webpack-plugin": "5.3.0",
|
||||
"ts-loader": "8.0.11",
|
||||
"typescript": "4.5.4",
|
||||
"typescript": "4.4.4",
|
||||
"webpack": "5.66.0",
|
||||
"webpack-filter-warnings-plugin": "1.2.1"
|
||||
},
|
||||
|
@ -237,6 +237,7 @@ export class AsyncSelect<T> extends PureComponent<AsyncProps<T>> {
|
||||
getOptionLabel={getOptionLabel}
|
||||
getOptionValue={getOptionValue}
|
||||
menuShouldScrollIntoView={false}
|
||||
//@ts-expect-error
|
||||
onChange={onChange}
|
||||
loadOptions={loadOptions}
|
||||
isLoading={isLoading}
|
||||
|
@ -24,7 +24,7 @@
|
||||
"@types/tinycolor2": "1.4.3",
|
||||
"enzyme": "3.11.0",
|
||||
"sinon": "12.0.1",
|
||||
"typescript": "4.5.4"
|
||||
"typescript": "4.4.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/css": "11.7.1",
|
||||
|
40
yarn.lock
40
yarn.lock
@ -3747,7 +3747,7 @@ __metadata:
|
||||
sinon: 12.0.1
|
||||
tinycolor2: 1.4.2
|
||||
tslib: 2.3.1
|
||||
typescript: 4.5.4
|
||||
typescript: 4.4.4
|
||||
uplot: 1.6.18
|
||||
xss: 1.0.10
|
||||
languageName: unknown
|
||||
@ -3766,7 +3766,7 @@ __metadata:
|
||||
rollup-plugin-sourcemaps: 0.6.3
|
||||
rollup-plugin-terser: 7.0.2
|
||||
tslib: 2.3.1
|
||||
typescript: 4.5.4
|
||||
typescript: 4.4.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -3805,7 +3805,7 @@ __metadata:
|
||||
tracelib: 1.0.1
|
||||
ts-loader: 6.2.1
|
||||
tslib: 2.3.1
|
||||
typescript: 4.5.4
|
||||
typescript: 4.4.4
|
||||
uuid: 8.3.2
|
||||
webpack: 5.66.0
|
||||
yaml: ^1.8.3
|
||||
@ -3878,7 +3878,7 @@ __metadata:
|
||||
rxjs: 7.5.1
|
||||
systemjs: 0.20.19
|
||||
tslib: 2.3.1
|
||||
typescript: 4.5.4
|
||||
typescript: 4.4.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -3896,7 +3896,7 @@ __metadata:
|
||||
rollup-plugin-sourcemaps: 0.6.3
|
||||
rollup-plugin-terser: 7.0.2
|
||||
tslib: 2.3.1
|
||||
typescript: 4.5.4
|
||||
typescript: 4.4.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -4163,7 +4163,7 @@ __metadata:
|
||||
tinycolor2: 1.4.2
|
||||
ts-loader: 8.0.11
|
||||
tslib: 2.3.1
|
||||
typescript: 4.5.4
|
||||
typescript: 4.4.4
|
||||
uplot: 1.6.18
|
||||
uuid: 8.3.2
|
||||
webpack: 5.66.0
|
||||
@ -4286,7 +4286,7 @@ __metadata:
|
||||
tinycolor2: 1.4.2
|
||||
tslib: 2.3.1
|
||||
tween-functions: ^1.2.0
|
||||
typescript: 4.5.4
|
||||
typescript: 4.4.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -20026,7 +20026,7 @@ __metadata:
|
||||
ts-loader: 9.2.6
|
||||
ts-node: 10.4.0
|
||||
tslib: 2.3.1
|
||||
typescript: 4.5.4
|
||||
typescript: 4.4.4
|
||||
uplot: 1.6.18
|
||||
uuid: 8.3.2
|
||||
vendor: "link:./public/vendor"
|
||||
@ -34570,7 +34570,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:4.5.4, typescript@npm:~4.5.2":
|
||||
"typescript@npm:4.4.4":
|
||||
version: 4.4.4
|
||||
resolution: "typescript@npm:4.4.4"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 89ecb8436bb48ef5594d49289f5f89103071716b6e4844278f4fb3362856e31203e187a9c76d205c3f0b674d221a058fd28310dbcbcf5d95e9a57229bb5203f1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:~4.5.2":
|
||||
version: 4.5.4
|
||||
resolution: "typescript@npm:4.5.4"
|
||||
bin:
|
||||
@ -34600,7 +34610,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@4.5.4#~builtin<compat/typescript>, typescript@patch:typescript@~4.5.2#~builtin<compat/typescript>":
|
||||
"typescript@patch:typescript@4.4.4#~builtin<compat/typescript>":
|
||||
version: 4.4.4
|
||||
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=493e53"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: bd629ad0da4a15d79aaad56baf3ee7d96f6a181760d430ae77f8c5325df7bffd9edee57544a3970e3651e8b796fe03a5838a7eb39c6d46cc3866c0b23d36a0dd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@~4.5.2#~builtin<compat/typescript>":
|
||||
version: 4.5.4
|
||||
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=493e53"
|
||||
bin:
|
||||
|
Loading…
Reference in New Issue
Block a user