Bump node-fetch and pouchdb
Bumps node-fetch and pouchdb. These dependencies needed to be updated together.
Updates node-fetch from 2.4.1 to 2.6.7
Release notes
Sourced from node-fetch's releases.
v2.6.7
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
- fix: don't forward secure headers to 3th party by
@jimmywartingin node-fetch/node-fetch#1453Full Changelog: https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7
v2.6.6
What's Changed
- fix(URL): prefer built in URL version when available and fallback to whatwg by
@jimmywartingin node-fetch/node-fetch#1352Full Changelog: https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.6
v2.6.2
fixed main path in package.json
v2.6.1
This is an important security release. It is strongly recommended to update as soon as possible.
See CHANGELOG for details.
v2.6.0
See CHANGELOG.
v2.5.0
See CHANGELOG.
Commits
1ef4b56backport of #1449 (#1453)8fe5c4e2.x: Specify encoding as an optional peer dependency in package.json (#1310)f56b0c6fix(URL): prefer built in URL version when available and fallback to whatwg (...b5417aefix: import whatwg-url in a way compatible with ESM Node (#1303)18193c5fix v2.6.3 that did not sending query params (#1301)ace7536fix: properly encode url with unicode characters (#1291)152214cFix(package.json): Corrected main file path in package.json (#1274)b5e2e41update version number2358a6cHonor thesizeoption after following a redirect and revert data uri support8c197f8docs: Fix typos and grammatical errors in README.md (#686)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by endless, a new releaser for node-fetch since your current version.
Updates pouchdb from 7.2.1 to 7.3.0
Release notes
Sourced from pouchdb's releases.
7.3.0
We're happy to announce the release of PouchDB 7.3.0, bringing in features, fixes and dependency updates. For a full changelog from 7.2.2 to 7.3.0, please see the releases page or view the latest commits. Some of the highlights:
Improving testing
We have been investing lots of time into our test suites, with around 36 commits, 112 files changed, 3314 insertions and 2064 deletions made about this topic. We have:
- Migrated from Travis CI to Github Actions, which has improved the speed, throughput and reliability of our CI.
- Rewrote TESTING.md documentation.
- Upgraded eslint configuration in order to use ES6 syntax within our tests. Feel free to incorporate newer syntax (such as
async/await) into your new tests contributions.- Fixed bugs in CI configuration: ADAPTERS and GREP variables weren't working correctly, background servers being started incorrectly, build failure caused by an older version of pouchdb-express-router.
- Unified the configuration variables used in the build.
- Fix the majority of non-deterministic tests to substantially reduce random failure during CI runs, and put in tooling for retrying failed tasks. This includes improving tests that check behaviour for unreachable servers, which previously relied on a third party service being available.
- Restructured the CI tasks so that each task exercises a single backend (i.e. CouchDB server version or client-side PouchDB adapter), rather than some combination of local and remote adapters. This reduces the impact of flaky tests, reduces the duration of each task, reduces redundant tasks repeating the same work, and allows more parallelisation of tests.
- Improved the test coverage across target platforms, including cross-browser tests, different Node.js versions, and different CouchDB versions. We have fixed tests that assume CouchDB v1.x behaviour so that they now work on v2.x and v3.x.
- Allowed the indexeddb adapter to be loaded and used during tests
Add
indexeddbadapter in the default distributionThe indexeddb adapter is now available in the default distribution. You can use it specifying the adapter:
PouchDB.plugin(require('pouchdb-adapter-indexeddb')); const db = new PouchDB('mydb', {adapter: 'indexeddb'});Please note that it is considered BETA quality, use it carefully and please report any issues you find. Thank you.
Add
view_update_changes_batch_size#8320 With
view_update_changes_batch_size, we can now specify how many change records will be consumed at a time when rebuilding view indexes when thequery()method is used.Support
partial_filter_selector#8276 #8277 Now PouchDB-find supports
partial_filter_selector.Indexing event to show the progress of view updates
#8321 We can now subscribe to an
indexingevent, which will emit aprogressobject containing the propertiesview,last_seq,results_countandindexed_docs.Checkpoint events during replication
#8324 During replication, we can subscribe to
checkpointevents, which will emit the following properties:checkpoint,revs_diff,start_next_batchandpending_batch.Add
styleto replication options#8380 #8379 We expose changes feed
styleto replication options.Add
view_adapteroption
... (truncated)
Commits
2e2aa6cbuild 7.3.07c6753aMark a few words in the 7.3 post as code so that markdown does not italicise ...486076dFix formatting of 7.3 release post by adding blank linesc671936Add new author in the docs9cc7231Add 7.3.0 release post1c3ac70feat(docs) add documentation for thecheckpointeventa44ae12feat(docs) add documentation for theindexingevent0ad4770feat(docs) document the partial_filter_selector option to createIndex()36554edAddstacktoCustomPouchError(fix #8372)afcd964Add idb global database failure error as reason to transaction errors- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by albaherreriasdev, a new releaser for pouchdb since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.