Update whatwg-fetch 3.6.2 → 3.6.20 (patch) #94
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ whatwg-fetch (3.6.2 → 3.6.20) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 56 commits:
chore(main): release 3.6.20 (#1417)
remove umd section from readme
Fix: Response.error().ok === false (#1412)
Bump the github-actions group with 1 update (#1416)
Bump the github-actions group with 2 updates (#1414)
Bump the github-actions group with 1 update (#1413)
Bump the github-actions group with 2 updates (#1410)
Bump the github-actions group with 2 updates (#1407)
enhance: replaced str.startsWith with str.indexOf (#1404)
Bump the github-actions group with 1 update (#1402)
Bump the github-actions group with 1 update (#1401)
Bump the github-actions group with 2 updates (#1399)
Bump the github-actions group with 1 update (#1398)
Bump the github-actions group with 1 update (#1397)
Bump the github-actions group with 1 update (#1396)
Bump the github-actions group with 1 update (#1395)
Bump the github-actions group with 1 update (#1394)
Bump the github-actions group with 2 updates (#1393)
Bump the github-actions group with 1 update (#1391)
Bump the github-actions group with 1 update (#1390)
Bump the github-actions group with 6 updates (#1388)
Hash pin actions used on workflows and enable dependabot (#1387)
Fix workflows to run on main instead of master (#1383)
Enable OpenSSF Scorecard Action and badge (#1382)
chore(main): release 3.6.19 (#1381)
fix: Have unique error messages for xhr timeouts and errors (#1380)
Create release.yml
Create SECURITY.md
3.6.18
automatically generate a changelog
Fix - File fetching broken since commit 0c1d2b9 (#1375)
Remove broken links
3.6.17
Revert "Resolves https://github.com/JakeChampion/fetch/issues/928"
3.6.16
Resolves https://github.com/JakeChampion/fetch/issues/928
fix https://github.com/JakeChampion/fetch/issues/997
Fix https://github.com/JakeChampion/fetch/issues/1076
respect charset within readBlobAsText
fix: Headers only accepts array which have nested array of length 2
Define Body.arrayBuffer even if support.blob is false
use globals if they exist
fix: when no body supplied, do not set bodyUsed to true
validate status is in range
dont shadow `global`
Update year range
remove invalid-headers test
dont use github eslint
Update node.js.yml
Update node.js.yml permissions
Update lock.yml permissions
fix: ignore not throw on invalid response headers
Add some missed methods which should be normalized as uppercase
Update caniuse link to use HTTPS and new pattern
always set a signal on Request
Compatible global equals to the false
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands