Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/mean-shrimps-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/cli': patch
---

chore: update @backstage/cli to 0.35.4
2 changes: 2 additions & 0 deletions bin/rhdh-cli
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ if (!isLocal || process.env.BACKSTAGE_E2E_CLI_TEST) {
project: path.resolve(__dirname, '../tsconfig.json'),
compilerOptions: {
module: 'CommonJS',
moduleResolution: 'node',
allowImportingTsExtensions: false,
},
});

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "1.10.1",
"version": "1.10.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"rhdh-cli": "bin/rhdh-cli"
},
"dependencies": {
"@backstage/cli": "0.34.1",
"@backstage/cli": "0.35.4",
"@backstage/cli-common": "^0.1.17",
"@backstage/cli-node": "^0.2.12",
"@backstage/config": "^1.3.2",
Expand Down Expand Up @@ -87,7 +87,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "0.34.1",
"@backstage/cli": "0.35.4",
"@backstage/core-plugin-api": "1.10.3",
"@backstage/repo-tools": "^0.13.3",
"@jest/globals": "^30.0.0-beta.3",
Expand All @@ -102,6 +102,7 @@
"@types/yarnpkg__lockfile": "1.1.9",
"axios": "^1.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.3.0",
"mock-fs": "5.2.0",
"nodemon": "3.1.3",
"prettier": "3.3.3",
Expand Down
6 changes: 3 additions & 3 deletions src/generated/backstage-cli-types.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Auto-generated TypeScript declarations for @backstage/cli
* Generated from @backstage/cli version: 0.34.1
* Generated on: 2025-10-03T15:26:20.623Z
* Generated from @backstage/cli version: 0.35.4
* Generated on: 2026-03-18T14:30:04.394Z
*
* DO NOT EDIT THIS FILE MANUALLY - it will be overwritten
* Run 'npm run generate-types' to regenerate
Expand All @@ -15,7 +15,7 @@ declare module '@backstage/cli/dist/modules/build/lib/buildFrontend.cjs.js' {
targetDir: string;
writeStats: boolean;
configPaths: string[];
isModuleFederationRemote?: true;
isModuleFederationRemote?: boolean;
webpack?: typeof import('webpack');
}
export declare function buildFrontend(
Expand Down
Loading
Loading