Knut Sveidqvist
|
a2ffad8f97
|
Merge pull request #2998 from mermaid-js/dependabot/npm_and_yarn/develop/cypress-9.6.0
chore(deps-dev): bump cypress from 9.5.4 to 9.6.0
|
2022-05-03 07:46:21 +02:00 |
|
Knut Sveidqvist
|
52a8a56448
|
Merge pull request #2990 from mermaid-js/dependabot/npm_and_yarn/develop/babel-jest-28.0.3
chore(deps-dev): bump babel-jest from 27.5.1 to 28.0.3
|
2022-05-03 07:45:40 +02:00 |
|
mmorel-35
|
2794553335
|
chore: update browsers list
|
2022-05-02 07:04:20 +00:00 |
|
dependabot[bot]
|
12b33a138d
|
chore(deps-dev): bump cypress from 9.5.4 to 9.6.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.4 to 9.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v9.5.4...v9.6.0)
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-02 07:04:14 +00:00 |
|
dependabot[bot]
|
cfc41fb5b9
|
chore(deps-dev): bump babel-jest from 27.5.1 to 28.0.3
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.5.1 to 28.0.3.
- [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.0.3/packages/babel-jest)
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-02 07:02:08 +00:00 |
|
Knut Sveidqvist
|
f299966a0a
|
Merge pull request #2989 from guidanoli/patch-1
Update README.md
|
2022-05-02 07:49:36 +02:00 |
|
Knut Sveidqvist
|
be36e83b5a
|
Merge branch 'develop' into patch-1
|
2022-05-02 07:49:30 +02:00 |
|
Knut Sveidqvist
|
8583c7b9a5
|
Merge pull request #2987 from timmaffett/develop
protect config.js from attempting to use invalid theme name (which corrupted mermaid use until reset())
|
2022-05-02 07:45:15 +02:00 |
|
Neil Cuzon
|
bae5b9ddea
|
Update README.md
|
2022-05-01 21:16:18 -07:00 |
|
Neil Cuzon
|
86bf447782
|
Update README.md
|
2022-05-01 21:13:17 -07:00 |
|
Neil Cuzon
|
1128f53fdc
|
Update integrations.md
|
2022-05-01 21:10:51 -07:00 |
|
Guilherme Dantas
|
2b6646e38c
|
Update README.md
|
2022-04-30 15:04:33 -03:00 |
|
Tim Maffett
|
4a87fa15c6
|
Merge branch 'mermaid-js:develop' into develop
|
2022-04-29 17:53:47 -07:00 |
|
Tim Maffett
|
0127238645
|
protect config.js from attempting to use invalid theme name
|
2022-04-29 17:46:19 -07:00 |
|
Tim Maffett
|
1450b8676c
|
add missing quotes to example theme default (#2986)
|
2022-04-29 10:41:34 -07:00 |
|
Tim Maffett
|
7cba061d18
|
add missing quotes to example theme default
|
2022-04-29 10:01:25 -07:00 |
|
Yash-Singh1
|
dc53699a96
|
chore: fix a few security vulnerabilities
|
2022-04-28 19:29:56 -07:00 |
|
Naveen
|
a62d53e9a7
|
chore: Enable codeql action (#2982)
|
2022-04-28 18:53:44 -07:00 |
|
Naveen
|
f3f06aaefb
|
chore(deps): Included dependency review (#2984)
> Dependency Review GitHub Action in your repository to enforce dependency reviews on your pull requests.
> The action scans for vulnerable versions of dependencies introduced by package version changes in pull requests,
> and warns you about the associated security vulnerabilities.
> This gives you better visibility of what's changing in a pull request,
> and helps prevent vulnerabilities being added to your repository.
https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
|
2022-04-28 16:13:43 -07:00 |
|
Ashish Jain
|
e2c78f1ebc
|
Merge pull request #2983 from mermaid-js/#2871_Fix-broken_GitGraph_without_ending_NL
Added default new line in the diagram text before parsing for special…
|
2022-04-28 20:16:48 +02:00 |
|
ashishj
|
b30790cac4
|
Added default new line in the diagram text before parsing for special case where code is trimmed
|
2022-04-28 20:09:42 +02:00 |
|
Knut Sveidqvist
|
bada661bd0
|
Merge branch 'develop' of github.com:mermaid-js/mermaid into develop
|
2022-04-28 18:45:22 +02:00 |
|
Knut Sveidqvist
|
d914e23626
|
Fix for hideUnusedParticipants
|
2022-04-28 18:45:18 +02:00 |
|
ashishj
|
c58a04bc94
|
Fix broken configuration spec test
|
2022-04-28 18:26:50 +02:00 |
|
ashishj
|
5aac0734d5
|
Fix for broken Requirement diagram cypress test
|
2022-04-28 18:26:31 +02:00 |
|
ashishj
|
90a631cdad
|
Merge branch 'feature/hideUnusedParticipants_1210' into develop
|
2022-04-28 17:40:39 +02:00 |
|
ashishj
|
386f3c7ce9
|
Merge branch 'develop' into feature/hideUnusedParticipants_1210
|
2022-04-28 17:38:48 +02:00 |
|
Knut Sveidqvist
|
7c25fb572e
|
Merge pull request #2969 from mermaid-js/dependabot/npm_and_yarn/develop/lint-staged-12.4.0
chore(deps-dev): bump lint-staged from 12.3.8 to 12.4.0
|
2022-04-28 17:21:45 +02:00 |
|
Knut Sveidqvist
|
fa514bc7bc
|
Merge pull request #2981 from Zumbala/develop
Sequence autonumbering and Git fix options parsing
|
2022-04-28 17:21:29 +02:00 |
|
Ashish Jain
|
a251b79b3f
|
Merge pull request #2971 from turrisxyz/setup-permissions
chore: Set permissions for GitHub actions
|
2022-04-28 17:08:36 +02:00 |
|
Knut Sveidqvist
|
bcf05aecd6
|
Merge pull request #2968 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jsdoc-39.2.8
chore(deps-dev): bump eslint-plugin-jsdoc from 39.2.2 to 39.2.8
|
2022-04-28 17:08:31 +02:00 |
|
Knut Sveidqvist
|
78798d8fd7
|
Merge pull request #2967 from mermaid-js/dependabot/npm_and_yarn/develop/stylis-4.1.1
chore(deps): bump stylis from 4.1.0 to 4.1.1
|
2022-04-28 17:08:17 +02:00 |
|
Knut Sveidqvist
|
fbc694ccf5
|
Merge pull request #2966 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-8.14.0
chore(deps-dev): bump eslint from 8.13.0 to 8.14.0
|
2022-04-28 17:07:53 +02:00 |
|
Knut Sveidqvist
|
72087feaca
|
Merge pull request #2965 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-jest-26.1.5
chore(deps-dev): bump eslint-plugin-jest from 26.1.4 to 26.1.5
|
2022-04-28 17:07:41 +02:00 |
|
Knut Sveidqvist
|
bfee7120f4
|
Merge pull request #2964 from mermaid-js/dependabot/npm_and_yarn/develop/babel-loader-8.2.5
chore(deps-dev): bump babel-loader from 8.2.4 to 8.2.5
|
2022-04-28 17:07:31 +02:00 |
|
Ashish Jain
|
66adb691fb
|
Merge pull request #2974 from egnor/patch-1
Remove a stray word
|
2022-04-28 17:06:56 +02:00 |
|
Hans Petersen
|
1b8c48e315
|
Merge branch 'develop' of https://github.com/Zumbala/mermaid into develop
|
2022-04-28 14:26:38 +02:00 |
|
Hans Petersen
|
3fcc43efdd
|
Sequence autonumbering and Git fix options parsing
|
2022-04-28 14:25:25 +02:00 |
|
Hans Petersen
|
a3f07b6390
|
Sequence autonumbering and Git fix options parsing
|
2022-04-28 12:15:34 +02:00 |
|
Daniel Egnor
|
873003c607
|
Remove a stray word
|
2022-04-26 09:27:38 -07:00 |
|
naveen
|
449ba284ce
|
chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
|
2022-04-25 23:38:27 +00:00 |
|
dependabot[bot]
|
684ec81fda
|
chore(deps-dev): bump lint-staged from 12.3.8 to 12.4.0
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.8 to 12.4.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.8...v12.4.0)
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-25 07:03:29 +00:00 |
|
dependabot[bot]
|
123e35394a
|
chore(deps-dev): bump eslint-plugin-jsdoc from 39.2.2 to 39.2.8
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.2.2 to 39.2.8.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.2.2...v39.2.8)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-25 07:03:18 +00:00 |
|
dependabot[bot]
|
3e43a981e4
|
chore(deps): bump stylis from 4.1.0 to 4.1.1
Bumps [stylis](https://github.com/thysultan/stylis.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/thysultan/stylis.js/releases)
- [Commits](https://github.com/thysultan/stylis.js/compare/v4.1.0...v4.1.1)
---
updated-dependencies:
- dependency-name: stylis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-25 07:03:06 +00:00 |
|
dependabot[bot]
|
e247c37275
|
chore(deps-dev): bump eslint from 8.13.0 to 8.14.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.13.0...v8.14.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-25 07:02:54 +00:00 |
|
dependabot[bot]
|
1a43be752b
|
chore(deps-dev): bump eslint-plugin-jest from 26.1.4 to 26.1.5
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.4 to 26.1.5.
- [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](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.4...v26.1.5)
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-25 07:02:41 +00:00 |
|
dependabot[bot]
|
f4f7e11c07
|
chore(deps-dev): bump babel-loader from 8.2.4 to 8.2.5
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.4 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5)
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-25 07:02:29 +00:00 |
|
ashishj
|
170ed89e9e
|
Merge branch 'master' into develop
|
2022-04-21 22:08:29 +02:00 |
|
ashishj
|
611370c644
|
Updated docs mermaid version to 9.0.1
|
2022-04-21 22:07:46 +02:00 |
|
ashishj
|
179584b4bb
|
Updated package.json with 9.0.1 version id
9.0.1
|
2022-04-21 22:03:57 +02:00 |
|