Merge pull request #27768 from backstage/release-manifest-native-fetch

release-manifests: use native fetch
This commit is contained in:
Patrik Oldsberg
2024-11-22 12:29:22 +01:00
committed by GitHub
4 changed files with 5 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/release-manifests': patch
---
Switch to native fetch for loading release manifests
-3
View File
@@ -35,9 +35,6 @@
"postpack": "backstage-cli package postpack",
"test": "backstage-cli package test"
},
"dependencies": {
"cross-fetch": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/test-utils": "workspace:^",
@@ -14,8 +14,6 @@
* limitations under the License.
*/
import fetch from 'cross-fetch';
const VERSIONS_BASE_URL = 'https://versions.backstage.io';
const GITHUB_RAW_BASE_URL =
'https://raw.githubusercontent.com/backstage/versions/main';
-1
View File
@@ -8291,7 +8291,6 @@ __metadata:
dependencies:
"@backstage/cli": "workspace:^"
"@backstage/test-utils": "workspace:^"
cross-fetch: ^4.0.0
msw: ^1.0.0
languageName: unknown
linkType: soft