Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps @backstage/cli from 0.28.0 to 0.34.0.

Changelog

Sourced from @​backstage/cli's changelog.

0.34.0

Minor Changes

  • 38b4243: Added plugin and module templates for the new frontend system. These templates are not included by default, but can be included by adding @backstage/cli/templates/new-frontend-plugin and @backstage/cli/templates/new-frontend-plugin-module as custom templates.

  • 923ceb2: BREAKING: The new app build based on Rspack is now the default, and the EXPERIMENTAL_RSPACK flag has been removed. To revert to the old behavior, set the LEGACY_WEBPACK_BUILD environment flag and install the following optional dependencies:

    {
      "dependencies": {
        "@module-federation/enhanced": "^0.9.0",
        "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
        "esbuild-loader": "^4.0.0",
        "eslint-webpack-plugin": "^4.2.0",
        "fork-ts-checker-webpack-plugin": "^9.0.0",
        "mini-css-extract-plugin": "^2.4.2",
        "terser-webpack-plugin": "^5.1.3",
        "webpack": "^5.96.0",
        "webpack-dev-server": "^5.0.0"
      }
    }

    If you do encounter a blocking issue that forces you to use the old WebPack build, please open an issue explaining the problem. The WebPack build will be removed in a future release.

  • eda80c7: BREAKING: Removed support for .icon.svg imports, which have been deprecated since the 1.19 release.

Patch Changes

  • 2b8082a: Internal refactor of error handling
  • 8b1bf6e: Deprecated new frontend system config setting app.experimental.packages to just app.packages. The old config will continue working for the time being, but may be removed in a future release.
  • ead626f: The Node.js transform in @backstage/cli/config/nodeTransformHooks.mjs now supports the built-in type stripping in Node.js, which is enabled by default from v22.18.0.
  • a6af768: Allow js files to be processed by the nodeTransform loader
  • Updated dependencies
    • @​backstage/cli-node@​0.2.14

0.34.0-next.2

Minor Changes

  • 923ceb2: BREAKING: The new app build based on Rspack is now the default, and the EXPERIMENTAL_RSPACK flag has been removed. To revert to the old behavior, set the LEGACY_WEBPACK_BUILD environment flag and install the following optional dependencies:

    {
      "dependencies": {
        "@module-federation/enhanced": "^0.9.0",
        "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
        "esbuild-loader": "^4.0.0",
        "eslint-webpack-plugin": "^4.2.0",
        "fork-ts-checker-webpack-plugin": "^9.0.0",

... (truncated)

Commits
  • 5a64fe7 Version Packages
  • 9cec983 Merge pull request #6153 from backstage/dependabot/npm_and_yarn/rollup/plugin...
  • 0ec31e5 chore(deps): bump @​rollup/plugin-node-resolve from 11.2.1 to 13.0.0
  • 0a09dbe chore: fix dependencies in create-app
  • afa37a8 Merge branch 'master' into rugvip/mod
  • 9258c54 Merge branch 'master' into rugvip/mod
  • 985ebdf chore(deps-dev): bump del from 5.1.0 to 6.0.0
  • f87c302 Merge pull request #6126 from backstage/dependabot/npm_and_yarn/typescript-es...
  • 4045eaa Merge pull request #6119 from backstage/freben/copyright
  • e7b1292 chore(deps): bump @​typescript-eslint/eslint-plugin from 4.26.0 to 4.27.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) from 0.28.0 to 0.34.0.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.34.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@backstage/cli"
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2025

Labels

The following labels could not be found: kind/cleanup, ok-to-test, release-note-none. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2025

Superseded by #160.

@dependabot dependabot bot closed this Sep 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backstage/backstage/cli-0.34.0 branch September 2, 2025 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants