Skip to content

chore(deps-dev): bump the minor-and-patch group across 1 directory with 3 updates - #228

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/minor-and-patch-52bb00286f
Open

chore(deps-dev): bump the minor-and-patch group across 1 directory with 3 updates#228
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/minor-and-patch-52bb00286f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 3 updates in the /docs directory: @agentmarkup/vite, mermaid and vue.

Updates @agentmarkup/vite from 0.5.2 to 0.7.0

Release notes

Sourced from @​agentmarkup/vite's releases.

v0.7.0

Additive public API since 0.6.0, so a minor across the coordinated set. @agentmarkup/audit goes to 0.2.4 because it consumes a changed core function.

New

  • llmsTxt.whenToUse — a short list of the concrete jobs a site is right for, rendered in the free-form details block of llms.txt before the first ## section. A manifest of links tells an agent what exists; this tells it when to reach for you.
  • markdownPages.exclude — skip mirroring pages that exist but are not agent-fetchable content. A 404 page is the common case: mirroring one publishes a /404.md that answers 200 with "not found" text and canonicalises to a URL that 404s. Excluded pages get no .md file, no text/markdown alternate link, no canonical Link header, no markdown URL in llms.txt, and no "missing mirror" warning.
  • contactPoint and address on the organization preset, which supply the ContactPoint and PostalAddress types for you.
  • isMarkdownPageExcluded exported from core for custom pipelines.

Fixed

  • processStaticOutput in generate mode did not apply markdownPages.exclude to the markdown-alternate-link validation, so every excluded page produced a spurious "Page is missing a markdown alternate link" warning on agentmarkup generate and on every Nuxt build.
  • validateLlmsTxt flagged bare URLs anywhere in the file, including the free-form details block, which the llms.txt spec leaves as arbitrary Markdown. The rule now applies only inside ## link sections.
  • llms.txt matched markdownPages.exclude against the full URL pathname while the adapters match the output-relative page path, so exclusions silently no-opped for a site with a base path in config.site.

Notes

@agentmarkup/audit@0.2.4 is not a no-op republish: it calls validateLlmsTxt, so at 0.2.3 it would stay pinned to core 0.6.0 and warn about llms.txt files that agentmarkup itself now generates.

v0.6.0

Coordinated minor across core, vite, astro, next, nuxt and cli. @agentmarkup/audit stays on 0.2.3.

Claude Code plugin

This repo is now a Claude Code marketplace:

/plugin marketplace add agentmarkup/agentmarkup
/plugin install agentmarkup@agentmarkup

... (truncated)

Commits
  • 746d9e6 chore(release): 0.7.0 across the build-time packages, audit 0.2.4
  • 0d3b744 test(adapters): assert excluded pages produce no missing-mirror warning
  • cc79b24 docs: document whenToUse, markdownPages.exclude, and the soft-404 check
  • 492f23f feat: agent-friendly 404s, llms.txt when-to-use, and trust-anchor pages
  • 81ec194 feat: Claude plugin, skill refresh, and 0.6.0 release
  • 25582c4 feat(website): editorial redesign, npm-first homepage, learning center (#23)
  • be11e9f chore(deps): declare @​types/node in packages that import node builtins (#16)
  • 8eebd48 chore(deps): clear next high + vitest critical audit advisories
  • 4aba62c chore: phase 3 housekeeping (docs, metadata, dead code)
  • See full diff in compare view

Updates mermaid from 11.16.0 to 11.17.2

Release notes

Sourced from mermaid's releases.

mermaid@11.17.2

Patch Changes

  • #8125 178d7c7 Thanks @​knsv-bot! - fix: restore the edgePaths class on the edge group in rendered SVG, and point the flowchart, block and user journey stylesheets at it

mermaid@11.17.1

Patch Changes

  • #8092 31ce60a Thanks @​pbrolin47! - fix(c4): wrap element labels to c4.width again

    C4 element labels (System, Container, Component, Person and their _Ext variants) stopped wrapping in 11.17.0, so long descriptions rendered on one unbroken line and the shape grew sideways well past the configured c4.width. The unified-shapes label helper gated wrapping on the root-level wrap option, which has no schema default and is therefore undefined; it now gates on c4.wrap (default true), which is what the legacy renderer used.

  • #8088 c66200b Thanks @​ashishjain0512! - fix: neo-look arrowheads and crow's-foot markers no longer fall back to default theme colours/stroke widths on the first render with layout: elk. State diagram arrowheads stayed dark on dark themes, and ER / requirement markers were drawn at the default stroke width, because markers were created from the layout package's own bundled copy of mermaid, whose config had not been initialized yet.

  • #8079 281cd7b Thanks @​ashishjain0512! - fix(class): class diagram relation markers (composition, aggregation, extension, dependency, lollipop) no longer scale with the edge stroke width, so they stay outside the class box boundary in themes that set strokeWidth: 2 (redux, redux-dark, redux-color, redux-dark-color, neo, neo-dark) with the default classic look.

mermaid@11.17.0

Minor Changes

Patch Changes

  • #7847 215fe89 Thanks @​filipsajdak! - fix(c4): named attributes such as $tags, $link and $sprite are no longer clobbered to undefined when they arrive in an earlier positional slot of Person/System/Container/Component/Boundary/Rel statements.

  • #7871 8d874c4 Thanks @​knsv-bot! - fix(flowchart): stop dagre layout from spamming warn-level logs on every node/edge/cluster

  • #8071 b3d1f63 Thanks @​pbrolin47! - fix(block): sibling blocks overlapping in block diagrams when one has a label wider than 200px

  • #7870 71b8843 Thanks @​knsv-bot! - fix: a RangeError: Invalid array length crash when rendering certain edges.

  • #7924 9cbef5d Thanks @​nightt5879! - fix(treeView): icons disappearing after strict security sanitization.

... (truncated)

Commits

Updates vue from 3.5.39 to 3.5.42

Release notes

Sourced from vue's releases.

v3.5.42

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.41

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.40

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.42 (2026-08-27)

Bug Fixes

  • hydration: handle async component unmount before lazy hydration (#15252) (6e1814a)
  • hydration: handle moving unresolved async fragment (#15263) (a72036f)
  • runtime-core: avoid caching unmounted suspense children (#15291) (b535917), closes #15288
  • runtime-core: keep .trim result when combined with .number v-model modifier (#15346) (f8d42e1)
  • runtime-core: resolve $el for dev root comment fragment (#15313) (8654f35), closes #12680
  • runtime-dom: support !important on CSS custom properties in style binding (#15348) (31da934)
  • server-renderer: reject CR in attribute names (#15266) (a2b40db)
  • shared: correctly compare Map and Set values (#15328) (ef82a26), closes #15320
  • suspense: don't treat the leaving branch as the fallback while its mount is pending (#15333) (cd19745), closes #15332
  • v-model: re-sync select when model is overridden in change handler (#15298) (6eaecc1), closes #10505

3.5.41 (2026-08-05)

Bug Fixes

3.5.40 (2026-07-16)

Bug Fixes

Commits
  • d63616c release: v3.5.42
  • b8543dc Revert "fix(compiler-core): handle invalid static arg in same-name v-bind sho...
  • 3857716 fix(compiler-core): handle invalid static arg in same-name v-bind shorthand (...
  • 31da934 fix(runtime-dom): support !important on CSS custom properties in style bindin...
  • f8d42e1 fix(runtime-core): keep .trim result when combined with .number v-model modif...
  • cd19745 fix(suspense): don't treat the leaving branch as the fallback while its mount...
  • 8654f35 fix(runtime-core): resolve $el for dev root comment fragment (#15313)
  • ef82a26 fix(shared): correctly compare Map and Set values (#15328)
  • 6eaecc1 fix(v-model): re-sync select when model is overridden in change handler (#15298)
  • b535917 fix(runtime-core): avoid caching unmounted suspense children (#15291)
  • Additional commits viewable in compare view

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

…th 3 updates

Bumps the minor-and-patch group with 3 updates in the /docs directory: [@agentmarkup/vite](https://github.com/agentmarkup/agentmarkup/tree/HEAD/packages/vite), [mermaid](https://github.com/mermaid-js/mermaid) and [vue](https://github.com/vuejs/core).


Updates `@agentmarkup/vite` from 0.5.2 to 0.7.0
- [Release notes](https://github.com/agentmarkup/agentmarkup/releases)
- [Commits](https://github.com/agentmarkup/agentmarkup/commits/v0.7.0/packages/vite)

Updates `mermaid` from 11.16.0 to 11.17.2
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.16.0...mermaid@11.17.2)

Updates `vue` from 3.5.39 to 3.5.42
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.39...v3.5.42)

---
updated-dependencies:
- dependency-name: "@agentmarkup/vite"
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mermaid
  dependency-version: 11.17.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vue
  dependency-version: 3.5.42
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Sep 2, 2026
@dependabot
dependabot Bot requested a review from jung-thomas as a code owner September 2, 2026 03:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 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