Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mermaid-js/mermaid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.9.2
Choose a base ref
...
head repository: mermaid-js/mermaid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.9.3
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 10, 2024

  1. chore(deps): update bundled DOMPurify to 3.1.6

    This affects the built:
    
    - `dist/mermaid.min.js`
    - `dist/mermaid.js`
    - `dist/mermaid.esm.mjs`
    - `dist/mermaid.esm.min.mjs`
    
    See: GHSA-mmhx-hmjr-r674
    aloisklink committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    92a07ff View commit details
    Browse the repository at this point in the history
  2. chore(deps): update katex to 0.16.11

    This affects the built:
    
    - `dist/mermaid.min.js`
    - `dist/mermaid.js`
    - `dist/mermaid.esm.mjs`
    - `dist/mermaid.esm.min.mjs`
    
    See: GHSA-64fm-8hw2-v72w
    See: GHSA-cvr6-37gx-v8wc
    See: GHSA-f98w-7cxr-ff2h
    See: GHSA-3wc5-fcw2-2329
    aloisklink committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2bedd0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9301a57 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. chore: bump mermaid version to v10.9.3

    Updates the bundled version of dependencies in the following files:
    
    - `dist/mermaid.min.js`
    - `dist/mermaid.js`
    - `dist/mermaid.esm.mjs`
    - `dist/mermaid.esm.min.mjs`
    
    **If you are not using these files
    (e.g. you are using the default NPM export of `mermaid`,
     e.g. `import mermaid from 'mermaid'`,
     or you are using `dist/mermaid.core.mjs`),
    this release is identical to v10.9.2.**
    
    This is to avoid potential security issues in KaTeX and DOMPurify, see:
    
    - GHSA-mmhx-hmjr-r674
    - GHSA-64fm-8hw2-v72w
    - GHSA-cvr6-37gx-v8wc
    - GHSA-f98w-7cxr-ff2h
    - GHSA-3wc5-fcw2-2329
    
    These dependencies have already been updated in
    [v11.0.0](https://github.com/mermaid-js/mermaid/releases/tag/v11.0.0).
    
    Changelog
    =========
    
    Chore
    -----
    
    - Updates the bundled version of KaTeX to 0.16.11
      (2bedd0e)
    - Updates the bundled version of DOMPurify to 3.1.6
      (92a07ff)
    aloisklink committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    85ec96a View commit details
    Browse the repository at this point in the history
Loading