kleros-v2
kleros-v2 copied to clipboard
chore(deps): update dependency node-fetch to v3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| node-fetch | ^2.6.7 -> ^3.0.0 |
Release Notes
node-fetch/node-fetch (node-fetch)
v3.3.2
Bug Fixes
v3.3.1
Bug Fixes
v3.3.0
Features
v3.2.10
Bug Fixes
v3.2.9
Bug Fixes
v3.2.8
Bug Fixes
v3.2.7
Bug Fixes
v3.2.6
Bug Fixes
v3.2.5
Bug Fixes
v3.2.4
Bug Fixes
v3.2.3
Bug Fixes
v3.2.2
Bug Fixes
v3.2.1
Bug Fixes
v3.2.0
Features
v3.1.1
Security patch release
Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred
What's Changed
- core: update fetch-blob by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1371
- docs: Fix typo around sending a file by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1381
- core: (http.request): Cast URL to string before sending it to NodeJS core by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1378
- core: handle errors from the request body stream by @mdmitry01 in https://github.com/node-fetch/node-fetch/pull/1392
- core: Better handle wrong redirect header in a response by @tasinet in https://github.com/node-fetch/node-fetch/pull/1387
- core: Don't use buffer to make a blob by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1402
- docs: update readme for TS @types/node-fetch by @adamellsworth in https://github.com/node-fetch/node-fetch/pull/1405
- core: Fix logical operator priority to disallow GET/HEAD with non-empty body by @maxshirshin in https://github.com/node-fetch/node-fetch/pull/1369
- core: Don't use global buffer by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1422
- ci: fix main branch by @dnalborczyk in https://github.com/node-fetch/node-fetch/pull/1429
- core: use more node: protocol imports by @dnalborczyk in https://github.com/node-fetch/node-fetch/pull/1428
- core: Warn when using data by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1421
- docs: Create SECURITY.md by @JamieSlome in https://github.com/node-fetch/node-fetch/pull/1445
- core: don't forward secure headers to 3th party by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1449
New Contributors
- @mdmitry01 made their first contribution in https://github.com/node-fetch/node-fetch/pull/1392
- @tasinet made their first contribution in https://github.com/node-fetch/node-fetch/pull/1387
- @adamellsworth made their first contribution in https://github.com/node-fetch/node-fetch/pull/1405
- @maxshirshin made their first contribution in https://github.com/node-fetch/node-fetch/pull/1369
- @JamieSlome made their first contribution in https://github.com/node-fetch/node-fetch/pull/1445
Full Changelog: https://github.com/node-fetch/node-fetch/compare/v3.1.0...v3.1.1
v3.1.0
What's Changed
- fix(Body): Discourage form-data and buffer() by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1212
- fix: Pass url string to http.request by @serverwentdown in https://github.com/node-fetch/node-fetch/pull/1268
- Fix octocat image link by @lakuapik in https://github.com/node-fetch/node-fetch/pull/1281
- fix(Body.body): Normalize
Body.bodyinto anode:streamby @jimmywarting in https://github.com/node-fetch/node-fetch/pull/924 - docs(Headers): Add default Host request header to README.md file by @robertoaceves in https://github.com/node-fetch/node-fetch/pull/1316
- Update CHANGELOG.md by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1292
- Add highWaterMark to cloned properties by @davesidious in https://github.com/node-fetch/node-fetch/pull/1162
- Update README.md to fix HTTPResponseError by @thedanfernandez in https://github.com/node-fetch/node-fetch/pull/1135
- docs: switch
urltoURLby @dhritzkiv in https://github.com/node-fetch/node-fetch/pull/1318 - fix(types): declare buffer() deprecated by @dnalborczyk in https://github.com/node-fetch/node-fetch/pull/1345
- chore: fix lint by @dnalborczyk in https://github.com/node-fetch/node-fetch/pull/1348
- refactor: use node: prefix for imports by @dnalborczyk in https://github.com/node-fetch/node-fetch/pull/1346
- Bump data-uri-to-buffer from 3.0.1 to 4.0.0 by @dependabot in https://github.com/node-fetch/node-fetch/pull/1319
- Bump mocha from 8.4.0 to 9.1.3 by @dependabot in https://github.com/node-fetch/node-fetch/pull/1339
- Referrer and Referrer Policy by @tekwiz in https://github.com/node-fetch/node-fetch/pull/1057
- Add typing for Response.redirect(url, status) by @c-w in https://github.com/node-fetch/node-fetch/pull/1169
- chore: Correct stuff in README.md by @Jiralite in https://github.com/node-fetch/node-fetch/pull/1361
- docs: Improve clarity of "Loading and configuring" by @serverwentdown in https://github.com/node-fetch/node-fetch/pull/1323
- feat(Body): Added support for
BodyMixin.formData()and constructing bodies with FormData by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1314 - template: Make PR template more task oriented by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1224
- docs: Update code examples by @jimmywarting in https://github.com/node-fetch/node-fetch/pull/1365
New Contributors
- @serverwentdown made their first contribution in https://github.com/node-fetch/node-fetch/pull/1268
- @lakuapik made their first contribution in https://github.com/node-fetch/node-fetch/pull/1281
- @robertoaceves made their first contribution in https://github.com/node-fetch/node-fetch/pull/1316
- @davesidious made their first contribution in https://github.com/node-fetch/node-fetch/pull/1162
- @thedanfernandez made their first contribution in https://github.com/node-fetch/node-fetch/pull/1135
- @dhritzkiv made their first contribution in https://github.com/node-fetch/node-fetch/pull/1318
- @dnalborczyk made their first contribution in https://github.com/node-fetch/node-fetch/pull/1345
- @dependabot made their first contribution in https://github.com/node-fetch/node-fetch/pull/1319
- @c-w made their first contribution in https://github.com/node-fetch/node-fetch/pull/1169
Full Changelog: https://github.com/node-fetch/node-fetch/compare/v3.0.0...v3.1.0
v3.0.0
version 3 is going out of a long beta period and switches to stable
One major change is that it's now a ESM only package See changelog for more information about all the changes.
v2.7.0
Features
v2.6.13
Bug Fixes
v2.6.12
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
PR-Codex overview
This PR focuses on updating dependencies in the package.json and yarn.lock files, particularly upgrading node-fetch to version 3.0.0 and adding new packages like data-uri-to-buffer, fetch-blob, formdata-polyfill, and node-domexception.
Detailed summary
- Updated
node-fetchfrom^2.6.7to^3.0.0. - Added
data-uri-to-bufferversion4.0.1. - Added
fetch-blobversion3.2.0. - Added
formdata-polyfillversion4.0.10. - Added
node-domexceptionversion1.0.0. - Removed deprecated dependencies such as
tr46andwhatwg-urlversion5.0.0. - Updated several packages to their latest versions in
yarn.lock.
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}
Deploy Preview for kleros-v2-contracts canceled.
| Name | Link |
|---|---|
| Latest commit | b352ce6f1ccf93efc381a21c215b450d63615313 |
| Latest deploy log | https://app.netlify.com/sites/kleros-v2-contracts/deploys/64f1c2b7a5ba9d0008a962b9 |
Deploy Preview for kleros-v2-testnet failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | 31391fce135ffb98256b44341e64e78c3e926a54 |
| Latest deploy log | https://app.netlify.com/sites/kleros-v2-testnet/deploys/66db0bc8408ba700081e9559 |
Deploy Preview for kleros-v2-university failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | 31391fce135ffb98256b44341e64e78c3e926a54 |
| Latest deploy log | https://app.netlify.com/sites/kleros-v2-university/deploys/66db0bc85799a400078b331d |
Deploy Preview for kleros-v2-university canceled.
| Name | Link |
|---|---|
| Latest commit | 99df1f714775ce321b607323f431304f090b97a6 |
| Latest deploy log | https://app.netlify.com/sites/kleros-v2-university/deploys/65d79b0e1300e30008d8bdb7 |
Deploy Preview for kleros-v2-neo failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | 31391fce135ffb98256b44341e64e78c3e926a54 |
| Latest deploy log | https://app.netlify.com/sites/kleros-v2-neo/deploys/66db0bc841f5c500083251b0 |
[!IMPORTANT]
Review skipped
Ignore keyword(s) in the title.
Ignored keywords (1)
- chore(deps):
Please check the settings in the CodeRabbit UI or the
.coderabbit.yamlfile in this repository. To trigger a single review, invoke the@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai generate interesting stats about this repository and render them as a table.@coderabbitai show all the console.log statements in this repository.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaior@coderabbitai titleanywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
Code Climate has analyzed commit 31391fce and detected 0 issues on this pull request.
View more on Code Climate.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code