Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    8210e3c View commit details
    Browse the repository at this point in the history
  2. fix parse() to match spec (return true if valid, false if invalid (an…

    …d a parseError handler is defined))
    timmaffett committed May 5, 2022
    Configuration menu
    Copy the full SHA
    67b6414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df80d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca8080a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7c28ff View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    c8e5525 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. chore(deps-dev): bump husky from 7.0.4 to 8.0.0

    Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.0.
    - [Release notes](https://github.com/typicode/husky/releases)
    - [Commits](typicode/husky@v7.0.4...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: husky
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 9, 2022
    Configuration menu
    Copy the full SHA
    7198b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01cdd28 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    4c1cf34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97cc8a4 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump eslint from 8.14.0 to 8.15.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.14.0 to 8.15.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.14.0...v8.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    24f181a View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump webpack-dev-server from 4.8.1 to 4.9.0

    Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.8.1 to 4.9.0.
    - [Release notes](https://github.com/webpack/webpack-dev-server/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-server@v4.8.1...v4.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-server
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    a8000bf View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump babel-jest from 28.0.3 to 28.1.0

    Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 28.0.3 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/babel-jest)
    
    ---
    updated-dependencies:
    - dependency-name: babel-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    0856d2e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3004 from timmaffett/parse_parseError_fixes

    fix mermaidAPI.parse() behavior to match documentation, add tests to ensure behavior matches docs
    knsv authored May 10, 2022
    Configuration menu
    Copy the full SHA
    734cef9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3013 from mermaid-js/dependabot/npm_and_yarn/deve…

    …lop/babel-jest-28.1.0
    
    chore(deps-dev): bump babel-jest from 28.0.3 to 28.1.0
    knsv authored May 10, 2022
    Configuration menu
    Copy the full SHA
    996e8ef View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3014 from mermaid-js/dependabot/npm_and_yarn/deve…

    …lop/webpack-dev-server-4.9.0
    
    chore(deps-dev): bump webpack-dev-server from 4.8.1 to 4.9.0
    knsv authored May 10, 2022
    Configuration menu
    Copy the full SHA
    99f0eec View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3015 from mermaid-js/dependabot/npm_and_yarn/deve…

    …lop/eslint-8.15.0
    
    chore(deps-dev): bump eslint from 8.14.0 to 8.15.0
    knsv authored May 10, 2022
    Configuration menu
    Copy the full SHA
    8ed7ea6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3016 from mermaid-js/dependabot/npm_and_yarn/deve…

    …lop/husky-8.0.0
    
    chore(deps-dev): bump husky from 7.0.4 to 8.0.0
    knsv authored May 10, 2022
    Configuration menu
    Copy the full SHA
    4fabf91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20c4a68 View commit details
    Browse the repository at this point in the history
  12. merge

    knsv committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e306fcc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a0321f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e74e51f View commit details
    Browse the repository at this point in the history
  15. chore: rm dist again

    Yash-Singh1 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c6cde95 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. chore(deps-dev): bump jest-environment-jsdom from 28.0.2 to 28.1.0 (#…

    …3017)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 11, 2022
    Configuration menu
    Copy the full SHA
    8394bcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc58c8e View commit details
    Browse the repository at this point in the history
  3. fix: config files at root

    Yash-Singh1 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    bc4ecdc View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump jest from 28.0.3 to 28.1.0 (#3018)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 11, 2022
    Configuration menu
    Copy the full SHA
    61771b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9365138 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7b02fc View commit details
    Browse the repository at this point in the history
  7. build: setup eslint-plugin-json (#2552)

    Co-authored-by: Yash Singh <saiansh2525@gmail.com>
    mmorel-35 and Yash-Singh1 authored May 11, 2022
    Configuration menu
    Copy the full SHA
    3a56bbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7b1cd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af4c059 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32a2e5f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18114ab View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Re-order theme variables

    sylhare authored May 12, 2022
    Configuration menu
    Copy the full SHA
    53c63b3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Fixed whitespace typo in Class diagram

    Easier copy and pasting
    SlideeScherz authored May 13, 2022
    Configuration menu
    Copy the full SHA
    0c65ea2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Add C4Context diagram. Compatible with C4-PlantUML syntax.

    ```
        C4Context
          title System Context diagram for Internet Banking System
    
          Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.")
          Person(customerB, "Banking Customer B")
          Person_Ext(customerC, "Banking Customer C")
          System(SystemAA, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.")
    
          Person(customerD, "Banking Customer D", "A customer of the bank, <br/> with personal bank accounts.")
    
          Enterprise_Boundary(b1, "BankBoundary") {
    
            SystemDb_Ext(SystemE, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.")
    
            System_Boundary(b2, "BankBoundary2") {
              System(SystemA, "Banking System A")
              System(SystemB, "Banking System B", "A system of the bank, with personal bank accounts.")
            }
    
            System_Ext(SystemC, "E-mail system", "The internal Microsoft Exchange e-mail system.")
            SystemDb(SystemD, "Banking System D Database", "A system of the bank, with personal bank accounts.")
    
            Boundary(b3, "BankBoundary3", "boundary") {
              SystemQueue(SystemF, "Banking System F Queue", "A system of the bank, with personal bank accounts.")
              SystemQueue_Ext(SystemG, "Banking System G Queue", "A system of the bank, with personal bank accounts.")
            }
          }
    
          BiRel(customerA, SystemAA, "Uses")
          BiRel(SystemAA, SystemE, "Uses")
          Rel(SystemAA, SystemC, "Sends e-mails", "SMTP")
          Rel(SystemC, customerA, "Sends e-mails to")
    ```
    pinghe committed May 15, 2022
    Configuration menu
    Copy the full SHA
    a1ef3f0 View commit details
    Browse the repository at this point in the history
  2. Add C4Context diagram. Compatible with C4-PlantUML syntax.

    ```
        C4Context
          title System Context diagram for Internet Banking System
    
          Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.")
          Person(customerB, "Banking Customer B")
          Person_Ext(customerC, "Banking Customer C")
          System(SystemAA, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.")
    
          Person(customerD, "Banking Customer D", "A customer of the bank, <br/> with personal bank accounts.")
    
          Enterprise_Boundary(b1, "BankBoundary") {
    
            SystemDb_Ext(SystemE, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.")
    
            System_Boundary(b2, "BankBoundary2") {
              System(SystemA, "Banking System A")
              System(SystemB, "Banking System B", "A system of the bank, with personal bank accounts.")
            }
    
            System_Ext(SystemC, "E-mail system", "The internal Microsoft Exchange e-mail system.")
            SystemDb(SystemD, "Banking System D Database", "A system of the bank, with personal bank accounts.")
    
            Boundary(b3, "BankBoundary3", "boundary") {
              SystemQueue(SystemF, "Banking System F Queue", "A system of the bank, with personal bank accounts.")
              SystemQueue_Ext(SystemG, "Banking System G Queue", "A system of the bank, with personal bank accounts.")
            }
          }
    
          BiRel(customerA, SystemAA, "Uses")
          BiRel(SystemAA, SystemE, "Uses")
          Rel(SystemAA, SystemC, "Sends e-mails", "SMTP")
          Rel(SystemC, customerA, "Sends e-mails to")
    ```
    pinghe committed May 15, 2022
    Configuration menu
    Copy the full SHA
    015c112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d65840 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. chore: update browsers list

    mmorel-35 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e531997 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump webpack from 5.72.0 to 5.72.1 (#3043)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.72.1.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.72.0...v5.72.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    deff411 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump eslint from 8.4.1 to 8.15.0 (#3042)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.4.1 to 8.15.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.4.1...v8.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    f9eb552 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump concurrently from 7.1.0 to 7.2.0 (#3039)

    Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.1.0 to 7.2.0.
    - [Release notes](https://github.com/open-cli-tools/concurrently/releases)
    - [Commits](open-cli-tools/concurrently@v7.1.0...v7.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: concurrently
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    6ee632f View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump eslint-plugin-jest from 26.1.5 to 26.2.2 (#3044)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.5 to 26.2.2.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v26.1.5...v26.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    35e2dd4 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump dompurify from 2.3.6 to 2.3.8 (#3045)

    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.6 to 2.3.8.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](cure53/DOMPurify@2.3.6...2.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    95a2ce2 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump @commitlint/cli from 16.2.4 to 16.3.0 (#3040)

    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.2.4 to 16.3.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.3.0/@commitlint/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    a67b86b View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump cypress from 9.6.0 to 9.6.1 (#3041)

    Bumps [cypress](https://github.com/cypress-io/cypress) from 9.6.0 to 9.6.1.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
    - [Commits](cypress-io/cypress@v9.6.0...v9.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: cypress
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    24eb212 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    9ba8e6e View commit details
    Browse the repository at this point in the history
  2. Add C4Context diagram. Compatible with C4-PlantUML syntax.

    For an example, see the source code demos/index.html
    
     - System Context
     - Container diagram
     - Component diagram
     - Dynamic diagram
     - Deployment diagram
    pinghe committed May 17, 2022
    Configuration menu
    Copy the full SHA
    28ca142 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4906460 View commit details
    Browse the repository at this point in the history