mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Update to Meteor 1.9.1, Node 12.16.1 etc newest dependencies.
This commit is contained in:
parent
4377be8aa4
commit
cbbb5deff7
9 changed files with 14 additions and 12 deletions
|
@ -10,6 +10,7 @@ ecmascript@0.14.0
|
||||||
standard-minifier-css@1.6.0
|
standard-minifier-css@1.6.0
|
||||||
standard-minifier-js@2.6.0
|
standard-minifier-js@2.6.0
|
||||||
mquandalle:jade
|
mquandalle:jade
|
||||||
|
coffeescript@2.4.1!
|
||||||
|
|
||||||
# Polyfills
|
# Polyfills
|
||||||
es5-shim@4.8.0
|
es5-shim@4.8.0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
METEOR@1.9
|
METEOR@1.9.1
|
||||||
|
|
|
@ -12,7 +12,7 @@ allow-deny@1.1.0
|
||||||
arillo:flow-router-helpers@0.5.2
|
arillo:flow-router-helpers@0.5.2
|
||||||
audit-argument-checks@1.0.7
|
audit-argument-checks@1.0.7
|
||||||
autoupdate@1.6.0
|
autoupdate@1.6.0
|
||||||
babel-compiler@7.5.1
|
babel-compiler@7.5.2
|
||||||
babel-runtime@1.5.0
|
babel-runtime@1.5.0
|
||||||
base64@1.0.12
|
base64@1.0.12
|
||||||
binary-heap@1.0.11
|
binary-heap@1.0.11
|
||||||
|
@ -45,7 +45,8 @@ cfs:worker@0.1.5
|
||||||
check@1.3.1
|
check@1.3.1
|
||||||
chuangbo:cookie@1.1.0
|
chuangbo:cookie@1.1.0
|
||||||
coagmano:stylus@2.0.0
|
coagmano:stylus@2.0.0
|
||||||
coffeescript@1.0.17
|
coffeescript@2.4.1
|
||||||
|
coffeescript-compiler@2.4.1
|
||||||
cottz:publish-relations@2.0.8
|
cottz:publish-relations@2.0.8
|
||||||
dburles:collection-helpers@1.1.0
|
dburles:collection-helpers@1.1.0
|
||||||
ddp@1.4.0
|
ddp@1.4.0
|
||||||
|
@ -57,7 +58,7 @@ deps@1.0.12
|
||||||
diff-sequence@1.1.1
|
diff-sequence@1.1.1
|
||||||
dynamic-import@0.5.1
|
dynamic-import@0.5.1
|
||||||
easylogic:summernote@0.8.8
|
easylogic:summernote@0.8.8
|
||||||
ecmascript@0.14.1
|
ecmascript@0.14.2
|
||||||
ecmascript-runtime@0.7.0
|
ecmascript-runtime@0.7.0
|
||||||
ecmascript-runtime-client@0.10.0
|
ecmascript-runtime-client@0.10.0
|
||||||
ecmascript-runtime-server@0.9.0
|
ecmascript-runtime-server@0.9.0
|
||||||
|
|
|
@ -6,7 +6,7 @@ LABEL maintainer="wekan"
|
||||||
# ENV BUILD_DEPS="paxctl"
|
# ENV BUILD_DEPS="paxctl"
|
||||||
ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
|
ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
|
||||||
DEBUG=false \
|
DEBUG=false \
|
||||||
NODE_VERSION=v12.15.0 \
|
NODE_VERSION=v12.16.1 \
|
||||||
METEOR_RELEASE=1.9.0 \
|
METEOR_RELEASE=1.9.0 \
|
||||||
USE_EDGE=false \
|
USE_EDGE=false \
|
||||||
METEOR_EDGE=1.5-beta.17 \
|
METEOR_EDGE=1.5-beta.17 \
|
||||||
|
|
|
@ -93,7 +93,7 @@ services:
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
# ==== MONGODB AND METEOR VERSION ====
|
# ==== MONGODB AND METEOR VERSION ====
|
||||||
# a) For Wekan Meteor 1.8.x version at master branch, use mongo 4.x
|
# a) For Wekan Meteor 1.8.x version at master branch, use mongo 4.x
|
||||||
image: mongo:4.2.2
|
image: mongo:latest
|
||||||
# b) For Wekan Meteor 1.6.x version at devel branch.
|
# b) For Wekan Meteor 1.6.x version at devel branch.
|
||||||
# Only for Snap and Sandstorm while they are not upgraded yet to Meteor 1.8.x
|
# Only for Snap and Sandstorm while they are not upgraded yet to Meteor 1.8.x
|
||||||
#image: mongo:3.2.21
|
#image: mongo:3.2.21
|
||||||
|
|
|
@ -18,8 +18,8 @@ REM Install chocolatey
|
||||||
|
|
||||||
choco install -y git curl python2 dotnet4.5.2 nano mongodb-3 mongoclient meteor
|
choco install -y git curl python2 dotnet4.5.2 nano mongodb-3 mongoclient meteor
|
||||||
|
|
||||||
curl -O https://nodejs.org/dist/v8.17.0/node-v12.15.0-x64.msi
|
curl -O https://nodejs.org/dist/v12.16.1/node-v12.16.1-x64.msi
|
||||||
call node-v12.15.0-x64.msi
|
call node-v12.16.1-x64.msi
|
||||||
|
|
||||||
call npm config -g set msvs_version 2015
|
call npm config -g set msvs_version 2015
|
||||||
call meteor npm config -g set msvs_version 2015
|
call meteor npm config -g set msvs_version 2015
|
||||||
|
|
|
@ -5,7 +5,7 @@ echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correct
|
||||||
echo " You can still use any other locale as your main locale."
|
echo " You can still use any other locale as your main locale."
|
||||||
|
|
||||||
#Below script installs newest node 8.x for Debian/Ubuntu/Mint.
|
#Below script installs newest node 8.x for Debian/Ubuntu/Mint.
|
||||||
#NODE_VERSION=12.15.0
|
#NODE_VERSION=12.16.1
|
||||||
#X64NODE="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz"
|
#X64NODE="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz"
|
||||||
|
|
||||||
function pause(){
|
function pause(){
|
||||||
|
@ -79,7 +79,7 @@ do
|
||||||
curl -0 -L https://npmjs.org/install.sh | sudo sh
|
curl -0 -L https://npmjs.org/install.sh | sudo sh
|
||||||
sudo chown -R $(id -u):$(id -g) $HOME/.npm
|
sudo chown -R $(id -u):$(id -g) $HOME/.npm
|
||||||
sudo npm -g install n
|
sudo npm -g install n
|
||||||
sudo n 12.15.0
|
sudo n 12.16.1
|
||||||
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
||||||
#sudo apt-get install -y nodejs
|
#sudo apt-get install -y nodejs
|
||||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
|
|
|
@ -81,7 +81,7 @@ parts:
|
||||||
wekan:
|
wekan:
|
||||||
source: .
|
source: .
|
||||||
plugin: nodejs
|
plugin: nodejs
|
||||||
node-engine: 12.15.0
|
node-engine: 12.16.1
|
||||||
node-packages:
|
node-packages:
|
||||||
- node-gyp
|
- node-gyp
|
||||||
- node-pre-gyp
|
- node-pre-gyp
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
BUILD_DEPS="bsdtar gnupg wget curl bzip2 python git ca-certificates perl-Digest-SHA"
|
BUILD_DEPS="bsdtar gnupg wget curl bzip2 python git ca-certificates perl-Digest-SHA"
|
||||||
NODE_VERSION=v12.15.0
|
NODE_VERSION=v12.16.1
|
||||||
#METEOR_RELEASE=1.6.0.1 - for Stacksmith, meteor-1.8 branch that could have METEOR@1.8.1-beta.8 or newer
|
#METEOR_RELEASE=1.6.0.1 - for Stacksmith, meteor-1.8 branch that could have METEOR@1.8.1-beta.8 or newer
|
||||||
USE_EDGE=false
|
USE_EDGE=false
|
||||||
METEOR_EDGE=1.5-beta.17
|
METEOR_EDGE=1.5-beta.17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue