@backstage/core-plugin-api 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250130022848

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/CHANGELOG.md +26 -4
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,14 +1,36 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20250114022708
3
+ ## 0.0.0-nightly-20250130022848
4
+
5
+ ### Patch Changes
6
+
7
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
8
+ - Updated dependencies
9
+ - @backstage/version-bridge@0.0.0-nightly-20250130022848
10
+ - @backstage/config@1.3.2
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/types@1.2.1
13
+
14
+ ## 1.10.4-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
19
+ - Updated dependencies
20
+ - @backstage/version-bridge@1.0.11-next.0
21
+ - @backstage/config@1.3.2
22
+ - @backstage/errors@1.2.7
23
+ - @backstage/types@1.2.1
24
+
25
+ ## 1.10.3
4
26
 
5
27
  ### Patch Changes
6
28
 
7
29
  - b40eb41: Move `Expand` and `ExpandRecursive` to `@backstage/types`
8
30
  - Updated dependencies
9
- - @backstage/types@0.0.0-nightly-20250114022708
10
- - @backstage/config@0.0.0-nightly-20250114022708
11
- - @backstage/errors@0.0.0-nightly-20250114022708
31
+ - @backstage/types@1.2.1
32
+ - @backstage/config@1.3.2
33
+ - @backstage/errors@1.2.7
12
34
  - @backstage/version-bridge@1.0.10
13
35
 
14
36
  ## 1.10.3-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
- "version": "0.0.0-nightly-20250114022708",
3
+ "version": "0.0.0-nightly-20250130022848",
4
4
  "description": "Core API used by Backstage plugins",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -57,16 +57,16 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/config": "0.0.0-nightly-20250114022708",
61
- "@backstage/errors": "0.0.0-nightly-20250114022708",
62
- "@backstage/types": "0.0.0-nightly-20250114022708",
63
- "@backstage/version-bridge": "1.0.10",
60
+ "@backstage/config": "1.3.2",
61
+ "@backstage/errors": "1.2.7",
62
+ "@backstage/types": "1.2.1",
63
+ "@backstage/version-bridge": "0.0.0-nightly-20250130022848",
64
64
  "history": "^5.0.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/cli": "0.0.0-nightly-20250114022708",
68
- "@backstage/core-app-api": "0.0.0-nightly-20250114022708",
69
- "@backstage/test-utils": "0.0.0-nightly-20250114022708",
67
+ "@backstage/cli": "0.0.0-nightly-20250130022848",
68
+ "@backstage/core-app-api": "0.0.0-nightly-20250130022848",
69
+ "@backstage/test-utils": "0.0.0-nightly-20250130022848",
70
70
  "@testing-library/dom": "^10.0.0",
71
71
  "@testing-library/jest-dom": "^6.0.0",
72
72
  "@testing-library/react": "^16.0.0",
@@ -77,10 +77,10 @@
77
77
  "react-router-dom": "^6.3.0"
78
78
  },
79
79
  "peerDependencies": {
80
- "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
81
- "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
82
- "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
83
- "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
80
+ "@types/react": "^17.0.0 || ^18.0.0",
81
+ "react": "^17.0.0 || ^18.0.0",
82
+ "react-dom": "^17.0.0 || ^18.0.0",
83
+ "react-router-dom": "^6.3.0"
84
84
  },
85
85
  "peerDependenciesMeta": {
86
86
  "@types/react": {