-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Update to TS v4 #73924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update to TS v4 #73924
Changes from 36 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
d046e4c
bump ts to v4
mshustov 50ca66b
MOAR RAM
mshustov 3890f8e
fix type errors for OSS
mshustov 095b3c8
first pass on x-pack errors
mshustov d43af38
second pass on x-pack type errors
mshustov 21e799c
3rd pass on x-pack type-errors
mshustov 3d60683
mute errors if complex cases
mshustov d356ee9
don't delete if spread suffices
mshustov 052afca
mute other complex cases
mshustov ea154f3
make User fields optional
mshustov 02712a0
fix optional types
mshustov 1c1e5af
fix tests
mshustov 3391a8a
fix typings for time_range
mshustov 4d2b092
fix type errors in x-pack/tests
mshustov 5313695
rebuild kbn-pm
mshustov dc1e691
Merge branch 'master' into issue-71932-ts-4
mshustov e5e2e7b
remove leftovers from master update
mshustov 85e5c27
fix alert tests
mshustov e6297cf
Merge branch 'master' into issue-71932-ts-4
mshustov 44e41e2
[Telemetry Checker] TS4 Fixes
afharo 3b1394a
Merge branch 'master' into issue-71932-ts-4
mshustov c6e7e2a
bump to 4.0.1-rc
mshustov 4741fc2
fix new errors in master
mshustov e59c2fa
Merge pull request #5 from afharo/telemetry/ts-4-fixes
mshustov 17f705c
Merge branch 'master' into issue-71932-ts-4
mshustov e381915
bump typescript-eslint to version supporting TS v4 syntax
mshustov 1a96c4e
fix merge commit errors
mshustov 4d4dedd
Merge branch 'master' into issue-71932-ts-4
mshustov 47afdec
Merge remote-tracking branch 'origin/issue-71932-ts-4' into issue-719…
mshustov d95d4ca
Merge branch 'master' into issue-71932-ts-4
mshustov aaa0fdd
update to the stable TS version 4.0.2
mshustov e43efca
Merge branch 'master' into issue-71932-ts-4
mshustov 3941c86
Merge branch 'master' into issue-71932-ts-4
mshustov fd012b7
Merge branch 'master' into issue-71932-ts-4
mshustov 802bced
bump ts-eslint to version supporting ts v4
mshustov bf9e19e
Merge branch 'master' into issue-71932-ts-4
mshustov b2cda91
fix typo
mshustov 0abeed4
Merge branch 'master' into issue-71932-ts-4
mshustov 02292ce
Merge branch 'master' into issue-71932-ts-4
mshustov e5d576a
Merge branch 'master' into issue-71932-ts-4
mshustov c1203c6
fix type errors after merge
mshustov 26ca40e
Merge branch 'master' into issue-71932-ts-4
mshustov fe1821b
Merge branch 'master' into issue-71932-ts-4
mshustov 68214e2
update ts in another new package.json
mshustov dc0fc3b
TEMP: remove me
mshustov 0190a92
Revert "TEMP: remove me"
mshustov 87bbb63
Merge branch 'master' into issue-71932-ts-4
mshustov 7271d03
[Telemetry] Update snapshot for new TS4 SyntaxKind
afharo 8621677
Merge remote-tracking branch 'origin/issue-71932-ts-4' into issue-719…
mshustov de8c29c
bump prettier to support TS v4 syntax
mshustov da5ed0f
fix prettier rules
mshustov 47cfea2
Merge branch 'master' into issue-71932-ts-4
mshustov 5da4226
last style change
mshustov 8973a1d
Merge branch 'master' into issue-71932-ts-4
mshustov 577b8fb
fix new type errors
mshustov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,6 @@ | |
| }, | ||
| "devDependencies": { | ||
| "markdown-it": "^10.0.0", | ||
| "typescript": "3.9.5" | ||
| "typescript": "4.0.2" | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
packages/kbn-telemetry-tools/src/tools/__snapshots__/extract_collectors.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.