Skip to content

Commit 049f200

Browse files
fix(cli): remove --no-embed-as-dependencies (#2655)
This change removes support for the --no-embed-as-dependencies/--embed-as-code flags from the CLI and related supporting forked code. This change also tidies up the related rollup dependencies used by this exported method. Signed-off-by: Stan Lewis <[email protected]> Co-authored-by: David Festal <[email protected]>
1 parent 343fedc commit 049f200

23 files changed

+28
-2309
lines changed

.changeset/late-apples-call.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@janus-idp/cli": minor
3+
---
4+
5+
This change removes the embed-as-code method of exporting from export-dynamic-plugin and the associated --no-embed-as-dependencies flag. This change also removes the forked code required to support this exporting method as well as the associated rollup dependencies.

packages/cli/package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,10 @@
3535
"@backstage/config": "^1.3.2",
3636
"@backstage/config-loader": "^1.9.5",
3737
"@backstage/errors": "^1.2.7",
38-
"@backstage/eslint-plugin": "^0.1.10",
3938
"@backstage/types": "^1.2.1",
4039
"@manypkg/get-packages": "^1.1.3",
4140
"@openshift/dynamic-plugin-sdk-webpack": "^3.0.0",
4241
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
43-
"@rollup/plugin-commonjs": "^25.0.4",
44-
"@rollup/plugin-json": "^6.0.0",
45-
"@rollup/plugin-node-resolve": "^15.2.1",
46-
"@rollup/plugin-yaml": "^4.0.0",
47-
"@svgr/rollup": "^8.1.0",
4842
"@svgr/webpack": "^6.5.1",
4943
"@yarnpkg/lockfile": "^1.1.0",
5044
"@yarnpkg/parsers": "^3.0.0-rc.4",
@@ -74,11 +68,6 @@
7468
"react-dev-utils": "^12.0.0-next.60",
7569
"react-refresh": "^0.14.0",
7670
"recursive-readdir": "^2.2.2",
77-
"rollup": "^4.0.0",
78-
"rollup-plugin-dts": "^4.0.1",
79-
"rollup-plugin-esbuild": "^4.7.2",
80-
"rollup-plugin-postcss": "^4.0.0",
81-
"rollup-pluginutils": "^2.8.2",
8271
"semver": "^7.5.4",
8372
"style-loader": "^3.3.1",
8473
"swc-loader": "^0.2.3",
@@ -97,7 +86,6 @@
9786
"@types/node": "18.19.34",
9887
"@types/npm-packlist": "3.0.0",
9988
"@types/recursive-readdir": "2.2.4",
100-
"@types/rollup-plugin-postcss": "3.1.4",
10189
"@types/yarnpkg__lockfile": "1.1.9",
10290
"mock-fs": "5.2.0",
10391
"nodemon": "3.1.3",

0 commit comments

Comments
 (0)