Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
chore: bump backstage to v1.18.0 (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Kurt King <[email protected]>
  • Loading branch information
kurtaking authored Oct 26, 2023
1 parent c3c379d commit 90a19ec
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 100 deletions.
7 changes: 7 additions & 0 deletions .changeset/afraid-paws-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@procore-oss/backstage-plugin-announcements-backend': patch
'@procore-oss/backstage-plugin-announcements-common': patch
'@procore-oss/backstage-plugin-announcements': patch
---

upgrade backstage to v1.18.0
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.16.0"
"version": "1.18.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.22.9",
"@backstage/cli": "^0.22.13",
"@changesets/cli": "^2.18.0",
"@spotify/prettier-config": "^12.0.0",
"@types/webpack": "^5.28.0",
Expand Down
18 changes: 9 additions & 9 deletions plugins/announcements-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.19.1",
"@backstage/config": "^1.0.8",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/errors": "^1.2.1",
"@backstage/plugin-auth-node": "^0.2.16",
"@backstage/plugin-permission-common": "^0.7.7",
"@backstage/plugin-permission-node": "^0.7.10",
"@backstage/plugin-search-common": "^1.2.5",
"@backstage/backend-common": "^0.19.5",
"@backstage/config": "^1.1.0",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/errors": "^1.2.2",
"@backstage/plugin-auth-node": "^0.4.0",
"@backstage/plugin-permission-common": "^0.7.8",
"@backstage/plugin-permission-node": "^0.7.14",
"@backstage/plugin-search-common": "^1.2.6",
"@procore-oss/backstage-plugin-announcements-common": "^0.1.1",
"@types/express": "^4.17.6",
"cross-fetch": "^3.1.5",
Expand All @@ -52,7 +52,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.9",
"@backstage/cli": "^0.22.13",
"@types/supertest": "^2.0.8",
"@types/uuid": "^8.3.4",
"better-sqlite3": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/announcements-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.22.9"
"@backstage/cli": "^0.22.13"
},
"dependencies": {
"@backstage/plugin-permission-common": "^0.7.7"
"@backstage/plugin-permission-common": "^0.7.8"
},
"files": [
"dist"
Expand Down
26 changes: 13 additions & 13 deletions plugins/announcements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.4.1",
"@backstage/core-app-api": "^1.9.0",
"@backstage/core-components": "^0.13.3",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/errors": "^1.2.1",
"@backstage/plugin-catalog-react": "^1.8.0",
"@backstage/plugin-permission-react": "^0.4.14",
"@backstage/plugin-search-common": "^1.2.5",
"@backstage/plugin-search-react": "^1.6.3",
"@backstage/theme": "^0.4.1",
"@backstage/catalog-model": "^1.4.2",
"@backstage/core-app-api": "^1.10.0",
"@backstage/core-components": "^0.13.5",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/errors": "^1.2.2",
"@backstage/plugin-catalog-react": "^1.8.4",
"@backstage/plugin-permission-react": "^0.4.15",
"@backstage/plugin-search-common": "^1.2.6",
"@backstage/plugin-search-react": "^1.7.0",
"@backstage/theme": "^0.4.2",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
Expand All @@ -53,9 +53,9 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.9",
"@backstage/dev-utils": "^1.0.17",
"@backstage/test-utils": "^1.4.1",
"@backstage/cli": "^0.22.13",
"@backstage/dev-utils": "^1.0.21",
"@backstage/test-utils": "^1.4.3",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
Expand Down
115 changes: 41 additions & 74 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2870,7 +2870,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/backend-common@npm:^0.19.1, @backstage/backend-common@npm:^0.19.4, @backstage/backend-common@npm:^0.19.8":
"@backstage/backend-common@npm:^0.19.5, @backstage/backend-common@npm:^0.19.8":
version: 0.19.8
resolution: "@backstage/backend-common@npm:0.19.8"
dependencies:
Expand Down Expand Up @@ -2992,7 +2992,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/catalog-model@npm:^1.4.1, @backstage/catalog-model@npm:^1.4.2, @backstage/catalog-model@npm:^1.4.3":
"@backstage/catalog-model@npm:^1.4.2, @backstage/catalog-model@npm:^1.4.3":
version: 1.4.3
resolution: "@backstage/catalog-model@npm:1.4.3"
dependencies:
Expand Down Expand Up @@ -3034,7 +3034,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/cli@npm:^0.22.9":
"@backstage/cli@npm:^0.22.13":
version: 0.22.14
resolution: "@backstage/cli@npm:0.22.14"
dependencies:
Expand Down Expand Up @@ -3181,16 +3181,6 @@ __metadata:
languageName: node
linkType: hard

"@backstage/config@npm:^1.0.8":
version: 1.0.8
resolution: "@backstage/config@npm:1.0.8"
dependencies:
"@backstage/types": ^1.1.0
lodash: ^4.17.21
checksum: 78c38207d52de65bf83c1b9281c83fc89e0cda9869c680c39e69bffed5200e5d35035cd850816b57fd979a2ea24132f96ee938b1cddacaf96a43d0385930da9a
languageName: node
linkType: hard

"@backstage/config@npm:^1.1.0, @backstage/config@npm:^1.1.1":
version: 1.1.1
resolution: "@backstage/config@npm:1.1.1"
Expand All @@ -3202,7 +3192,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/core-app-api@npm:^1.11.0, @backstage/core-app-api@npm:^1.9.0":
"@backstage/core-app-api@npm:^1.10.0, @backstage/core-app-api@npm:^1.11.0":
version: 1.11.0
resolution: "@backstage/core-app-api@npm:1.11.0"
dependencies:
Expand All @@ -3227,7 +3217,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/core-components@npm:^0.13.3, @backstage/core-components@npm:^0.13.6":
"@backstage/core-components@npm:^0.13.5, @backstage/core-components@npm:^0.13.6":
version: 0.13.6
resolution: "@backstage/core-components@npm:0.13.6"
dependencies:
Expand Down Expand Up @@ -3282,7 +3272,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/core-plugin-api@npm:^1.5.3, @backstage/core-plugin-api@npm:^1.7.0":
"@backstage/core-plugin-api@npm:^1.6.0, @backstage/core-plugin-api@npm:^1.7.0":
version: 1.7.0
resolution: "@backstage/core-plugin-api@npm:1.7.0"
dependencies:
Expand All @@ -3300,7 +3290,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/dev-utils@npm:^1.0.17":
"@backstage/dev-utils@npm:^1.0.21":
version: 1.0.22
resolution: "@backstage/dev-utils@npm:1.0.22"
dependencies:
Expand All @@ -3324,7 +3314,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/errors@npm:^1.2.1, @backstage/errors@npm:^1.2.2, @backstage/errors@npm:^1.2.3":
"@backstage/errors@npm:^1.2.2, @backstage/errors@npm:^1.2.3":
version: 1.2.3
resolution: "@backstage/errors@npm:1.2.3"
dependencies:
Expand Down Expand Up @@ -3434,22 +3424,6 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-auth-node@npm:^0.2.16":
version: 0.2.19
resolution: "@backstage/plugin-auth-node@npm:0.2.19"
dependencies:
"@backstage/backend-common": ^0.19.4
"@backstage/config": ^1.0.8
"@backstage/errors": ^1.2.1
"@types/express": "*"
express: ^4.17.1
jose: ^4.6.0
node-fetch: ^2.6.7
winston: ^3.2.1
checksum: b9186ca12f1b90ae43afbcd1361d8ab5a7d8297f369653a512dadcab13d8cb5e1fb943c75446a2456b377f49668966bbcdd365d55a0c0a4532f792f213132384
languageName: node
linkType: hard

"@backstage/plugin-auth-node@npm:^0.4.0":
version: 0.4.0
resolution: "@backstage/plugin-auth-node@npm:0.4.0"
Expand Down Expand Up @@ -3486,7 +3460,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-catalog-react@npm:^1.8.0, @backstage/plugin-catalog-react@npm:^1.8.5":
"@backstage/plugin-catalog-react@npm:^1.8.4, @backstage/plugin-catalog-react@npm:^1.8.5":
version: 1.8.5
resolution: "@backstage/plugin-catalog-react@npm:1.8.5"
dependencies:
Expand Down Expand Up @@ -3546,7 +3520,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-permission-common@npm:^0.7.7, @backstage/plugin-permission-common@npm:^0.7.9":
"@backstage/plugin-permission-common@npm:^0.7.8, @backstage/plugin-permission-common@npm:^0.7.9":
version: 0.7.9
resolution: "@backstage/plugin-permission-common@npm:0.7.9"
dependencies:
Expand All @@ -3560,7 +3534,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-permission-node@npm:^0.7.10, @backstage/plugin-permission-node@npm:^0.7.17":
"@backstage/plugin-permission-node@npm:^0.7.14, @backstage/plugin-permission-node@npm:^0.7.17":
version: 0.7.17
resolution: "@backstage/plugin-permission-node@npm:0.7.17"
dependencies:
Expand All @@ -3579,7 +3553,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-permission-react@npm:^0.4.14, @backstage/plugin-permission-react@npm:^0.4.16":
"@backstage/plugin-permission-react@npm:^0.4.15, @backstage/plugin-permission-react@npm:^0.4.16":
version: 0.4.16
resolution: "@backstage/plugin-permission-react@npm:0.4.16"
dependencies:
Expand All @@ -3598,7 +3572,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-search-common@npm:^1.2.5, @backstage/plugin-search-common@npm:^1.2.7":
"@backstage/plugin-search-common@npm:^1.2.6, @backstage/plugin-search-common@npm:^1.2.7":
version: 1.2.7
resolution: "@backstage/plugin-search-common@npm:1.2.7"
dependencies:
Expand All @@ -3608,7 +3582,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-search-react@npm:^1.6.3":
"@backstage/plugin-search-react@npm:^1.7.0":
version: 1.7.1
resolution: "@backstage/plugin-search-react@npm:1.7.1"
dependencies:
Expand Down Expand Up @@ -3644,7 +3618,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/test-utils@npm:^1.4.1":
"@backstage/test-utils@npm:^1.4.3":
version: 1.4.4
resolution: "@backstage/test-utils@npm:1.4.4"
dependencies:
Expand All @@ -3670,7 +3644,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/theme@npm:^0.4.1, @backstage/theme@npm:^0.4.3":
"@backstage/theme@npm:^0.4.2, @backstage/theme@npm:^0.4.3":
version: 0.4.3
resolution: "@backstage/theme@npm:0.4.3"
dependencies:
Expand All @@ -3686,13 +3660,6 @@ __metadata:
languageName: node
linkType: hard

"@backstage/types@npm:^1.1.0":
version: 1.1.0
resolution: "@backstage/types@npm:1.1.0"
checksum: e93c3d10f151db087f611b1e25fb7a5ed5ec82cb3040c7bc3b04c058c6d8f889505310019707bf17a2bb3aa545e199de3f779914262a9eeaea73ff6ecc8e1dc8
languageName: node
linkType: hard

"@backstage/types@npm:^1.1.1":
version: 1.1.1
resolution: "@backstage/types@npm:1.1.1"
Expand Down Expand Up @@ -6034,15 +6001,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@procore-oss/backstage-plugin-announcements-backend@workspace:plugins/announcements-backend"
dependencies:
"@backstage/backend-common": ^0.19.1
"@backstage/cli": ^0.22.9
"@backstage/config": ^1.0.8
"@backstage/core-plugin-api": ^1.5.3
"@backstage/errors": ^1.2.1
"@backstage/plugin-auth-node": ^0.2.16
"@backstage/plugin-permission-common": ^0.7.7
"@backstage/plugin-permission-node": ^0.7.10
"@backstage/plugin-search-common": ^1.2.5
"@backstage/backend-common": ^0.19.5
"@backstage/cli": ^0.22.13
"@backstage/config": ^1.1.0
"@backstage/core-plugin-api": ^1.6.0
"@backstage/errors": ^1.2.2
"@backstage/plugin-auth-node": ^0.4.0
"@backstage/plugin-permission-common": ^0.7.8
"@backstage/plugin-permission-node": ^0.7.14
"@backstage/plugin-search-common": ^1.2.6
"@procore-oss/backstage-plugin-announcements-common": ^0.1.1
"@types/express": ^4.17.6
"@types/supertest": ^2.0.8
Expand All @@ -6067,28 +6034,28 @@ __metadata:
version: 0.0.0-use.local
resolution: "@procore-oss/backstage-plugin-announcements-common@workspace:plugins/announcements-common"
dependencies:
"@backstage/cli": ^0.22.9
"@backstage/plugin-permission-common": ^0.7.7
"@backstage/cli": ^0.22.13
"@backstage/plugin-permission-common": ^0.7.8
languageName: unknown
linkType: soft

"@procore-oss/backstage-plugin-announcements@workspace:plugins/announcements":
version: 0.0.0-use.local
resolution: "@procore-oss/backstage-plugin-announcements@workspace:plugins/announcements"
dependencies:
"@backstage/catalog-model": ^1.4.1
"@backstage/cli": ^0.22.9
"@backstage/core-app-api": ^1.9.0
"@backstage/core-components": ^0.13.3
"@backstage/core-plugin-api": ^1.5.3
"@backstage/dev-utils": ^1.0.17
"@backstage/errors": ^1.2.1
"@backstage/plugin-catalog-react": ^1.8.0
"@backstage/plugin-permission-react": ^0.4.14
"@backstage/plugin-search-common": ^1.2.5
"@backstage/plugin-search-react": ^1.6.3
"@backstage/test-utils": ^1.4.1
"@backstage/theme": ^0.4.1
"@backstage/catalog-model": ^1.4.2
"@backstage/cli": ^0.22.13
"@backstage/core-app-api": ^1.10.0
"@backstage/core-components": ^0.13.5
"@backstage/core-plugin-api": ^1.6.0
"@backstage/dev-utils": ^1.0.21
"@backstage/errors": ^1.2.2
"@backstage/plugin-catalog-react": ^1.8.4
"@backstage/plugin-permission-react": ^0.4.15
"@backstage/plugin-search-common": ^1.2.6
"@backstage/plugin-search-react": ^1.7.0
"@backstage/test-utils": ^1.4.3
"@backstage/theme": ^0.4.2
"@material-ui/core": ^4.12.2
"@material-ui/icons": ^4.9.1
"@material-ui/lab": 4.0.0-alpha.57
Expand Down Expand Up @@ -20727,7 +20694,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root@workspace:."
dependencies:
"@backstage/cli": ^0.22.9
"@backstage/cli": ^0.22.13
"@changesets/cli": ^2.18.0
"@spotify/prettier-config": ^12.0.0
"@types/webpack": ^5.28.0
Expand Down

0 comments on commit 90a19ec

Please sign in to comment.