@backstage/core-components 0.18.9-next.1 → 0.18.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.18.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 482ceed: Migrated from `assertError` to `toError` for error handling.
8
+ - 320eed3: Resolved DOM nesting warning in OAuthRequestDialog by rendering secondary text as block-level spans.
9
+ - 58b9f3f: Use Backstage Link component for markdown anchor rendering to ensure consistent internal and external link behavior.
10
+ - Updated dependencies
11
+ - @backstage/errors@1.3.0
12
+ - @backstage/theme@0.7.3
13
+ - @backstage/config@1.3.7
14
+ - @backstage/core-plugin-api@1.12.5
15
+
3
16
  ## 0.18.9-next.1
4
17
 
5
18
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -23,10 +23,10 @@ declare const coreComponentsTranslationRef: _backstage_frontend_plugin_api.Trans
23
23
  readonly "signIn.title": "Sign In";
24
24
  readonly "signIn.loginFailed": "Login failed";
25
25
  readonly "signIn.customProvider.title": "Custom User";
26
+ readonly "signIn.customProvider.continue": "Continue";
26
27
  readonly "signIn.customProvider.subtitle": "Enter your own User ID and credentials.\n This selection will not be stored.";
27
28
  readonly "signIn.customProvider.userId": "User ID";
28
29
  readonly "signIn.customProvider.tokenInvalid": "Token is not a valid OpenID Connect JWT Token";
29
- readonly "signIn.customProvider.continue": "Continue";
30
30
  readonly "signIn.customProvider.idToken": "ID Token (optional)";
31
31
  readonly "signIn.guestProvider.title": "Guest";
32
32
  readonly "signIn.guestProvider.enter": "Enter";
package/dist/index.d.ts CHANGED
@@ -2372,10 +2372,10 @@ declare const coreComponentsTranslationRef: _backstage_frontend_plugin_api.Trans
2372
2372
  readonly "signIn.title": "Sign In";
2373
2373
  readonly "signIn.loginFailed": "Login failed";
2374
2374
  readonly "signIn.customProvider.title": "Custom User";
2375
+ readonly "signIn.customProvider.continue": "Continue";
2375
2376
  readonly "signIn.customProvider.subtitle": "Enter your own User ID and credentials.\n This selection will not be stored.";
2376
2377
  readonly "signIn.customProvider.userId": "User ID";
2377
2378
  readonly "signIn.customProvider.tokenInvalid": "Token is not a valid OpenID Connect JWT Token";
2378
- readonly "signIn.customProvider.continue": "Continue";
2379
2379
  readonly "signIn.customProvider.idToken": "ID Token (optional)";
2380
2380
  readonly "signIn.guestProvider.title": "Guest";
2381
2381
  readonly "signIn.guestProvider.enter": "Enter";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-components",
3
- "version": "0.18.9-next.1",
3
+ "version": "0.18.9",
4
4
  "description": "Core components used by Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -66,11 +66,11 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/config": "1.3.7-next.0",
70
- "@backstage/core-plugin-api": "1.12.5-next.2",
71
- "@backstage/errors": "1.3.0-next.0",
72
- "@backstage/theme": "0.7.3-next.0",
73
- "@backstage/version-bridge": "1.0.12",
69
+ "@backstage/config": "^1.3.7",
70
+ "@backstage/core-plugin-api": "^1.12.5",
71
+ "@backstage/errors": "^1.3.0",
72
+ "@backstage/theme": "^0.7.3",
73
+ "@backstage/version-bridge": "^1.0.12",
74
74
  "@dagrejs/dagre": "^1.1.4",
75
75
  "@date-io/core": "^1.3.13",
76
76
  "@material-table/core": "^3.1.0",
@@ -110,10 +110,10 @@
110
110
  "zod": "^3.25.76 || ^4.0.0"
111
111
  },
112
112
  "devDependencies": {
113
- "@backstage/app-defaults": "1.7.7-next.2",
114
- "@backstage/cli": "0.36.1-next.2",
115
- "@backstage/core-app-api": "1.20.0-next.2",
116
- "@backstage/test-utils": "1.7.17-next.2",
113
+ "@backstage/app-defaults": "^1.7.7",
114
+ "@backstage/cli": "^0.36.1",
115
+ "@backstage/core-app-api": "^1.20.0",
116
+ "@backstage/test-utils": "^1.7.17",
117
117
  "@testing-library/dom": "^10.0.0",
118
118
  "@testing-library/jest-dom": "^6.0.0",
119
119
  "@testing-library/user-event": "^14.0.0",