Skip to content

Commit 0fdf629

Browse files
backstage-servicegithub-actions[bot]awanlin
authored
apache-airflow - version:bump to v1.49.2 (#8219)
* v1.49.2 version bump * fix(apache-airflow): apply v1.49.2 migration changes Signed-off-by: Andre Wanlin <awanlin@spotify.com> --------- Signed-off-by: Andre Wanlin <awanlin@spotify.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <awanlin@spotify.com>
1 parent 3e91bc8 commit 0fdf629

File tree

9 files changed

+1904
-698
lines changed

9 files changed

+1904
-698
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-apache-airflow': minor
3+
---
4+
5+
Backstage version bump to v1.49.2

workspaces/apache-airflow/.yarn/plugins/@yarnpkg/plugin-backstage.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins:
2-
- checksum: b3b00465cee9a55ea92b7555876084a6dbfb4b9dd2ce7617a0bca1c138dec6b33befabdff7f4035b2a2ad70d59a05dad3a8faf3a34d3bec21fa7949a497fdf48
2+
- checksum: 05b51f75814596aa3e15b296af3287240351c8b7f1df1e05c2ceedf7f3820627759605825fd932f1f7c3c3287b61b16f9e8195b0927a0f80345493f81376947a
33
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
4-
spec: 'https://versions.backstage.io/v1/releases/1.48.2/yarn-plugin'
4+
spec: 'https://versions.backstage.io/v1/releases/1.49.2/yarn-plugin'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.48.2"
2+
"version": "1.49.2"
33
}

workspaces/apache-airflow/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@
3737
},
3838
"devDependencies": {
3939
"@backstage/cli": "backstage:^",
40+
"@backstage/cli-defaults": "backstage:^",
4041
"@backstage/e2e-test-utils": "backstage:^",
4142
"@backstage/repo-tools": "backstage:^",
4243
"@changesets/cli": "^2.27.1",
4344
"knip": "^5.27.4",
4445
"node-gyp": "^10.0.0",
4546
"prettier": "^2.3.2",
46-
"typescript": "~5.3.0"
47+
"typescript": "~5.8.0"
4748
},
4849
"resolutions": {
4950
"@types/react": "^18",

workspaces/apache-airflow/plugins/apache-airflow/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"dependencies": {
4040
"@backstage/core-components": "backstage:^",
4141
"@backstage/core-plugin-api": "backstage:^",
42+
"@backstage/frontend-plugin-api": "backstage:^",
4243
"@material-ui/core": "^4.12.2",
4344
"@material-ui/icons": "^4.9.1",
4445
"@material-ui/lab": "4.0.0-alpha.61",

workspaces/apache-airflow/plugins/apache-airflow/report.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { RouteRef } from '@backstage/core-plugin-api';
99

1010
// @public
1111
export const ApacheAirflowDagTable: (props: {
12-
dagIds?: string[] | undefined;
12+
dagIds?: string[];
1313
}) => JSX_2.Element;
1414

1515
// @public (undocumented)

workspaces/apache-airflow/plugins/apache-airflow/src/api/ApacheAirflowApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
import { createApiRef } from '@backstage/core-plugin-api';
17+
import { createApiRef } from '@backstage/frontend-plugin-api';
1818
import { Dag, InstanceStatus, InstanceVersion } from './types';
1919
import { DagRun } from './types/Dags';
2020

21-
export const apacheAirflowApiRef = createApiRef<ApacheAirflowApi>({
21+
export const apacheAirflowApiRef = createApiRef<ApacheAirflowApi>().with({
2222
id: 'plugin.apacheairflow.service',
2323
});
2424

0 commit comments

Comments
 (0)