From 08a90d7e092b8331ebe1660d56a858edd9f49550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Fri, 27 Jan 2023 11:17:41 +0100 Subject: [PATCH] fix(editor): Re-enable the element-ui memory-leak fix (no-changelog) (#5262) add a reference back to the element-ui patch it accidentally got deleted here https://github.com/n8n-io/n8n/pull/4631/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L60 --- package.json | 3 +++ pnpm-lock.yaml | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ee36812cc7cc..44654a43fa7b1 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,9 @@ "jsonwebtoken": "9.0.0", "cpy@8>globby": "^11.1.0", "qqjs>globby": "^11.1.0" + }, + "patchedDependencies": { + "element-ui@2.15.12": "patches/element-ui@2.15.12.patch" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9d0edc4788d1..07ed49008fabc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,6 +12,11 @@ overrides: cpy@8>globby: ^11.1.0 qqjs>globby: ^11.1.0 +patchedDependencies: + element-ui@2.15.12: + hash: aaa3sc7bmwb4jwg35ga5npx4he + path: patches/element-ui@2.15.12.patch + importers: .: @@ -468,7 +473,7 @@ importers: webpack: ^4.46.0 xss: ^1.0.14 dependencies: - element-ui: 2.15.12_vue@2.7.14 + element-ui: 2.15.12_aaa3sc7bmwb4jwg35ga5npx4he_vue@2.7.14 markdown-it: 13.0.1 markdown-it-emoji: 2.0.2 markdown-it-link-attributes: 4.0.1 @@ -10909,7 +10914,7 @@ packages: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} dev: true - /element-ui/2.15.12_vue@2.7.14: + /element-ui/2.15.12_aaa3sc7bmwb4jwg35ga5npx4he_vue@2.7.14: resolution: {integrity: sha512-Y5FMT2BPOindU2GkDEQ5ZKUVxDawKONRNMh2eL3uBx1FOtvUJ+L6IxXLVsNxq4WnaX/UnVNgWXebl7DobygZMg==} peerDependencies: vue: ^2.5.17 @@ -10922,6 +10927,7 @@ packages: throttle-debounce: 1.1.0 vue: 2.7.14 dev: false + patched: true /elliptic/6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==}