-
Notifications
You must be signed in to change notification settings - Fork 30.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
[memory-cache] Fix del sig, return boolean instead of void #65623
[memory-cache] Fix del sig, return boolean instead of void #65623
Conversation
@thieman 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": 65623,
"author": "thieman",
"headCommitOid": "40eac4351b03e7505c247b9c1dcdf84f49d96ce1",
"mergeBaseOid": "1a5956fbfda99ad3392a1813bd0822d39c46585f",
"lastPushDate": "2023-05-28T17:54:07.000Z",
"lastActivityDate": "2023-06-15T22:17:55.000Z",
"mergeOfferDate": "2023-06-15T20:35:24.000Z",
"mergeRequestDate": "2023-06-15T22:17:55.000Z",
"mergeRequestUser": "thieman",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "memory-cache",
"kind": "edit",
"files": [
{
"path": "types/memory-cache/index.d.ts",
"kind": "definition"
},
{
"path": "types/memory-cache/memory-cache-tests.ts",
"kind": "test"
}
],
"owners": [
"jedigo",
"thieman"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "peterblazejewicz",
"date": "2023-06-15T20:34:39.000Z",
"isMaintainer": true
},
{
"type": "approved",
"reviewer": "Semigradsky",
"date": "2023-06-12T16:02:55.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1566212694,
"ciResult": "pass"
} |
🔔 @jedigo — please review this PR in the next few days. Be sure to explicitly select |
Re-ping @jedigo: This PR has been out for over a week, yet I haven't seen any reviews. Could someone please give it some attention? Thanks! |
It has been more than two weeks and this PR still has no reviews. I'll bump it to the DT maintainer queue. Thank you for your patience, @thieman. (Ping @jedigo.) |
Ready to merge |
…oolean instead of void by @thieman
npm test <package to test>
.If changing an existing definition: