downgrade to chessground 7.6.5

Before the chessground es6 commit, which breaks the lila build:

[00:39:40] Using gulpfile ~/build/ornicar/lila/ui/editor/gulpfile.js
[00:39:40] Starting 'prod'...
[00:39:41] 'prod' errored after 1.23 s
[00:39:41] Error:
/home/travis/build/ornicar/lila/node_modules/chessground/chessground.js:1
import { start } from './api';
^
ParseError: 'import' and 'export' may appear only with 'sourceType: module'
    at formatError (/home/travis/build/ornicar/lila/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js:21:10)
    at Gulp.<anonymous> (/home/travis/build/ornicar/lila/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js:33:15)
    at Gulp.emit (events.js:203:15)
    at Gulp.EventEmitter.emit (domain.js:448:20)
    at Object.error (/home/travis/build/ornicar/lila/node_modules/undertaker/lib/helpers/createExtensions.js:61:10)
    at handler (/home/travis/build/ornicar/lila/node_modules/now-and-later/lib/map.js:50:14)
    at f (/home/travis/build/ornicar/lila/node_modules/once/once.js:25:25)
    at f (/home/travis/build/ornicar/lila/node_modules/once/once.js:25:25)
    at tryCatch (/home/travis/build/ornicar/lila/node_modules/async-done/index.js:24:15)
    at done (/home/travis/build/ornicar/lila/node_modules/async-done/index.js:40:12)
parallel: This job failed:
build editor
pull/5321/head
Thibault Duplessis 2019-07-13 09:51:41 +02:00
parent 5044c5dfb5
commit af1a4ed009
7 changed files with 11 additions and 11 deletions

View File

@ -39,7 +39,7 @@
"ceval": "1.0.0",
"chat": "2.0.0",
"chess": "1.0.0",
"chessground": "^7.6",
"chessground": "7.6.5",
"common": "1.0.0",
"game": "1.0.0",
"nvui": "1.0.0",

View File

@ -36,7 +36,7 @@
"watchify": "^3"
},
"dependencies": {
"chessground": "^7.6",
"chessground": "7.6.5",
"mithril": "github:ornicar/mithril.js#lila-1",
"common": "1.0.0"
}

View File

@ -34,7 +34,7 @@
"watchify": "^3"
},
"dependencies": {
"chessground": "^7.6",
"chessground": "7.6.5",
"common": "1.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
}

View File

@ -36,7 +36,7 @@
"dependencies": {
"ceval": "1.0.0",
"chess": "1.0.0",
"chessground": "^7.6",
"chessground": "7.6.5",
"common": "1.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
"tree": "1.0.0"

View File

@ -34,7 +34,7 @@
},
"dependencies": {
"chat": "2.0.0",
"chessground": "^7.6",
"chessground": "7.6.5",
"common": "1.0.0",
"game": "1.0.0",
"nvui": "1.0.0",

View File

@ -34,7 +34,7 @@
},
"dependencies": {
"chat": "2.0.0",
"chessground": "^7.6",
"chessground": "7.6.5",
"common": "1.0.0",
"game": "1.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"

View File

@ -945,6 +945,11 @@ chalk@^2.3.0, chalk@^2.4.2:
version "0.10.2"
resolved "https://codeload.github.com/ornicar/chess.js/tar.gz/ad0709c0b07773d9d0da8e4605a9a2a28f00d249"
chessground@7.6.5:
version "7.6.5"
resolved "https://registry.yarnpkg.com/chessground/-/chessground-7.6.5.tgz#17892411f18e04ad15667c14eff934411d17a9ad"
integrity sha512-WXs6OKANrs7Bka99wpxy+vj1S4J5p+XyhMysKeMPDEIm21DoTFFmdBro6XLJ7MTVQmLkK+HWKRLyZaEHJjzgSg==
chessground@^4.4:
version "4.4.2"
resolved "https://registry.yarnpkg.com/chessground/-/chessground-4.4.2.tgz#582912aabb5ed32131abdeb6cfcb54d1c4cda7aa"
@ -953,11 +958,6 @@ chessground@^4.4:
merge "1.2.0"
mithril "github:ornicar/mithril.js#v1.0.1"
chessground@^7.6:
version "7.6.6"
resolved "https://registry.yarnpkg.com/chessground/-/chessground-7.6.6.tgz#543bc57ef9e988712b1d5f7d2c722ac64caaa97f"
integrity sha512-4jz5XKMF+h/OI61qi0FnvPfC+6gKW+9ZJMjvbAAU+JC2c+/NIZ6M4BmhuIZJf44+k4mD9NSJHFK8YYw2O8TaqQ==
chokidar@^2.0.0, chokidar@^2.0.4, chokidar@^2.1.1:
version "2.1.6"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.6.tgz#b6cad653a929e244ce8a834244164d241fa954c5"