Skip to content

chore(deps): bump marked 18.0.2 → 18.0.3#62

Merged
Koraji95-coder merged 2 commits intomainfrom
copilot/fix-merge-conflict-and-update
May 6, 2026
Merged

chore(deps): bump marked 18.0.2 → 18.0.3#62
Koraji95-coder merged 2 commits intomainfrom
copilot/fix-merge-conflict-and-update

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 2, 2026

Applies the dependabot bump from PR #59, which had a merge conflict blocking it from landing.

Changes

  • js/packages/desktop-toolkit/package.jsonmarked range updated to ^18.0.3
  • package-lock.json — version, resolved URL, and integrity hash updated for marked

Upstream fix in 18.0.3: avoids treating setext heading text as a task checkbox (markedjs/marked#3960).

Copilot AI linked an issue May 2, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/chamber-19/desktop-toolkit/sessions/b3d64349-e2fb-47b1-955b-7f227a97f29c

Co-authored-by: Koraji95-coder <204417361+Koraji95-coder@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix merge conflict and update chore(deps): bump marked 18.0.2 → 18.0.3 May 2, 2026
Copilot AI requested a review from Koraji95-coder May 2, 2026 15:37
@Koraji95-coder Koraji95-coder marked this pull request as ready for review May 6, 2026 06:48
Copilot AI review requested due to automatic review settings May 6, 2026 06:48
@Koraji95-coder Koraji95-coder merged commit 6bedac4 into main May 6, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR applies the Dependabot patch bump for the marked Markdown parser in the published JS package (@chamber-19/desktop-toolkit) and updates the monorepo root lockfile accordingly, unblocking the original bump that had merge conflicts.

Changes:

  • Bump marked dependency range in js/packages/desktop-toolkit/package.json from ^18.0.2 to ^18.0.3.
  • Update the root package-lock.json to marked@18.0.3 (version, resolved tarball URL, integrity hash).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package-lock.json Updates the locked marked package metadata to 18.0.3 to match the workspace dependency bump.
js/packages/desktop-toolkit/package.json Bumps the marked dependency range to ^18.0.3 for the published JS package.

Comment on lines 20 to 23
"dependencies": {
"dompurify": "^3.4.2",
"marked": "^18.0.2"
"marked": "^18.0.3"
},
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.

Fix Merge conflict and update

3 participants