Bump version of html-to-text from 9 to 10#75034
Conversation
|
@jreitz-voffice Thank you for submitting this PR! This is a live comment that I will keep updated. 1 package in this PRCode ReviewsBecause this is a widely-used package, a DT maintainer will need to review it before it can be merged. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. InactiveThis PR has been inactive for 9 days. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 75034,
"author": "jreitz-voffice",
"headCommitOid": "cd452f4d46d2aa4f1a5d2b0f20a1c239dd57378b",
"mergeBaseOid": "70c44e00c1164037ab55e42696e47700cda6bffc",
"lastPushDate": "2026-05-21T08:53:09.000Z",
"lastActivityDate": "2026-06-01T05:44:42.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"tooManyCommits": false,
"tooManyReviews": false,
"popularityLevel": "Critical",
"pkgInfo": [
{
"name": "html-to-text",
"kind": "edit",
"files": [
{
"path": "types/html-to-text/html-to-text-tests.ts",
"kind": "test"
},
{
"path": "types/html-to-text/package.json",
"kind": "package-meta-ok"
}
],
"owners": [
"erykwarren",
"CarsonF",
"webstech"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Critical"
}
],
"reviews": [
{
"type": "changereq",
"reviewer": "webstech",
"date": "2026-06-01T05:44:42.000Z"
},
{
"type": "approved",
"reviewer": "CarsonF",
"date": "2026-05-21T18:04:57.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 4506435125,
"ciResult": "pass"
} |
|
🔔 @erykwarren @CarsonF @webstech — please review this PR in the next few days. Be sure to explicitly select |
|
|
||
| console.log("\nProcessing string with default options"); | ||
| console.log(htmlToText(htmlString)); | ||
| htmlToText("<p>Hello</p>"); |
| "private": true, | ||
| "name": "@types/html-to-text", | ||
| "version": "9.0.9999", | ||
| "version": "10.0.9999", |
There was a problem hiding this comment.
If you want it to match the html-to-text version, shouldn't the new version be the same?
webstech
left a comment
There was a problem hiding this comment.
Please explain the purpose of the change and what it fixes. I do not have any issues using the old version with the latest version of html-to-text.
|
@jreitz-voffice One or more reviewers has requested changes. Please address their comments. I'll be back once they sign off or you've pushed new commits. Thank you! |
Please fill in this template.
pnpm test <package to test>.Select one of these and delete the others:
If adding a new definition:
If changing an existing definition:
package.json.