@backstage/plugin-user-settings 0.8.29-next.0 → 0.8.29

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,21 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.8.29
4
+
5
+ ### Patch Changes
6
+
7
+ - 2b6fda3: Revert `storageApiRef` implementation
8
+ - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
9
+ - Updated dependencies
10
+ - @backstage/frontend-plugin-api@0.13.0
11
+ - @backstage/core-compat-api@0.5.4
12
+ - @backstage/plugin-catalog-react@1.21.3
13
+ - @backstage/core-components@0.18.3
14
+ - @backstage/core-plugin-api@1.12.0
15
+ - @backstage/core-app-api@1.19.2
16
+ - @backstage/catalog-model@1.7.6
17
+ - @backstage/plugin-signals-react@0.0.17
18
+
3
19
  ## 0.8.29-next.0
4
20
 
5
21
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -58,7 +58,7 @@ declare const userSettingsTranslationRef: _backstage_core_plugin_api_alpha.Trans
58
58
  }>;
59
59
 
60
60
  /** @alpha */
61
- declare const settingsNavItem: _backstage_frontend_plugin_api.ExtensionDefinition<{
61
+ declare const settingsNavItem: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
62
62
  kind: "nav-item";
63
63
  name: undefined;
64
64
  config: {};
@@ -81,7 +81,7 @@ declare const settingsNavItem: _backstage_frontend_plugin_api.ExtensionDefinitio
81
81
  declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
82
82
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
83
83
  }, {}, {
84
- "nav-item:user-settings": _backstage_frontend_plugin_api.ExtensionDefinition<{
84
+ "nav-item:user-settings": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
85
85
  kind: "nav-item";
86
86
  name: undefined;
87
87
  config: {};
@@ -98,7 +98,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
98
98
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
99
99
  };
100
100
  }>;
101
- "page:user-settings": _backstage_frontend_plugin_api.ExtensionDefinition<{
101
+ "page:user-settings": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
102
102
  config: {
103
103
  path: string | undefined;
104
104
  };
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-user-settings";
2
- var version = "0.8.29-next.0";
2
+ var version = "0.8.29";
3
3
  var description = "A Backstage plugin that provides a settings page";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
- "version": "0.8.29-next.0",
3
+ "version": "0.8.29",
4
4
  "description": "A Backstage plugin that provides a settings page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,18 +67,18 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/catalog-model": "1.7.6-next.0",
71
- "@backstage/core-app-api": "1.19.2-next.0",
72
- "@backstage/core-compat-api": "0.5.4-next.0",
73
- "@backstage/core-components": "0.18.3-next.0",
74
- "@backstage/core-plugin-api": "1.11.2-next.0",
75
- "@backstage/errors": "1.2.7",
76
- "@backstage/frontend-plugin-api": "0.12.2-next.0",
77
- "@backstage/plugin-catalog-react": "1.21.3-next.0",
78
- "@backstage/plugin-signals-react": "0.0.17-next.0",
79
- "@backstage/plugin-user-settings-common": "0.0.1",
80
- "@backstage/theme": "0.7.0",
81
- "@backstage/types": "1.2.2",
70
+ "@backstage/catalog-model": "^1.7.6",
71
+ "@backstage/core-app-api": "^1.19.2",
72
+ "@backstage/core-compat-api": "^0.5.4",
73
+ "@backstage/core-components": "^0.18.3",
74
+ "@backstage/core-plugin-api": "^1.12.0",
75
+ "@backstage/errors": "^1.2.7",
76
+ "@backstage/frontend-plugin-api": "^0.13.0",
77
+ "@backstage/plugin-catalog-react": "^1.21.3",
78
+ "@backstage/plugin-signals-react": "^0.0.17",
79
+ "@backstage/plugin-user-settings-common": "^0.0.1",
80
+ "@backstage/theme": "^0.7.0",
81
+ "@backstage/types": "^1.2.2",
82
82
  "@material-ui/core": "^4.12.2",
83
83
  "@material-ui/icons": "^4.9.1",
84
84
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -86,10 +86,10 @@
86
86
  "zen-observable": "^0.10.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/cli": "0.34.5-next.0",
90
- "@backstage/dev-utils": "1.1.17-next.0",
91
- "@backstage/plugin-catalog": "1.31.5-next.0",
92
- "@backstage/test-utils": "1.7.13-next.0",
89
+ "@backstage/cli": "^0.34.5",
90
+ "@backstage/dev-utils": "^1.1.17",
91
+ "@backstage/plugin-catalog": "^1.32.0",
92
+ "@backstage/test-utils": "^1.7.13",
93
93
  "@testing-library/dom": "^10.0.0",
94
94
  "@testing-library/jest-dom": "^6.0.0",
95
95
  "@testing-library/react": "^16.0.0",