dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-04-18 03:18:30 +00:00 committed by Tim Abbott
parent 6f55a8b7e5
commit a51902a870
4 changed files with 1647 additions and 1553 deletions

View File

@ -37,7 +37,7 @@ run_test('paste_handler', () => {
let input = '<meta http-equiv="content-type" content="text/html; charset=utf-8"><span style="color: hsl(0, 0%, 13%); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: hsl(0, 0%, 100%); text-decoration-style: initial; text-decoration-color: initial;"><span> </span>love the<span> </span><b>Zulip</b><b> </b></span><b style="color: hsl(0, 0%, 13%); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: hsl(0, 0%, 100%); text-decoration-style: initial; text-decoration-color: initial;">Organization</b><span style="color: hsl(0, 0%, 13%); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: hsl(0, 0%, 100%); text-decoration-style: initial; text-decoration-color: initial;">.</span>';
assert.equal(copy_and_paste.paste_handler_converter(input),
' love the **Zulip** **Organization**.');
' love the **Zulip** **Organization**.');
input = '<meta http-equiv="content-type" content="text/html; charset=utf-8"><span style="color: hsl(210, 12%, 16%); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: hsl(0, 0%, 100%); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">The<span> </span></span><code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, &quot;Liberation Mono&quot;, Menlo, Courier, monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: hsla(210, 13%, 12%, 0.05); border-radius: 3px; color: hsl(210, 12%, 16%); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">JSDOM</code><span style="color: hsl(210, 12%, 16%); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: hsl(0, 0%, 100%); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"><span> </span>constructor</span>';
assert.equal(copy_and_paste.paste_handler_converter(input),

View File

@ -28,7 +28,7 @@
"emoji-datasource-twitter": "^5.0.1",
"error-stack-parser": "^2.0.2",
"expose-loader": "^0.7.5",
"file-loader": "^5.0.2",
"file-loader": "^6.0.0",
"flatpickr": "^4.5.7",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.2",
@ -62,7 +62,7 @@
"stacktrace-gps": "^3.0.4",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.1.0",
"turndown": "^5.0.3",
"turndown": "^6.0.0",
"underscore": "^1.9.1",
"unorm": "^1.6.0",
"webfonts-loader": "^5.0.0",
@ -93,15 +93,15 @@
"jsdom": "^16.1.0",
"nyc": "^15.0.0",
"phantomjs-prebuilt": "^2.1.16",
"puppeteer": "^2.1.1",
"puppeteer": "^3.0.0",
"source-map": "^0.6.1",
"stylelint": "^13.0.0",
"svgo": "^1.2.2",
"swagger-parser": "^8.0.1",
"swagger-parser": "^9.0.1",
"typescript": "^3.5.1",
"vnu-jar": "^20.1.2",
"webpack-dev-server": "^3.5.1",
"yarn-deduplicate": "^1.1.1"
"yarn-deduplicate": "^2.0.0"
},
"scripts": {
"postinstall": "rm -rf ./var/webpack-cache",

View File

@ -34,4 +34,4 @@ DESKTOP_WARNING_VERSION = "5.0.0"
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = '78.0'
PROVISION_VERSION = '79.0'

3186
yarn.lock

File diff suppressed because it is too large Load Diff