@spotify/backstage-plugin-rbac 0.5.7 → 0.5.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -2
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @spotify/backstage-plugin-rbac
2
2
 
3
+ ## 0.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Upgraded Backstage to `v1.20.3`.
8
+ - Updated dependency `cross-fetch` to `^4.0.0`.
9
+ - Updated dependencies
10
+ - @spotify/backstage-plugin-rbac-common@0.5.8
11
+ - @spotify/backstage-plugin-core@0.5.8
12
+
13
+ ## 0.5.8
14
+
15
+ ### Patch Changes
16
+
17
+ - Upgraded Backstage to v1.19.0
18
+ - Updated dependencies
19
+ - @spotify/backstage-plugin-rbac-common@0.5.7
20
+ - @spotify/backstage-plugin-core@0.5.7
21
+
3
22
  ## 0.5.7
4
23
 
5
24
  ### Patch Changes
@@ -7,8 +26,6 @@
7
26
  - Mark package as being free of side effects, allowing more optimized Webpack builds.
8
27
  - Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
9
28
  - Upgraded Backstage to v1.18.1
10
- - Updated dependencies
11
- - Updated dependencies
12
29
  - Updated dependencies
13
30
  - @spotify/backstage-plugin-rbac-common@0.5.6
14
31
  - @spotify/backstage-plugin-core@0.5.6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spotify/backstage-plugin-rbac",
3
3
  "description": "Control access to actions and data in Backstage with ease.",
4
- "version": "0.5.7",
4
+ "version": "0.5.9",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://backstage.spotify.com",
7
7
  "main": "dist/index.esm.js",
@@ -24,21 +24,21 @@
24
24
  "postpack": "backstage-cli package postpack"
25
25
  },
26
26
  "dependencies": {
27
- "@backstage/catalog-model": "^1.4.2",
28
- "@backstage/core-components": "^0.13.5",
29
- "@backstage/core-plugin-api": "^1.6.0",
30
- "@backstage/errors": "^1.2.2",
31
- "@backstage/plugin-catalog-react": "^1.8.4",
32
- "@backstage/plugin-permission-common": "^0.7.8",
33
- "@backstage/plugin-permission-node": "^0.7.14",
34
- "@backstage/plugin-permission-react": "^0.4.15",
35
- "@backstage/theme": "^0.4.2",
27
+ "@backstage/catalog-model": "^1.4.3",
28
+ "@backstage/core-components": "^0.13.8",
29
+ "@backstage/core-plugin-api": "^1.8.0",
30
+ "@backstage/errors": "^1.2.3",
31
+ "@backstage/plugin-catalog-react": "^1.9.1",
32
+ "@backstage/plugin-permission-common": "^0.7.10",
33
+ "@backstage/plugin-permission-node": "^0.7.18",
34
+ "@backstage/plugin-permission-react": "^0.4.17",
35
+ "@backstage/theme": "^0.4.4",
36
36
  "@backstage/types": "^1.1.1",
37
37
  "@material-ui/core": "^4.12.2",
38
38
  "@material-ui/icons": "^4.9.1",
39
39
  "@material-ui/lab": "4.0.0-alpha.61",
40
- "@spotify/backstage-plugin-core": "^0.5.6",
41
- "@spotify/backstage-plugin-rbac-common": "^0.5.6",
40
+ "@spotify/backstage-plugin-core": "^0.5.8",
41
+ "@spotify/backstage-plugin-rbac-common": "^0.5.8",
42
42
  "ajv": "^8.11.2",
43
43
  "file-saver": "^2.0.5",
44
44
  "js-yaml": "^4.1.0",
@@ -53,17 +53,17 @@
53
53
  "zod-to-json-schema": "^3.20.2"
54
54
  },
55
55
  "peerDependencies": {
56
- "@backstage/plugin-permission-node": "^0.7.14",
56
+ "@backstage/plugin-permission-node": "^0.7.18",
57
57
  "react": "^16.13.1 || ^17.0.0",
58
58
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "^0.22.13",
62
- "@backstage/core-app-api": "^1.10.0",
63
- "@backstage/dev-utils": "^1.0.21",
64
- "@backstage/test-utils": "^1.4.3",
61
+ "@backstage/cli": "^0.24.0",
62
+ "@backstage/core-app-api": "^1.11.1",
63
+ "@backstage/dev-utils": "^1.0.24",
64
+ "@backstage/e2e-test-utils": "^0.1.0",
65
+ "@backstage/test-utils": "^1.4.5",
65
66
  "@playwright/test": "^1.32.3",
66
- "@sp4b-dev/e2e-test-utils": "^0.0.0",
67
67
  "@testing-library/jest-dom": "^6.0.0",
68
68
  "@testing-library/react": "^12.1.5",
69
69
  "@testing-library/react-hooks": "^8.0.1",
@@ -72,7 +72,7 @@
72
72
  "@types/jest": "^29.4.0",
73
73
  "@types/node": "^18.0.0",
74
74
  "@types/react-virtualized": "^9.21.21",
75
- "cross-fetch": "^3.1.5",
75
+ "cross-fetch": "^4.0.0",
76
76
  "msw": "^1.0.0"
77
77
  },
78
78
  "files": [