Skip to content

build(deps): bump @docmd/core from 0.8.9 to 0.8.13 in the npm-dependencies group#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-1d5d7c8be4
Open

build(deps): bump @docmd/core from 0.8.9 to 0.8.13 in the npm-dependencies group#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-1d5d7c8be4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

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

Updates @docmd/core from 0.8.9 to 0.8.13

Release notes

Sourced from @​docmd/core's releases.

docmd@0.8.13 🩹 (Patch Fix)

Highlights

  • Fixed the <base> tag logic for GitHub Pages, offline builds, and asset loading.
  • Fixed auto-install reliability for templates and semantic search dependencies on Linux and CI.
  • Search now displays a clear message when opened via file:// instead of a misleading error.
  • Various test runner and linting improvements.

Base URL & Offline Fixes

The <base> tag logic has been centralised in the generator, making it the single source of truth.

This resolves:

  • GitHub Pages subpath asset loading ([#175](https://github.com/docmd-io/docmd/issues/175))
  • Offline HTML link resolution ([#167](https://github.com/docmd-io/docmd/issues/167))
  • Offline CSS and asset loading ([#177](https://github.com/docmd-io/docmd/issues/177))

Templates no longer emit their own <base> tags. The generator now automatically chooses the correct behaviour for root deployments, GitHub Pages, and offline builds.

Auto-install Improvements

Improved the reliability of automatic dependency installation for templates and optional packages such as @docmd/template-summer and docmd-search.

The installer now bypasses Node's stale module resolution cache when retrying newly installed packages, preventing intermittent failures on Linux and CI environments.

Also added support for the DOCMD_INSTALL_VERSION environment variable to override the version used during automatic installs.

Offline Search

Search now detects when a site is opened directly via file:// and displays a helpful message explaining that browsers block fetch() from local files.

Instead of reporting a failed search index, users are guided to serve the site over HTTP for search functionality.

Thanks 💖

Thanks to all contributors and community members who reported issues and provided feedback.

Documentation: https://docs.docmd.io/ GitHub: https://github.com/docmd-io/docmd Semantic Search (docmd-search): https://github.com/docmd-io/docmd-search Skills: https://github.com/docmd-io/docmd-skills

... (truncated)

Commits

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 <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: [@docmd/core](https://github.com/docmd-io/docmd).


Updates `@docmd/core` from 0.8.9 to 0.8.13
- [Release notes](https://github.com/docmd-io/docmd/releases)
- [Commits](docmd-io/docmd@0.8.9...0.8.13)

---
updated-dependencies:
- dependency-name: "@docmd/core"
  dependency-version: 0.8.13
  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 Jul 15, 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