chore(deps): bump html-to-text from 9.0.5 to 10.0.0#21
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [html-to-text](https://github.com/html-to-text/node-html-to-text) from 9.0.5 to 10.0.0. - [Commits](html-to-text/node-html-to-text@9.0.5...10.0.0) --- updated-dependencies: - dependency-name: html-to-text dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Requires human review: Major version bump (9.x to 10.x) of a production dependency (html-to-text) may introduce breaking API/behavior changes. This requires human review to assess compatibility with the codebase.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Bumps html-to-text from 9.0.5 to 10.0.0.
Commits
047f692html-to-text-cli pretest: build html-to-text3ba41cdhtml-to-text v10.0.0 cli v0.6.034e925bPR template and contributing guideline41116beadded batch processing to example1d3944bhtml-to-text-cli: added completion handler to tests, just in case089df83adjusted package exportsf8cd08dadded tests for supported pseudo-class selectorse245ca6html-to-text-cli: removeddeepmerge, bumpedaspargvs, unified options mer...e962d95update GitHub workflows28ff2dereplaceddeepmergewithdeepmerge-tsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
packages/vue-email에서html-to-text를10.0.0으로 업그레이드했습니다. 최신 수정사항을 반영하며, 텍스트 출력이 일부 달라질 수 있어 확인이 필요합니다.require()사용 시 에러 가능.How to test
packages/vue-email빌드.vue-email에서 사용하는 템플릿을 렌더링해 텍스트 버전을 생성하고 기존 결과와 비교.import { htmlToText } from 'html-to-text'형태의 ESM import가 정상 동작하는지 확인.Written for commit 62b7706. Summary will update on new commits. Review in cubic