-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Update for tabulator-tables 5.6 #68882
Conversation
@mike-lischke Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PRCode ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. 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": 68882,
"author": "mike-lischke",
"headCommitOid": "05f88452d36263729f81eca38a6ec5377d0e63bd",
"mergeBaseOid": "2617451394aff1a4f99f8df77b12c36b1c0a243e",
"lastPushDate": "2024-03-04T15:54:11.000Z",
"lastActivityDate": "2024-03-04T16:06:43.000Z",
"mergeOfferDate": "2024-03-04T16:03:24.000Z",
"mergeRequestDate": "2024-03-04T16:06:43.000Z",
"mergeRequestUser": "mike-lischke",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "tabulator-tables",
"kind": "edit",
"files": [
{
"path": "types/tabulator-tables/index.d.ts",
"kind": "definition"
},
{
"path": "types/tabulator-tables/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/tabulator-tables/tabulator-tables-tests.ts",
"kind": "test"
}
],
"owners": [
"jojoshua",
"mike-lischke"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "Jojoshua",
"date": "2024-03-04T16:03:11.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1976903527,
"ciResult": "pass"
} |
🔔 @Jojoshua — please review this PR in the next few days. Be sure to explicitly select |
Good update! |
@mike-lischke: Everything looks good here. I am ready to merge this PR (at 05f8845) 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! ❤️ (@Jojoshua: you can do this too.) |
Ready to merge |
Please fill in this template.
pnpm test <package to test>
.Select one of these and delete the others:
package.json
.This patch comes with a large number of changes, since a new main feature was added (range selection). The release notes contain a detailed description. Additional details can be found here.