@backstage/plugin-notifications 0.5.14-next.0 → 0.5.14-next.2
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 +21 -0
- package/dist/alpha.d.ts +1 -1
- package/dist/package.json.esm.js +3 -3
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-notifications
|
|
2
2
|
|
|
3
|
+
## 0.5.14-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/frontend-plugin-api@0.14.0-next.2
|
|
10
|
+
- @backstage/core-components@0.18.7-next.2
|
|
11
|
+
- @backstage/core-plugin-api@1.12.3-next.1
|
|
12
|
+
- @backstage/plugin-signals-react@0.0.19-next.1
|
|
13
|
+
- @backstage/theme@0.7.2-next.1
|
|
14
|
+
|
|
15
|
+
## 0.5.14-next.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/theme@0.7.2-next.0
|
|
21
|
+
- @backstage/frontend-plugin-api@0.14.0-next.1
|
|
22
|
+
- @backstage/core-components@0.18.7-next.1
|
|
23
|
+
|
|
3
24
|
## 0.5.14-next.0
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
|
5
5
|
/** @alpha */
|
|
6
6
|
declare const notificationsTranslationRef: _backstage_frontend_plugin_api.TranslationRef<"plugin.notifications", {
|
|
7
7
|
readonly "table.errors.markAllReadFailed": "Failed to mark all notifications as read";
|
|
8
|
-
readonly "table.pagination.firstTooltip": "First Page";
|
|
9
8
|
readonly "table.pagination.labelDisplayedRows": "{from}-{to} of {count}";
|
|
9
|
+
readonly "table.pagination.firstTooltip": "First Page";
|
|
10
10
|
readonly "table.pagination.labelRowsSelect": "rows";
|
|
11
11
|
readonly "table.pagination.lastTooltip": "Last Page";
|
|
12
12
|
readonly "table.pagination.nextTooltip": "Next Page";
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-notifications";
|
|
2
|
-
var version = "0.5.14-next.
|
|
2
|
+
var version = "0.5.14-next.2";
|
|
3
3
|
var backstage = {
|
|
4
4
|
role: "frontend-plugin",
|
|
5
5
|
pluginId: "notifications",
|
|
@@ -76,13 +76,13 @@ var devDependencies = {
|
|
|
76
76
|
msw: "^1.0.0",
|
|
77
77
|
react: "^18.0.2",
|
|
78
78
|
"react-dom": "^18.0.2",
|
|
79
|
-
"react-router-dom": "^6.
|
|
79
|
+
"react-router-dom": "^6.30.2"
|
|
80
80
|
};
|
|
81
81
|
var peerDependencies = {
|
|
82
82
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
83
83
|
react: "^17.0.0 || ^18.0.0",
|
|
84
84
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
85
|
-
"react-router-dom": "^6.
|
|
85
|
+
"react-router-dom": "^6.30.2"
|
|
86
86
|
};
|
|
87
87
|
var peerDependenciesMeta = {
|
|
88
88
|
"@types/react": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-notifications",
|
|
3
|
-
"version": "0.5.14-next.
|
|
3
|
+
"version": "0.5.14-next.2",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "notifications",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/core-components": "0.18.
|
|
67
|
-
"@backstage/core-plugin-api": "1.12.
|
|
66
|
+
"@backstage/core-components": "0.18.7-next.2",
|
|
67
|
+
"@backstage/core-plugin-api": "1.12.3-next.1",
|
|
68
68
|
"@backstage/errors": "1.2.7",
|
|
69
|
-
"@backstage/frontend-plugin-api": "0.14.0-next.
|
|
69
|
+
"@backstage/frontend-plugin-api": "0.14.0-next.2",
|
|
70
70
|
"@backstage/plugin-notifications-common": "0.2.0",
|
|
71
|
-
"@backstage/plugin-signals-react": "0.0.19-next.
|
|
72
|
-
"@backstage/theme": "0.7.1",
|
|
71
|
+
"@backstage/plugin-signals-react": "0.0.19-next.1",
|
|
72
|
+
"@backstage/theme": "0.7.2-next.1",
|
|
73
73
|
"@material-ui/core": "^4.9.13",
|
|
74
74
|
"@material-ui/icons": "^4.9.1",
|
|
75
75
|
"lodash": "^4.17.21",
|
|
@@ -79,23 +79,23 @@
|
|
|
79
79
|
"react-use": "^17.2.4"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/cli": "0.35.
|
|
83
|
-
"@backstage/dev-utils": "1.1.20-next.
|
|
84
|
-
"@backstage/plugin-signals": "0.0.28-next.
|
|
85
|
-
"@backstage/test-utils": "1.7.15-next.
|
|
82
|
+
"@backstage/cli": "0.35.4-next.2",
|
|
83
|
+
"@backstage/dev-utils": "1.1.20-next.2",
|
|
84
|
+
"@backstage/plugin-signals": "0.0.28-next.2",
|
|
85
|
+
"@backstage/test-utils": "1.7.15-next.2",
|
|
86
86
|
"@testing-library/jest-dom": "^6.0.0",
|
|
87
87
|
"@testing-library/react": "^16.0.0",
|
|
88
88
|
"@types/react": "^18.0.0",
|
|
89
89
|
"msw": "^1.0.0",
|
|
90
90
|
"react": "^18.0.2",
|
|
91
91
|
"react-dom": "^18.0.2",
|
|
92
|
-
"react-router-dom": "^6.
|
|
92
|
+
"react-router-dom": "^6.30.2"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
96
96
|
"react": "^17.0.0 || ^18.0.0",
|
|
97
97
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
98
|
-
"react-router-dom": "^6.
|
|
98
|
+
"react-router-dom": "^6.30.2"
|
|
99
99
|
},
|
|
100
100
|
"peerDependenciesMeta": {
|
|
101
101
|
"@types/react": {
|