@drodil/backstage-plugin-qeta 3.31.4 → 3.32.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.
Files changed (2) hide show
  1. package/configSchema.d.ts +17 -0
  2. package/package.json +20 -20
package/configSchema.d.ts CHANGED
@@ -76,6 +76,23 @@ export interface Config {
76
76
  */
77
77
  min?: number;
78
78
  };
79
+ /**
80
+ * Posts mentions specific configuration
81
+ *
82
+ * @visibility frontend
83
+ */
84
+ mentions?: {
85
+ /**
86
+ * List of types of mentions that can be used in posts.
87
+ *
88
+ * Currently supported types are:
89
+ * - `user`: Mention a user
90
+ * - `group`: Mention a group
91
+ *
92
+ * @visibility frontend
93
+ */
94
+ supportedKinds?: string[];
95
+ };
79
96
  /**
80
97
  * List of users/groups that can moderate questions and answers in case permission framework is not in use.
81
98
  * In case permission framework is in use, this list is used to determine if user
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "frontend",
8
8
  "backstage.io"
9
9
  ],
10
- "version": "3.31.4",
10
+ "version": "3.32.0",
11
11
  "main": "dist/index.esm.js",
12
12
  "types": "dist/index.d.ts",
13
13
  "prepublishOnly": "yarn tsc && yarn build",
@@ -48,16 +48,16 @@
48
48
  "tsc": "tsc"
49
49
  },
50
50
  "dependencies": {
51
- "@backstage/catalog-model": "^1.7.4",
52
- "@backstage/core-components": "^0.17.2",
53
- "@backstage/core-plugin-api": "^1.10.7",
54
- "@backstage/plugin-catalog-react": "^1.18.0",
55
- "@backstage/plugin-home-react": "^0.1.26",
56
- "@backstage/plugin-search-common": "^1.2.18",
57
- "@backstage/plugin-search-react": "^1.9.0",
58
- "@backstage/plugin-signals-react": "^0.0.13",
59
- "@drodil/backstage-plugin-qeta-common": "^3.31.4",
60
- "@drodil/backstage-plugin-qeta-react": "^3.31.4",
51
+ "@backstage/catalog-model": "^1.7.5",
52
+ "@backstage/core-components": "^0.17.4",
53
+ "@backstage/core-plugin-api": "^1.10.9",
54
+ "@backstage/plugin-catalog-react": "^1.19.1",
55
+ "@backstage/plugin-home-react": "^0.1.28",
56
+ "@backstage/plugin-search-common": "^1.2.19",
57
+ "@backstage/plugin-search-react": "^1.9.2",
58
+ "@backstage/plugin-signals-react": "^0.0.15",
59
+ "@drodil/backstage-plugin-qeta-common": "^3.32.0",
60
+ "@drodil/backstage-plugin-qeta-react": "^3.32.0",
61
61
  "@material-ui/core": "^4.12.2",
62
62
  "@material-ui/icons": "^4.11.3",
63
63
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -67,7 +67,7 @@
67
67
  "react-use": "^17.4.0"
68
68
  },
69
69
  "peerDependencies": {
70
- "@backstage/catalog-client": "^1.10.0",
70
+ "@backstage/catalog-client": "^1.10.2",
71
71
  "react": " ^18.0.0 || ^19.0.0",
72
72
  "react-dom": "^18.0.0 || ^19.0.0",
73
73
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
@@ -76,14 +76,14 @@
76
76
  "react-markdown": "8.0.7"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/cli": "^0.32.1",
80
- "@backstage/dev-utils": "^1.1.10",
81
- "@backstage/plugin-catalog": "^1.30.0",
82
- "@backstage/plugin-home": "^0.8.8",
83
- "@backstage/plugin-notifications": "^0.5.5",
84
- "@backstage/plugin-search": "^1.4.26",
85
- "@backstage/plugin-search-react": "^1.9.0",
86
- "@backstage/plugin-signals": "^0.0.19",
79
+ "@backstage/cli": "^0.33.1",
80
+ "@backstage/dev-utils": "^1.1.12",
81
+ "@backstage/plugin-catalog": "^1.31.1",
82
+ "@backstage/plugin-home": "^0.8.10",
83
+ "@backstage/plugin-notifications": "^0.5.7",
84
+ "@backstage/plugin-search": "^1.4.28",
85
+ "@backstage/plugin-search-react": "^1.9.2",
86
+ "@backstage/plugin-signals": "^0.0.21",
87
87
  "@testing-library/jest-dom": "^6.1.3",
88
88
  "@types/lodash": "^4.14.199",
89
89
  "@types/luxon": "^3",