@backstage/core-components 0.18.9-next.1 → 0.18.10-next.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 +26 -0
- package/dist/alpha.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +11 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/core-components
|
|
2
2
|
|
|
3
|
+
## 0.18.10-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3846774: Added missing dependencies that were previously only available transitively.
|
|
8
|
+
- 0c5e41f: Removed unused dependencies that had no imports in source code.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/errors@1.3.1-next.0
|
|
11
|
+
- @backstage/config@1.3.8-next.0
|
|
12
|
+
- @backstage/core-plugin-api@1.12.6-next.0
|
|
13
|
+
- @backstage/theme@0.7.3
|
|
14
|
+
- @backstage/version-bridge@1.0.12
|
|
15
|
+
|
|
16
|
+
## 0.18.9
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 482ceed: Migrated from `assertError` to `toError` for error handling.
|
|
21
|
+
- 320eed3: Resolved DOM nesting warning in OAuthRequestDialog by rendering secondary text as block-level spans.
|
|
22
|
+
- 58b9f3f: Use Backstage Link component for markdown anchor rendering to ensure consistent internal and external link behavior.
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/errors@1.3.0
|
|
25
|
+
- @backstage/theme@0.7.3
|
|
26
|
+
- @backstage/config@1.3.7
|
|
27
|
+
- @backstage/core-plugin-api@1.12.5
|
|
28
|
+
|
|
3
29
|
## 0.18.9-next.1
|
|
4
30
|
|
|
5
31
|
### 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.
|
|
3
|
+
"version": "0.18.10-next.0",
|
|
4
4
|
"description": "Core components used by Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"test": "backstage-cli package test"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@backstage/config": "1.3.
|
|
70
|
-
"@backstage/core-plugin-api": "1.12.
|
|
71
|
-
"@backstage/errors": "1.3.
|
|
72
|
-
"@backstage/theme": "0.7.3
|
|
69
|
+
"@backstage/config": "1.3.8-next.0",
|
|
70
|
+
"@backstage/core-plugin-api": "1.12.6-next.0",
|
|
71
|
+
"@backstage/errors": "1.3.1-next.0",
|
|
72
|
+
"@backstage/theme": "0.7.3",
|
|
73
73
|
"@backstage/version-bridge": "1.0.12",
|
|
74
74
|
"@dagrejs/dagre": "^1.1.4",
|
|
75
75
|
"@date-io/core": "^1.3.13",
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"@types/react-sparklines": "^1.7.0",
|
|
83
83
|
"ansi-regex": "^6.0.1",
|
|
84
84
|
"classnames": "^2.2.6",
|
|
85
|
+
"csstype": "^3.0.2",
|
|
85
86
|
"d3-selection": "^3.0.0",
|
|
86
87
|
"d3-shape": "^3.0.0",
|
|
87
88
|
"d3-zoom": "^3.0.0",
|
|
@@ -90,7 +91,6 @@
|
|
|
90
91
|
"linkifyjs": "4.3.2",
|
|
91
92
|
"lodash": "^4.17.21",
|
|
92
93
|
"parse5": "^6.0.0",
|
|
93
|
-
"pluralize": "^8.0.0",
|
|
94
94
|
"qs": "^6.9.4",
|
|
95
95
|
"rc-progress": "3.5.1",
|
|
96
96
|
"react-full-screen": "^1.1.1",
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
"zod": "^3.25.76 || ^4.0.0"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@backstage/app-defaults": "1.7.
|
|
114
|
-
"@backstage/cli": "0.36.
|
|
115
|
-
"@backstage/core-app-api": "1.20.
|
|
116
|
-
"@backstage/test-utils": "1.7.
|
|
113
|
+
"@backstage/app-defaults": "1.7.8-next.0",
|
|
114
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
115
|
+
"@backstage/core-app-api": "1.20.1-next.0",
|
|
116
|
+
"@backstage/test-utils": "1.7.18-next.0",
|
|
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",
|
|
@@ -130,6 +130,7 @@
|
|
|
130
130
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
131
131
|
"@types/react-window": "^1.8.5",
|
|
132
132
|
"@types/zen-observable": "^0.8.0",
|
|
133
|
+
"copy-to-clipboard": "^3.3.1",
|
|
133
134
|
"cross-fetch": "^4.0.0",
|
|
134
135
|
"history": "^5.0.0",
|
|
135
136
|
"msw": "^1.0.0",
|