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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.3.1
Choose a base ref
...
head repository: mermaid-js/mermaid-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.4.0
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 14, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    baywet Vincent Biret
    Copy the full SHA
    595ce1b View commit details

Commits on Aug 30, 2023

  1. build(deps-dev): bump mermaid from 10.3.1 to 10.4.0

    Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.3.1 to 10.4.0.
    - [Release notes](https://github.com/mermaid-js/mermaid/releases)
    - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
    - [Commits](mermaid-js/mermaid@v10.3.1...v10.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: mermaid
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and MindaugasLaganeckas committed Aug 30, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    baywet Vincent Biret
    Copy the full SHA
    384a1d8 View commit details
  2. build(deps-dev): bump jest from 29.6.2 to 29.6.4

    Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.2 to 29.6.4.
    - [Release notes](https://github.com/jestjs/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and MindaugasLaganeckas committed Aug 30, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    aa587a9 View commit details
  3. build(deps-dev): bump typescript from 5.1.6 to 5.2.2

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and aloisklink committed Aug 30, 2023
    Copy the full SHA
    6a6c160 View commit details
Showing with 374 additions and 363 deletions.
  1. +1 −1 package.json
  2. +373 −362 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mermaid-js/mermaid-cli",
"version": "10.3.0",
"version": "10.3.1",
"description": "Command-line interface for mermaid",
"license": "MIT",
"repository": "git@github.com:mermaid-js/mermaid-cli.git",
Loading