Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 01bbf16

Browse files
authored
Merge pull request #4867 from withspectrum/alpha
v2.8.5
2 parents e63c167 + c96dec5 commit 01bbf16

File tree

22 files changed

+665
-324
lines changed

22 files changed

+665
-324
lines changed

analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"rethinkhaberdashery": "^2.3.32",
2323
"sanitize-filename": "^1.6.1",
2424
"sha1": "^1.1.1",
25-
"source-map-support": "^0.5.10",
25+
"source-map-support": "^0.5.11",
2626
"toobusy-js": "^0.5.1"
2727
}
2828
}

analytics/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,10 @@ sha1@^1.1.1:
627627
charenc ">= 0.0.1"
628628
crypt ">= 0.0.1"
629629

630-
source-map-support@^0.5.10:
631-
version "0.5.10"
632-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10.tgz#2214080bc9d51832511ee2bab96e3c2f9353120c"
633-
integrity sha512-YfQ3tQFTK/yzlGJuX8pTwa4tifQj4QS2Mj7UegOu8jAz59MqIiMGPXxQhVQiIMNzayuUSF/jEuVnfFF5JqybmQ==
630+
source-map-support@^0.5.11:
631+
version "0.5.11"
632+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.11.tgz#efac2ce0800355d026326a0ca23e162aeac9a4e2"
633+
integrity sha512-//sajEx/fGL3iw6fltKMdPvy8kL3kJ2O3iuYlRoT3k9Kb4BjOoZ+BZzaNHeuaruSt+Kf3Zk9tnfAQg9/AJqUVQ==
634634
dependencies:
635635
buffer-from "^1.0.0"
636636
source-map "^0.6.0"

api/migrations/seed/default/messages.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,7 @@ module.exports = [
191191
threadId: 'thread-6',
192192
threadType: 'story',
193193
content: {
194-
body: JSON.stringify(
195-
toJSON(
196-
fromPlainText(
197-
'http://localhost:3000/spectrum/general/yet-another-thread~thread-9'
198-
)
199-
)
200-
),
194+
body: `{"blocks":[{"key":"7d3uf","text":"http://localhost:3000/spectrum/general/yet-another-thread~thread-9","type":"unstyled","depth":0,"inlineStyleRanges":[],"entityRanges":[],"data":{}},{"type":"atomic","data":{},"text":" ","depth":0,"entityRanges":[{"offset":0,"length":1,"key":0}],"inlineStyleRanges":[],"key":"7jad1"},{"type":"unstyled","data":{},"text":" ","depth":0,"entityRanges":[],"inlineStyleRanges":[],"key":"7a0pk"}],"entityMap":{"0":{"data":{"type":"internal","id":"thread-9","entity":"thread"},"mutability":"MUTABLE","type":"embed"}}}`,
201195
},
202196
messageType: 'draftjs',
203197
senderId: BRIAN_ID,

api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"host-validation": "^1.2.0",
6464
"hot-shots": "^5.9.2",
6565
"hpp": "^0.2.2",
66-
"hsts": "^2.1.0",
67-
"imgix-core-js": "^1.2.0",
66+
"hsts": "^2.2.0",
67+
"imgix-core-js": "^1.2.1",
6868
"immutability-helper": "^2.9.1",
6969
"ioredis": "3.2.2",
7070
"isomorphic-fetch": "^2.2.1",
@@ -122,14 +122,14 @@
122122
"sanitize-filename": "^1.6.1",
123123
"serialize-javascript": "^1.6.1",
124124
"session-rethinkdb": "^2.0.0",
125-
"slate": "^0.44.11",
125+
"slate": "^0.44.12",
126126
"slate-markdown": "0.1.0",
127127
"slugg": "^1.1.0",
128128
"string-replace-to-array": "^1.0.3",
129129
"string-similarity": "^1.2.2",
130130
"striptags": "2.x",
131131
"styled-components": "3.1.x",
132-
"subscriptions-transport-ws": "^0.9.15",
132+
"subscriptions-transport-ws": "^0.9.16",
133133
"sw-precache-webpack-plugin": "^0.11.5",
134134
"then-queue": "^1.3.0",
135135
"toobusy-js": "^0.5.1",

api/yarn.lock

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4957,11 +4957,18 @@ hpp@^0.2.2:
49574957
lodash "^4.7.0"
49584958
type-is "^1.6.12"
49594959

4960-
[email protected], hsts@^2.1.0:
4960+
49614961
version "2.1.0"
49624962
resolved "https://registry.yarnpkg.com/hsts/-/hsts-2.1.0.tgz#cbd6c918a2385fee1dd5680bfb2b3a194c0121cc"
49634963
integrity sha512-zXhh/DqgrTXJ7erTN6Fh5k/xjMhDGXCqdYN3wvxUvGUQvnxcFfUd8E+6vLg/nk3ss1TYMb+DhRl25fYABioTvA==
49644964

4965+
hsts@^2.2.0:
4966+
version "2.2.0"
4967+
resolved "https://registry.yarnpkg.com/hsts/-/hsts-2.2.0.tgz#09119d42f7a8587035d027dda4522366fe75d964"
4968+
integrity sha512-ToaTnQ2TbJkochoVcdXYm4HOCliNozlviNsg+X2XQLQvZNI/kCHR9rZxVYpJB3UPcHz80PgxRyWQ7PdU1r+VBQ==
4969+
dependencies:
4970+
depd "2.0.0"
4971+
49654972
html-encoding-sniffer@^1.0.1:
49664973
version "1.0.2"
49674974
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -5068,10 +5075,10 @@ ignore-walk@^3.0.1:
50685075
dependencies:
50695076
minimatch "^3.0.4"
50705077

5071-
imgix-core-js@^1.2.0:
5072-
version "1.2.0"
5073-
resolved "https://registry.yarnpkg.com/imgix-core-js/-/imgix-core-js-1.2.0.tgz#72163ebd312b25cdae077340d13cf94dc09327f2"
5074-
integrity sha512-Eq8IabyhZwwP1m+E26L4AJLCznqckFuL2nvOFmtYESmyFEv4IXa/UU58DHegnmMYoPqHunmG9ttL6NDdB0ddbg==
5078+
imgix-core-js@^1.2.1:
5079+
version "1.2.1"
5080+
resolved "https://registry.yarnpkg.com/imgix-core-js/-/imgix-core-js-1.2.1.tgz#069244b6cb53d70ffcba7560fd883b72cfeb3862"
5081+
integrity sha512-5lQTZGQislkRl0zdOQfZsKxlkn/d8YJJXhnmbLUvGX5XJX1iEVGWPlWxsj2iJDqMWzMmxarBtxMtnD4PJvM1ww==
50755082
dependencies:
50765083
crc "^3.5.0"
50775084
js-base64 "^2.1.9"
@@ -8726,10 +8733,10 @@ [email protected]:
87268733
react "^0.14.0 || ^15.0.0"
87278734
styled-components "^2.0.0"
87288735

8729-
slate@^0.44.11:
8730-
version "0.44.11"
8731-
resolved "https://registry.yarnpkg.com/slate/-/slate-0.44.11.tgz#0cdf454726a6d45a6dbf3174ea3f6261ad1a0428"
8732-
integrity sha512-ZtNCxHtGMuWXwUb6vmbrLR73MbHeEQ1LRJNIIyEpj1Kixk0Sd0T+zSKI+cBWCXlOOITqFEfBcJOWaSppiID+1A==
8736+
slate@^0.44.12:
8737+
version "0.44.12"
8738+
resolved "https://registry.yarnpkg.com/slate/-/slate-0.44.12.tgz#06dbf98a7583d1a3b56636e762f494e4b0a13ffa"
8739+
integrity sha512-j8S2tt9nanhq6+N0yk/mSjswuHx2yhPfmCVtpSRx4xcUQNGKZZ3JN/0zJ/WNz7/qk0GHWPzdNfeuPpHk8BsXrg==
87338740
dependencies:
87348741
debug "^3.1.0"
87358742
direction "^0.1.5"
@@ -9127,7 +9134,7 @@ stylis@^3.4.0:
91279134
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
91289135
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
91299136

9130-
subscriptions-transport-ws@^0.9.11, subscriptions-transport-ws@^0.9.15:
9137+
subscriptions-transport-ws@^0.9.11:
91319138
version "0.9.15"
91329139
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.15.tgz#68a8b7ba0037d8c489fb2f5a102d1494db297d0d"
91339140
integrity sha512-f9eBfWdHsePQV67QIX+VRhf++dn1adyC/PZHP6XI5AfKnZ4n0FW+v5omxwdHVpd4xq2ZijaHEcmlQrhBY79ZWQ==
@@ -9138,6 +9145,17 @@ subscriptions-transport-ws@^0.9.11, subscriptions-transport-ws@^0.9.15:
91389145
symbol-observable "^1.0.4"
91399146
ws "^5.2.0"
91409147

9148+
subscriptions-transport-ws@^0.9.16:
9149+
version "0.9.16"
9150+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.16.tgz#90a422f0771d9c32069294c08608af2d47f596ec"
9151+
integrity sha512-pQdoU7nC+EpStXnCfh/+ho0zE0Z+ma+i7xvj7bkXKb1dvYHSZxgRPaU6spRP+Bjzow67c/rRDoix5RT0uU9omw==
9152+
dependencies:
9153+
backo2 "^1.0.2"
9154+
eventemitter3 "^3.1.0"
9155+
iterall "^1.2.1"
9156+
symbol-observable "^1.0.4"
9157+
ws "^5.2.0"
9158+
91419159
supports-color@^2.0.0:
91429160
version "2.0.0"
91439161
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"

athena/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"debug": "^4.1.1",
1313
"decode-uri-component": "^0.2.0",
1414
"draft-js": "^0.10.5",
15+
"draft-js-import-markdown": "^1.3.3",
1516
"emoji-regex": "^6.5.1",
1617
"escape-html": "^1.0.3",
1718
"faker": "^4.1.0",
@@ -22,6 +23,8 @@
2223
"now-env": "^3.1.0",
2324
"performance-now": "^2.1.0",
2425
"raven": "^2.6.4",
26+
"react": "^16.8.4",
27+
"react-dom": "^16.8.4",
2528
"redis-tag-cache": "^1.2.1",
2629
"rethinkdb-inspector": "^0.3.3",
2730
"rethinkdbdash": "^2.3.31",

0 commit comments

Comments
 (0)