@backstage/core-app-api 1.11.2-next.1 → 1.11.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 +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/core-app-api
|
|
2
2
|
|
|
3
|
+
## 1.11.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3e358b0: Added deprecation warning for React Router v6 beta, please make sure you have migrated your apps to use React Router v6 stable as support for the beta version will be removed. See the [migration tutorial](https://backstage.io/docs/tutorials/react-router-stable-migration) for more information.
|
|
8
|
+
- 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-plugin-api@1.8.1
|
|
11
|
+
- @backstage/config@1.1.1
|
|
12
|
+
- @backstage/types@1.1.1
|
|
13
|
+
- @backstage/version-bridge@1.0.7
|
|
14
|
+
|
|
3
15
|
## 1.11.2-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-app-api",
|
|
3
3
|
"description": "Core app API used by Backstage apps",
|
|
4
|
-
"version": "1.11.2
|
|
4
|
+
"version": "1.11.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@backstage/config": "^1.1.1",
|
|
43
|
-
"@backstage/core-plugin-api": "^1.8.1
|
|
43
|
+
"@backstage/core-plugin-api": "^1.8.1",
|
|
44
44
|
"@backstage/types": "^1.1.1",
|
|
45
45
|
"@backstage/version-bridge": "^1.0.7",
|
|
46
46
|
"@types/prop-types": "^15.7.3",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"prop-types": "^15.7.2",
|
|
52
52
|
"react-use": "^17.2.4",
|
|
53
53
|
"zen-observable": "^0.10.0",
|
|
54
|
-
"zod": "^3.
|
|
54
|
+
"zod": "^3.22.4"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@backstage/cli": "^0.25.0
|
|
63
|
-
"@backstage/test-utils": "^1.4.6
|
|
62
|
+
"@backstage/cli": "^0.25.0",
|
|
63
|
+
"@backstage/test-utils": "^1.4.6",
|
|
64
64
|
"@testing-library/dom": "^9.0.0",
|
|
65
65
|
"@testing-library/jest-dom": "^6.0.0",
|
|
66
66
|
"@testing-library/react": "^14.0.0",
|