Merge pull request #16099 from antobinary/meteor-bump

chore: Meteor 2.9.0, nodejs for bbb-html5 14.21.1
This commit is contained in:
Ramón Souza 2022-12-13 15:29:07 -03:00 committed by GitHub
commit ff97d2204e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 42 deletions

View File

@ -11,7 +11,7 @@ stages:
# define which docker image to use for builds
default:
image: gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:v2022-07-12
image: gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:v2022-12-08-meteor-290
# This stage uses git to find out since when each package has been unmodified.
# it then checks an API endpoint on the package server to find out for which of

View File

@ -5,20 +5,20 @@
meteor-base@1.5.1
mobile-experience@1.1.0
mongo@1.15.0
reactive-var@1.0.11
mongo@1.16.3
reactive-var@1.0.12
standard-minifier-css@1.8.1
standard-minifier-js@2.8.0
standard-minifier-css@1.8.3
standard-minifier-js@2.8.1
es5-shim@4.8.0
ecmascript@0.16.2
ecmascript@0.16.4
shell-server@0.5.0
static-html@1.3.2
react-meteor-data
session@1.2.0
tracker@1.2.0
check@1.3.1
session@1.2.1
tracker@1.2.1
check@1.3.2
rocketchat:streamer
meteortesting:mocha

View File

@ -1 +1 @@
METEOR@2.7.3
METEOR@2.9.0

View File

@ -1,6 +1,6 @@
allow-deny@1.1.1
autoupdate@1.8.0
babel-compiler@7.9.0
babel-compiler@7.10.1
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
@ -9,21 +9,21 @@ boilerplate-generator@1.7.1
caching-compiler@1.2.2
caching-html-compiler@1.2.1
callback-hook@1.4.0
check@1.3.1
ddp@1.4.0
ddp-client@2.5.0
check@1.3.2
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-server@2.5.0
diff-sequence@1.1.1
ddp-server@2.6.0
diff-sequence@1.1.2
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript@0.16.4
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.2
ejson@1.1.3
es5-shim@4.8.0
fetch@0.1.1
geojson-utils@1.0.10
fetch@0.1.2
geojson-utils@1.0.11
hot-code-push@1.0.4
html-tools@1.1.3
htmljs@1.1.1
@ -33,46 +33,46 @@ inter-process-messaging@0.1.1
launch-screen@1.3.0
lmieulet:meteor-coverage@4.1.0
logging@1.3.1
meteor@1.10.0
meteor@1.10.3
meteor-base@1.5.1
meteortesting:browser-tests@1.3.5
meteortesting:mocha@2.0.3
meteortesting:mocha-core@8.1.2
minifier-css@1.6.0
minifier-js@2.7.4
minimongo@1.8.0
minifier-css@1.6.2
minifier-js@2.7.5
minimongo@1.9.1
mobile-experience@1.1.0
mobile-status-bar@1.1.0
modern-browsers@0.1.8
modules@0.18.0
modules-runtime@0.13.0
mongo@1.15.0
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
mongo@1.16.3
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.3.1
npm-mongo@4.12.1
ordered-dict@1.1.0
promise@0.12.0
random@1.2.0
promise@0.12.2
random@1.2.1
react-fast-refresh@0.2.3
react-meteor-data@2.5.1
reactive-dict@1.3.0
reactive-var@1.0.11
reactive-dict@1.3.1
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
rocketchat:streamer@1.1.0
routepolicy@1.1.1
session@1.2.0
session@1.2.1
shell-server@0.5.0
socket-stream-client@0.5.0
spacebars-compiler@1.3.1
standard-minifier-css@1.8.1
standard-minifier-js@2.8.0
standard-minifier-css@1.8.3
standard-minifier-js@2.8.1
static-html@1.3.2
templating-tools@1.2.2
tracker@1.2.0
typescript@4.5.4
underscore@1.0.10
tracker@1.2.1
typescript@4.6.4
underscore@1.0.11
url@1.3.2
webapp@1.13.1
webapp-hashing@1.1.0
webapp@1.13.2
webapp-hashing@1.1.1

View File

@ -7,7 +7,7 @@ PACKAGE=$(echo $TARGET | cut -d'_' -f1)
VERSION=$(echo $TARGET | cut -d'_' -f2)
DISTRO=$(echo $TARGET | cut -d'_' -f3)
NODE_VERSION="14.19.3"
NODE_VERSION="14.21.1"
NODE_DIRNAME="node-v${NODE_VERSION}-linux-x64"
#