chore(deps): bump marked 18.0.2 → 18.0.3#62
Merged
Koraji95-coder merged 2 commits intomainfrom May 6, 2026
Merged
Conversation
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
There was a problem hiding this comment.
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
markeddependency range injs/packages/desktop-toolkit/package.jsonfrom^18.0.2to^18.0.3. - Update the root
package-lock.jsontomarked@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" | ||
| }, |
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.
Applies the dependabot bump from PR #59, which had a merge conflict blocking it from landing.
Changes
js/packages/desktop-toolkit/package.json—markedrange updated to^18.0.3package-lock.json— version, resolved URL, and integrity hash updated formarkedUpstream fix in 18.0.3: avoids treating setext heading text as a task checkbox (markedjs/marked#3960).