-
Notifications
You must be signed in to change notification settings - Fork 30.5k
[simple-react-clipboard] Replace usage of React's global JSX namespace with scoped JSX #67737
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
[simple-react-clipboard] Replace usage of React's global JSX namespace with scoped JSX #67737
Conversation
…e with scoped JSX Was deprecated in DefinitelyTyped#64464
|
@eps1lon Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PRCode ReviewsThis PR can be merged once it's reviewed by a DT maintainer. You can test the changes of this PR in the Playground. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 67737,
"author": "eps1lon",
"headCommitOid": "77ed8968430a4539808900198b8ccad957d18699",
"mergeBaseOid": "1f0840a8cd076a1660cf6455075a1fd0fd0e47d1",
"lastPushDate": "2023-12-03T17:06:56.000Z",
"lastActivityDate": "2023-12-15T18:17:49.000Z",
"mergeOfferDate": "2023-12-15T16:03:26.000Z",
"mergeRequestDate": "2023-12-15T18:17:49.000Z",
"mergeRequestUser": "eps1lon",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "simple-react-clipboard",
"kind": "edit",
"files": [
{
"path": "types/simple-react-clipboard/index.d.ts",
"kind": "definition"
}
],
"owners": [
"huytranvn"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "rbuckton",
"date": "2023-12-15T16:02:39.000Z",
"isMaintainer": true
},
{
"type": "stale",
"reviewer": "jakebailey",
"date": "2023-12-04T17:54:24.000Z",
"abbrOid": "bc1e88d"
}
],
"mainBotCommentID": 1837540856,
"ciResult": "pass"
} |
|
Hey @eps1lon, 😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module. This can potentially save days of time for you! |
|
🔔 @huytranvn — please review this PR in the next few days. Be sure to explicitly select |
|
@eps1lon The CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review. |
scripts/pnpm-install.sh
Outdated
|
|
||
| echo pnpm install --filter . --filter ...[HEAD^1]... | ||
| pnpm install --filter . --filter ...[HEAD^1]... | ||
| echo pnpm install --filter . --filter ...[origin/master]... |
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.
For PRs, this is identical. HEAD^1 is the merge base which is master. For commits to master, this is the previous commit which is also desirable.
|
@jakebailey Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review? |
|
Re-ping @huytranvn: This PR has been out for over a week, yet I haven't seen any reviews. Could someone please give it some attention? Thanks! |
|
@eps1lon: Everything looks good here. I am ready to merge this PR (at 77ed896) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@huytranvn: you can do this too.) |
|
Ready to merge |
Was deprecated in #64464. Cherry-picked from #67588.