Commit Graph

442 Commits

Author SHA1 Message Date
Knut Sveidqvist 79e6013342 Adding dompurify 2021-07-05 11:56:06 +02:00
Knut Sveidqvist 2c00d4c116 Adding dompurify 2021-07-05 11:45:11 +02:00
Knut Sveidqvist 0e881faa87
Merge pull request #2006 from mermaid-js/dependabot/npm_and_yarn/develop/coveralls-3.1.0
Bump coveralls from 3.0.9 to 3.1.0
2021-04-25 11:06:14 +02:00
Knut Sveidqvist 3306b01df9
Merge pull request #2005 from mermaid-js/dependabot/npm_and_yarn/develop/eslint-plugin-prettier-3.4.0
Bump eslint-plugin-prettier from 3.1.2 to 3.4.0
2021-04-25 11:05:39 +02:00
dependabot[bot] 2075e42c6d
Bump coveralls from 3.0.9 to 3.1.0
Bumps [coveralls](https://github.com/nickmerwin/node-coveralls) from 3.0.9 to 3.1.0.
- [Release notes](https://github.com/nickmerwin/node-coveralls/releases)
- [Commits](https://github.com/nickmerwin/node-coveralls/compare/3.0.9...v3.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-25 08:45:09 +00:00
dependabot[bot] cda845f9a6
Bump eslint-plugin-prettier from 3.1.2 to 3.4.0
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.2 to 3.4.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-25 08:44:58 +00:00
dependabot[bot] 646a76570f
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 15:38:22 +00:00
dependabot[bot] df9129364a
Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 01:42:28 +00:00
ilmari-lauhakangas 981bfc9b39
Update yarn.lock 2021-01-21 22:57:02 +02:00
dependabot[bot] b0c5c24d06
Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 03:14:23 +00:00
dependabot[bot] efd14f4c24
Bump highlight.js from 9.18.1 to 9.18.5
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...9.18.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-25 00:41:08 +00:00
dependabot[bot] 9635ef5f16
Bump http-proxy from 1.18.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09 04:19:44 +00:00
dependabot[bot] 084e3df8f7
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 07:50:31 +00:00
Knut Sveidqvist a4bf85b1b6 #1542 Making sure config and directives works for overriding theme variables using initialize call or directives + tests 2020-07-29 18:38:59 +02:00
Knut Sveidqvist c5b55fa476 Some small interim changes, adding theming.doc 2020-07-24 08:25:57 +02:00
Knut Sveidqvist 91da46dd63 #1542 Theme adjustments 2020-07-19 21:10:52 +02:00
Knut Sveidqvist 08064c4243 #1542 Adding khroma for color manipulations 2020-07-18 15:15:50 +02:00
Knut Sveidqvist fd4240b774 #1542 Setting theme options as the regular options 2020-07-16 23:39:38 +02:00
Knut Sveidqvist 8c0e022b44 Template for dynamic styles in place 2020-07-16 20:27:42 +02:00
dependabot[bot] c324200f70
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 17:20:32 +00:00
Knut Sveidqvist 6d076284e8 #1408 Removing crypto-random-string and he 2020-05-13 19:14:18 +02:00
dependabot[bot] c9071ff724
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 23:07:17 +00:00
Christian Klemm b30823d5ac
mermaid upgrade 2020-02-16 19:47:14 +01:00
Christian Klemm 4eeb2a0583
lockfile update 2020-02-16 15:46:45 +01:00
Knut Sveidqvist bf2862f164 Updated packages 2020-02-16 09:30:08 +01:00
Knut Sveidqvist d9ef227435 Updated packages, trying to fix e2e tests in build 2020-02-16 09:17:17 +01:00
Knut Sveidqvist 5d0c44e84b Adding @babel/preset-env inorder to help build action 2020-02-16 08:54:17 +01:00
Knut Sveidqvist 5ea70baa6f #1127 Ugrading of webpack and adding newer terser-webpack-plugin 2019-12-08 10:42:41 +01:00
Christian Klemm 31f4f4096e
upgraded packages 2019-12-03 22:05:39 +01:00
Christian Klemm e95e016378
switched to official dagre d3 2019-12-03 21:59:28 +01:00
Knut Sveidqvist bea2e73b82 #1065 Updated dependency of dagre-d3 to unofficial release 2019-11-27 19:09:14 +01:00
Christian Klemm afd189d24c
removed packages 2019-11-19 21:02:56 +01:00
Christian Klemm cfe9aaf639
adjusts 2019-11-17 21:41:55 +01:00
Pirate Praveen ca5e60b38b Use dagre-d3 master branch (for d3v5) 2019-10-21 22:46:20 +05:30
Alejandro Di Leo 0678f61ce9 Updates node-sass to 4.12 and regenerates lockfiles 2019-10-06 13:15:36 -03:00
Knut Sveidqvist 4411a26002 Cleanup, removed old e2e in favour of cypress 2019-09-18 18:37:53 +02:00
dependabot[bot] 0e548f63f9
chore(deps): bump eslint-utils from 1.3.1 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-12 20:20:09 +00:00
knsv 0890ba0fdd #931 replacing linter 2019-09-12 12:56:20 -07:00
Ashish Jain eb9ac1bbe5 #22 Updated yarn.lock 2019-09-11 21:29:31 +02:00
Ashish Jain 42fc23cff2 #22 Basic Pie Chart 2019-09-11 21:20:28 +02:00
Knut Sveidqvist 4dda6b8a81 #927 Updated yarn.lock 2019-09-11 19:16:15 +02:00
Knut Sveidqvist 9f87ab4941 #927 Adding support for cypress and Percy 2019-09-11 18:53:05 +02:00
Knut Sveidqvist 27d0b934a1
Merge pull request #917 from knsv/dependabot/npm_and_yarn/mixin-deep-1.3.2
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2
2019-08-29 17:16:43 +02:00
dependabot[bot] 43cff9e1a3
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-29 02:30:07 +00:00
dependabot[bot] a3c1928fc0
chore(deps): bump eslint-utils from 1.3.1 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-26 18:25:33 +00:00
Alexander Sage cfea52f570 chore: integrate jison into webpack build 2019-08-03 15:05:43 -07:00
knsv f11d1a6fa1 #847 Better sanitizing of urls 2019-07-22 02:18:09 -07:00
Knut Sveidqvist 615381f8e7
Merge pull request #879 from knsv/dependabot/npm_and_yarn/js-yaml-3.13.1
chore(deps): bump js-yaml from 3.12.0 to 3.13.1
2019-07-14 08:48:59 -07:00
Knut Sveidqvist b01f7e1d54
Merge pull request #880 from knsv/dependabot/npm_and_yarn/fstream-1.0.12
chore(deps): bump fstream from 1.0.11 to 1.0.12
2019-07-14 08:48:15 -07:00
dependabot[bot] ec4be237b5
chore(deps): bump atob from 2.0.3 to 2.1.2
Bumps [atob](https://github.com/coolaj86/node-browser-compat) from 2.0.3 to 2.1.2.
- [Release notes](https://github.com/coolaj86/node-browser-compat/releases)
- [Commits](https://github.com/coolaj86/node-browser-compat/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 13:50:12 +00:00
dependabot[bot] 6249c90bc9
chore(deps): bump fstream from 1.0.11 to 1.0.12
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 13:50:06 +00:00
dependabot[bot] 69efac3634
chore(deps): bump js-yaml from 3.12.0 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 13:49:54 +00:00
Knut Sveidqvist c818dbb5a0 Setting default securityLevel to strict, updated docs in mermaidAPI 2019-07-14 06:07:27 -07:00
Knut Sveidqvist 9753578903 Removed filelog as it causes a security warning 2019-07-14 02:44:46 -07:00
dependabot[bot] 27cc737fe1
Bump lodash.mergewith from 4.6.1 to 4.6.2
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 08:00:36 +00:00
dependabot[bot] 363b878a24
Bump lodash from 4.17.11 to 4.17.13
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 07:04:21 +00:00
Adam Wulf 24600355c8 Merge remote-tracking branch 'origin/master' into flow/trapezoid 2019-06-25 22:36:13 -05:00
Knut Sveidqvist e0a70bd352 Merge of latest changesin to pr #804 2019-06-09 12:40:37 -07:00
Knut Sveidqvist df7dc21893 Merge branch 'no-bloat' 2019-06-09 07:00:29 -07:00
dependabot[bot] 2c1913af23
Bump sshpk from 1.13.1 to 1.16.1
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1.
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](https://github.com/joyent/node-sshpk/compare/v1.13.1...v1.16.1)
2019-06-04 19:01:24 +00:00
Fabio Spampinato ed3d15501a Aligned “lodash” version with other dependencies, so that it gets deduplicated 2019-06-04 03:52:01 +02:00
Fabio Spampinato fef85cf259 Importing only specific modules from "lodash" 2019-06-04 03:32:56 +02:00
Fabio Spampinato 9290aa2b61 Replaced “moment” with “moment-mini" 2019-06-04 03:14:35 +02:00
Knut Sveidqvist e081e4c9c6 Fixed som dependencies 2019-05-31 14:59:23 +02:00
Knut Sveidqvist 357e738983 Adding image snapshots for graphs 2019-05-31 14:20:43 +02:00
Knut Sveidqvist 6974892a11 Added jest, jest-puppeteer and jest-image-snapshot for e2e tests 2019-05-30 19:27:27 +02:00
abzicht f272cff7f6 Adding minify capability 2019-03-10 18:23:11 +01:00
Tyler Long 349aeb5a26 Upgrade dependencies 2018-12-17 14:56:26 +08:00
Tyler Long 44ff608868 ultimate solution to position the svg 2018-04-12 09:06:20 +08:00
Tyler Long 03f9264394 Update dependencies 2018-03-20 21:49:31 +08:00
Tyler Long 52d0605066 Fix subgraph issue 2018-03-17 18:12:24 +08:00
Tyler Long 011220180c Release 8.0.0-alpha.6 2018-03-13 19:31:04 +08:00
Tyler Long 2ed515091f Add id as css scope 2018-03-11 21:36:59 +08:00
Tyler Long 003e5575b9 Setup code coverage 2018-03-10 08:54:28 +08:00
Tyler Long d904574ea8 Replace Karma + Jasmine with Jest 2018-03-10 08:42:59 +08:00
Tyler Long cbb884edae Simplify webpack config 2018-03-09 20:49:12 +08:00
Tyler Long 0a7829fcfe Replace less with scss 2018-03-09 16:23:35 +08:00
Tyler Long 048b39ae16 Remove coveralls 2018-03-09 14:23:37 +08:00
Tyler Long bb365ca1b5 Replace CodeClimate with coveralls 2018-03-09 14:01:53 +08:00
Tyler Long cf2b415cd3 Update todo list 2018-03-08 22:26:30 +08:00
Tyler Long 6a9bd22904 Remove d3-textwrap 2018-03-08 21:33:23 +08:00
Tyler Long d4ac9f8114 Try to upgrade d3 to v4 2018-03-06 16:32:29 +08:00
Tyler Long 4bc2f4d26d Add husky 2018-03-06 16:11:36 +08:00
Tyler Long 89f3de169c Upgrade more dependencies 2018-03-06 16:00:14 +08:00
Tyler Long bc04bb28fe Update karma 2018-03-06 15:27:12 +08:00
Tyler Long 9df8d319c3 Update puppeteer to latest version 2018-03-06 15:06:23 +08:00
Tyler Long 3f55200737 Update some dependencies 2018-03-06 14:37:27 +08:00
Tyler Long 26eaaa8c79 Update dependencies 2017-12-20 22:02:21 +08:00
Tyler Long 77f1a8ecac Remove mermaid CLI from main project. Release 7.1.0 2017-09-14 11:26:21 +08:00
Tyler Long fe0434cb16 Release 7.0.17 2017-09-12 23:13:49 +08:00
Tyler Long 0a828ee67f Load less tyle as string 2017-09-12 21:33:39 +08:00
Tyler Long 5424092189 Use puppeteer and sourcemap 2017-09-12 16:08:03 +08:00
Tyler Long 2d91daf858 Replace tape with jest 2017-09-10 11:42:39 +08:00
Tyler Long e0f5f10215 Release 7.0.10 2017-09-09 00:58:41 +08:00
Tyler Long 11a949b78e Release 7.0.9 2017-09-06 11:12:21 +08:00
Tyler Long 81007f841a Use babel-plugin-lodash 2017-09-05 21:19:53 +08:00
Tyler Long 84f592c417 Update dagre-d3-renderer 2017-09-05 20:57:13 +08:00
Tyler Long 3fbb5f08b8 Remove live-server 2017-09-03 20:07:40 +08:00
Tyler Long 73eb98c4c3 Remove babel-plugin-transform-remove-strict-mode 2017-09-03 08:26:57 +08:00
Tyler Long 894616bef9 Release 7.0.7 2017-09-02 23:44:00 +08:00
Tyler Long 1cfd6b67b3 Remove unused dependencies 2017-09-01 21:54:58 +08:00
Tyler Long 5e4d8a1034 Remove unused dependencies 2017-09-01 21:20:40 +08:00
Tyler Long 00785daac9 Remove useless dependencies 2017-09-01 21:14:33 +08:00
Tyler Long 12bfc9570a Remove useless dependencies 2017-09-01 21:10:26 +08:00
Tyler Long 6fe62060c6 Update config 2017-09-01 18:05:46 +08:00
Tyler Long b077918832 Update library 2017-09-01 15:33:20 +08:00
Tyler Long 73a66b8206 Update libries 2017-09-01 14:52:27 +08:00
Tyler Long d596b58895 Update dependencies 2017-08-16 23:57:43 +08:00
Tyler Long a6ab0a5742 Update libraries 2017-05-31 21:46:09 +08:00
Tyler Long 1dcb6cd390 Update travis config 2017-04-26 10:45:12 +08:00
Tyler Long 391149dbd8 Refactor webpack config code 2017-04-22 17:12:12 +08:00
Tyler Long c52a8fc442 Webpack compile less to css 2017-04-22 15:40:35 +08:00
Tyler Long a4d06742c3 Remove jshint because we are using standard style based on ESLint 2017-04-21 11:21:42 +08:00
Tyler Long 95712ea357 Update package.json 2017-04-19 18:37:55 +08:00
Tyler Long d5178f61f1 Remove gulp-uglify 2017-04-19 00:02:38 +08:00
Tyler Long 941a7f9ff5 Get rid of browserify 2017-04-18 23:35:52 +08:00
Tyler Long 0ccc216a2c Replace karma-browserify with karma-webpack 2017-04-18 23:20:38 +08:00
Tyler Long f0dc7f89e4 Replace phantomjs with phantomjs-prebuilt 2017-04-18 22:20:49 +08:00
Tyler Long 332ceb0da6 Replace karma + PhantomJS with karma + Chrome headless 2017-04-18 22:14:02 +08:00
Tyler Long 5d68359eb6 First working version of babel 2017-04-17 22:34:25 +08:00
Tyler Long 0ebf162673 Try babel 2017-04-17 16:47:26 +08:00
Tyler Long 166acad749 Remove some dependencies 2017-04-17 00:52:23 +08:00
Tyler Long 15bfc12cbe Remove useless dependencies 2017-04-17 00:37:01 +08:00
Tyler Long e16e501b93 mermaidAPI should target node 2017-04-16 21:38:48 +08:00
Tyler Long e17ec3e299 Don't use d3-textwrap before it's for d3 v4 only 2017-04-15 16:44:25 +08:00
Tyler Long 9d56595d48 Update libraries to latest version 2017-04-15 15:34:23 +08:00
Tyler Long ea11f8bff1 Use external d3-textwrap 2017-04-15 14:49:35 +08:00
Tyler Long fd5b3083dd Update d3 to 3.5.17 2017-04-15 13:26:58 +08:00
Tyler Long 58a787b660 Upgrade D3 to 3.5.12 2017-04-15 13:22:26 +08:00
Tyler Long 173899fc76 First fully working version of webpack 2017-04-15 12:38:24 +08:00
Tyler Long 7166ade310 Debug flowchart 2017-04-15 12:28:16 +08:00
Tyler Long 7b935823da First working version of webpack 2017-04-15 10:28:37 +08:00
Tyler Long e945bf884e First try of webpack 2017-04-14 17:43:53 +08:00
Tyler Long d87da684a9 eslint watch 2017-04-13 22:35:27 +08:00
Tyler Long 15bdaca2f9 Use yarn install of npm 2017-04-13 22:21:09 +08:00
Tyler Long 546e766fd9 Add JavaScript Standard Style 2017-04-10 21:15:12 +08:00
Tyler Long 432f3446b0 Minor change to d3 version 2017-04-10 20:28:50 +08:00
Tyler Long 19212eb4aa Upgrade all libraries except d3 2017-04-10 18:10:30 +08:00
Tyler Long 176ffa8e7c Update phantomjs 2017-04-10 17:52:19 +08:00
Tyler Long 3caa755b28 Update some libraries 2017-04-10 17:46:52 +08:00
Tyler Long e48ff4c7e9 Update chalk, he and lodash 2017-04-10 17:43:02 +08:00
Tyler Long 2525929e8d Add yarn.lock file 2017-04-10 16:45:22 +08:00