Skip to content

Commit 86c01b7

Browse files
authored
chore(deps): bumped to backstage 1.40 (#295)
Some dependency updates Removed all default react imports Updated yarn
1 parent 3383b91 commit 86c01b7

73 files changed

Lines changed: 6908 additions & 6289 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/chatty-masks-kneel.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
'@axis-backstage/plugin-analytics-module-umami': minor
3+
'@axis-backstage/plugin-jira-dashboard-backend': minor
4+
'@axis-backstage/plugin-jira-dashboard-common': minor
5+
'@axis-backstage/plugin-statuspage-backend': minor
6+
'@axis-backstage/plugin-statuspage-common': minor
7+
'@axis-backstage/plugin-vacation-calendar': minor
8+
'@axis-backstage/plugin-jira-dashboard': minor
9+
'@axis-backstage/plugin-readme-backend': minor
10+
'@axis-backstage/plugin-statuspage': minor
11+
'app-next': minor
12+
'backend': minor
13+
'@axis-backstage/plugin-readme': minor
14+
'app': minor
15+
---
16+
17+
Bumped to Backstage 1.40

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 20.x
13+
node-version: 22.x
1414

1515
- name: Install dependencies
1616
run: yarn install
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 20.x
34+
node-version: 22.x
3535

3636
- name: Install dependencies
3737
run: yarn install
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: 20.x
52+
node-version: 22.x
5353

5454
- name: Install dependencies
5555
run: yarn install

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v4
1717

18-
- name: Setup Node.js 20.x
18+
- name: Setup Node.js 22.x
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20.x
21+
node-version: 22.x
2222

2323
- name: Install Dependencies
2424
run: yarn install

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 0 additions & 893 deletions
This file was deleted.

.yarn/releases/yarn-4.8.1.cjs

Lines changed: 935 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
3+
yarnPath: .yarn/releases/yarn-4.8.1.cjs

backstage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.36.1"
2+
"version": "1.40.1"
33
}

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@
3939
"plugins/*"
4040
]
4141
},
42+
"dependencies": {
43+
"@useoptic/optic": "^1.0.0"
44+
},
4245
"devDependencies": {
43-
"@backstage/cli": "^0.30.0",
46+
"@backstage/cli": "^0.33.0",
4447
"@backstage/e2e-test-utils": "^0.1.1",
45-
"@backstage/repo-tools": "^0.13.0",
48+
"@backstage/repo-tools": "^0.14.0",
4649
"@changesets/cli": "^2.28.1",
4750
"@playwright/test": "^1.32.3",
4851
"@spotify/prettier-config": "^15.0.0",
@@ -51,8 +54,8 @@
5154
"typescript": "~5.2.0"
5255
},
5356
"resolutions": {
54-
"@types/react": "^18",
55-
"@types/react-dom": "^18",
57+
"@types/react": "^18.3",
58+
"@types/react-dom": "^18.3",
5659
"@stoplight/spectral-core@npm:1.19.4/jsonpath-plus": "^10.3.0",
5760
"@kubernetes/client-node@npm:0.20.0/jsonpath-plus": "^10.3.0"
5861
},
@@ -66,5 +69,5 @@
6669
"prettier --write"
6770
]
6871
},
69-
"packageManager": "yarn@4.0.2"
72+
"packageManager": "yarn@4.8.1"
7073
}

packages/app-next/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,43 +16,43 @@
1616
"dependencies": {
1717
"@axis-backstage/plugin-jira-dashboard": "workspace:^",
1818
"@axis-backstage/plugin-jira-dashboard-common": "workspace:^",
19-
"@backstage/app-defaults": "^1.5.17",
20-
"@backstage/catalog-model": "^1.7.3",
21-
"@backstage/cli": "^0.30.0",
22-
"@backstage/core-compat-api": "^0.3.6",
23-
"@backstage/core-components": "^0.16.4",
24-
"@backstage/core-plugin-api": "^1.10.4",
25-
"@backstage/frontend-app-api": "^0.10.5",
26-
"@backstage/frontend-defaults": "^0.1.6",
27-
"@backstage/frontend-plugin-api": "^0.9.5",
28-
"@backstage/integration-react": "^1.2.4",
29-
"@backstage/plugin-api-docs": "^0.12.4",
30-
"@backstage/plugin-catalog": "^1.27.0",
31-
"@backstage/plugin-catalog-common": "^1.1.3",
32-
"@backstage/plugin-catalog-graph": "^0.4.16",
33-
"@backstage/plugin-catalog-import": "^0.12.10",
34-
"@backstage/plugin-catalog-react": "^1.15.2",
35-
"@backstage/plugin-org": "^0.6.36",
36-
"@backstage/plugin-user-settings": "^0.8.19",
37-
"@backstage/theme": "^0.6.4",
19+
"@backstage/app-defaults": "^1.6.3",
20+
"@backstage/catalog-model": "^1.7.4",
21+
"@backstage/cli": "^0.33.0",
22+
"@backstage/core-compat-api": "^0.4.3",
23+
"@backstage/core-components": "^0.17.3",
24+
"@backstage/core-plugin-api": "^1.10.8",
25+
"@backstage/frontend-app-api": "^0.11.3",
26+
"@backstage/frontend-defaults": "^0.2.3",
27+
"@backstage/frontend-plugin-api": "^0.10.3",
28+
"@backstage/integration-react": "^1.2.8",
29+
"@backstage/plugin-api-docs": "^0.12.8",
30+
"@backstage/plugin-catalog": "^1.31.0",
31+
"@backstage/plugin-catalog-common": "^1.1.4",
32+
"@backstage/plugin-catalog-graph": "^0.4.20",
33+
"@backstage/plugin-catalog-import": "^0.13.1",
34+
"@backstage/plugin-catalog-react": "^1.19.0",
35+
"@backstage/plugin-org": "^0.6.40",
36+
"@backstage/plugin-user-settings": "^0.8.23",
37+
"@backstage/theme": "^0.6.6",
3838
"@material-ui/core": "^4.12.2",
3939
"@material-ui/icons": "^4.9.1",
4040
"history": "^5.0.0",
41-
"react": "^18.0.2",
42-
"react-dom": "^18.0.2",
41+
"react": "18.3.1",
42+
"react-dom": "18.3.1",
4343
"react-router": "^6.3.0",
4444
"react-router-dom": "^6.3.0",
4545
"react-use": "^17.2.4",
4646
"styled-components": "^6.1.8"
4747
},
4848
"devDependencies": {
49-
"@backstage/test-utils": "^1.7.5",
49+
"@backstage/test-utils": "^1.7.9",
5050
"@playwright/test": "^1.32.3",
51-
"@testing-library/dom": "^9.0.0",
51+
"@testing-library/dom": "^10.0.0",
5252
"@testing-library/jest-dom": "^6.0.0",
53-
"@testing-library/react": "^14.0.0",
53+
"@testing-library/react": "^16.0.0",
5454
"@testing-library/user-event": "^14.0.0",
55-
"@types/react-dom": "*",
55+
"@types/react-dom": "^18.3.1",
5656
"cross-env": "^7.0.0"
5757
},
5858
"browserslist": {

packages/app-next/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import { createApp } from '@backstage/frontend-defaults';
32
import {
43
configApiRef,

0 commit comments

Comments
 (0)