@backstage-community/plugin-rbac 1.41.6 → 1.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  ### Dependencies
2
2
 
3
+ ## 1.42.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4b58a1d: Backstage version bump to v1.39.0
8
+
9
+ ### Patch Changes
10
+
11
+ - 6a59fcf: remove support and lifecycle keywords in package.json
12
+ - Updated dependencies [6a59fcf]
13
+ - Updated dependencies [4b58a1d]
14
+ - @backstage-community/plugin-rbac-common@1.18.0
15
+
3
16
  ## 1.41.6
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-rbac",
3
- "version": "1.41.6",
3
+ "version": "1.42.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -11,7 +11,6 @@
11
11
  },
12
12
  "backstage": {
13
13
  "role": "frontend-plugin",
14
- "supported-versions": "^1.28.4",
15
14
  "pluginId": "rbac",
16
15
  "pluginPackages": [
17
16
  "@backstage-community/plugin-rbac",
@@ -36,15 +35,15 @@
36
35
  "ui-test": "start-server-and-test start localhost:3000 'playwright test'"
37
36
  },
38
37
  "dependencies": {
39
- "@backstage-community/plugin-rbac-common": "^1.17.0",
40
- "@backstage/catalog-model": "^1.7.3",
41
- "@backstage/core-components": "^0.17.1",
42
- "@backstage/core-plugin-api": "^1.10.6",
43
- "@backstage/plugin-catalog": "^1.29.0",
44
- "@backstage/plugin-catalog-common": "^1.1.3",
45
- "@backstage/plugin-permission-common": "^0.8.4",
46
- "@backstage/plugin-permission-react": "^0.4.33",
47
- "@backstage/theme": "^0.6.5",
38
+ "@backstage-community/plugin-rbac-common": "^1.18.0",
39
+ "@backstage/catalog-model": "^1.7.4",
40
+ "@backstage/core-components": "^0.17.2",
41
+ "@backstage/core-plugin-api": "^1.10.7",
42
+ "@backstage/plugin-catalog": "^1.30.0",
43
+ "@backstage/plugin-catalog-common": "^1.1.4",
44
+ "@backstage/plugin-permission-common": "^0.9.0",
45
+ "@backstage/plugin-permission-react": "^0.4.34",
46
+ "@backstage/theme": "^0.6.6",
48
47
  "@janus-idp/shared-react": "^2.16.0",
49
48
  "@mui/icons-material": "5.16.14",
50
49
  "@mui/material": "^5.14.18",
@@ -63,10 +62,10 @@
63
62
  "react-router-dom": "^6.0.0"
64
63
  },
65
64
  "devDependencies": {
66
- "@backstage/cli": "^0.32.0",
67
- "@backstage/core-app-api": "^1.16.1",
68
- "@backstage/dev-utils": "^1.1.9",
69
- "@backstage/test-utils": "^1.7.7",
65
+ "@backstage/cli": "^0.32.1",
66
+ "@backstage/core-app-api": "^1.17.0",
67
+ "@backstage/dev-utils": "^1.1.10",
68
+ "@backstage/test-utils": "^1.7.8",
70
69
  "@playwright/test": "^1.52.0",
71
70
  "@testing-library/dom": "^10.0.0",
72
71
  "@testing-library/jest-dom": "^6.0.0",
@@ -83,7 +82,6 @@
83
82
  "start-server-and-test": "2.0.12"
84
83
  },
85
84
  "files": [
86
- "app-config.dynamic.yaml",
87
85
  "dist"
88
86
  ],
89
87
  "repository": {
@@ -92,8 +90,6 @@
92
90
  "directory": "workspaces/rbac/plugins/rbac"
93
91
  },
94
92
  "keywords": [
95
- "support:production",
96
- "lifecycle:active",
97
93
  "backstage",
98
94
  "plugin"
99
95
  ],
@@ -1,17 +0,0 @@
1
- dynamicPlugins:
2
- frontend:
3
- backstage-community.backstage-plugin-rbac:
4
- appIcons:
5
- - name: rbacIcon
6
- importName: RbacIcon
7
- dynamicRoutes:
8
- - path: /rbac
9
- importName: RbacPage
10
- menuItem:
11
- icon: rbacIcon
12
- text: RBAC
13
- menuItems:
14
- rbac:
15
- parent: admin
16
- icon: rbacIcon
17
- priority: 10