diff --git a/package.json b/package.json index b8b35a0..0a161b3 100644 --- a/package.json +++ b/package.json @@ -9209,32 +9209,32 @@ "@types/node": "12.12.70", "@types/sortablejs": "1.10.6", "@types/vscode": "1.53.0", - "@typescript-eslint/eslint-plugin": "4.15.0", - "@typescript-eslint/parser": "4.15.0", + "@typescript-eslint/eslint-plugin": "4.15.1", + "@typescript-eslint/parser": "4.15.1", "circular-dependency-plugin": "5.2.2", "clean-webpack-plugin": "3.0.0", "copy-webpack-plugin": "7.0.0", "csp-html-webpack-plugin": "5.1.0", "css-loader": "5.0.2", "esbuild-loader": "2.9.1", - "eslint": "7.19.0", + "eslint": "7.20.0", "eslint-cli": "1.1.1", "eslint-config-prettier": "7.2.0", "eslint-plugin-import": "2.22.1", "fork-ts-checker-webpack-plugin": "6.1.0", - "html-loader": "1.3.2", - "html-webpack-plugin": "5.0.0", + "html-loader": "2.0.0", + "html-webpack-plugin": "5.1.0", "image-minimizer-webpack-plugin": "2.2.0", "imagemin-webp": "6.0.0", - "mini-css-extract-plugin": "1.3.6", + "mini-css-extract-plugin": "1.3.7", "node-sass": "5.0.0", "prettier": "2.2.1", "sass-loader": "11.0.1", "terser-webpack-plugin": "5.1.1", - "ts-loader": "8.0.16", - "typescript": "4.2.0-beta", + "ts-loader": "8.0.17", + "typescript": "4.2.1-rc", "vsce": "1.85.0", - "webpack": "5.21.2", + "webpack": "5.22.0", "webpack-bundle-analyzer": "4.4.0", "webpack-cli": "4.2.0" } diff --git a/src/views/viewBase.ts b/src/views/viewBase.ts index a9317c5..91785bc 100644 --- a/src/views/viewBase.ts +++ b/src/views/viewBase.ts @@ -224,7 +224,7 @@ export abstract class ViewBase< this._onDidChangeTreeData = new EventEmitter(); } - this.tree = window.createTreeView(this.id, { + this.tree = window.createTreeView>(this.id, { ...options, treeDataProvider: this, }); diff --git a/src/webviews/apps/settings/settings.html b/src/webviews/apps/settings/settings.html index 4aa0f15..aa7c185 100644 --- a/src/webviews/apps/settings/settings.html +++ b/src/webviews/apps/settings/settings.html @@ -226,51 +226,51 @@
- <%= require('html-loader!./partials/current-line.html') %> + <%= require('html-loader?{"esModule":false}!./partials/current-line.html') %> - <%= require('html-loader!./partials/code-lens.html') %> + <%= require('html-loader?{"esModule":false}!./partials/code-lens.html') %> - <%= require('html-loader!./partials/status-bar.html') %> + <%= require('html-loader?{"esModule":false}!./partials/status-bar.html') %> - <%= require('html-loader!./partials/hovers.html') %> + <%= require('html-loader?{"esModule":false}!./partials/hovers.html') %> - <%= require('html-loader!./partials/views.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.html') %> - <%= require('html-loader!./partials/views.commits.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.commits.html') %> - <%= require('html-loader!./partials/views.repositories.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.repositories.html') %> - <%= require('html-loader!./partials/views.file-history.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.file-history.html') %> - <%= require('html-loader!./partials/views.line-history.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.line-history.html') %> - <%= require('html-loader!./partials/views.branches.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.branches.html') %> - <%= require('html-loader!./partials/views.remotes.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.remotes.html') %> - <%= require('html-loader!./partials/views.stashes.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.stashes.html') %> - <%= require('html-loader!./partials/views.tags.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.tags.html') %> - <%= require('html-loader!./partials/views.contributors.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.contributors.html') %> - <%= require('html-loader!./partials/views.searchAndCompare.html') %> + <%= require('html-loader?{"esModule":false}!./partials/views.searchAndCompare.html') %> - <%= require('html-loader!./partials/blame.html') %> + <%= require('html-loader?{"esModule":false}!./partials/blame.html') %> - <%= require('html-loader!./partials/changes.html') %> + <%= require('html-loader?{"esModule":false}!./partials/changes.html') %> - <%= require('html-loader!./partials/heatmap.html') %> + <%= require('html-loader?{"esModule":false}!./partials/heatmap.html') %> - <%= require('html-loader!./partials/rebase-editor.html') %> + <%= require('html-loader?{"esModule":false}!./partials/rebase-editor.html') %> - <%= require('html-loader!./partials/dates.html') %> + <%= require('html-loader?{"esModule":false}!./partials/dates.html') %> - <%= require('html-loader!./partials/menus.html') %> + <%= require('html-loader?{"esModule":false}!./partials/menus.html') %> - <%= require('html-loader!./partials/shortcuts.html') %> + <%= require('html-loader?{"esModule":false}!./partials/shortcuts.html') %> - <%= require('html-loader!./partials/modes.html') %> + <%= require('html-loader?{"esModule":false}!./partials/modes.html') %>