-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
React 18 types test #191738
Draft
Dosant
wants to merge
34
commits into
elastic:main
Choose a base branch
from
Dosant:react18/playground
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
React 18 types test #191738
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
01eccbf
test
Dosant db50845
don’t run tests
Dosant c5440d2
fixes
Dosant e7c061b
fix
Dosant 6155ac7
wip
Dosant 13a0e9e
wip
Dosant 9d49f1d
wip types
Dosant 012a8e2
wip lens
Dosant 89e31dc
dashboard wip
Dosant 57facdb
Merge branch 'main' of github.com:elastic/kibana into react18/playground
Dosant da3c38e
wip
Dosant debc3fe
wip cases
Dosant 77a449e
wip stack_connectors
Dosant 1ae9782
wip
Dosant 842db53
wip
Dosant 3272037
wip
Dosant 876fc5a
wip discover
Dosant a515331
wip
Dosant 48405d7
wip canvas
Dosant 538565c
fleet wip
Dosant 359cb53
wip
Dosant 3c2f3a8
wip
Dosant 8532e3d
wip
Dosant a88fa62
wip
Dosant 1bffef5
wip
Dosant 1ca7558
wip
Dosant f976bf3
wip
Dosant b71a4e4
wip security solution
Dosant e5c8260
fix
Dosant 315c4a1
Merge branch 'main' of github.com:elastic/kibana into react18/playground
Dosant edd2d0f
Merge branch 'main' of github.com:elastic/kibana into react18/playground
Dosant ff09fc6
post merge fixes
Dosant 9db15f7
try patched eui
Dosant 62de03e
disable url
Dosant 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 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 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 |
---|---|---|
|
@@ -11049,12 +11049,12 @@ | |
resolved "https://registry.yarnpkg.com/@types/rbush/-/rbush-3.0.0.tgz#b6887d99b159e87ae23cd14eceff34f139842aa6" | ||
integrity sha512-W3ue/GYWXBOpkRm0VSoifrP3HV0Ni47aVJWvXyWMcbtpBy/l/K/smBRiJ+fI8f7shXRjZBiux+iJzYbh7VmcZg== | ||
|
||
"@types/react-dom@<18.0.0", "@types/react-dom@^17.0.17": | ||
version "17.0.17" | ||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1" | ||
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg== | ||
"@types/react-dom@<18.0.0", "@types/react-dom@~18.2.0": | ||
version "18.2.25" | ||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.25.tgz#2946a30081f53e7c8d585eb138277245caedc521" | ||
integrity sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA== | ||
dependencies: | ||
"@types/react" "^17" | ||
"@types/react" "*" | ||
|
||
"@types/react-grid-layout@^1.3.2": | ||
version "1.3.2" | ||
|
@@ -11157,13 +11157,12 @@ | |
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react@*", "@types/react@16 || 17 || 18", "@types/react@^17", "@types/react@^17.0.45": | ||
version "17.0.45" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f" | ||
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg== | ||
"@types/react@*", "@types/react@16 || 17 || 18", "@types/react@^17", "@types/react@~18.2.0": | ||
version "18.2.79" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.79.tgz#c40efb4f255711f554d47b449f796d1c7756d865" | ||
integrity sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w== | ||
dependencies: | ||
"@types/prop-types" "*" | ||
"@types/scheduler" "*" | ||
csstype "^3.0.2" | ||
|
||
"@types/redux-actions@^2.6.1": | ||
|
@@ -11195,10 +11194,10 @@ | |
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d" | ||
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA== | ||
|
||
"@types/scheduler@*": | ||
version "0.16.2" | ||
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" | ||
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== | ||
"@types/scheduler@^0.23.0": | ||
version "0.23.0" | ||
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.23.0.tgz#0a6655b3e2708eaabca00b7372fafd7a792a7b09" | ||
integrity sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw== | ||
|
||
"@types/seedrandom@>=2.0.0 <4.0.0": | ||
version "2.4.28" | ||
|
@@ -26371,15 +26370,15 @@ react-docgen@^5.0.0: | |
node-dir "^0.1.10" | ||
strip-indent "^3.0.0" | ||
|
||
"react-dom@^17.0.0 || ^18.2.0": | ||
"react-dom@^17.0.0 || ^18.2.0", react-dom@~18.2.0: | ||
version "18.2.0" | ||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d" | ||
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== | ||
dependencies: | ||
loose-envify "^1.1.0" | ||
scheduler "^0.23.0" | ||
|
||
react-dom@^17.0.1, react-dom@^17.0.2: | ||
react-dom@^17.0.1: | ||
version "17.0.2" | ||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" | ||
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA== | ||
|
@@ -26866,14 +26865,14 @@ react-window@^1.8.10: | |
"@babel/runtime" "^7.0.0" | ||
memoize-one ">=3.1.1 <6" | ||
|
||
"react@^17.0.0 || ^18.2.0": | ||
"react@^17.0.0 || ^18.2.0", react@~18.2.0: | ||
version "18.2.0" | ||
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5" | ||
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== | ||
dependencies: | ||
loose-envify "^1.1.0" | ||
|
||
react@^17.0.1, react@^17.0.2: | ||
react@^17.0.1: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. comes from webpack-visualizer-plugin2 |
||
version "17.0.2" | ||
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" | ||
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed for old testing-library-version