5.4 KiB
5.4 KiB
@backstage/cli-module-build
0.1.4-next.0
Patch Changes
a1971ea: Suppress false-positive@protobufjs/inquire"Critical dependency" warning in the bundler. Sinceprotobufjs7.5.9, the dynamic require path in inquire is no longer exercised, but webpack/rspack still flags it during static analysis.8007b58: Updated dependencyembedded-postgresto18.3.0-beta.17.
0.1.3
Patch Changes
ed4ee6f: Fixed config path resolution for the embedded-postgres database client detection to resolve paths relative to the target package directory rather than the workspace root.be7e4eb: The embedded Postgres database used during local development now respects user-provided connection configuration. If you configurehost,port,user, orpasswordunderbackend.database.connectionalongside theembedded-postgresdatabase client, those values will be forwarded to the embedded Postgres instance. Only values that you have not configured will be filled in with defaults. This makes it possible to run the embedded database on a specific host and port, for example to connect to it externally withpsql.41070b8: Upgraded@module-federation/enhanced,@module-federation/runtime, and@module-federation/sdkfrom^0.21.6to^2.3.3to address known vulnerabilities.- Updated dependencies
- @backstage/errors@1.3.1
- @backstage/cli-node@0.3.2
- @backstage/module-federation-common@0.1.4
- @backstage/cli-common@0.2.2
- @backstage/config@1.3.8
- @backstage/config-loader@1.10.11
0.1.3-next.0
Patch Changes
ed4ee6f: Fixed config path resolution for the embedded-postgres database client detection to resolve paths relative to the target package directory rather than the workspace root.41070b8: Upgraded@module-federation/enhanced,@module-federation/runtime, and@module-federation/sdkfrom^0.21.6to^2.3.3to address known vulnerabilities.- Updated dependencies
- @backstage/errors@1.3.1-next.0
- @backstage/module-federation-common@0.1.4-next.0
- @backstage/cli-common@0.2.2-next.0
- @backstage/cli-node@0.3.2-next.0
- @backstage/config@1.3.8-next.0
- @backstage/config-loader@1.10.11-next.0
0.1.1
Patch Changes
2e5c5f8: Bumpedglobdependency from v7/v8/v11 to v13 to address security vulnerabilities in older versions. Bumpedrollupfrom v4.27 to v4.59+ to fix a high severity path traversal vulnerability (GHSA-mw96-cpmx-2vgc).f1b493f: Fixed the embedded-postgres PID file being written before database initialization, which prevented the database from initializing successfully.f52a296: Suppressed false-positive Module Federation warning for shared dependencies that use secondary entry points (e.g.@mui/material/styles). These sub-pathpackage.jsonfiles lack aversionfield, causing the bundler to emit "No version specified" warnings that fail CI builds.- c16c508: When building dist-workspaces with --always-pack, batch
yarn packoperations to avoid packing packages and their dependencies simultaneously. f14df56: Added experimental support for usingembedded-postgresas the database for local development. Setbackend.database.clienttoembedded-postgresin your app config to enable this. Theembedded-postgrespackage must be installed as an explicit dependency in your project.- Updated dependencies
- @backstage/errors@1.3.0
- @backstage/cli-common@0.2.1
- @backstage/cli-node@0.3.1
- @backstage/config-loader@1.10.10
- @backstage/config@1.3.7
- @backstage/module-federation-common@0.1.3
0.1.1-next.2
Patch Changes
- c16c508: When building dist-workspaces with --always-pack, batch
yarn packoperations to avoid packing packages and their dependencies simultaneously. f14df56: Added experimental support for usingembedded-postgresas the database for local development. Setbackend.database.clienttoembedded-postgresin your app config to enable this. Theembedded-postgrespackage must be installed as an explicit dependency in your project.- Updated dependencies
- @backstage/errors@1.3.0-next.0
- @backstage/cli-common@0.2.1-next.1
- @backstage/cli-node@0.3.1-next.1
- @backstage/config-loader@1.10.10-next.1
- @backstage/config@1.3.7-next.0
- @backstage/module-federation-common@0.1.3-next.0
0.1.1-next.1
Patch Changes
2e5c5f8: Bumpedglobdependency from v7/v8/v11 to v13 to address security vulnerabilities in older versions. Bumpedrollupfrom v4.27 to v4.59+ to fix a high severity path traversal vulnerability (GHSA-mw96-cpmx-2vgc).
0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/cli-common@0.2.1-next.0
- @backstage/cli-node@0.3.1-next.0
- @backstage/config-loader@1.10.10-next.0
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
- @backstage/module-federation-common@0.1.2
0.1.0
Minor Changes
62d0849: Addedpackage bundlecommand to create self-contained plugin bundles for dynamic loading, to be used by thebackend-dynamic-feature-service. Supports backend and frontend plugins, with optional--pre-packed-dirfor batch bundling from a pre-built workspace.329f394: Initial release of the CLI module packages. Each module provides a set of commands that can be discovered automatically by@backstage/clior executed standalone.
Patch Changes
- Updated dependencies
- @backstage/cli-node@0.3.0
- @backstage/cli-common@0.2.0
- @backstage/module-federation-common@0.1.2
- @backstage/config-loader@1.10.9