Enhance: allow using ArrayBuffer as the body of a fetch() or Request
Fix: store HTTP headers of a Headers object internally with the given case, for compatibility with older servers that incorrectly treated header names in a case-sensitive manner
Fix: silently ignore invalid HTTP headers
Fix: handle HTTP redirect responses without a Location header just like non-redirect responses
Fix: include bodies when following a redirection when appropriate
Version 2.0.0
This is a major release. See upgrade guide on how to upgrade from v1.x, and the changelog for all changes.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lawnstarter/react-native-form-helpers/network/alerts).
Bumps the npm_and_yarn group in /demoApp with 12 updates:
0.60.5
0.69.12
8.2.4
9.3.0
2.1.1
3.0.0
1.1.0
3.2.2
0.6.0
0.7.1
3.0.4
3.1.2
1.7.3
2.6.0
3.6.3
4.24.0
1.6.1
1.7.2
1.1.5
5.2.2
3.2.2
4.0.0
7.0.0
13.1.1
Updates
react-native
from 0.60.5 to 0.69.12Release notes
Sourced from react-native's releases.
... (truncated)
Changelog
Sourced from react-native's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by react-native-bot, a new releaser for react-native since your current version.
Updates
@hapi/hoek
from 8.2.4 to 9.3.0Commits
24467c9
9.3.071250a0
Handle very long waits (#373)3964633
Cleanup (#372)e3210f2
add dispatcher and use shared config8b57d38
Fix Hoek.reach() docs formatting issue (#376)0d61497
9.2.182504b7
Fix reach template regex for timing (#371)4c05eee
Update reach template documentation (#370)fcc7ba6
add IDE linting7ff448e
9.2.0Maintainer changes
This version was pushed to npm by devinivy, a new releaser for
@hapi/hoek
since your current version.Updates
ansi-regex
from 2.1.1 to 3.0.0Commits
0a8cc19
3.0.0d9d806e
Minor tweaks69bebf6
Support urxvt escapes (#13)3dff5e7
Use Map instead of Object for the fixturesbaacbab
Require Node.js 4 and meta tweaksUpdates
kind-of
from 1.1.0 to 3.2.2Changelog
Sourced from kind-of's changelog.
Commits
0ffe67c
3.2.219fa8ab
fix version2ccb4ed
3.2.1deba378
3.2.15bfd67b
add browserify9c94237
3.2.0c9c3f09
run verbddeacd6
run update10265f9
Merge pull request #10 from ksheedlo/unrequire-buffer0cfb70e
Remove unnecessary typeof Buffer checkUpdates
logkitty
from 0.6.0 to 0.7.1Release notes
Sourced from logkitty's releases.
Commits
6ce971d
v0.7.1ef2f673
huntr - Command Injection Fix (#18)e1e2296
chore(deps): bump acorn from 5.7.3 to 5.7.4 (#15)cf2cf28
v0.7.02776322
chore: update dependencies4fa8f6c
chore: update yargs versions (#14)bddbacf
chore: remove package-lock.json (#11)c0a2085
v0.6.136522cb
fix: windows (#8)73bb505
Implement custom path to adb (#7)Updates
minimatch
from 3.0.4 to 3.1.2Commits
699c459
3.1.22f2b5ff
fix: trim pattern25d7c0d
3.1.155dda29
fix: treat nocase:true as always having magic5e1fb8d
3.1.0f8145c5
Add 'allowWindowsEscape' option570e8b1
add publishConfig for v3 publishes5b7cd33
3.0.620b4b56
[fix] revert all breaking syntax changes2ff0388
document, expose, and test 'partial:true' optionUpdates
node-fetch
from 1.7.3 to 2.6.0Release notes
Sourced from node-fetch's releases.
... (truncated)
Changelog
Sourced from node-fetch's changelog.
... (truncated)
Commits
95286f5
v2.6.0 (#638)bf8b4e8
Allow agent option to be a function (#632)0c2294e
2.5.0 release (#630)0fc414c
Allow third party blob implementation (#629)d8f5ba0
build: disable generation of package-lock since it is not used (#623)1fe1358
test: enable --throw-deprecation for tests (#625)a35dcd1
chore(deps): address deprecated url-search-params package (#622)b3ecba5
2.4.1 release (#619)1a88481
Fix Blob for older node versions and webpack. (#618)c9805a2
2.4.0 release (#616)Updates
react-devtools-core
from 3.6.3 to 4.24.0Commits
Updates
shell-quote
from 1.6.1 to 1.7.2Changelog
Sourced from shell-quote's changelog.
Commits
89a1993
1.7.2df7e4c7
add test for #37144e1c2
revert windows path unescaping, fixes #37c24f3aa
ci: nvs does not have iojsc2950fb
1.7.18f6a1cc
fix: do not remove $ when env variable not found (#32)8b70a68
add testsfaaa452
Merge branch 'master' of github.com:Adman/node-shell-quote into Adman-master729a5a8
fix: updated parsing non existing var79f2932
Merge branch 'master' into Adman-masterMaintainer changes
This version was pushed to npm by goto-bus-stop, a new releaser for shell-quote since your current version.
Updates
ws
from 1.1.5 to 5.2.2Release notes
Sourced from ws's releases.
... (truncated)
Commits
5d55e52
[dist] 5.2.28aba871
[fix] Fix use after invalidation bug175ce46
[dist] 5.2.1307be7a
[fix] Remove the'data'
listener when the receiver emits an error6046a28
[fix] Do not prematurely remove the listener of the'data'
eventbf9b2ec
chore(package): update nyc to version 12.0.2 (#1395)bcab531
chore(package): update eslint-plugin-promise to version 3.8.0 (#1389)e4d032c
[dist] 5.2.0e7bfe5f
chore(package): update mocha to version 5.2.0 (#1385)6dae94b
chore(package): update eslint-plugin-import to version 2.12.0 (#1384)Updates
y18n
from 3.2.2 to 4.0.0Release notes
Sourced from y18n's releases.
Changelog
Sourced from y18n's changelog.
Commits
Updates
yargs-parser
from 7.0.0 to 13.1.1Changelog
Sourced from yargs-parser's changelog.
... (truncated)
Commits
7e01a2c
chore: release 13.1.1 (#183)47ccb0b
fix: nargs should allow duplicates when duplicate-arguments-array=false (#164)57b7883
fix: convert values to strings when tokenizing (#167)6055974
fix: should populate "_" when given config with "short-option-groups" false (...7f33140
docs: add description of "opts.configObjects" (#178)981e151
refactor: remove duplicate check forargs[i]
in tokenize-arg-string.js (#175)69ddfed
chore(release): 13.1.089aa3cd
chore: update dev depsb1012f8
docs: fix example halt-at-non-option (#165)a3936aa
feat: addstrip-aliased
andstrip-dashed
configuration options. (#172)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show