Skip to content

Commit 0b789f7

Browse files
authored
Merge pull request #21437 from RocketChat/release-3.13.0
Release 3.13.0
2 parents fe768b8 + 7e5bc8e commit 0b789f7

397 files changed

Lines changed: 16609 additions & 1910 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.docker-mongo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.18.4-buster-slim
1+
FROM node:12.21.0-buster-slim
22

33
LABEL maintainer="buildmaster@rocket.chat"
44

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.18.4-buster-slim
1+
FROM node:12.21.0-buster-slim
22

33
LABEL maintainer="buildmaster@rocket.chat"
44

.docker/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi8/nodejs-12
22

3-
ENV RC_VERSION 3.12.3
3+
ENV RC_VERSION 3.13.0
44

55
MAINTAINER buildmaster@rocket.chat
66

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<!-- Your Pull Request name should start with one of the following tags
44
[NEW] For new features
5-
[IMPROVE] For a improvement (performance or little improvements) in existent features
6-
[FIX] For bug fixes that affects the end user
5+
[IMPROVE] For an improvement (performance or little improvements) in existing features
6+
[FIX] For bug fixes that affect the end-user
77
[BREAK] For pull requests including breaking changes
88
Chore: For small tasks
99
Doc: For documentation

.github/history.json

Lines changed: 1353 additions & 43 deletions
Large diffs are not rendered by default.

.github/workflows/build_and_test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
echo "github.event_name: ${{ github.event_name }}"
3131
cat $GITHUB_EVENT_PATH
3232
33-
- name: Use Node.js 12.18.4
33+
- name: Use Node.js 12.21.0
3434
uses: actions/setup-node@v2
3535
with:
36-
node-version: "12.18.4"
36+
node-version: "12.21.0"
3737

3838
- uses: actions/checkout@v2
3939

@@ -190,7 +190,7 @@ jobs:
190190

191191
strategy:
192192
matrix:
193-
node-version: ["12.18.4"]
193+
node-version: ["12.21.0"]
194194
mongodb-version: ["3.4", "3.6", "4.0"]
195195

196196
steps:
@@ -312,10 +312,10 @@ jobs:
312312
path: ~/.meteor
313313
key: ${{ runner.OS }}-meteor-${{ hashFiles('.meteor/release') }}-${{ hashFiles('.github/workflows/build_and_test.yml') }}
314314

315-
- name: Use Node.js 12.18.4
315+
- name: Use Node.js 12.21.0
316316
uses: actions/setup-node@v2
317317
with:
318-
node-version: "12.18.4"
318+
node-version: "12.21.0"
319319

320320
- name: Install Meteor
321321
run: |
@@ -542,10 +542,10 @@ jobs:
542542
steps:
543543
- uses: actions/checkout@v2
544544

545-
- name: Use Node.js 12.18.4
545+
- name: Use Node.js 12.21.0
546546
uses: actions/setup-node@v2
547547
with:
548-
node-version: "12.18.4"
548+
node-version: "12.21.0"
549549

550550
- name: Login to DockerHub
551551
uses: docker/login-action@v1

.meteor/packages

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,28 @@ accounts-facebook@1.3.2
99
accounts-github@1.4.3
1010
accounts-google@1.3.3
1111
accounts-meteor-developer@1.4.2
12-
accounts-password@1.6.2
12+
accounts-password@1.7.0
1313
accounts-twitter@1.4.2
1414
blaze-html-templates
1515
check@1.3.1
1616
ddp-rate-limiter@1.0.9
1717
ddp-common@1.4.0
18-
dynamic-import@0.5.2
19-
ecmascript@0.14.3
20-
typescript@3.7.6
18+
dynamic-import@0.6.0
19+
ecmascript@0.15.0
20+
typescript@4.1.2
2121
ejson@1.1.1
2222
email@2.0.0
2323
fastclick@1.0.13
2424
http@1.4.2
25-
jquery@1.11.10
26-
logging@1.1.20
25+
logging@1.2.0
2726
meteor-base@1.4.0
2827
mobile-experience@1.1.0
29-
mongo@1.10.0
28+
mongo@1.10.1
3029
random@1.2.0
3130
rate-limit@1.0.9
3231
reactive-dict@1.3.0
3332
reactive-var@1.0.11
34-
reload@1.3.0
33+
reload@1.3.1
3534
service-configuration@1.0.11
3635
session@1.2.0
3736
shell-server@0.5.0
@@ -47,7 +46,6 @@ rocketchat:version
4746
konecty:multiple-instances-status
4847
konecty:user-presence
4948

50-
deepwell:bootstrap-datepicker2
5149
dispatch:run-as-user
5250
jalik:ufs@1.0.2
5351
jalik:ufs-gridfs@1.0.2
@@ -70,22 +68,22 @@ littledata:synced-cron
7068

7169
edgee:slingshot
7270
jalik:ufs-local@1.0.2
73-
accounts-base@1.7.0
71+
accounts-base@1.8.0
7472
accounts-oauth@1.2.0
75-
autoupdate@1.6.0
76-
babel-compiler@7.5.3
73+
autoupdate@1.7.0
74+
babel-compiler@7.6.0
7775
google-oauth@1.3.0
7876
htmljs
7977
less
8078
matb33:collection-hooks
8179
meteorhacks:inject-initial
82-
oauth@1.3.0
80+
oauth@1.3.2
8381
oauth2@1.3.0
8482
routepolicy@1.1.0
8583
sha@1.0.9
8684
templating
87-
webapp@1.9.1
88-
webapp-hashing@1.0.9
85+
webapp@1.10.0
86+
webapp-hashing@1.1.0
8987
rocketchat:oauth2-server
9088
rocketchat:i18n
9189
rocketchat:postcss

.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.11.1
1+
METEOR@2.1

.meteor/versions

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
accounts-base@1.7.0
1+
accounts-base@1.8.0
22
accounts-facebook@1.3.2
33
accounts-github@1.4.3
44
accounts-google@1.3.3
55
accounts-meteor-developer@1.4.2
66
accounts-oauth@1.2.0
7-
accounts-password@1.6.2
7+
accounts-password@1.7.0
88
accounts-twitter@1.4.2
99
aldeed:simple-schema@1.5.4
1010
allow-deny@1.1.0
11-
autoupdate@1.6.0
12-
babel-compiler@7.5.3
11+
autoupdate@1.7.0
12+
babel-compiler@7.6.0
1313
babel-runtime@1.5.0
1414
base64@1.0.12
1515
binary-heap@1.0.11
@@ -25,24 +25,23 @@ check@1.3.1
2525
coffeescript@1.0.17
2626
dandv:caret-position@2.1.1
2727
ddp@1.4.0
28-
ddp-client@2.3.3
28+
ddp-client@2.4.0
2929
ddp-common@1.4.0
3030
ddp-rate-limiter@1.0.9
3131
ddp-server@2.3.2
32-
deepwell:bootstrap-datepicker2@1.3.0
3332
deps@1.0.12
3433
diff-sequence@1.1.1
3534
dispatch:run-as-user@1.1.1
36-
dynamic-import@0.5.2
37-
ecmascript@0.14.3
35+
dynamic-import@0.6.0
36+
ecmascript@0.15.0
3837
ecmascript-runtime@0.7.0
3938
ecmascript-runtime-client@0.11.0
4039
ecmascript-runtime-server@0.10.0
4140
edgee:slingshot@0.7.1
4241
ejson@1.1.1
4342
email@2.0.0
4443
es5-shim@4.8.0
45-
facebook-oauth@1.7.0
44+
facebook-oauth@1.7.4
4645
facts-base@1.0.1
4746
fastclick@1.0.13
4847
fetch@0.1.1
@@ -52,7 +51,7 @@ google-oauth@1.3.0
5251
hot-code-push@1.0.4
5352
html-tools@1.0.11
5453
htmljs@1.0.11
55-
http@1.4.2
54+
http@1.4.3
5655
id-map@1.1.0
5756
inter-process-messaging@0.1.1
5857
jalik:ufs@1.0.2
@@ -71,25 +70,25 @@ less@3.0.1
7170
littledata:synced-cron@1.5.1
7271
livedata@1.0.18
7372
localstorage@1.2.0
74-
logging@1.1.20
73+
logging@1.2.0
7574
matb33:collection-hooks@1.0.1
7675
mdg:validation-error@0.5.1
7776
meteor@1.9.3
7877
meteor-base@1.4.0
79-
meteor-developer-oauth@1.2.1
78+
meteor-developer-oauth@1.2.3
8079
meteorhacks:inject-initial@1.0.4
8180
meteorspark:util@0.2.0
8281
minifier-css@1.5.3
8382
minifier-js@2.6.0
84-
minimongo@1.6.0
83+
minimongo@1.6.1
8584
mizzao:timesync@0.3.4
8685
mobile-experience@1.1.0
8786
mobile-status-bar@1.1.0
8887
modern-browsers@0.1.5
89-
modules@0.15.0
88+
modules@0.16.0
9089
modules-runtime@0.12.0
91-
mongo@1.10.0
92-
mongo-decimal@0.1.1
90+
mongo@1.10.1
91+
mongo-decimal@0.1.2
9392
mongo-dev-server@1.1.0
9493
mongo-id@1.0.7
9594
mrt:reactive-store@0.0.1
@@ -98,12 +97,12 @@ nimble:restivus@0.8.12
9897
nooitaf:colors@1.1.2_1
9998
npm-bcrypt@0.9.3
10099
npm-mongo@3.8.1
101-
oauth@1.3.0
100+
oauth@1.3.2
102101
oauth1@1.3.0
103102
oauth2@1.3.0
104103
observe-sequence@1.0.16
105104
ordered-dict@1.1.0
106-
ostrio:cookies@2.6.0
105+
ostrio:cookies@2.7.0
107106
pauli:accounts-linkedin@5.0.0
108107
pauli:linkedin-oauth@5.0.0
109108
promise@0.11.2
@@ -112,9 +111,10 @@ raix:handlebar-helpers@0.2.5
112111
raix:ui-dropped-event@0.0.7
113112
random@1.2.0
114113
rate-limit@1.0.9
114+
react-fast-refresh@0.1.0
115115
reactive-dict@1.3.0
116116
reactive-var@1.0.11
117-
reload@1.3.0
117+
reload@1.3.1
118118
retry@1.1.0
119119
rocketchat:i18n@0.0.1
120120
rocketchat:livechat@0.0.1
@@ -141,9 +141,9 @@ templating-runtime@1.3.2
141141
templating-tools@1.1.2
142142
tracker@1.2.0
143143
twitter-oauth@1.2.0
144-
typescript@3.7.6
144+
typescript@4.1.2
145145
ui@1.0.13
146146
underscore@1.0.10
147147
url@1.3.1
148-
webapp@1.9.1
149-
webapp-hashing@1.0.9
148+
webapp@1.10.0
149+
webapp-hashing@1.1.0

.snapcraft/resources/prepareRocketChat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
curl -SLf "https://releases.rocket.chat/3.12.3/download/" -o rocket.chat.tgz
3+
curl -SLf "https://releases.rocket.chat/3.13.0/download/" -o rocket.chat.tgz
44

55
tar xf rocket.chat.tgz --strip 1
66

0 commit comments

Comments
 (0)