Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2026

Bumps the npm-dependencies group with 1 update: @mgks/docmd.

Updates @mgks/docmd from 0.3.8 to 0.3.9

Release notes

Sourced from @​mgks/docmd's releases.

docmd@0.3.9 🚀 (Performance & Stability Update)

This release focuses on internal architecture, massive size reduction, and fixing long-standing parsing bugs. We have performed a "Codebase Surgery" to remove heavy dependencies and stabilize the development server.

✨ Improvements

  • 📉 90% Lighter: We went on a strict diet. docmd is now significantly lighter and faster to install.
  • CDN Strategy: We no longer bundle the massive mermaid.js and minisearch libraries inside the CLI. These are now loaded via CDN at runtime, reducing the package size from ~5.7MB to ~500KB.
  • Sticky TOC: The Table of Contents now sticks to the sidebar and highlights the active section as you scroll (ScrollSpy).

🐛 Critical Bug Fixes

  • Added support for configurable Base URL for subdirectory deployments (very early implementation config.base, will see likely better implementation in 0.4.0) (#43).

Markdown Parsing

  • Fixed incorrect removal of empty lines in code blocks (#39).
  • Fixed broken indentation in code blocks following a callout (#41).
  • Fixed parsing failure when a callout contains a code block with ::: markup (#42).

Known Bugs

  • Indentation loss when nesting code blocks inside Tabs.
  • Broken images/assets when viewing builds via file:// protocol (Offline Mode).

🏠 Housekeeping (Recall)

  • Repository Moved: The source code has moved to the docmd-io organization.
  • Website: Check out the new landing page at docmd.io.
  • Smarter Init: docmd init now auto-generates a package.json if missing, making projects deployment-ready instantly.

🔮 What's Next? (Roadmap to v0.4.0)

We are officially starting work on docmd v0.4.0. This will be a complete Monorepo Migration to separate the Core logic from the CLI. This architectural shift is required to enable a true Plugin Ecosystem and a fully browser-compatible (Isomorphic) engine. Further developments will be following in the dev-0.4.0 branch.

📥 Install Updated Version

npm install -g @mgks/docmd@latest

Full Changelog: docmd-io/docmd@0.3.8...0.3.9

Commits
  • 8b015a6 Update package-lock.json
  • c186816 Merge pull request #44 from docmd-io/dependabot/npm_and_yarn/npm-dependencies...
  • 0090416 Add scrollspy and responsive TOC; theme-init tweaks
  • 32da491 Refactor HTML generation and markdown rules
  • 134bf73 Update docmd.config.js
  • a1b9b53 Release 0.3.9
  • afc1766 Bump the npm-dependencies group across 1 directory with 2 updates
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-dependencies group with 1 update: [@mgks/docmd](https://github.com/docmd-io/docmd).


Updates `@mgks/docmd` from 0.3.8 to 0.3.9
- [Release notes](https://github.com/docmd-io/docmd/releases)
- [Commits](docmd-io/docmd@0.3.8...0.3.9)

---
updated-dependencies:
- dependency-name: "@mgks/docmd"
  dependency-version: 0.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants