From d9520f22637e5ac5152984e58f5fe23d99885457 Mon Sep 17 00:00:00 2001 From: Alex <apuret@takima.fr> Date: Thu, 9 Dec 2021 11:38:13 +0100 Subject: [PATCH] build: 1.201 --- 1.201.package.json | 67 ++++++++++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 +++ 2 files changed, 71 insertions(+) create mode 100644 1.201.package.json create mode 100644 CHANGELOG.md diff --git a/1.201.package.json b/1.201.package.json new file mode 100644 index 0000000..adfb134 --- /dev/null +++ b/1.201.package.json @@ -0,0 +1,67 @@ +{ + "private": true, + "dependencies": { + "@theia/core": "1.20", + "@theia/callhierarchy": "1.20", + "@theia/file-search": "1.20", + "@theia/editor": "1.20", + "@theia/git": "1.20", + "@theia/markers": "1.20", + "@theia/editor-preview": "1.20", + "@theia/keymaps": "1.20", + "@theia/filesystem": "1.20", + "@theia/output": "1.20", + "@theia/plugin": "1.20", + "@theia/plugin-ext": "1.20", + "@theia/plugin-ext-vscode": "1.20", + "@theia/process": "1.20", + "@theia/scm": "1.20", + "@theia/task": "1.20", + "@theia/typehierarchy": "1.20", + "@theia/userstorage": "1.20", + "@theia/variable-resolver": "1.20", + "@theia/workspace": "1.20", + "@theia/monaco": "1.20", + "@theia/messages": "1.20", + "@theia/navigator": "1.20", + "@theia/outline-view": "1.20", + "@theia/preferences": "1.20", + "@theia/preview": "1.20", + "@theia/search-in-workspace": "1.20", + "@theia/terminal": "1.20", + "@theia/mini-browser": "1.20", + "@theia/vsx-registry": "1.20", + "@theia/console": "1.20" + }, + "devDependencies": { + "@theia/cli": "1.20" + }, + "scripts": { + "prepare": "yarn run clean && yarn build && yarn run download:plugins", + "clean": "theia clean", + "build": "theia build --mode development", + "start": "theia start --plugins=local-dir:plugins", + "download:plugins": "theia download:plugins" + }, + "theiaPluginsDir": "plugins", + "theiaPlugins": { + "vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix", + "vscode-builtins-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix", + "vscode.git": "https://open-vsx.org/api/vscode/git/1.52.1/file/vscode.git-1.52.1.vsix", + "vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.39.2/file/vscode.markdown-language-features-1.39.2.vsix", + "vscode.editorconfig": "https://github.com/theia-ide/editorconfig-vscode/releases/download/v0.14.4/EditorConfig-0.14.4.vsix", + "vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.11/file/llvm-vs-code-extensions.vscode-clangd-0.1.11.vsix", + "cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.92/file/eclipse-cdt.cdt-gdb-vscode-0.0.92.vsix", + "vscode-eslint": "https://github.com/theia-ide/vscode-eslint/releases/download/release%2F2.0.15/vscode-eslint-2.0.15.vsix", + "vscode-go": "https://open-vsx.org/api/golang/Go/0.16.2/file/golang.Go-0.16.2.vsix", + "vscode-python": "https://open-vsx.org/api/ms-python/python/2020.8.105369/file/ms-python.python-2020.8.105369.vsix", + "vscode-ruby": "https://github.com/rubyide/vscode-ruby/releases/download/v0.25.0/ruby-0.25.0.vsix", + "plantuml": "https://open-vsx.org/api/jebbs/plantuml/2.14.0/file/jebbs.plantuml-2.14.0.vsix", + "yangster": "https://open-vsx.org/api/typefox/yang-vscode/2.0.3/file/typefox.yang-vscode-2.0.3.vsix" + }, + "theiaPluginsExcludeIds": [ + "vscode.extension-editing", + "vscode.github", + "vscode.microsoft-authentication" + ] +} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e562d5e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ + +# 1.201 +* suppression de chaque dépendance de Java (java-redhat, java-test, java-debug, etc.) +* optimisation de la taille du build de Theia -- GitLab