Skip to content

Commit

Permalink
chore(deps): Bump @backstage/cli from 0.27.1 to 0.29.4 (#84)
Browse files Browse the repository at this point in the history
chore(deps): Bump @backstage/cli from 0.27.1 to 0.29.4

Bumps @backstage/cli from 0.27.1 to 0.29.4.

Changelog
Sourced from @​backstage/cli's changelog.

0.29.4
Patch Changes

2b6c1ea: If the Backstage yarn plugin is installed, it will now be automatically updated as part of versions:bump.
7dcff85: Remove special-casing for @types packages when generating dependency entries
during templating
3c3a7e6: Revert css-loader@v7 bump
0aff006: Bumped the version range for html-webpack-plugin to fix the htmlPluginExports.getCompilationHooks is not a function error when using experimental Rspack.
583f3d4: Added @backstage/cli/config/prettier as a replacement for @spotify/prettier-config, but with the same configuration.
62a9062: Updated dependency @module-federation/enhanced to ^0.8.0.
5f04976: Update rollup to avoid issues with build output when running backstage-cli package build.
5f04976: Fixed a bug that caused missing code in published packages.
a49030a: Add support for --output-file option from ESLint to package lint and repo lint commands.
96331fa: Enhance the behavior of the experimental support for module federation in the backstage CLI,
by using the package.json exports (when present) to complete the list of exposed modules.
This allows, for example, using exported alpha definitions through module federation.
5c9cc05: Use native fetch instead of node-fetch
dcd99d2: added experimental RSPack support for build command in the repo scope
Updated dependencies

@​backstage/integration@​1.16.0
@​backstage/release-manifests@​0.0.12
@​backstage/cli-node@​0.2.11
@​backstage/config-loader@​1.9.3
@​backstage/errors@​1.2.6
@​backstage/catalog-model@​1.7.2
@​backstage/cli-common@​0.1.15
@​backstage/config@​1.3.1
@​backstage/eslint-plugin@​0.1.10
@​backstage/types@​1.2.0



0.29.3-next.2
Patch Changes

62a9062: Updated dependency @module-federation/enhanced to ^0.8.0.
Updated dependencies

@​backstage/errors@​1.2.6-next.0
@​backstage/cli-node@​0.2.11-next.1
@​backstage/config-loader@​1.9.3-next.1
@​backstage/catalog-model@​1.7.2-next.0
@​backstage/cli-common@​0.1.15
@​backstage/config@​1.3.1-next.0
@​backstage/eslint-plugin@​0.1.10
@​backstage/integration@​1.16.0-next.1
@​backstage/release-manifests@​0.0.12-next.1
@​backstage/types@​1.2.0



0.29.3-next.1


... (truncated)


Commits

See full diff in compare view




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)

Reviewed-by: Vladimir Vshivkov
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent a41199e commit 289b09d
Show file tree
Hide file tree
Showing 6 changed files with 734 additions and 458 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.27.1",
"@backstage/cli": "^0.29.4",
"@backstage/e2e-test-utils": "^0.1.1",
"@playwright/test": "^1.32.3",
"@spotify/prettier-config": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@backstage-community/plugin-tech-insights": "^0.3.27",
"@backstage/app-defaults": "^1.5.11",
"@backstage/catalog-model": "^1.7.0",
"@backstage/cli": "^0.27.1",
"@backstage/cli": "^0.29.4",
"@backstage/core-app-api": "^1.15.0",
"@backstage/core-components": "^0.15.0",
"@backstage/core-plugin-api": "^1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"better-sqlite3": "^11.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.27.1"
"@backstage/cli": "^0.29.4"
}
}
2 changes: 1 addition & 1 deletion plugins/cicd-statistics-module-zuul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@backstage/cli": "^0.27.1"
"@backstage/cli": "^0.29.4"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder-backend-module-otc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"winston": "^3.14.2"
},
"devDependencies": {
"@backstage/cli": "^0.27.1"
"@backstage/cli": "^0.29.4"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 289b09d

Please sign in to comment.