Konstantin Gukov
749ded1f65
Use LTS: 14.16.0-alpine3.13
2021-03-25 14:22:44 +01:00
Konstantin Gukov
2783f9306d
Bump node.js from 13.6 to 15.11
...
Currently building the docker image fails with the following error:
```
=> [mermaid-live-editor-builder 4/5] RUN yarn install 25.2s= => ERROR [mermaid-live-editor-builder 5/5] RUN yarn build 0.8s
------ > [mermaid-live-editor-builder 5/5] RUN yarn build:
#9 0.399 yarn run v1.21.1
#9 0.432 $ webpack build
#9 0.748 internal/modules/cjs/loader.js:628
#9 0.748 throw e;
#9 0.748 ^
#9 0.748
#9 0.748 Error: No valid exports main found for '/home/node_modules/colorette'
#9 0.748 at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)
#9 0.748 at applyExports (internal/modules/cjs/loader.js:502:14)
#9 0.748 at resolveExports (internal/modules/cjs/loader.js:551:12)
#9 0.748 at Function.Module._findPath (internal/modules/cjs/loader.js:657:22)
#9 0.748 at Function.Module._resolveFilename (internal/modules/cjs/loader.js:960:27)
#9 0.748 at Function.Module._load (internal/modules/cjs/loader.js:855:27)
#9 0.748 at Module.require (internal/modules/cjs/loader.js:1033:19)
#9 0.748 at require (/home/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
#9 0.748 at Object.<anonymous> (/home/node_modules/webpack-cli/lib/webpack-cli.js:10:66)
#9 0.748 at Module._compile (/home/node_modules/v8-compile-cache/v8-compile-cache.js:192:30) {
#9 0.748 code: 'MODULE_NOT_FOUND'
#9 0.748 }
#9 0.763 error Command failed with exit code 1.
#9 0.763 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
------
executor failed running [/bin/sh -c yarn build]: exit code: 1
```
This is because colorette doesn't work with Node.js 13: https://github.com/jorgebucaran/colorette/issues/46
Any node.js other than 13 would work. If there's a reason to not use the latest version, we can change it to 14.16.
2021-03-17 12:02:48 +01:00
Knut Sveidqvist
eef85b47f1
Updated of mermaid to version 8.9.2
2021-03-11 21:29:09 +01:00
github-actions
233379636b
Release
2021-02-18 20:57:01 +00:00
Knut Sveidqvist
c78c177a17
Upgrading to mermaid v8.9.1
2021-02-18 21:55:09 +01:00
Sidharth Vinod
0ed730dfa6
Merge pull request #108 from athiramanu/bug/3_link_recent_fontawesome_stylesheet
...
Updated fontawesome stylesheet link
2021-02-12 23:20:52 +05:30
athiramanu
a368d4173d
Updated linked stylesheet from font-awesome.min.css to all.min.css
2021-02-08 12:28:24 +05:30
athiramanu
3f8a8d0d82
Updated fontawesome stylesheet link
2021-02-08 09:32:47 +05:30
Sidharth Vinod
870d9e609e
Add build command.
2021-02-02 13:06:15 +05:30
Sidharth Vinod
7fc6ccf7d3
Change dependabot Target branch
2021-02-01 12:31:56 +05:30
github-actions
45c181b71a
Release
2021-01-30 05:47:33 +00:00
Sidharth Vinod
6f586ff22c
Merge pull request #98 from mermaid-js/sidv/firefoxClipboardFix
...
Hide copy button if clipboardItem unavailable.
2021-01-30 11:16:04 +05:30
Sidharth Vinod
9da7238c3b
Use hasOwnProperty
2021-01-30 11:14:34 +05:30
Sidharth Vinod
ec8c53cd5d
Hide copy button if clipboardItem unavailable.
...
Fixes #97
2021-01-30 11:09:37 +05:30
github-actions
3e87022910
Release
2021-01-30 03:36:08 +00:00
Sidharth Vinod
5289ecf2a5
Init Fix
2021-01-30 09:04:21 +05:30
github-actions
978a0a22a1
Release
2021-01-30 03:29:25 +00:00
Sidharth Vinod
4594446106
Merge pull request #87 from mermaid-js/sidharthv96/cleanup
...
Housekeeping
2021-01-30 08:57:54 +05:30
Sidharth Vinod
4c6bdf9f86
Fix import error-store
2021-01-30 08:36:18 +05:30
Sidharth Vinod
206b933c68
Merge remote-tracking branch 'origin/master' into sidharthv96/cleanup
...
* origin/master:
Release
Fix auto view redirect to edit
Add favicon
Fix Build
Release
Fix empty editor on load
Webpack dev server
Bump webpack-cli from 3.3.10 to 4.4.0
Bump style-loader from 0.23.1 to 2.0.0
Bump serve from 11.2.0 to 11.3.2
Bump svelte-routing from 1.4.0 to 1.4.2
Bump husky from 4.3.0 to 4.3.8
Move file
Weekly updates
Add dependabot
2021-01-30 00:12:14 +05:30
github-actions
a581b93f63
Release
2021-01-29 18:11:34 +00:00
Sidharth Vinod
715d0f90b4
Fix auto view redirect to edit
2021-01-29 23:39:55 +05:30
Sidharth Vinod
17166a33e1
Merge branch 'master' of https://github.com/mermaid-js/mermaid-live-editor
...
* 'master' of https://github.com/mermaid-js/mermaid-live-editor :
Fix Build
Webpack dev server
Bump webpack-cli from 3.3.10 to 4.4.0
Bump style-loader from 0.23.1 to 2.0.0
Bump serve from 11.2.0 to 11.3.2
Bump svelte-routing from 1.4.0 to 1.4.2
2021-01-26 19:05:15 +05:30
Sidharth Vinod
0ae041e775
Add favicon
2021-01-26 19:05:08 +05:30
Sidharth Vinod
48ace182eb
Merge pull request #96 from mermaid-js/dependabot
...
Dependabot Updates
2021-01-26 17:33:04 +05:30
Sidharth Vinod
5da091fc1f
Fix Build
2021-01-26 17:29:32 +05:30
Sidharth Vinod
11f9ad2e63
Merge remote-tracking branch 'origin/master' into dependabot
...
* origin/master:
Release
Fix empty editor on load
2021-01-26 17:15:56 +05:30
github-actions
ee8ea8f710
Release
2021-01-26 11:44:05 +00:00
Sidharth Vinod
39751eb17d
Fix empty editor on load
2021-01-26 17:10:47 +05:30
Sidharth Vinod
1b958de70e
Webpack dev server
2021-01-26 16:47:10 +05:30
Sidharth Vinod
b1d8ea152a
Merge remote-tracking branch 'origin/f624dependabot/npm_and_yarn/svelte-routing-1.4.2' into dependabot
...
* origin/f624dependabot/npm_and_yarn/svelte-routing-1.4.2:
Bump svelte-routing from 1.4.0 to 1.4.2
2021-01-26 16:39:08 +05:30
Sidharth Vinod
5f1c5e1387
Merge remote-tracking branch 'origin/c6f6dependabot/npm_and_yarn/serve-11.3.2' into dependabot
...
* origin/c6f6dependabot/npm_and_yarn/serve-11.3.2:
Bump serve from 11.2.0 to 11.3.2
2021-01-26 16:38:59 +05:30
Sidharth Vinod
ac9680ddc7
Merge remote-tracking branch 'origin/a735dependabot/npm_and_yarn/webpack-cli-4.4.0' into dependabot
...
* origin/a735dependabot/npm_and_yarn/webpack-cli-4.4.0:
Bump webpack-cli from 3.3.10 to 4.4.0
Bump husky from 4.3.0 to 4.3.8
2021-01-26 16:37:52 +05:30
dependabot[bot]
c7c0090491
Bump webpack-cli from 3.3.10 to 4.4.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.10 to 4.4.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.10...webpack-cli@4.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 11:06:42 +00:00
Sidharth Vinod
0ab410ae6d
Merge pull request #91 from mermaid-js/fb9edependabot/npm_and_yarn/husky-4.3.8
...
Bump husky from 4.3.0 to 4.3.8
2021-01-26 16:32:38 +05:30
dependabot[bot]
4b7351f3c8
Bump style-loader from 0.23.1 to 2.0.0
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 0.23.1 to 2.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases )
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v2.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 10:36:27 +00:00
dependabot[bot]
5b89e39371
Bump serve from 11.2.0 to 11.3.2
...
Bumps [serve](https://github.com/zeit/serve ) from 11.2.0 to 11.3.2.
- [Release notes](https://github.com/zeit/serve/releases )
- [Commits](https://github.com/zeit/serve/compare/11.2.0...11.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 10:36:21 +00:00
dependabot[bot]
17deed9f2d
Bump svelte-routing from 1.4.0 to 1.4.2
...
Bumps [svelte-routing](https://github.com/EmilTholin/svelte-routing ) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/EmilTholin/svelte-routing/releases )
- [Changelog](https://github.com/EmilTholin/svelte-routing/blob/master/CHANGELOG.md )
- [Commits](https://github.com/EmilTholin/svelte-routing/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 10:36:17 +00:00
dependabot[bot]
d37fbed1c4
Bump husky from 4.3.0 to 4.3.8
...
Bumps [husky](https://github.com/typicode/husky ) from 4.3.0 to 4.3.8.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v4.3.0...v4.3.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 10:36:04 +00:00
Sidharth Vinod
23f8c31b92
Merge pull request #90 from mermaid-js/dependabot
...
Dependabot
2021-01-26 16:02:04 +05:30
Sidharth Vinod
99298a4ea0
Move file
2021-01-26 15:59:47 +05:30
Sidharth Vinod
70aef3f9b4
Weekly updates
2021-01-26 15:43:18 +05:30
Sidharth Vinod
437ff58915
Add dependabot
2021-01-26 15:41:03 +05:30
Sidharth Vinod
befe6f05bc
Cleanup
2021-01-23 13:27:30 +05:30
Sidharth Vinod
7dd14021fa
Merge branch 'master' of https://github.com/mermaid-js/mermaid-live-editor into sidharthv96/cleanup
...
* 'master' of https://github.com/mermaid-js/mermaid-live-editor :
Release
Fix Config Update
2021-01-23 13:26:38 +05:30
github-actions
449276c2dd
Release
2021-01-23 07:42:09 +00:00
Sidharth Vinod
0161857277
Merge pull request #86 from mermaid-js/fixEditInit
...
Fix Editor Init
2021-01-23 13:10:40 +05:30
Sidharth Vinod
3fb966ddb0
Fix Config Update
2021-01-23 13:05:32 +05:30
Sidharth Vinod
df0e6edce1
Merge branch 'fixEditInit' into sidharthv96/cleanup
...
* fixEditInit:
Fix Editor Init. Fixes #85
2021-01-23 12:30:52 +05:30
Sidharth Vinod
f6bebecfba
Merge branch 'master' of https://github.com/mermaid-js/mermaid-live-editor into sidharthv96/cleanup
...
* 'master' of https://github.com/mermaid-js/mermaid-live-editor :
Release
Add deployment
Fix header image
Fix font path
Update Monaco Editor
2021-01-23 12:26:17 +05:30