Skip to content

Commit 4584b9b

Browse files
Bump the backstage-minor-bump group with 6 updates
Bumps the backstage-minor-bump group with 6 updates: | Package | From | To | | --- | --- | --- | | [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.27.1` | `0.34.4` | | [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.18.0` | `1.19.1` | | [@backstage/core-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-plugin-api) | `1.10.9` | `1.11.1` | | [@backstage/eslint-plugin](https://github.com/backstage/backstage/tree/HEAD/packages/eslint-plugin) | `0.1.11` | `0.1.12` | | [@backstage/plugin-catalog](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog) | `1.31.2` | `1.31.4` | | [@backstage/plugin-catalog-react](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react) | `1.20.1` | `1.21.2` | Updates `@backstage/cli` from 0.27.1 to 0.34.4 - [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/HEAD/packages/cli) Updates `@backstage/core-app-api` from 1.18.0 to 1.19.1 - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-app-api/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/v1.19.1/packages/core-app-api) Updates `@backstage/core-plugin-api` from 1.10.9 to 1.11.1 - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-plugin-api/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/v1.11.1/packages/core-plugin-api) Updates `@backstage/eslint-plugin` from 0.1.11 to 0.1.12 - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/eslint-plugin) Updates `@backstage/plugin-catalog` from 1.31.2 to 1.31.4 - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/v1.31.4/plugins/catalog) Updates `@backstage/plugin-catalog-react` from 1.20.1 to 1.21.2 - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-react/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-react) --- updated-dependencies: - dependency-name: "@backstage/cli" dependency-version: 0.34.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: backstage-minor-bump - dependency-name: "@backstage/core-app-api" dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backstage-minor-bump - dependency-name: "@backstage/core-plugin-api" dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backstage-minor-bump - dependency-name: "@backstage/eslint-plugin" dependency-version: 0.1.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backstage-minor-bump - dependency-name: "@backstage/plugin-catalog" dependency-version: 1.31.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backstage-minor-bump - dependency-name: "@backstage/plugin-catalog-react" dependency-version: 1.21.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: backstage-minor-bump ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe5b866 commit 4584b9b

4 files changed

Lines changed: 1876 additions & 2845 deletions

File tree

examples/backstage-app/packages/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@backstage/app-defaults": "^1.0.0",
13-
"@backstage/core-app-api": "^1.0.0",
14-
"@backstage/core-plugin-api": "^1.10.9",
13+
"@backstage/core-app-api": "^1.19.1",
14+
"@backstage/core-plugin-api": "^1.11.1",
1515
"@backstage/core-components": "0.17.5",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0",
@@ -21,6 +21,6 @@
2121
"@tanstack/react-query": "^5.56.2"
2222
},
2323
"devDependencies": {
24-
"@backstage/cli": "^0.27.0"
24+
"@backstage/cli": "^0.34.4"
2525
}
2626
}

examples/minimal-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"version": "0.0.0",
55
"description": "Isolated minimal host app for @costscope/backstage-plugin E2E & sandbox (no full Backstage deps)",
66
"dependencies": {
7-
"@backstage/core-app-api": "^1.14.0",
7+
"@backstage/core-app-api": "^1.19.1",
88
"react": "18.2.0",
99
"react-dom": "18.2.0",
1010
"react-router-dom": "6.23.1",
1111
"@tanstack/react-query": "^5.56.2",
1212
"@mui/material": "5.15.14",
1313
"@mui/utils": "5.15.14",
1414
"recharts": "2.7.2",
15-
"@backstage/core-plugin-api": "^1.10.9",
15+
"@backstage/core-plugin-api": "^1.11.1",
1616
"@backstage/version-bridge": "^1.0.7",
1717
"@costscope/backstage-plugin": "0.1.1"
1818
},

packages/plugin/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@
7979
"@babel/core": "^7.28.3",
8080
"@babel/preset-react": "^7.27.1",
8181
"@babel/preset-typescript": "^7.27.1",
82-
"@backstage/cli": "^0.27.0",
83-
"@backstage/core-app-api": "^1.14.0",
84-
"@backstage/core-plugin-api": "^1.10.9",
82+
"@backstage/cli": "^0.34.4",
83+
"@backstage/core-app-api": "^1.19.1",
84+
"@backstage/core-plugin-api": "^1.11.1",
8585
"@backstage/eslint-plugin": "^0.1.0",
86-
"@backstage/plugin-catalog": "^1.19.0",
86+
"@backstage/plugin-catalog": "^1.31.4",
8787
"@backstage/plugin-catalog-react": "^1.15.0",
8888
"@eslint/js": "^9.9.0",
8989
"@microsoft/api-extractor": "^7.47.0",
@@ -228,7 +228,7 @@
228228
]
229229
},
230230
"resolutions": {
231-
"@backstage/core-plugin-api": "1.10.9",
231+
"@backstage/core-plugin-api": "1.11.1",
232232
"@backstage/errors": "1.2.7",
233233
"react": "18.2.0",
234234
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)