Skip to content

chore(deps): bump marked from 17.0.6 to 18.0.3#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/marked-18.0.3
Open

chore(deps): bump marked from 17.0.6 to 18.0.3#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/marked-18.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown
Contributor

Bumps marked from 17.0.6 to 18.0.3.

Release notes

Sourced from marked's releases.

v18.0.3

18.0.3 (2026-05-01)

Bug Fixes

  • avoid task checkbox for setext heading text (#3960) (2608e81)

v18.0.2

18.0.2 (2026-04-18)

Bug Fixes

  • fix infinite loop for indented code blank line (#3947) (58a52e8)

v18.0.1

18.0.1 (2026-04-17)

Bug Fixes

  • rules: ensure lookbehind regex is evaluated correctly by minifiers (#3945) (abd907a)

v18.0.0

18.0.0 (2026-04-07)

Bug Fixes

  • Bump typescript from 5.9.3 to 6.0.2 (#3934) (e8efc51)
  • prevent GFM table tokens from greedily capturing trailing newlines (#3926) (40f2665)
  • prevent heading and def tokens from greedily capturing multiple newlines (#3925) (b379e3e)
  • trim blank lines from block tokens (#3939) (b70895f)

BREAKING CHANGES

  • trim trailing blank lines from block tokens
  • update Typescript to v6
Commits
  • e8dc395 chore(release): 18.0.3 [skip ci]
  • 2608e81 fix: avoid task checkbox for setext heading text (#3960)
  • dba76f6 chore(deps-dev): bump eslint from 10.2.0 to 10.2.1 (#3953)
  • 015f1eb chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 (#3954)
  • 17c06e9 chore: fix building license for docs (#3952)
  • 55a54b5 chore: Rename LICENSE.md to LICENSE for better compatibility with Bazel tooli...
  • c4f4529 chore(release): 18.0.2 [skip ci]
  • 58a52e8 fix: fix infinite loop for indented code blank line (#3947)
  • 98b3824 chore(release): 18.0.1 [skip ci]
  • abd907a fix(rules): ensure lookbehind regex is evaluated correctly by minifiers (#3945)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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에서 marked^17.0.5에서 ^18.0.3로 업데이트해 마크다운 파싱 버그를 해결하고 안정성을 개선했습니다.

  • ⚠️ Breaking Changes

    • 블록 토큰 뒤 공백 줄이 트림됩니다. 코드블록/헤딩/테이블 인접 개행 처리 결과가 달라질 수 있습니다.
    • 타입 정의가 TS v6 기준입니다. 저장소의 TypeScript가 v6 미만이면 타입 오류가 날 수 있습니다. 필요한 경우 TS 6로 업그레이드하거나 skipLibCheck를 임시로 사용하세요.
  • How to test

    • 의존성 설치 후 빌드: repo 루트에서 설치 → packages/vue-email 빌드/테스트 실행.
    • 다음 마크다운 케이스를 렌더링해 HTML 결과 확인:
      • Setext 헤딩 텍스트에 "- [ ]" 포함 시 헤딩 안에 체크박스가 생기지 않아야 함.
      • 들여쓴 코드블록에 빈 줄 포함 시 무한 루프 없이 렌더링돼야 함.
      • GFM 테이블 뒤 단일 개행에서 테이블이 개행을 탐욕적으로 잡아먹지 않아야 함.
      • 헤딩/정의문 주변 연속 개행이 과하게 포함되지 않고 불필요한 공백 줄이 트림돼야 함.
    • TypeScript 사용 시 tsc -b로 타입 체크. TS < 6이면 업그레이드 후 재확인하거나 skipLibCheck 적용 후 재빌드.

Written for commit 48e3a50. Summary will update on new commits. Review in cubic

Bumps [marked](https://github.com/markedjs/marked) from 17.0.6 to 18.0.3.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v17.0.6...v18.0.3)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 18.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sonarqubecloud

sonarqubecloud Bot commented May 5, 2026

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 (17→18) with breaking changes in markdown parsing behavior and TypeScript version; could break email rendering. Requires human review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants