dependabot-preview[bot]
c226a65893
build(deps-dev): bump copy-webpack-plugin from 5.1.1 to 6.0.2 ( #369 )
...
* build(deps-dev): bump copy-webpack-plugin from 5.1.1 to 6.0.2 in /html
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 5.1.1 to 6.0.2.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.1...v6.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* html: update webpack config
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Shuanglei Tao <tsl0922@gmail.com >
2020-06-18 23:55:55 +08:00
dependabot-preview[bot]
8b424b5764
build(deps-dev): bump terser-webpack-plugin from 3.0.1 to 3.0.5 ( #383 )
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 3.0.1 to 3.0.5.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.1...v3.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 23:41:44 +08:00
dependabot-preview[bot]
8b217ea120
build(deps-dev): bump lint-staged from 10.2.6 to 10.2.11 ( #384 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.2.6 to 10.2.11.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.6...v10.2.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 23:16:03 +08:00
dependabot-preview[bot]
c9841295ef
build(deps-dev): bump css-loader from 3.5.3 to 3.6.0 ( #380 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.5.3...v3.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 23:14:58 +08:00
dependabot-preview[bot]
fc1e93fed2
build(deps-dev): bump ts-loader from 7.0.4 to 7.0.5 ( #363 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v7.0.4...v7.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 23:14:07 +08:00
dependabot-preview[bot]
8cabc894bb
build(deps-dev): bump typescript from 3.9.3 to 3.9.5 ( #371 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.3 to 3.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.3...v3.9.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 23:07:51 +08:00
Shuanglei Tao
35e2507b7c
xterm.js 4.7.0
2020-06-18 23:05:50 +08:00
Shuanglei Tao
b08d106933
cmake: update git command args ( #293 )
2020-06-18 22:54:21 +08:00
Bartosz Biłas
ae65376058
cmake: fix build without C++ ( #382 )
...
Specify that ttyd is a C project to avoid the
following build failure if a C++ compiler isn't found.
CMake Error at CMakeLists.txt:3 (project):
The CMAKE_CXX_COMPILER:
/home/bartekk/Projects/buildroots/buildroot-dev/buildroot/output/host/bin/arm-buildroot-linux-uclibcgnueabihf-g++
is not a full path to an existing compiler tool.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com >
2020-06-15 23:42:32 +08:00
Shuanglei Tao
70c12e4afa
http: fix build with lws 1.7
2020-06-14 00:33:35 +08:00
Girts
56d26accd3
protocol: fix readonly handling ( #373 )
...
Previously, if running in readonly mode (`-R`), we would keep
accumulating incoming websocket data to `pss->buffer`, resizing it with
every incoming message. This would also break the `RESIZE` operation as
we would never get rid of the `INPUT` message.
Now we discard `INPUT` messages in `readonly` mode, 1) allowing resize
to work and 2) preventing the buffer from growing indefinitely.
2020-06-06 21:51:15 +08:00
dependabot-preview[bot]
3950bdc2f4
build(deps): [security] bump websocket-extensions ( #372 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4. **This update includes a security fix.**
- [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-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-06 10:54:51 +08:00
Shuanglei Tao
17865704de
html: rebuild header file
2020-05-23 00:52:39 +08:00
dependabot-preview[bot]
0052aa9430
build(deps-dev): bump lint-staged from 10.2.2 to 10.2.6 ( #362 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.2.2 to 10.2.6.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.2...v10.2.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-23 00:49:43 +08:00
dependabot-preview[bot]
39adbad2d6
build(deps-dev): bump typescript from 3.9.2 to 3.9.3 ( #360 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.2...v3.9.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-23 00:49:28 +08:00
dependabot-preview[bot]
6725c918bd
build(deps): bump preact from 10.4.1 to 10.4.4 ( #358 )
...
Bumps [preact](https://github.com/preactjs/preact ) from 10.4.1 to 10.4.4.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.4.1...10.4.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-23 00:47:53 +08:00
Shuanglei Tao
8bcca5bc74
xterm.js 4.6.0
2020-05-23 00:43:17 +08:00
Adam Bliss
2beab0d203
Fix type declaration ( #357 )
...
`pty` is a file descriptor (i.e. an int), not a pid.
2020-05-19 10:20:57 +08:00
dependabot-preview[bot]
b25259742c
build(deps-dev): bump typescript from 3.8.3 to 3.9.2 ( #350 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.8.3 to 3.9.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-15 00:15:31 +08:00
dependabot-preview[bot]
47ae9f57fb
build(deps-dev): bump webpack-dev-server from 3.10.3 to 3.11.0 ( #347 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.10.3 to 3.11.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.10.3...v3.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-12 21:12:42 +08:00
dependabot-preview[bot]
27abff4525
build(deps-dev): bump ts-loader from 7.0.3 to 7.0.4 ( #349 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v7.0.3...v7.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-12 21:12:07 +08:00
dependabot-preview[bot]
37a8ac43e6
build(deps-dev): bump ts-loader from 7.0.2 to 7.0.3 ( #342 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v7.0.2...v7.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-08 17:35:34 +08:00
dependabot-preview[bot]
bbfcd5e563
build(deps-dev): bump terser-webpack-plugin from 3.0.0 to 3.0.1 ( #343 )
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.0...v3.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-08 17:13:36 +08:00
dependabot-preview[bot]
c8bb137e98
build(deps-dev): bump node-sass from 4.14.0 to 4.14.1 ( #340 )
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.14.0 to 4.14.1.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.14.0...v4.14.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-05 18:40:33 +08:00
Shuanglei Tao
ff2eebc4cc
src: fix lws version check for keep alive
2020-05-02 23:26:59 +08:00
Wiki Wang
2511d2deca
html: set URL of stylesheet by href
...
URL should be set with attribute `href`, `src` is no longer supportd by new browsers
2020-05-02 23:23:37 +08:00
dependabot-preview[bot]
75eb9c543b
build(deps-dev): bump terser-webpack-plugin from 2.3.5 to 3.0.0 ( #339 )
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 2.3.5 to 3.0.0.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.5...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-02 23:10:38 +08:00
dependabot-preview[bot]
318c1ea709
build(deps-dev): bump ts-loader from 7.0.1 to 7.0.2 ( #336 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v7.0.1...v7.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-02 23:07:11 +08:00
dependabot-preview[bot]
fc361ab2d3
build(deps-dev): bump html-webpack-plugin from 4.2.0 to 4.3.0 ( #338 )
...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.2.0...v4.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-02 23:05:05 +08:00
dependabot-preview[bot]
990888070d
build(deps-dev): bump tslint from 6.1.1 to 6.1.2 ( #332 )
...
Bumps [tslint](https://github.com/palantir/tslint ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/palantir/tslint/releases )
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/palantir/tslint/compare/6.1.1...6.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-02 23:03:33 +08:00
dependabot-preview[bot]
60bccd91e4
build(deps-dev): bump lint-staged from 10.1.7 to 10.2.2 ( #337 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.1.7 to 10.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.7...v10.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-02 23:01:45 +08:00
dependabot-preview[bot]
70b57c3435
build(deps-dev): bump style-loader from 1.1.4 to 1.2.1 ( #333 )
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 1.1.4 to 1.2.1.
- [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/v1.1.4...v1.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-02 23:00:53 +08:00
dependabot-preview[bot]
5061ec0315
build(deps-dev): bump css-loader from 3.5.2 to 3.5.3 ( #330 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.5.2...v3.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-02 22:57:35 +08:00
Shuanglei Tao
29507eda2f
html: rebuild header file
2020-04-24 21:56:14 +08:00
dependabot-preview[bot]
27ec03d193
build(deps): bump preact from 10.3.4 to 10.4.1 in /html ( #323 )
...
Bumps [preact](https://github.com/preactjs/preact ) from 10.3.4 to 10.4.1.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.3.4...10.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-24 21:43:42 +08:00
dependabot-preview[bot]
80668ced92
build(deps-dev): bump html-webpack-plugin from 4.0.0 to 4.2.0 in /html ( #313 )
...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.0.0...v4.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-24 21:43:14 +08:00
dependabot-preview[bot]
616a5b8423
build(deps-dev): bump node-sass from 4.13.1 to 4.14.0 in /html ( #327 )
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.13.1 to 4.14.0.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v4.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-24 21:42:20 +08:00
dependabot-preview[bot]
113ff93e8c
build(deps-dev): bump lint-staged from 10.1.3 to 10.1.7 in /html ( #326 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.1.3 to 10.1.7.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.3...v10.1.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-24 21:42:07 +08:00
dependabot-preview[bot]
ba21a7d86b
build(deps-dev): bump webpack from 4.42.1 to 4.43.0 in /html ( #325 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.42.1 to 4.43.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-24 21:41:44 +08:00
dependabot-preview[bot]
5bb30bd82f
build(deps-dev): bump ts-loader from 6.2.1 to 7.0.1 in /html ( #320 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 6.2.1 to 7.0.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v6.2.1...v7.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-24 21:40:07 +08:00
dependabot-preview[bot]
8ab3ab8258
build(deps-dev): bump style-loader from 1.1.3 to 1.1.4 in /html ( #317 )
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 1.1.3 to 1.1.4.
- [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/v1.1.3...v1.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-24 21:39:54 +08:00
dependabot-preview[bot]
5ae03aeb4c
build(deps-dev): bump husky from 4.2.3 to 4.2.5 in /html ( #310 )
...
Bumps [husky](https://github.com/typicode/husky ) from 4.2.3 to 4.2.5.
- [Release notes](https://github.com/typicode/husky/releases )
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md )
- [Commits](https://github.com/typicode/husky/compare/v4.2.3...v4.2.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-24 21:37:54 +08:00
dependabot-preview[bot]
913b3bb392
build(deps-dev): bump css-loader from 3.4.2 to 3.5.2 ( #306 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.4.2 to 3.5.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.2...v3.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-11 10:02:17 +08:00
dependabot-preview[bot]
110126b32a
build(deps-dev): bump lint-staged from 10.0.8 to 10.1.3 ( #304 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.0.8 to 10.1.3.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.0.8...v10.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-11 10:00:36 +08:00
dependabot-preview[bot]
96834c98b5
build(deps-dev): bump tslint from 5.20.1 to 6.1.1 ( #302 )
...
Bumps [tslint](https://github.com/palantir/tslint ) from 5.20.1 to 6.1.1.
- [Release notes](https://github.com/palantir/tslint/releases )
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/palantir/tslint/compare/5.20.1...6.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-11 09:59:07 +08:00
Shuanglei Tao
2f4ab72206
remove greenkeeper config
2020-04-11 09:58:12 +08:00
Shuanglei Tao
bf8a0d21a3
html: xterm.js 4.5.0
2020-04-11 09:52:54 +08:00
Shuanglei Tao
c38cdc3fd7
clang-format: udpate ColumnLimit to 100 and reformat code
2020-03-26 01:27:11 +08:00
Daniel Monteiro Basso
398bebf091
Improvements for --base-path usage ( #292 )
...
* Trim trailing slashes in --base-path option
* Redirect `/base-path` to `/base-path/`
* Log endpoints if --base-path is provided
* Use predefined token for standard header 'location'
2020-03-25 17:12:33 +08:00
greenkeeper[bot]
ea27950594
Update webpack in group default to the latest version 🚀 ( #288 )
...
* chore(package): update webpack to version 4.42.1
* chore(package): update lockfile html/yarn.lock
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-03-24 23:18:52 +08:00