Skip to content

Commit 4936020

Browse files
committed
chore: Update to Backstage 1.31.1
1 parent 3a57c8c commit 4936020

File tree

14 files changed

+32378
-25196
lines changed

14 files changed

+32378
-25196
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "00:30"
8+
timezone: Europe/Copenhagen
9+
open-pull-requests-limit: 10
10+
labels:
11+
- "dependencies"
12+
commit-message:
13+
prefix: "deps:"

.github/workflows/commit-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
yarn install --frozen-lockfile
28+
yarn install --immutable
2929
3030
- name: Validate configuration
3131
run: |
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Install dependencies
7878
run: |
79-
yarn install --frozen-lockfile
79+
yarn install --immutable
8080
8181
- name: Generate type definitions
8282
run: |

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ coverage
1515
# Dependencies
1616
node_modules/
1717

18-
# Yarn 3 files
18+
# Yarn files
1919
.pnp.*
2020
.yarn/*
2121
!.yarn/patches

.yarn/releases/yarn-4.4.1.cjs

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

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.4.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.30.4"
2+
"version": "1.31.1"
33
}

demo-catalog/organizations/organization-guest.yml

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

lerna.json

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

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"node": "18 || 20"
77
},
88
"scripts": {
9-
"dev": "concurrently \"yarn start\" \"yarn dotenv -e .env yarn start-backend\"",
9+
"dev": "yarn run env-cmd -f .env yarn run dev:start",
10+
"dev:start": "yarn workspaces foreach -A --include backend --include app --parallel -v -i run start",
1011
"start": "yarn workspace app start",
1112
"start-backend": "yarn workspace backend start",
1213
"build:backend": "yarn workspace backend build",
@@ -31,12 +32,11 @@
3132
]
3233
},
3334
"devDependencies": {
34-
"@backstage/cli": "^0.27.0",
35+
"@backstage/cli": "^0.27.1",
3536
"@backstage/e2e-test-utils": "^0.1.1",
3637
"@playwright/test": "^1.32.3",
3738
"@spotify/prettier-config": "^12.0.0",
38-
"concurrently": "^8.0.0",
39-
"lerna": "^7.3.0",
39+
"env-cmd": "^10.1.0",
4040
"node-gyp": "^10.0.0",
4141
"prettier": "^2.3.2",
4242
"typescript": "~5.4.0"
@@ -54,5 +54,6 @@
5454
"*.{json,md}": [
5555
"prettier --write"
5656
]
57-
}
57+
},
58+
"packageManager": "[email protected]"
5859
}

packages/app/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@
1515
},
1616
"dependencies": {
1717
"@backstage-community/plugin-github-actions": "^0.6.22",
18-
"@backstage/app-defaults": "^1.5.10",
19-
"@backstage/catalog-model": "^1.6.0",
20-
"@backstage/cli": "^0.27.0",
21-
"@backstage/core-app-api": "^1.14.2",
22-
"@backstage/core-components": "^0.14.10",
23-
"@backstage/core-plugin-api": "^1.9.3",
24-
"@backstage/integration-react": "^1.1.30",
25-
"@backstage/plugin-api-docs": "^0.11.8",
26-
"@backstage/plugin-catalog": "^1.22.0",
27-
"@backstage/plugin-catalog-common": "^1.0.26",
28-
"@backstage/plugin-catalog-graph": "^0.4.8",
29-
"@backstage/plugin-catalog-import": "^0.12.2",
30-
"@backstage/plugin-catalog-react": "^1.12.3",
31-
"@backstage/plugin-home": "^0.7.9",
32-
"@backstage/plugin-kubernetes": "^0.11.13",
33-
"@backstage/plugin-org": "^0.6.28",
34-
"@backstage/plugin-permission-react": "^0.4.25",
35-
"@backstage/plugin-scaffolder": "^1.24.0",
36-
"@backstage/plugin-search": "^1.4.15",
37-
"@backstage/plugin-search-react": "^1.7.14",
38-
"@backstage/plugin-techdocs": "^1.10.8",
39-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.13",
40-
"@backstage/plugin-techdocs-react": "^1.2.7",
41-
"@backstage/plugin-user-settings": "^0.8.11",
42-
"@backstage/theme": "^0.5.6",
18+
"@backstage/app-defaults": "^1.5.11",
19+
"@backstage/catalog-model": "^1.7.0",
20+
"@backstage/cli": "^0.27.1",
21+
"@backstage/core-app-api": "^1.15.0",
22+
"@backstage/core-components": "^0.15.0",
23+
"@backstage/core-plugin-api": "^1.9.4",
24+
"@backstage/integration-react": "^1.1.31",
25+
"@backstage/plugin-api-docs": "^0.11.9",
26+
"@backstage/plugin-catalog": "^1.23.0",
27+
"@backstage/plugin-catalog-common": "^1.1.0",
28+
"@backstage/plugin-catalog-graph": "^0.4.9",
29+
"@backstage/plugin-catalog-import": "^0.12.3",
30+
"@backstage/plugin-catalog-react": "^1.13.0",
31+
"@backstage/plugin-home": "^0.7.10",
32+
"@backstage/plugin-kubernetes": "^0.11.14",
33+
"@backstage/plugin-org": "^0.6.29",
34+
"@backstage/plugin-permission-react": "^0.4.26",
35+
"@backstage/plugin-scaffolder": "^1.25.0",
36+
"@backstage/plugin-search": "^1.4.16",
37+
"@backstage/plugin-search-react": "^1.8.0",
38+
"@backstage/plugin-techdocs": "^1.10.9",
39+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.14",
40+
"@backstage/plugin-techdocs-react": "^1.2.8",
41+
"@backstage/plugin-user-settings": "^0.8.12",
42+
"@backstage/theme": "^0.5.7",
4343
"@material-ui/core": "^4.12.2",
4444
"@material-ui/icons": "^4.9.1",
4545
"history": "^5.0.0",
@@ -50,7 +50,7 @@
5050
"react-use": "^17.2.4"
5151
},
5252
"devDependencies": {
53-
"@backstage/test-utils": "^1.5.10",
53+
"@backstage/test-utils": "^1.6.0",
5454
"@playwright/test": "^1.32.3",
5555
"@testing-library/dom": "^9.0.0",
5656
"@testing-library/jest-dom": "^6.0.0",

0 commit comments

Comments
 (0)