@backstage/plugin-user-settings 0.8.11-next.1 → 0.8.11-next.3

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,39 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.8.11-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.7.0-next.3
9
+ - @backstage/core-compat-api@0.2.8-next.3
10
+ - @backstage/plugin-catalog-react@1.12.3-next.3
11
+ - @backstage/core-app-api@1.14.2-next.0
12
+ - @backstage/core-components@0.14.10-next.0
13
+ - @backstage/core-plugin-api@1.9.3
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/theme@0.5.6
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-signals-react@0.0.4
18
+ - @backstage/plugin-user-settings-common@0.0.1
19
+
20
+ ## 0.8.11-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/frontend-plugin-api@0.7.0-next.2
26
+ - @backstage/core-compat-api@0.2.8-next.2
27
+ - @backstage/plugin-catalog-react@1.12.3-next.2
28
+ - @backstage/core-app-api@1.14.2-next.0
29
+ - @backstage/core-components@0.14.10-next.0
30
+ - @backstage/core-plugin-api@1.9.3
31
+ - @backstage/errors@1.2.4
32
+ - @backstage/theme@0.5.6
33
+ - @backstage/types@1.1.1
34
+ - @backstage/plugin-signals-react@0.0.4
35
+ - @backstage/plugin-user-settings-common@0.0.1
36
+
3
37
  ## 0.8.11-next.1
4
38
 
5
39
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings__alpha",
3
- "version": "0.8.11-next.1",
3
+ "version": "0.8.11-next.3",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -20,12 +20,12 @@ declare const settingsNavItem: _backstage_frontend_plugin_api.ExtensionDefinitio
20
20
  title: string;
21
21
  }, {
22
22
  title?: string | undefined;
23
- }>;
23
+ }, never, never, string | undefined, string | undefined, string | undefined>;
24
24
  /**
25
25
  * @alpha
26
26
  */
27
27
  declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
28
28
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
29
- }, {}>;
29
+ }, {}, {}>;
30
30
 
31
31
  export { _default as default, settingsNavItem, userSettingsTranslationRef };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
- "version": "0.8.11-next.1",
3
+ "version": "0.8.11-next.3",
4
4
  "description": "A Backstage plugin that provides a settings page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -55,12 +55,12 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@backstage/core-app-api": "^1.14.2-next.0",
58
- "@backstage/core-compat-api": "^0.2.8-next.1",
58
+ "@backstage/core-compat-api": "^0.2.8-next.3",
59
59
  "@backstage/core-components": "^0.14.10-next.0",
60
60
  "@backstage/core-plugin-api": "^1.9.3",
61
61
  "@backstage/errors": "^1.2.4",
62
- "@backstage/frontend-plugin-api": "^0.6.8-next.1",
63
- "@backstage/plugin-catalog-react": "^1.12.3-next.1",
62
+ "@backstage/frontend-plugin-api": "^0.7.0-next.3",
63
+ "@backstage/plugin-catalog-react": "^1.12.3-next.3",
64
64
  "@backstage/plugin-signals-react": "^0.0.4",
65
65
  "@backstage/plugin-user-settings-common": "^0.0.1",
66
66
  "@backstage/theme": "^0.5.6",
@@ -73,10 +73,10 @@
73
73
  "zen-observable": "^0.10.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "^0.27.0-next.1",
77
- "@backstage/dev-utils": "^1.0.37-next.1",
78
- "@backstage/plugin-catalog": "^1.21.2-next.1",
79
- "@backstage/test-utils": "^1.5.10-next.1",
76
+ "@backstage/cli": "^0.27.0-next.4",
77
+ "@backstage/dev-utils": "^1.0.37-next.3",
78
+ "@backstage/plugin-catalog": "^1.22.0-next.3",
79
+ "@backstage/test-utils": "^1.5.10-next.2",
80
80
  "@testing-library/dom": "^10.0.0",
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
82
  "@testing-library/react": "^15.0.0",