Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] upgrade node-fetch to 3.0.0 final #2422

Merged
merged 1 commit into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/healthy-vans-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

[chore] upgrade node-fetch to 3.0.0 final
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"locate-character": "^2.0.5",
"marked": "^3.0.4",
"mime": "^2.5.2",
"node-fetch": "3.0.0-beta.9",
"node-fetch": "^3.0.0",
"port-authority": "^1.1.2",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
Expand Down
6 changes: 5 additions & 1 deletion packages/kit/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ export default [
resolve({
extensions: ['.mjs', '.js', '.ts']
}),
commonjs()
commonjs({
// Fix for https://github.com/node-fetch/fetch-blob/issues/117
// Can be removed if https://github.com/rollup/plugins/pull/1005 is merged
ignoreTryCatch: true
})
],
preserveEntrySignatures: true
}
Expand Down
24 changes: 2 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.