Browse Source

Release 0.31.0rc0

Steven Silvester 7 years ago
parent
commit
9a3c3d24a7

+ 26 - 2
dev_mode/package.json

@@ -68,8 +68,32 @@
     "@jupyterlab/tooltip-extension": "^0.14.1",
     "@jupyterlab/vdom-extension": "^0.14.1",
     "@jupyterlab/vega2-extension": "^0.14.1",
+    "@phosphor/algorithm": "^1.1.2",
+    "@phosphor/application": "^1.5.0",
+    "@phosphor/commands": "^1.4.0",
     "@phosphor/coreutils": "^1.3.0",
-    "@phosphor/widgets": "^1.5.0"
+    "@phosphor/datagrid": "^0.1.5",
+    "@phosphor/disposable": "^1.1.2",
+    "@phosphor/domutils": "^1.1.2",
+    "@phosphor/dragdrop": "^1.3.0",
+    "@phosphor/messaging": "^1.2.2",
+    "@phosphor/properties": "^1.1.2",
+    "@phosphor/signaling": "^1.2.2",
+    "@phosphor/virtualdom": "^1.1.2",
+    "@phosphor/widgets": "^1.5.0",
+    "ajv": "~5.1.6",
+    "ansi_up": "~1.3.0",
+    "codemirror": "~5.24.2",
+    "comment-json": "^1.1.3",
+    "es6-promise": "~4.1.1",
+    "marked": "~0.3.6",
+    "moment": "~2.17.1",
+    "path-posix": "~1.0.0",
+    "react": "~16.0.0",
+    "react-dom": "~16.0.0",
+    "sanitize-html": "~1.14.3",
+    "url-parse": "~1.1.9",
+    "xterm": "~2.8.1"
   },
   "devDependencies": {
     "@jupyterlab/buildutils": "^0.5.1",
@@ -175,7 +199,7 @@
       "url-parse",
       "xterm"
     ],
-    "version": "0.31.0.dev1",
+    "version": "0.31.0rc0",
     "linkedPackages": {
       "@jupyterlab/application": "../packages/application",
       "@jupyterlab/application-extension": "../packages/application-extension",

+ 1 - 1
jupyterlab/_version.py

@@ -1,2 +1,2 @@
-version_info = (0, 31, 0, 'dev1')
+version_info = (0, 31, 0, 'rc0')
 __version__ = ".".join(map(str, version_info))

+ 118 - 63
jupyterlab/staging/package.json

@@ -1,76 +1,102 @@
 {
   "name": "@jupyterlab/application-top",
-  "version": "0.13.0",
+  "version": "0.14.1",
   "private": true,
   "scripts": {
     "build": "webpack",
-    "build:prod": "webpack --define process.env.NODE_ENV=\"'production'\"",
+    "build:prod": "webpack -p",
     "clean": "rimraf build",
     "prepublishOnly": "npm run build",
     "watch": "webpack --watch"
   },
   "dependencies": {
-    "@jupyterlab/application": "^0.13.1",
-    "@jupyterlab/application-extension": "^0.13.0",
-    "@jupyterlab/apputils": "^0.13.1",
-    "@jupyterlab/apputils-extension": "^0.13.0",
-    "@jupyterlab/cells": "^0.13.0",
-    "@jupyterlab/codeeditor": "^0.13.0",
-    "@jupyterlab/codemirror": "^0.13.0",
-    "@jupyterlab/codemirror-extension": "^0.13.0",
-    "@jupyterlab/completer": "^0.13.0",
-    "@jupyterlab/completer-extension": "^0.13.0",
-    "@jupyterlab/console": "^0.13.0",
-    "@jupyterlab/console-extension": "^0.13.0",
-    "@jupyterlab/coreutils": "^0.13.0",
-    "@jupyterlab/csvviewer": "^0.13.0",
-    "@jupyterlab/csvviewer-extension": "^0.13.0",
-    "@jupyterlab/docmanager": "^0.13.0",
-    "@jupyterlab/docmanager-extension": "^0.13.0",
-    "@jupyterlab/docregistry": "^0.13.0",
-    "@jupyterlab/faq-extension": "^0.13.0",
-    "@jupyterlab/filebrowser": "^0.13.2",
-    "@jupyterlab/filebrowser-extension": "^0.13.0",
-    "@jupyterlab/fileeditor": "^0.13.0",
-    "@jupyterlab/fileeditor-extension": "^0.13.0",
-    "@jupyterlab/help-extension": "^0.13.0",
-    "@jupyterlab/imageviewer": "^0.13.0",
-    "@jupyterlab/imageviewer-extension": "^0.13.0",
-    "@jupyterlab/inspector": "^0.13.0",
-    "@jupyterlab/inspector-extension": "^0.13.0",
-    "@jupyterlab/json-extension": "^0.13.0",
-    "@jupyterlab/launcher": "^0.13.2",
-    "@jupyterlab/launcher-extension": "^0.13.0",
-    "@jupyterlab/mainmenu": "^0.2.0",
-    "@jupyterlab/mainmenu-extension": "^0.2.0",
-    "@jupyterlab/markdownviewer-extension": "^0.13.0",
-    "@jupyterlab/notebook": "^0.13.0",
-    "@jupyterlab/notebook-extension": "^0.13.1",
-    "@jupyterlab/observables": "^0.2.0",
-    "@jupyterlab/outputarea": "^0.13.1",
-    "@jupyterlab/pdf-extension": "^0.5.0",
-    "@jupyterlab/rendermime": "^0.13.0",
-    "@jupyterlab/rendermime-interfaces": "^0.4.3",
-    "@jupyterlab/running": "^0.13.0",
-    "@jupyterlab/running-extension": "^0.13.0",
-    "@jupyterlab/services": "^0.52.0",
-    "@jupyterlab/settingeditor": "^0.2.0",
-    "@jupyterlab/settingeditor-extension": "^0.8.0",
-    "@jupyterlab/shortcuts-extension": "^0.13.0",
-    "@jupyterlab/tabmanager-extension": "^0.13.0",
-    "@jupyterlab/terminal": "^0.13.0",
-    "@jupyterlab/terminal-extension": "^0.13.0",
-    "@jupyterlab/theme-dark-extension": "^0.13.0",
-    "@jupyterlab/theme-light-extension": "^0.13.0",
-    "@jupyterlab/tooltip": "^0.13.0",
-    "@jupyterlab/tooltip-extension": "^0.13.0",
-    "@jupyterlab/vdom-extension": "^0.13.0",
-    "@jupyterlab/vega2-extension": "^0.13.0",
+    "@jupyterlab/application": "^0.14.1",
+    "@jupyterlab/application-extension": "^0.14.1",
+    "@jupyterlab/apputils": "^0.14.1",
+    "@jupyterlab/apputils-extension": "^0.14.1",
+    "@jupyterlab/cells": "^0.14.1",
+    "@jupyterlab/codeeditor": "^0.14.1",
+    "@jupyterlab/codemirror": "^0.14.1",
+    "@jupyterlab/codemirror-extension": "^0.14.1",
+    "@jupyterlab/completer": "^0.14.1",
+    "@jupyterlab/completer-extension": "^0.14.1",
+    "@jupyterlab/console": "^0.14.1",
+    "@jupyterlab/console-extension": "^0.14.1",
+    "@jupyterlab/coreutils": "^1.0.1",
+    "@jupyterlab/csvviewer": "^0.14.1",
+    "@jupyterlab/csvviewer-extension": "^0.14.1",
+    "@jupyterlab/docmanager": "^0.14.1",
+    "@jupyterlab/docmanager-extension": "^0.14.1",
+    "@jupyterlab/docregistry": "^0.14.1",
+    "@jupyterlab/faq-extension": "^0.14.1",
+    "@jupyterlab/filebrowser": "^0.14.1",
+    "@jupyterlab/filebrowser-extension": "^0.14.1",
+    "@jupyterlab/fileeditor": "^0.14.1",
+    "@jupyterlab/fileeditor-extension": "^0.14.1",
+    "@jupyterlab/help-extension": "^0.14.1",
+    "@jupyterlab/imageviewer": "^0.14.1",
+    "@jupyterlab/imageviewer-extension": "^0.14.1",
+    "@jupyterlab/inspector": "^0.14.1",
+    "@jupyterlab/inspector-extension": "^0.14.1",
+    "@jupyterlab/json-extension": "^0.14.1",
+    "@jupyterlab/launcher": "^0.14.1",
+    "@jupyterlab/launcher-extension": "^0.14.1",
+    "@jupyterlab/mainmenu": "^0.3.1",
+    "@jupyterlab/mainmenu-extension": "^0.3.1",
+    "@jupyterlab/markdownviewer-extension": "^0.14.1",
+    "@jupyterlab/mathjax2-extension": "^0.2.1",
+    "@jupyterlab/notebook": "^0.14.1",
+    "@jupyterlab/notebook-extension": "^0.14.1",
+    "@jupyterlab/observables": "^1.0.1",
+    "@jupyterlab/outputarea": "^0.14.1",
+    "@jupyterlab/pdf-extension": "^0.6.1",
+    "@jupyterlab/rendermime": "^0.14.1",
+    "@jupyterlab/rendermime-extension": "^0.8.1",
+    "@jupyterlab/rendermime-interfaces": "^1.0.1",
+    "@jupyterlab/running": "^0.14.1",
+    "@jupyterlab/running-extension": "^0.14.1",
+    "@jupyterlab/services": "^1.0.1",
+    "@jupyterlab/settingeditor": "^0.3.1",
+    "@jupyterlab/settingeditor-extension": "^0.9.1",
+    "@jupyterlab/shortcuts-extension": "^0.14.1",
+    "@jupyterlab/tabmanager-extension": "^0.14.1",
+    "@jupyterlab/terminal": "^0.14.1",
+    "@jupyterlab/terminal-extension": "^0.14.1",
+    "@jupyterlab/theme-dark-extension": "^0.14.1",
+    "@jupyterlab/theme-light-extension": "^0.14.1",
+    "@jupyterlab/tooltip": "^0.14.1",
+    "@jupyterlab/tooltip-extension": "^0.14.1",
+    "@jupyterlab/vdom-extension": "^0.14.1",
+    "@jupyterlab/vega2-extension": "^0.14.1",
+    "@phosphor/algorithm": "^1.1.2",
+    "@phosphor/application": "^1.5.0",
+    "@phosphor/commands": "^1.4.0",
     "@phosphor/coreutils": "^1.3.0",
-    "@phosphor/widgets": "^1.5.0"
+    "@phosphor/datagrid": "^0.1.5",
+    "@phosphor/disposable": "^1.1.2",
+    "@phosphor/domutils": "^1.1.2",
+    "@phosphor/dragdrop": "^1.3.0",
+    "@phosphor/messaging": "^1.2.2",
+    "@phosphor/properties": "^1.1.2",
+    "@phosphor/signaling": "^1.2.2",
+    "@phosphor/virtualdom": "^1.1.2",
+    "@phosphor/widgets": "^1.5.0",
+    "ajv": "~5.1.6",
+    "ansi_up": "~1.3.0",
+    "codemirror": "~5.24.2",
+    "comment-json": "^1.1.3",
+    "es6-promise": "~4.1.1",
+    "marked": "~0.3.6",
+    "moment": "~2.17.1",
+    "path-posix": "~1.0.0",
+    "react": "~16.0.0",
+    "react-dom": "~16.0.0",
+    "sanitize-html": "~1.14.3",
+    "url-parse": "~1.1.9",
+    "xterm": "~2.8.1"
   },
   "devDependencies": {
-    "@jupyterlab/buildutils": "^0.4.0",
+    "@jupyterlab/buildutils": "^0.5.1",
     "css-loader": "~0.28.7",
     "file-loader": "~0.10.1",
     "fs-extra": "~4.0.2",
@@ -85,8 +111,7 @@
     "source-map-loader": "~0.2.1",
     "style-loader": "~0.13.2",
     "url-loader": "~0.5.9",
-    "webpack": "~2.7.0",
-    "whatwg-fetch": "~2.0.3"
+    "webpack": "~2.7.0"
   },
   "jupyterlab": {
     "extensions": {
@@ -106,7 +131,9 @@
       "@jupyterlab/launcher-extension": "",
       "@jupyterlab/mainmenu-extension": "",
       "@jupyterlab/markdownviewer-extension": "",
+      "@jupyterlab/mathjax2-extension": "",
       "@jupyterlab/notebook-extension": "",
+      "@jupyterlab/rendermime-extension": "",
       "@jupyterlab/running-extension": "",
       "@jupyterlab/settingeditor-extension": "",
       "@jupyterlab/shortcuts-extension": "",
@@ -144,7 +171,35 @@
       "@phosphor/coreutils",
       "@phosphor/widgets"
     ],
-    "version": "0.30.1",
+    "vendor": [
+      "@phosphor/algorithm",
+      "@phosphor/application",
+      "@phosphor/commands",
+      "@phosphor/coreutils",
+      "@phosphor/datagrid",
+      "@phosphor/disposable",
+      "@phosphor/domutils",
+      "@phosphor/dragdrop",
+      "@phosphor/messaging",
+      "@phosphor/properties",
+      "@phosphor/signaling",
+      "@phosphor/virtualdom",
+      "@phosphor/widgets",
+      "ajv",
+      "ansi_up",
+      "codemirror",
+      "comment-json",
+      "es6-promise",
+      "marked",
+      "moment",
+      "path-posix",
+      "react",
+      "react-dom",
+      "sanitize-html",
+      "url-parse",
+      "xterm"
+    ],
+    "version": "0.31.0rc0",
     "linkedPackages": {},
     "staticDir": "../static"
   }

+ 2 - 3
jupyterlab/staging/webpack.config.js

@@ -101,12 +101,11 @@ JupyterLabPlugin.prototype.apply = function(compiler) {
 JupyterLabPlugin.prototype._first = true;
 
 
+
 module.exports = {
   entry: {
     main: ['whatwg-fetch', path.resolve(buildDir, 'index.out.js')],
-    vendor: [
-      'react', 'react-dom', 'codemirror', 'xterm'
-    ]
+    vendor: jlab.vendor
   },
   output: {
     path: path.resolve(buildDir),

File diff suppressed because it is too large
+ 434 - 400
jupyterlab/staging/yarn.lock


+ 1 - 1
jupyterlab/tests/mock_packages/extension/package.json

@@ -3,7 +3,7 @@
   "version": "0.2.0",
   "private": true,
   "dependencies": {
-    "@jupyterlab/launcher": "^0.13.2"
+    "@jupyterlab/launcher": "^0.14.1"
   },
   "jupyterlab": {
     "extension": true

+ 1 - 1
package.json

@@ -28,7 +28,7 @@
     "postinstall": "node scripts/ensure-buildutils.js",
     "integrity": "node buildutils/lib/ensure-repo.js",
     "patch:release": "node buildutils/lib/patch-release.js",
-    "publish": "jlpm run clean:slate && lerna publish --force-publish=* -m \"Publish\" && jlpm run build:update",
+    "publish": "jlpm run clean:slate && jlpm run build:packages && lerna publish --force-publish=* -m \"Publish\" && jlpm run build:update",
     "remove:dependency": "node buildutils/lib/remove-dependency.js",
     "remove:package": "node buildutils/lib/remove-package.js",
     "test": "cd test && jlpm test",

Some files were not shown because too many files changed in this diff