From 81919af1f6637c318a7ace7afa3e91bdcf8b9d28 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Fri, 12 Jun 2020 17:22:29 +0200 Subject: [PATCH] Created Pinned Dependencies (markdown) --- Pinned-Dependencies.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Pinned-Dependencies.md diff --git a/Pinned-Dependencies.md b/Pinned-Dependencies.md new file mode 100644 index 0000000..e5a0128 --- /dev/null +++ b/Pinned-Dependencies.md @@ -0,0 +1,33 @@ +Here is a listing of dependencies we had to pin to old semver-major: + +- execa@4 + - Reason: Node 10 + - https://github.com/sindresorhus/execa/releases/tag/v4.0.0 +- pify@5 + - Reason: Node 10 + - https://github.com/sindresorhus/pify/releases +- file-loader@6 + - Reason: Node 10 + - https://github.com/webpack-contrib/file-loader/releases/tag/v5.0.0 +- url-loader@4 + - Reason: Node 10 + - https://github.com/webpack-contrib/url-loader/releases/tag/v3.0.0 +- fs-extra@9 + - Reason: Node 10 + - https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#900--2020-03-19 +- chalk@4 + - Reason: Node 10 + - https://github.com/chalk/chalk/releases/tag/v4.0.0 +- wrap-ansi@7 + - Reason: Node 10 + - https://github.com/chalk/wrap-ansi/releases/tag/v7.0.0 +- terser-webpack-plugin@3 + - Reason: Node 10 + - https://github.com/webpack-contrib/terser-webpack-plugin/releases/tag/v3.0.0 +- @types/terser-webpack-plugin@3 + - Reason: terser-webpack-plugin@3 +-core-js@3.0.0 + - Reason: Ecosystem compatibility +- memory-fs@0.5.0 (deprecated) + - Reason: ? + - https://github.com/webpack/memory-fs/releases/tag/v0.5.0 \ No newline at end of file