Skip to content

chore(deps): bump astro-mermaid from 2.0.1 to 2.1.0#119

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-mermaid-2.1.0
Closed

chore(deps): bump astro-mermaid from 2.0.1 to 2.1.0#119
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-mermaid-2.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps astro-mermaid from 2.0.1 to 2.1.0.

Release notes

Sourced from astro-mermaid's releases.

v2.1.0

2.1.0 (2026-06-24)

Features

  • support Astro 7 Sätteri markdown processor (#71) (#72) (ce85c02)

v2.0.4

2.0.4 (2026-06-17)

Bug Fixes

  • route markdown plugins through unified processor on Astro 6.4+ (#66) (4edbfd5), closes #62

v2.0.3

2.0.3 (2026-06-17)

Bug Fixes

  • add support for icons property in iconPacks (fixes #18) (#20) (87a84f6)

v2.0.2

2.0.2 (2026-06-01)

Bug Fixes

Commits
  • ce85c02 feat: support Astro 7 Sätteri markdown processor (#71) (#72)
  • 68e8259 chore(deps-dev): bump dompurify (#70)
  • 4edbfd5 fix: route markdown plugins through unified processor on Astro 6.4+ (#66)
  • 9b37610 docs: fix C4 container diagram using unsupported Rel_Back_Neighbor (#67)
  • 712988b chore(deps): resolve all Dependabot security alerts (#65)
  • a4ec613 chore: add issue-workflow skill and brainstorm/code-reviewer subagents (#64)
  • 87a84f6 fix: add support for icons property in iconPacks (fixes #18) (#20)
  • 6df4298 chore(deps-dev): bump dompurify (#63)
  • 002bd34 fix: patch vitest UI critical security vulnerability (GHSA-5xrq-8626-4rwp) (#60)
  • fc49f71 chore(deps-dev): bump astro in the npm_and_yarn group across 1 directory (#57)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for astro-mermaid since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 17, 2026
Bumps [astro-mermaid](https://github.com/joesaby/astro-mermaid) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/joesaby/astro-mermaid/releases)
- [Changelog](https://github.com/joesaby/astro-mermaid/blob/main/CHANGELOG.md)
- [Commits](joesaby/astro-mermaid@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: astro-mermaid
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astro-mermaid-2.1.0 branch from 2e40c86 to 9c11154 Compare July 17, 2026 20:20
agjs added a commit that referenced this pull request Jul 20, 2026
* chore(deps): consolidate the 14 open dependabot bumps

Single PR superseding the open dependabot PRs:
- fast-check 3.23.2 → 4.9.0 (packages/core) — full suite green on v4 (#93/#99)
- astro 7.0.9 → 7.1.3 (root + apps/docs) — clears GHSA-4g3v-8h47-v7g6 (#158/#162)
- @astrojs/react 5.0.6 → 6.0.1 (#114), @astrojs/sitemap 3.7.2 → 3.7.3 (#116)
- astro-mermaid 2.0.1 → 2.1.0 (#119)
- tailwindcss + @tailwindcss/vite 4.3.2 → 4.3.3 (#115/#117)
- wrangler 4.110.0/4.111.0 → 4.112.0 (#161), @ast-grep/cli 0.43.0 → 0.44.1 (#118)

Validated: typecheck + lint + full suite (2820) green. Docs build + osv run by CI.
NOTE: the transitive brace-expansion CVE (not a dependabot PR) is separate and may
still need an override; GH Actions bumps (#160 checkout, #112 lychee) are workflow
YAML, follow-up.

* fix(deps): pin brace-expansion to patched 5.0.7 (CVE-2026-13149)

New high-severity ReDoS advisory CVE-2026-13149 / GHSA-3jxr-9vmj-r5cp (published
~2026-07-20 21:00) affects brace-expansion <1.1.16 / <2.1.2 / <5.0.7. The lockfile
had 1.1.15 and 5.0.6 (transitive via eslint→minimatch/glob — a real runtime dep of
the published package, so it is FIXED, not ignored). Override forces all instances
to 5.0.7 (patched; API is a single stable expand() fn across majors). typecheck +
lint (uses minimatch/glob) + full suite green.

* fix(deps): pin js-yaml to patched 4.3.0 (GHSA-52cp-r559-cp3m)

The astro/tooling bumps pulled js-yaml 4.2.0 (High ReDoS, GHSA-52cp-r559-cp3m,
fixed 4.3.0). Transitive, 4.x only (no 3.x consumers) → override to 4.3.0.
osv-scanner local run: 'No issues found', exit 0. typecheck + lint + full suite green.
@agjs

agjs commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Superseded by #164 (consolidated dependabot bumps), merged to main.

@agjs agjs closed this Jul 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/astro-mermaid-2.1.0 branch July 20, 2026 22:21
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.

1 participant