Commit Graph

267 Commits

Author SHA1 Message Date
dependabot[bot] 07638f5505
chore(deps): bump actions/checkout from 2 to 3 (#3449)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 19:27:45 +02:00
Knut Sveidqvist 73620ebee9
Merge pull request #3431 from aloisklink/other/re-enable-coverage
Re-enable coverage upload to coveralls
2022-09-12 19:04:54 +02:00
Alois Klink 5d72585705
ci: re-enable coveralls coverage upload
Reverts commits:
  - Disabling coveralls temporarilly
    aedf066337
  - Tmo disabling of coveralls
    a6b4cb24b8

I'm not 100% sure whether the `parallel` option is needed,
but I've left it disabled for now, since it'd would mean that we need
to merge both the `test.yml` and the `e2e.yml` file together.
2022-09-08 04:03:57 +01:00
Alois Klink 6e81ee9d97
Merge branch 'develop' into other/3339_forbid-console-in-src-code
Fixes merge conflict in:
  - .eslintrc.json due to 6167eda6b6
  - lint.yml due to 5674f8e675
2022-09-07 21:00:42 +01:00
Alois Klink 22d20cc76e ci: lint .jison files for any console.log()
Converts the *.jison files into .js, then lints them using just
the `no-console` rule.

To keep things simple, I've just made this run only on CI.

If we want to do more complex linting on `*.jison` files, it might
be worth making an `eslint-plugin-jison`, so that we can directly
parse jison in ESLint.
2022-09-06 04:29:09 +01:00
Sidharth Vinod 5674f8e675
Prettier Pass 2022-09-03 13:41:25 +05:30
Sidharth Vinod 13e7da10ca
Add doc verification to CI 2022-09-03 10:53:41 +05:30
Sidharth Vinod e7b199adaf
Update dependabot.yml 2022-08-31 11:48:23 +05:30
Sidharth Vinod 5b15865d30
fix #3184: Inject xlink in mermaidAPI. (#3185)
* fix #3184: Inject xlink in mermaidAPI.

* fix static analysis
2022-07-03 10:37:27 +02:00
Sidharth Vinod 4b78a2106d
Update links to `mermaid.live` (#3163)
* chore: update browsers list

* Re enable markdown & jsdoc linting.

* Update links to `mermaid.live`

Co-authored-by: sidharthv96 <sidharthv96@users.noreply.github.com>
2022-06-24 07:41:22 +02:00
Sidharth Vinod 8251bf204d
Run testomatio only for PRs within org. (#3165) 2022-06-23 08:19:52 +02:00
dependabot[bot] ff93945aaf
chore(deps): bump actions/dependency-review-action from 1 to 2 (#3161)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 1 to 2.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 09:40:38 +02:00
Sidharth Vinod 4c671af723
fix testomatio 2022-06-20 11:03:42 +05:30
Yash-Singh1 b7b02fcc2c chore: rm cypress ex. and prevent dup ci 2022-05-10 17:29:50 -07:00
Yash-Singh1 9365138206 chore: split ci into seperate workflows 2022-05-10 17:26:17 -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
ashishj 386f3c7ce9 Merge branch 'develop' into feature/hideUnusedParticipants_1210 2022-04-28 17:38:48 +02: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
Yash-Singh1 4c93870580 feat: add hideUnusedParticipants and some cleanup 2022-04-14 19:19:18 -07:00
dependabot[bot] 6aa3e38edb
chore(deps): bump actions/upload-artifact from 2 to 3 (#2927)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 09:55:28 +02:00
Knut Sveidqvist 1ad2fad542 Tmp disabling of the e2e in the build 2022-04-07 19:12:55 +02:00
Knut Sveidqvist ada3f8e5e6 Removing pery usiage from e2e tests 2022-04-07 18:41:28 +02:00
Knut Sveidqvist 9f7130a3e6 Merge branch 'develop' into 1252_gitgraph_reinvented 2022-03-17 18:03:40 +01:00
Knut Sveidqvist 423ebfd5d5
Merge pull request #2823 from mermaid-js/dependabot/github_actions/develop/EndBug/add-and-commit-9
chore(deps): bump EndBug/add-and-commit from 8.0.2 to 9
2022-03-17 17:58:15 +01:00
Knut Sveidqvist 1f3293bb43 Merge branch 'develop' of github.com:mermaid-js/mermaid into develop 2022-03-17 17:55:55 +01:00
Knut Sveidqvist 2a449ab773 chore: disablinc sync check as the readmes have different contexts 2022-03-17 17:55:50 +01:00
dependabot[bot] fe6a042060
chore(deps): bump EndBug/add-and-commit from 8.0.2 to 9
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 8.0.2 to 9.
- [Release notes](https://github.com/EndBug/add-and-commit/releases)
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/EndBug/add-and-commit/compare/v8.0.2...v9)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 07:06:49 +00:00
dependabot[bot] 5f3bb4aeeb
chore(deps): bump actions/checkout from 2 to 3 (#2803)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 19:18:05 +01:00
dependabot[bot] fd1cd908fe
chore(deps): bump actions/setup-node from 2 to 3 (#2784)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 08:17:30 +01:00
Ashish Jain 14464f9fba merge develop to current branch 2022-02-24 19:24:42 +01:00
kuanyi-ng ad08016509 create check-readme-in-sync workflow 2022-02-20 00:08:10 +09:00
Ashish Jain 40f95a5dc1 chore: merge branch 'develop' into 1252_gitgraph_reinvented 2022-02-17 17:48:48 +01:00
Andre_601 13286f66fd
Update theme_proposal.yml 2022-02-16 22:18:47 +01:00
Andre_601 9e0c5d1d14
Update syntaxt_proposal.yml 2022-02-16 22:17:54 +01:00
Andre_601 0f092acec3
Update diagram_proposal.yml 2022-02-16 22:16:13 +01:00
Andre_601 56c2f23393
Update bug_report.yml 2022-02-16 22:14:21 +01:00
Andre_601 33903bbf6d
Delete question.md 2022-02-16 22:10:24 +01:00
Andre_601 96395c44e0
Create syntaxt_proposal.yml 2022-02-16 22:08:43 +01:00
Andre_601 036dc802dc
Create theme_proposal.yml 2022-02-16 22:07:25 +01:00
Andre_601 15ac2f87a3
Create diagram_proposal.yml 2022-02-16 22:01:00 +01:00
Andre_601 8a5d9bbad3
Switch to bug_report.yml 2022-02-16 21:51:02 +01:00
Andre_601 2bcae96d0a
Create config.yml 2022-02-16 21:35:33 +01:00
dependabot[bot] 869bb0f37f
chore(deps): bump EndBug/add-and-commit from 8.0.1 to 8.0.2 (#2722)
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/EndBug/add-and-commit/releases)
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/EndBug/add-and-commit/compare/v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  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>
2022-02-14 08:23:18 +01:00
Ashish Jain bb2dd2f5f3 getting there 2022-02-10 20:32:21 +01:00
dependabot[bot] 556f37284c
Bump EndBug/add-and-commit from 7 to 8.0.1 (#2665)
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 8.0.1.
- [Release notes](https://github.com/EndBug/add-and-commit/releases)
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/EndBug/add-and-commit/compare/v7...v8.0.1)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-24 08:22:24 +01:00
Matthieu MOREL c2c753ce7d
Update update-browserlist.yml 2022-01-10 09:58:51 +01:00
Matthieu MOREL 1127ce7b50
Update update-browserlist.yml 2021-12-20 20:10:34 +01:00
Matthieu MOREL 53ea005ebc
create update-browserlist workflow (#2563) 2021-12-15 21:03:35 +01:00
Yash-Singh1 31c29b4c02 Merge branch 'develop' of github.com:mermaid-js/mermaid into prLabelerValidator 2021-11-25 14:31:32 -08:00
Yash Singh 89ed7d9b72
Don't lock issues on close (#2503) 2021-11-25 12:48:57 -08:00
Yash-Singh1 efcc3b7d37 Use 0.0.3 2021-11-20 18:20:05 -08:00
Yash-Singh1 8a08efdfbb Checkout repo 2021-11-20 15:48:50 -08:00
Yash Singh a4f26f27bc Attempt to use branch name 2021-11-20 15:47:14 -08:00
Yash-Singh1 226f90dbcb Setup pr labeler config validator 2021-11-19 21:25:58 -08:00
Matthieu MOREL 4d6792141d
chore(*) : define date and hour for dependencies updates 2021-10-26 07:34:23 +02:00
dependabot[bot] 7d876ea9f2
Bump andymckay/labeler from 1.0.3 to 1.0.4 (#2401)
Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/andymckay/labeler/releases)
- [Commits](https://github.com/andymckay/labeler/compare/1.0.3...1.0.4)

---
updated-dependencies:
- dependency-name: andymckay/labeler
  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>
2021-10-11 22:16:29 +02:00
Knut Sveidqvist b8996ce50b
Merge pull request #2300 from mmorel-35/patch-1
chore(ci): fix andymckay/labeler configuration
2021-09-09 17:07:10 +02:00
Matthieu MOREL 904849e156
chore(ci): fix andymckay/labeler configuration 2021-09-07 09:41:58 +02:00
Matthieu MOREL b9513c80eb chore(ci) : fix pr-labeler failure
Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
2021-09-07 09:34:25 +02:00
Matthieu MOREL 935cc3b098
use right tag for andymckay/labeler 2021-08-19 18:55:42 +02:00
MOREL Matthieu 55faa3cb1a yarn build and adapt e2e tests
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-18 16:49:00 +02:00
Knut Sveidqvist 8af36b742e Merge branch 'master'
Conflicts:
	dist/mermaid.core.js
	dist/mermaid.core.js.map
	dist/mermaid.js
	dist/mermaid.js.map
	dist/mermaid.min.js
	dist/mermaid.min.js.map
2021-08-05 20:08:37 +02:00
Knut Sveidqvist 7e346a56ff Lint fix 2021-08-05 18:18:18 +02:00
Knut Sveidqvist 719480cf76 Updated preview version to 7 2021-08-05 18:05:24 +02:00
Knut Sveidqvist 92f1b9c079 Beta preview version 2021-08-05 17:42:55 +02:00
Knut Sveidqvist d3ae43c4ba Version update 2021-08-05 07:42:52 +02:00
Knut Sveidqvist a4e01dd8e9 preview version 2021-08-05 01:15:34 +02:00
Knut Sveidqvist f77ae2b045 Switch preview release 2021-08-05 01:08:26 +02:00
Knut Sveidqvist eb4ac5c103 Merge 2021-08-04 20:02:16 +02:00
Knut Sveidqvist 7275b215b8 Release 8.11.3 2021-08-04 19:24:50 +02:00
Knut Sveidqvist 9245b0bb8b Updated version 2021-07-29 19:34:51 +02:00
Matthieu MOREL b055015250
Update release-publish.yml 2021-07-29 12:06:11 +02:00
Matthieu MOREL e325bdb16b
Update release-preview-publish.yml 2021-07-29 12:06:00 +02:00
Matthieu MOREL 209ac97d15
Update release-preview-publish.yml 2021-07-29 12:05:18 +02:00
Matthieu MOREL e64cea499f
Update release-publish.yml 2021-07-29 12:04:57 +02:00
Matthieu MOREL c621c145e9
Update release-draft.yml 2021-07-29 12:04:47 +02:00
Matthieu MOREL 6ea84a36dc
Update issue-triage.yml 2021-07-29 12:04:37 +02:00
Matthieu MOREL 9914e9b1ab
Update e2e.yml 2021-07-29 12:04:26 +02:00
Matthieu MOREL 5dfaed91f1
Update build.yml 2021-07-29 12:04:04 +02:00
Knut Sveidqvist a87d557354 Updating version 2021-07-28 11:20:09 +02:00
Knut Sveidqvist 024f7c3275 Hardcoding preview version 2021-07-28 10:20:14 +02:00
Knut Sveidqvist fa65e73bd0 Updated node version for preview publishing 2021-07-28 09:30:55 +02:00
Matthieu MOREL 21afb56089
Update dependabot.yml 2021-07-23 20:30:32 +02:00
dependabot[bot] 169800b209
Bump actions/setup-node from 2.2.0 to 2.3.0 (#25)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  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>
2021-07-21 09:57:30 +02:00
Matthieu MOREL bdacc5e3eb
Update dependabot.yml 2021-07-20 22:17:02 +02:00
dependabot[bot] 3f8ff1a66c
Bump actions/cache from 2.1.5 to 2.1.6 (#4)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
2021-07-15 19:05:38 +02:00
dependabot[bot] 7229b6aaf1
Bump andymckay/labeler from 1.0.2 to 1.0.3 (#3)
Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/andymckay/labeler/releases)
- [Commits](https://github.com/andymckay/labeler/compare/1.0.2...1.0.3)

---
updated-dependencies:
- dependency-name: andymckay/labeler
  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>
2021-07-15 19:05:24 +02:00
dependabot[bot] 3ab447a766
Bump toolmantim/release-drafter from 5.2.0 to 5.15.0 (#2)
Bumps [toolmantim/release-drafter](https://github.com/toolmantim/release-drafter) from 5.2.0 to 5.15.0.
- [Release notes](https://github.com/toolmantim/release-drafter/releases)
- [Commits](https://github.com/toolmantim/release-drafter/compare/v5.2.0...v5.15.0)

---
updated-dependencies:
- dependency-name: toolmantim/release-drafter
  dependency-type: direct:production
  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>
2021-07-15 19:05:07 +02:00
dependabot[bot] 0ed11dc98c
Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#1)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.2.4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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>
2021-07-15 19:04:38 +02:00
Knut Sveidqvist 52b1b23d47
Merge pull request #2164 from mermaid-js/dependabot/github_actions/develop/actions/setup-node-2.2.0
Bump actions/setup-node from 1 to 2.2.0
2021-07-15 14:54:54 +02:00
Knut Sveidqvist cd8620cc9d Node switch for e2e builds 2021-07-15 12:27:21 +02:00
Knut Sveidqvist c29486f515 Switching node version to version 16 2021-07-15 10:22:33 +02:00
Knut Sveidqvist 3fe1f5af60 Switchiung node version 2021-07-15 10:19:55 +02:00
dependabot[bot] 27b6845b78
Bump actions/setup-node from 1 to 2.2.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 20:08:14 +00:00
Sidharth Vinod 9594c8d004
Add code sample in Issue template 2021-04-28 20:06:51 +05:30
Knut Sveidqvist 6dbec06571
Merge pull request #2004 from mermaid-js/dependabot/github_actions/develop/andymckay/labeler-1.0.2
Bump andymckay/labeler from 1.0 to 1.0.2
2021-04-25 11:05:57 +02:00
Knut Sveidqvist 598993e592
Merge pull request #2003 from mermaid-js/dependabot/github_actions/develop/Dunning-Kruger/lock-issues-v1.1
Bump Dunning-Kruger/lock-issues from v1 to v1.1
2021-04-25 11:05:24 +02:00
Knut Sveidqvist d03ef49a3c
Merge pull request #2002 from mermaid-js/dependabot/github_actions/develop/actions/upload-artifact-v2.2.3
Bump actions/upload-artifact from v1 to v2.2.3
2021-04-25 11:02:46 +02:00
Knut Sveidqvist ea108b7733
Merge pull request #2001 from mermaid-js/dependabot/github_actions/develop/actions/checkout-v2.3.4
Update actions/checkout requirement to v2.3.4
2021-04-25 11:02:33 +02:00