From 1c27ce00e55ba21d5a9eef18ff282e4ae8e83efa Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Tue, 6 Jun 2023 11:29:27 +0300 Subject: [PATCH] chore: Make all local packages opt-in to linkable-push after build:dev Co-authored-by: Janne Savolainen Signed-off-by: Mikko Aspiala --- packages/business-features/keyboard-shortcuts/package.json | 1 + packages/cluster-sidebar/package.json | 1 + packages/kube-object/package.json | 1 + packages/kubectl-versions/package.json | 1 + packages/legacy-global-di/package.json | 1 + packages/list-layout/package.json | 1 + packages/logger/package.json | 1 + packages/metrics/package.json | 1 + packages/routing/package.json | 1 + packages/technical-features/application/agnostic/package.json | 1 + .../technical-features/application/electron-main/package.json | 1 + .../application/legacy-extensions/package.json | 1 + packages/technical-features/feature-core/package.json | 1 + packages/technical-features/messaging/agnostic/package.json | 1 + .../technical-features/messaging/computed-channel/package.json | 1 + packages/technical-features/messaging/electron/main/package.json | 1 + .../technical-features/messaging/electron/renderer/package.json | 1 + .../messaging/message-bridge-fake/package.json | 1 + packages/technical-features/react-application/package.json | 1 + packages/ui-components/animate/package.json | 1 + packages/ui-components/button/package.json | 1 + packages/ui-components/error-boundary/package.json | 1 + packages/ui-components/icon/package.json | 1 + packages/ui-components/resizing-anchor/package.json | 1 + packages/ui-components/tooltip/package.json | 1 + packages/utility-features/event-emitter/package.json | 1 + packages/utility-features/json-api/package.json | 1 + packages/utility-features/kube-api-specifics/package.json | 1 + packages/utility-features/kube-api/package.json | 1 + .../react-testing-library-discovery/package.json | 1 + packages/utility-features/run-many/package.json | 1 + packages/utility-features/startable-stoppable/package.json | 1 + packages/utility-features/utilities/package.json | 1 + 33 files changed, 33 insertions(+) diff --git a/packages/business-features/keyboard-shortcuts/package.json b/packages/business-features/keyboard-shortcuts/package.json index c347c5d130..00f98784c0 100644 --- a/packages/business-features/keyboard-shortcuts/package.json +++ b/packages/business-features/keyboard-shortcuts/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", diff --git a/packages/cluster-sidebar/package.json b/packages/cluster-sidebar/package.json index cb3e4cded8..c1b63442b7 100644 --- a/packages/cluster-sidebar/package.json +++ b/packages/cluster-sidebar/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "test": "jest --coverage --runInBand", "lint": "lens-lint", diff --git a/packages/kube-object/package.json b/packages/kube-object/package.json index ac91de2e3b..3c2f5aea0f 100644 --- a/packages/kube-object/package.json +++ b/packages/kube-object/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "test": "jest --coverage --runInBand", "lint": "lens-lint", diff --git a/packages/kubectl-versions/package.json b/packages/kubectl-versions/package.json index f1d2dc8145..b04658639c 100644 --- a/packages/kubectl-versions/package.json +++ b/packages/kubectl-versions/package.json @@ -23,6 +23,7 @@ "compute-versions": "node ./build/compute-versions.mjs", "prebuild": "npm run compute-versions", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand" }, diff --git a/packages/legacy-global-di/package.json b/packages/legacy-global-di/package.json index 32a72a6bf7..79e06584b4 100644 --- a/packages/legacy-global-di/package.json +++ b/packages/legacy-global-di/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "test": "jest --coverage --runInBand", "lint": "lens-lint", diff --git a/packages/list-layout/package.json b/packages/list-layout/package.json index a79647b7ee..2060bec66c 100644 --- a/packages/list-layout/package.json +++ b/packages/list-layout/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", diff --git a/packages/logger/package.json b/packages/logger/package.json index f4ff2ca22c..05928bb4a0 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index d00c0bbb25..06a1c9bfee 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", diff --git a/packages/routing/package.json b/packages/routing/package.json index 73fdf0f93e..4105843047 100644 --- a/packages/routing/package.json +++ b/packages/routing/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, diff --git a/packages/technical-features/application/agnostic/package.json b/packages/technical-features/application/agnostic/package.json index 3c47cb5d81..9501a55f3e 100644 --- a/packages/technical-features/application/agnostic/package.json +++ b/packages/technical-features/application/agnostic/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/technical-features/application/electron-main/package.json b/packages/technical-features/application/electron-main/package.json index ca580c2302..3e16c4bdaa 100644 --- a/packages/technical-features/application/electron-main/package.json +++ b/packages/technical-features/application/electron-main/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/technical-features/application/legacy-extensions/package.json b/packages/technical-features/application/legacy-extensions/package.json index ac53f14ab0..e5f4a65f0e 100644 --- a/packages/technical-features/application/legacy-extensions/package.json +++ b/packages/technical-features/application/legacy-extensions/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, diff --git a/packages/technical-features/feature-core/package.json b/packages/technical-features/feature-core/package.json index 2916b623f0..907d9f1c4b 100644 --- a/packages/technical-features/feature-core/package.json +++ b/packages/technical-features/feature-core/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/technical-features/messaging/agnostic/package.json b/packages/technical-features/messaging/agnostic/package.json index 9efbc31b8d..d24e34243a 100644 --- a/packages/technical-features/messaging/agnostic/package.json +++ b/packages/technical-features/messaging/agnostic/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint:fix": "lens-lint --fix", "lint": "lens-lint" diff --git a/packages/technical-features/messaging/computed-channel/package.json b/packages/technical-features/messaging/computed-channel/package.json index 7f9a559e91..8b15f418c1 100644 --- a/packages/technical-features/messaging/computed-channel/package.json +++ b/packages/technical-features/messaging/computed-channel/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/technical-features/messaging/electron/main/package.json b/packages/technical-features/messaging/electron/main/package.json index d05925fb2c..0c70ec686a 100644 --- a/packages/technical-features/messaging/electron/main/package.json +++ b/packages/technical-features/messaging/electron/main/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/technical-features/messaging/electron/renderer/package.json b/packages/technical-features/messaging/electron/renderer/package.json index 32d131c0f5..20f81564da 100644 --- a/packages/technical-features/messaging/electron/renderer/package.json +++ b/packages/technical-features/messaging/electron/renderer/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/technical-features/messaging/message-bridge-fake/package.json b/packages/technical-features/messaging/message-bridge-fake/package.json index ca60bc5823..2cd2e4c399 100644 --- a/packages/technical-features/messaging/message-bridge-fake/package.json +++ b/packages/technical-features/messaging/message-bridge-fake/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint:fix": "lens-lint --fix", "lint": "lens-lint" diff --git a/packages/technical-features/react-application/package.json b/packages/technical-features/react-application/package.json index 4ed3902820..4db2fe2fdb 100644 --- a/packages/technical-features/react-application/package.json +++ b/packages/technical-features/react-application/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/ui-components/animate/package.json b/packages/ui-components/animate/package.json index 10b038cbef..47428b439a 100644 --- a/packages/ui-components/animate/package.json +++ b/packages/ui-components/animate/package.json @@ -29,6 +29,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, diff --git a/packages/ui-components/button/package.json b/packages/ui-components/button/package.json index 1166c80da3..b18cb8e354 100644 --- a/packages/ui-components/button/package.json +++ b/packages/ui-components/button/package.json @@ -29,6 +29,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, diff --git a/packages/ui-components/error-boundary/package.json b/packages/ui-components/error-boundary/package.json index 1f134af283..20b5d4c05a 100644 --- a/packages/ui-components/error-boundary/package.json +++ b/packages/ui-components/error-boundary/package.json @@ -29,6 +29,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, diff --git a/packages/ui-components/icon/package.json b/packages/ui-components/icon/package.json index dde43e74f5..9f0f4cd229 100644 --- a/packages/ui-components/icon/package.json +++ b/packages/ui-components/icon/package.json @@ -30,6 +30,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, diff --git a/packages/ui-components/resizing-anchor/package.json b/packages/ui-components/resizing-anchor/package.json index 1620b73797..89b39165ec 100644 --- a/packages/ui-components/resizing-anchor/package.json +++ b/packages/ui-components/resizing-anchor/package.json @@ -29,6 +29,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, diff --git a/packages/ui-components/tooltip/package.json b/packages/ui-components/tooltip/package.json index 0bfadfdcca..1f431c2eba 100644 --- a/packages/ui-components/tooltip/package.json +++ b/packages/ui-components/tooltip/package.json @@ -29,6 +29,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/utility-features/event-emitter/package.json b/packages/utility-features/event-emitter/package.json index ba2839ce6f..0b1202c2b3 100644 --- a/packages/utility-features/event-emitter/package.json +++ b/packages/utility-features/event-emitter/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "test": "jest --coverage --runInBand", "lint": "lens-lint", diff --git a/packages/utility-features/json-api/package.json b/packages/utility-features/json-api/package.json index 098bb35693..055afdd9bf 100644 --- a/packages/utility-features/json-api/package.json +++ b/packages/utility-features/json-api/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", diff --git a/packages/utility-features/kube-api-specifics/package.json b/packages/utility-features/kube-api-specifics/package.json index 7cf884e229..d12c88431b 100644 --- a/packages/utility-features/kube-api-specifics/package.json +++ b/packages/utility-features/kube-api-specifics/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", diff --git a/packages/utility-features/kube-api/package.json b/packages/utility-features/kube-api/package.json index ab5f69675d..e3615410ef 100644 --- a/packages/utility-features/kube-api/package.json +++ b/packages/utility-features/kube-api/package.json @@ -25,6 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "lens-webpack-build", + "linkable-push": "linkable-push", "clean": "rimraf dist/", "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", diff --git a/packages/utility-features/react-testing-library-discovery/package.json b/packages/utility-features/react-testing-library-discovery/package.json index d1d2bf1c16..2b66370504 100644 --- a/packages/utility-features/react-testing-library-discovery/package.json +++ b/packages/utility-features/react-testing-library-discovery/package.json @@ -26,6 +26,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "lint": "lens-lint", "lint:fix": "lens-lint --fix" }, diff --git a/packages/utility-features/run-many/package.json b/packages/utility-features/run-many/package.json index 5894c5846a..1c14415e24 100644 --- a/packages/utility-features/run-many/package.json +++ b/packages/utility-features/run-many/package.json @@ -22,6 +22,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand" }, "peerDependencies": { diff --git a/packages/utility-features/startable-stoppable/package.json b/packages/utility-features/startable-stoppable/package.json index 8e96fcd226..8647127636 100644 --- a/packages/utility-features/startable-stoppable/package.json +++ b/packages/utility-features/startable-stoppable/package.json @@ -23,6 +23,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/utility-features/utilities/package.json b/packages/utility-features/utilities/package.json index 2642a93854..42bdbaed4b 100644 --- a/packages/utility-features/utilities/package.json +++ b/packages/utility-features/utilities/package.json @@ -22,6 +22,7 @@ "scripts": { "clean": "rimraf dist/", "build": "lens-webpack-build", + "linkable-push": "linkable-push", "test:unit": "jest --coverage --runInBand" }, "peerDependencies": {