Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the inspect utility is affected by this change, we felt this change was important enough to be pushed into the next patch.
We're happy to announce the release of PouchDB 7.3.1, bringing in some fixes and dependency updates. For a full changelog from 7.3.0 to 7.3.1, please see the releases page or view the latest commits. Some of the highlights:
Changelog
Bugfixes
7db104c5 (#8463) - check if docFieldValue is also null value. typeof null returns object in javasctipy. Fixes a bug when querying against and array with a null value, $elemMatch and $allMatch.
5a52f2ce (#8343) - Add contextual data to the error message of failing tryMap and tryReduce
Get in touch
As always, we welcome feedback from the community and would love to hear what you think of this release as well as PouchDB's future direction. Please don't hesitate to file issues, open discussions or get in touch. And of course, a big thanks to all of our new and existing contributors!
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.
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
This version was pushed to npm by albaherreriasdev, a new releaser for pouchdb-find 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 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 ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/6XGate/bridgecmdr/network/alerts).
Bumps tough-cookie to 4.1.3 and updates ancestor dependencies tough-cookie, electron-rebuild and pouchdb-find. These dependencies need to be updated together.
Updates
tough-cookie
from 2.5.0 to 4.1.3Release notes
Sourced from tough-cookie's releases.
... (truncated)
Commits
4ff4d29
4.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)12d4747
Prevent prototype pollution in cookie memstore (#283)f06b72d
Fix documentation for store.findCookies, missing allowSpecialUseDomain proper...b1a8898
fix: allow set cookies with localhost (#253)ec70796
4.1.1 Patch -- allow special use domains by default (#250)d4ac580
fix: allow special use domains by default (#249)79c2f7d
4.1.0 release to NPM (#245)4fafc17
Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerf...aa4396d
fix: distinguish between no samesite and samesite=none (#240)b8d7511
Modernize README (#234)Maintainer changes
This version was pushed to npm by awaterma, a new releaser for tough-cookie since your current version.
Updates
electron-rebuild
from 1.10.1 to 3.2.9Release notes
Sourced from electron-rebuild's releases.
... (truncated)
Commits
6f94aaa
Merge pull request #1022 from VerteDinde/add-std17-flag-for-e203f5ff99
fix: ensure force-process-config is not passed to prerelease v20+ (#1023)979361d
fix: add std=c++17 flag for e20+20107a8
Merge pull request #1015 from electron/dependabot/npm_and_yarn/typescript-4.6.43108e3d
chore(deps-dev): bump typescript from 4.6.2 to 4.6.400e6ed3
Merge pull request #1014 from electron/dependabot/npm_and_yarn/types/node-17....f9d77d2
chore(deps-dev): bump@types/node
from 17.0.33 to 17.0.34f3342e2
Merge pull request #1003 from electron/dependabot/npm_and_yarn/yargs-17.4.141fa566
Merge pull request #1013 from electron/dependabot/npm_and_yarn/types/node-17....9b3be7c
chore(deps-dev): bump@types/node
from 17.0.21 to 17.0.33Updates
pouchdb-find
from 7.2.1 to 7.3.1Release notes
Sourced from pouchdb-find's releases.
... (truncated)
Commits
c750b01
build 7.3.1dae3e38
Add or update repository field in package.jsonsa9e2996
(#8277) - Support partial_filter_selectorfe7ffa9
(#8237) - Conform pouchdb find operators to couchdb's (#8327)adc1800
(#8134) - filter with regex for multifield indexes2a06404
(#7810) - Find documents when index unusedd475fdd
Fix testrunners of couchdb v2 and add couchdb v3Maintainer changes
This version was pushed to npm by albaherreriasdev, a new releaser for pouchdb-find 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 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 ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/6XGate/bridgecmdr/network/alerts).