Skip to content

Commit 244bdcf

Browse files
authored
chore(rbac): updating rbac ui wrapper version (#3514)
1 parent f7d29b4 commit 244bdcf

File tree

8 files changed

+226
-174
lines changed

8 files changed

+226
-174
lines changed

dynamic-plugins.default.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,10 @@ plugins:
899899
dynamicPlugins:
900900
frontend:
901901
backstage-community.plugin-rbac:
902+
translationResources:
903+
- importName: rbacTranslations
904+
ref: rbacTranslationRef
905+
module: Alpha
902906
appIcons:
903907
- name: rbacIcon
904908
importName: RbacIcon

dynamic-plugins/wrappers/backstage-community-plugin-rbac/package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backstage-community-plugin-rbac",
3-
"version": "1.42.1",
3+
"version": "1.45.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -18,6 +18,21 @@
1818
]
1919
},
2020
"sideEffects": false,
21+
"exports": {
22+
".": "./src/index.ts",
23+
"./alpha": "./src/alpha.ts",
24+
"./package.json": "./package.json"
25+
},
26+
"typesVersions": {
27+
"*": {
28+
"alpha": [
29+
"src/alpha.ts"
30+
],
31+
"package.json": [
32+
"package.json"
33+
]
34+
}
35+
},
2136
"scripts": {
2237
"tsc": "tsc",
2338
"build": "backstage-cli package build",
@@ -28,7 +43,7 @@
2843
"export-dynamic:clean": "run export-dynamic --clean"
2944
},
3045
"dependencies": {
31-
"@backstage-community/plugin-rbac": "1.42.1",
46+
"@backstage-community/plugin-rbac": "1.45.1",
3247
"@mui/material": "5.18.0"
3348
},
3449
"devDependencies": {
@@ -43,7 +58,8 @@
4358
"scalprum": {
4459
"name": "backstage-community.plugin-rbac",
4560
"exposedModules": {
46-
"PluginRoot": "./src/index.ts"
61+
"PluginRoot": "./src/index.ts",
62+
"Alpha": "./src/alpha.ts"
4763
}
4864
},
4965
"repository": {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from '@backstage-community/plugin-rbac/alpha';

dynamic-plugins/yarn.lock

Lines changed: 77 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3639,7 +3639,7 @@ __metadata:
36393639
languageName: node
36403640
linkType: hard
36413641

3642-
"@backstage-community/plugin-rbac-common@npm:^1.18.0, @backstage-community/plugin-rbac-common@npm:^1.19.0":
3642+
"@backstage-community/plugin-rbac-common@npm:^1.19.0":
36433643
version: 1.19.0
36443644
resolution: "@backstage-community/plugin-rbac-common@npm:1.19.0"
36453645
peerDependencies:
@@ -3649,20 +3649,30 @@ __metadata:
36493649
languageName: node
36503650
linkType: hard
36513651

3652-
"@backstage-community/plugin-rbac@npm:1.42.1":
3653-
version: 1.42.1
3654-
resolution: "@backstage-community/plugin-rbac@npm:1.42.1"
3652+
"@backstage-community/plugin-rbac-common@npm:^1.20.0":
3653+
version: 1.20.0
3654+
resolution: "@backstage-community/plugin-rbac-common@npm:1.20.0"
3655+
peerDependencies:
3656+
"@backstage/errors": ^1.2.7
3657+
"@backstage/plugin-permission-common": ^0.9.1
3658+
checksum: 8547d5a7a9ed24db008e4cd042330af4876549f226373b44ea09fee6fd5348e33de061fd97d45b5e979f22cbdff2b98c7cd048f1cb83496cfa8f86df96ddbb18
3659+
languageName: node
3660+
linkType: hard
3661+
3662+
"@backstage-community/plugin-rbac@npm:1.45.1":
3663+
version: 1.45.1
3664+
resolution: "@backstage-community/plugin-rbac@npm:1.45.1"
36553665
dependencies:
3656-
"@backstage-community/plugin-rbac-common": ^1.18.0
3657-
"@backstage/catalog-model": ^1.7.4
3658-
"@backstage/core-components": ^0.17.2
3659-
"@backstage/core-plugin-api": ^1.10.7
3660-
"@backstage/plugin-catalog": ^1.30.0
3661-
"@backstage/plugin-catalog-common": ^1.1.4
3662-
"@backstage/plugin-permission-common": ^0.9.0
3663-
"@backstage/plugin-permission-react": ^0.4.34
3664-
"@backstage/theme": ^0.6.6
3665-
"@mui/icons-material": 5.16.14
3666+
"@backstage-community/plugin-rbac-common": ^1.20.0
3667+
"@backstage/catalog-model": ^1.7.5
3668+
"@backstage/core-components": ^0.17.5
3669+
"@backstage/core-plugin-api": ^1.10.9
3670+
"@backstage/plugin-catalog": ^1.31.2
3671+
"@backstage/plugin-catalog-common": ^1.1.5
3672+
"@backstage/plugin-permission-common": ^0.9.1
3673+
"@backstage/plugin-permission-react": ^0.4.36
3674+
"@backstage/theme": ^0.6.8
3675+
"@mui/icons-material": 5.18.0
36663676
"@mui/material": ^5.14.18
36673677
"@mui/styles": ^6.1.7
36683678
"@rjsf/core": ^5.21.2
@@ -3676,7 +3686,7 @@ __metadata:
36763686
peerDependencies:
36773687
react: ^16.13.1 || ^17.0.0 || ^18.0.0
36783688
react-router-dom: ^6.0.0
3679-
checksum: 2afcb58e58b96f02b455a5114e6cc00e9c68e540bf0a29c70603de9f60f79669ea14fa1305b3382e44bbf66b08f3d7955cad73e11edf6923bf51862a2f77629a
3689+
checksum: a24f62cb2751e78466f19948a25fbcddacf623f64b2602961e70ced024541da817324970fc0d60dccaeb98c8d78be9ce5f9d1e8bc291eb88b483856c7b6c81ba
36803690
languageName: node
36813691
linkType: hard
36823692

@@ -6485,27 +6495,27 @@ __metadata:
64856495
languageName: node
64866496
linkType: hard
64876497

6488-
"@backstage/plugin-catalog@npm:^1.30.0":
6489-
version: 1.31.0
6490-
resolution: "@backstage/plugin-catalog@npm:1.31.0"
6498+
"@backstage/plugin-catalog@npm:^1.31.2":
6499+
version: 1.31.3
6500+
resolution: "@backstage/plugin-catalog@npm:1.31.3"
64916501
dependencies:
6492-
"@backstage/catalog-client": ^1.10.1
6493-
"@backstage/catalog-model": ^1.7.4
6494-
"@backstage/core-compat-api": ^0.4.3
6495-
"@backstage/core-components": ^0.17.3
6496-
"@backstage/core-plugin-api": ^1.10.8
6502+
"@backstage/catalog-client": ^1.12.0
6503+
"@backstage/catalog-model": ^1.7.5
6504+
"@backstage/core-compat-api": ^0.5.2
6505+
"@backstage/core-components": ^0.18.0
6506+
"@backstage/core-plugin-api": ^1.11.0
64976507
"@backstage/errors": ^1.2.7
6498-
"@backstage/frontend-plugin-api": ^0.10.3
6499-
"@backstage/integration-react": ^1.2.8
6500-
"@backstage/plugin-catalog-common": ^1.1.4
6501-
"@backstage/plugin-catalog-react": ^1.19.0
6502-
"@backstage/plugin-permission-react": ^0.4.35
6503-
"@backstage/plugin-scaffolder-common": ^1.5.11
6504-
"@backstage/plugin-search-common": ^1.2.18
6505-
"@backstage/plugin-search-react": ^1.9.1
6508+
"@backstage/frontend-plugin-api": ^0.12.0
6509+
"@backstage/integration-react": ^1.2.10
6510+
"@backstage/plugin-catalog-common": ^1.1.5
6511+
"@backstage/plugin-catalog-react": ^1.21.0
6512+
"@backstage/plugin-permission-react": ^0.4.36
6513+
"@backstage/plugin-scaffolder-common": ^1.7.1
6514+
"@backstage/plugin-search-common": ^1.2.19
6515+
"@backstage/plugin-search-react": ^1.9.4
65066516
"@backstage/plugin-techdocs-common": ^0.1.1
6507-
"@backstage/plugin-techdocs-react": ^1.3.0
6508-
"@backstage/types": ^1.2.1
6517+
"@backstage/plugin-techdocs-react": ^1.3.3
6518+
"@backstage/types": ^1.2.2
65096519
"@backstage/version-bridge": ^1.0.11
65106520
"@material-ui/core": ^4.12.2
65116521
"@material-ui/icons": ^4.9.1
@@ -6527,7 +6537,7 @@ __metadata:
65276537
peerDependenciesMeta:
65286538
"@types/react":
65296539
optional: true
6530-
checksum: 6ca4735f2a0263609c4aebeb64e529f2b392987f02584d3eb6d14a37c6b796d7937778053290012981891600097131d5ef1231271385dede6cbc56ab8d41875a
6540+
checksum: 75a21174cadcf5e3fb5c28e769fabd81aba1a3b7e514ec48dfafdd8104ef8440a8504a1617687fef375bcaaaa03ba7a16829a0f07babda1abfd4926beb9681e0
65316541
languageName: node
65326542
linkType: hard
65336543

@@ -7522,7 +7532,7 @@ __metadata:
75227532
languageName: node
75237533
linkType: hard
75247534

7525-
"@backstage/plugin-search-common@npm:^1.2.18, @backstage/plugin-search-common@npm:^1.2.19":
7535+
"@backstage/plugin-search-common@npm:^1.2.19":
75267536
version: 1.2.19
75277537
resolution: "@backstage/plugin-search-common@npm:1.2.19"
75287538
dependencies:
@@ -7532,7 +7542,7 @@ __metadata:
75327542
languageName: node
75337543
linkType: hard
75347544

7535-
"@backstage/plugin-search-react@npm:^1.9.1, @backstage/plugin-search-react@npm:^1.9.3":
7545+
"@backstage/plugin-search-react@npm:^1.9.3":
75367546
version: 1.9.3
75377547
resolution: "@backstage/plugin-search-react@npm:1.9.3"
75387548
dependencies:
@@ -7805,7 +7815,7 @@ __metadata:
78057815
languageName: node
78067816
linkType: hard
78077817

7808-
"@backstage/plugin-techdocs-react@npm:^1.3.0, @backstage/plugin-techdocs-react@npm:^1.3.2":
7818+
"@backstage/plugin-techdocs-react@npm:^1.3.2":
78097819
version: 1.3.2
78107820
resolution: "@backstage/plugin-techdocs-react@npm:1.3.2"
78117821
dependencies:
@@ -7834,6 +7844,35 @@ __metadata:
78347844
languageName: node
78357845
linkType: hard
78367846

7847+
"@backstage/plugin-techdocs-react@npm:^1.3.3":
7848+
version: 1.3.3
7849+
resolution: "@backstage/plugin-techdocs-react@npm:1.3.3"
7850+
dependencies:
7851+
"@backstage/catalog-model": ^1.7.5
7852+
"@backstage/config": ^1.3.3
7853+
"@backstage/core-components": ^0.18.0
7854+
"@backstage/core-plugin-api": ^1.11.0
7855+
"@backstage/frontend-plugin-api": ^0.12.0
7856+
"@backstage/plugin-techdocs-common": ^0.1.1
7857+
"@backstage/version-bridge": ^1.0.11
7858+
"@material-ui/core": ^4.12.2
7859+
"@material-ui/styles": ^4.11.0
7860+
jss: ~10.10.0
7861+
lodash: ^4.17.21
7862+
react-helmet: 6.1.0
7863+
react-use: ^17.2.4
7864+
peerDependencies:
7865+
"@types/react": ^17.0.0 || ^18.0.0
7866+
react: ^17.0.0 || ^18.0.0
7867+
react-dom: ^17.0.0 || ^18.0.0
7868+
react-router-dom: ^6.3.0
7869+
peerDependenciesMeta:
7870+
"@types/react":
7871+
optional: true
7872+
checksum: 2d2db27ca65f5fed40df6fb3b7b4b823296a79fa6d1c98180fae52ce56ab9a80b30ee59837ac6c5ba561bf7dd6b77b91a0f355b1fd51a84ed5a19d244689d189
7873+
languageName: node
7874+
linkType: hard
7875+
78377876
"@backstage/plugin-techdocs@npm:^1.14.1":
78387877
version: 1.14.1
78397878
resolution: "@backstage/plugin-techdocs@npm:1.14.1"
@@ -18856,7 +18895,7 @@ __metadata:
1885618895
version: 0.0.0-use.local
1885718896
resolution: "backstage-community-plugin-rbac@workspace:wrappers/backstage-community-plugin-rbac"
1885818897
dependencies:
18859-
"@backstage-community/plugin-rbac": 1.42.1
18898+
"@backstage-community/plugin-rbac": 1.45.1
1886018899
"@backstage/cli": ^0.34.1
1886118900
"@janus-idp/cli": 3.6.1
1886218901
"@mui/material": 5.18.0

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prettier:fix": "prettier --ignore-unknown --write ."
1919
},
2020
"dependencies": {
21-
"@backstage-community/plugin-rbac-common": "1.18.0",
21+
"@backstage-community/plugin-rbac-common": "1.20.0",
2222
"@backstage/app-defaults": "1.6.5",
2323
"@backstage/catalog-model": "1.7.5",
2424
"@backstage/config": "1.3.3",

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"prettier:fix": "prettier --ignore-unknown --write ."
2222
},
2323
"dependencies": {
24-
"@backstage-community/plugin-rbac-backend": "7.0.0",
25-
"@backstage-community/plugin-rbac-node": "1.12.0",
24+
"@backstage-community/plugin-rbac-backend": "7.4.0",
25+
"@backstage-community/plugin-rbac-node": "1.14.0",
2626
"@backstage-community/plugin-scaffolder-backend-module-annotator": "2.8.0",
2727
"@backstage/backend-app-api": "1.2.6",
2828
"@backstage/backend-defaults": "0.12.0",

plugins/licensed-users-info-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prettier:fix": "prettier --ignore-unknown --write ."
3232
},
3333
"dependencies": {
34-
"@backstage-community/plugin-rbac-common": "1.18.0",
34+
"@backstage-community/plugin-rbac-common": "1.20.0",
3535
"@backstage/backend-defaults": "0.12.0",
3636
"@backstage/backend-plugin-api": "1.4.2",
3737
"@backstage/catalog-client": "1.11.0",

0 commit comments

Comments
 (0)