diff --git a/debian/patches/0750-use-matching-monaco-editor-webpack-plugin.patch b/debian/patches/0750-use-matching-monaco-editor-webpack-plugin.patch new file mode 100644 index 0000000000..3036f346af --- /dev/null +++ b/debian/patches/0750-use-matching-monaco-editor-webpack-plugin.patch @@ -0,0 +1,13 @@ +4.2.0 is not compatible with the installed monaco-editor module + +--- a/package.json ++++ b/package.json +@@ -153,7 +153,7 @@ + "mermaid": "^8.10.2", + "minimatch": "link:/usr/share/nodejs/minimatch", + "monaco-editor": "^0.25.2", +- "monaco-editor-webpack-plugin": "^4.0.0", ++ "monaco-editor-webpack-plugin": "4.0.0", + "monaco-yaml": "^2.5.1", + "mousetrap": "1.6.5", + "papaparse": "^5.3.1", diff --git a/debian/patches/series b/debian/patches/series index 09627df693..9fca10a098 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -23,6 +23,7 @@ 0700-add-salsa-link-to-help.patch 0710-use-yarnpkg.patch 0740-use-packaged-modules.patch +0750-use-matching-monaco-editor-webpack-plugin.patch 0750-fix-relative-paths.patch 0770-remove-capybara-screenshot-rspec.patch 0800-search-binaries-in-path.patch