* master:
typo
Use LTS: 14.16.0-alpine3.13
Bump node.js from 13.6 to 15.11
Updated of mermaid to version 8.9.2
Release
Upgrading to mermaid v8.9.1
Updated linked stylesheet from font-awesome.min.css to all.min.css
Updated fontawesome stylesheet link
Add build command.
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.
* origin/master: (29 commits)
Change dependabot Target branch
Release
Use hasOwnProperty
Hide copy button if clipboardItem unavailable.
Release
Init Fix
Release
Fix import error-store
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
...
* 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
* '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