Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump the pouchdb group across 1 directory with 5 updates #9225

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2024

Bumps the pouchdb group with 5 updates in the /api directory:

Package From To
pouchdb-adapter-http 7.3.1 9.0.0
pouchdb-core 7.3.1 9.0.0
pouchdb-find 7.3.1 9.0.0
pouchdb-mapreduce 7.3.1 9.0.0
pouchdb-session-authentication 1.1.0 1.4.0

Updates pouchdb-adapter-http from 7.3.1 to 9.0.0

Release notes

Sourced from pouchdb-adapter-http's releases.

9.0.0

The PouchDB developers are delighted to announce the immediate availability of PouchDB 9.0.0. This is a major release with 202 PRs merged since the last version.

For a full changelog from 8.0.1 to 9.0.0, please see the releases page or view the latest commits.

The PouchDB developers would like to thank all contributors for their hard and diligent work.

Highlights

  • Massively improved the stability and performance of the indexeddb adapter. Special thanks to @​alxndrsn, Medic, and the Google Advanced Web Apps Fund.
  • Introduce a default limit (of 25) to the .find() method. This constitutes a backwards incompatible change and is the reason for the major version bump.
  • Streamline the automated test suites and move in-browser testing to Playwright resulting in much more reliable test runs.
  • Continue to update the codebase to ES6.

Changelog

Features

  • c7c8afb1 chore: remove clone-buffer polyfill (#8957)
  • ef655ecc chore: remove AbortController dependency and polyfills
  • 9a9ff27d chore: remove IE polyfill for ArrayBuffer.slice()
  • 8739f80f chore: remove Set/Map polyfill
  • 9c587a64 pouchdb-find: make _design/ prefix removal more specific (#8946)
  • 0297c6a6 (#8927) - Set default limit on find queries to 25
  • 2e48ed7d pouchdb-utils/flatten: replace with Array.flat() built-in (#8929)
  • e5731fae Replace lodash.flatten() with Array.flat() built-in (#8928)
  • 7505bedd isValidRev(): reject revs with more than one dash (#8933)
  • 3c852034 db.post(), db.bulkDocs(): throw INVALID_REV consistently (#8934)
  • 4a765418 feat: migrate dev dep watch-glob with maintained glob-watcher
  • 06170b67 replace the last occurrence of jsnext:main (#8663)
  • 905dfdfb isValidRev(): cache regex
  • 9afecb28 dev dependencies: replace individual lodash functions (#8907)
  • 41cc5687 chore(PouchDB-find): purified promise flow (#8860)
  • 08649d96 adapter-indexeddb: replace var with let/const (#8926)
  • 2789b704 indexeddb: improve allDocs() perf with skip & key ranges (#8603)
  • 95e8c1ee chore(PouchDB-find): utils oneSetIsSubArrayOfOther loop update (#8921)
  • e69fe210 chore(PouchDB-find): minor cleanup (#8920)
  • 9ba277bd chore(PouchDB-find): loop updates (#8918)
  • d0eee195 chore(pouchdb-find): var -> const/let (#8917)
  • 5bc8f319 chore: PouchDB-find abstract-mapper update (#8913)
  • 3e3be0be chore: PouchDB-find adapters/local refactor to async/await (#8914)
  • f48c76f7 chore: PouchDB-find validateSelector cleanup (#8915)
  • d3014959 chore: PouchDB-find adapters/http update (#8912)
  • acc12f69 remove unused devDependency: query-string (#8909)
  • 36d042b9 update dev dep: marky (#8903)
  • df735024 chore(abstract-mapreduce): cleanup taskqueue.js (#8891)
  • 9aaba0c8 chore(abstract-mapreduce): refactor to for ... of loops (#8892)
  • 96037a7b chore(abstract-mapreduce): reduce repetitive catch handlers (#8889)
  • 5f647e52 Remove legacy polyfill: Blob.slice() (#8895)
  • 59ac0d3e Remove legacy util/polyfill: Object.assign() (#8896)
  • 94eccbb9 chore(abstract-mapreduce): replace var with const (#8880)

... (truncated)

Commits

Updates pouchdb-core from 7.3.1 to 9.0.0

Release notes

Sourced from pouchdb-core's releases.

9.0.0

The PouchDB developers are delighted to announce the immediate availability of PouchDB 9.0.0. This is a major release with 202 PRs merged since the last version.

For a full changelog from 8.0.1 to 9.0.0, please see the releases page or view the latest commits.

The PouchDB developers would like to thank all contributors for their hard and diligent work.

Highlights

  • Massively improved the stability and performance of the indexeddb adapter. Special thanks to @​alxndrsn, Medic, and the Google Advanced Web Apps Fund.
  • Introduce a default limit (of 25) to the .find() method. This constitutes a backwards incompatible change and is the reason for the major version bump.
  • Streamline the automated test suites and move in-browser testing to Playwright resulting in much more reliable test runs.
  • Continue to update the codebase to ES6.

Changelog

Features

  • c7c8afb1 chore: remove clone-buffer polyfill (#8957)
  • ef655ecc chore: remove AbortController dependency and polyfills
  • 9a9ff27d chore: remove IE polyfill for ArrayBuffer.slice()
  • 8739f80f chore: remove Set/Map polyfill
  • 9c587a64 pouchdb-find: make _design/ prefix removal more specific (#8946)
  • 0297c6a6 (#8927) - Set default limit on find queries to 25
  • 2e48ed7d pouchdb-utils/flatten: replace with Array.flat() built-in (#8929)
  • e5731fae Replace lodash.flatten() with Array.flat() built-in (#8928)
  • 7505bedd isValidRev(): reject revs with more than one dash (#8933)
  • 3c852034 db.post(), db.bulkDocs(): throw INVALID_REV consistently (#8934)
  • 4a765418 feat: migrate dev dep watch-glob with maintained glob-watcher
  • 06170b67 replace the last occurrence of jsnext:main (#8663)
  • 905dfdfb isValidRev(): cache regex
  • 9afecb28 dev dependencies: replace individual lodash functions (#8907)
  • 41cc5687 chore(PouchDB-find): purified promise flow (#8860)
  • 08649d96 adapter-indexeddb: replace var with let/const (#8926)
  • 2789b704 indexeddb: improve allDocs() perf with skip & key ranges (#8603)
  • 95e8c1ee chore(PouchDB-find): utils oneSetIsSubArrayOfOther loop update (#8921)
  • e69fe210 chore(PouchDB-find): minor cleanup (#8920)
  • 9ba277bd chore(PouchDB-find): loop updates (#8918)
  • d0eee195 chore(pouchdb-find): var -> const/let (#8917)
  • 5bc8f319 chore: PouchDB-find abstract-mapper update (#8913)
  • 3e3be0be chore: PouchDB-find adapters/local refactor to async/await (#8914)
  • f48c76f7 chore: PouchDB-find validateSelector cleanup (#8915)
  • d3014959 chore: PouchDB-find adapters/http update (#8912)
  • acc12f69 remove unused devDependency: query-string (#8909)
  • 36d042b9 update dev dep: marky (#8903)
  • df735024 chore(abstract-mapreduce): cleanup taskqueue.js (#8891)
  • 9aaba0c8 chore(abstract-mapreduce): refactor to for ... of loops (#8892)
  • 96037a7b chore(abstract-mapreduce): reduce repetitive catch handlers (#8889)
  • 5f647e52 Remove legacy polyfill: Blob.slice() (#8895)
  • 59ac0d3e Remove legacy util/polyfill: Object.assign() (#8896)
  • 94eccbb9 chore(abstract-mapreduce): replace var with const (#8880)

... (truncated)

Commits

Updates pouchdb-find from 7.3.1 to 9.0.0

Release notes

Sourced from pouchdb-find's releases.

9.0.0

The PouchDB developers are delighted to announce the immediate availability of PouchDB 9.0.0. This is a major release with 202 PRs merged since the last version.

For a full changelog from 8.0.1 to 9.0.0, please see the releases page or view the latest commits.

The PouchDB developers would like to thank all contributors for their hard and diligent work.

Highlights

  • Massively improved the stability and performance of the indexeddb adapter. Special thanks to @​alxndrsn, Medic, and the Google Advanced Web Apps Fund.
  • Introduce a default limit (of 25) to the .find() method. This constitutes a backwards incompatible change and is the reason for the major version bump.
  • Streamline the automated test suites and move in-browser testing to Playwright resulting in much more reliable test runs.
  • Continue to update the codebase to ES6.

Changelog

Features

  • c7c8afb1 chore: remove clone-buffer polyfill (#8957)
  • ef655ecc chore: remove AbortController dependency and polyfills
  • 9a9ff27d chore: remove IE polyfill for ArrayBuffer.slice()
  • 8739f80f chore: remove Set/Map polyfill
  • 9c587a64 pouchdb-find: make _design/ prefix removal more specific (#8946)
  • 0297c6a6 (#8927) - Set default limit on find queries to 25
  • 2e48ed7d pouchdb-utils/flatten: replace with Array.flat() built-in (#8929)
  • e5731fae Replace lodash.flatten() with Array.flat() built-in (#8928)
  • 7505bedd isValidRev(): reject revs with more than one dash (#8933)
  • 3c852034 db.post(), db.bulkDocs(): throw INVALID_REV consistently (#8934)
  • 4a765418 feat: migrate dev dep watch-glob with maintained glob-watcher
  • 06170b67 replace the last occurrence of jsnext:main (#8663)
  • 905dfdfb isValidRev(): cache regex
  • 9afecb28 dev dependencies: replace individual lodash functions (#8907)
  • 41cc5687 chore(PouchDB-find): purified promise flow (#8860)
  • 08649d96 adapter-indexeddb: replace var with let/const (#8926)
  • 2789b704 indexeddb: improve allDocs() perf with skip & key ranges (#8603)
  • 95e8c1ee chore(PouchDB-find): utils oneSetIsSubArrayOfOther loop update (#8921)
  • e69fe210 chore(PouchDB-find): minor cleanup (#8920)
  • 9ba277bd chore(PouchDB-find): loop updates (#8918)
  • d0eee195 chore(pouchdb-find): var -> const/let (#8917)
  • 5bc8f319 chore: PouchDB-find abstract-mapper update (#8913)
  • 3e3be0be chore: PouchDB-find adapters/local refactor to async/await (#8914)
  • f48c76f7 chore: PouchDB-find validateSelector cleanup (#8915)
  • d3014959 chore: PouchDB-find adapters/http update (#8912)
  • acc12f69 remove unused devDependency: query-string (#8909)
  • 36d042b9 update dev dep: marky (#8903)
  • df735024 chore(abstract-mapreduce): cleanup taskqueue.js (#8891)
  • 9aaba0c8 chore(abstract-mapreduce): refactor to for ... of loops (#8892)
  • 96037a7b chore(abstract-mapreduce): reduce repetitive catch handlers (#8889)
  • 5f647e52 Remove legacy polyfill: Blob.slice() (#8895)
  • 59ac0d3e Remove legacy util/polyfill: Object.assign() (#8896)
  • 94eccbb9 chore(abstract-mapreduce): replace var with const (#8880)

... (truncated)

Commits

Updates pouchdb-mapreduce from 7.3.1 to 9.0.0

Release notes

Sourced from pouchdb-mapreduce's releases.

9.0.0

The PouchDB developers are delighted to announce the immediate availability of PouchDB 9.0.0. This is a major release with 202 PRs merged since the last version.

For a full changelog from 8.0.1 to 9.0.0, please see the releases page or view the latest commits.

The PouchDB developers would like to thank all contributors for their hard and diligent work.

Highlights

  • Massively improved the stability and performance of the indexeddb adapter. Special thanks to @​alxndrsn, Medic, and the Google Advanced Web Apps Fund.
  • Introduce a default limit (of 25) to the .find() method. This constitutes a backwards incompatible change and is the reason for the major version bump.
  • Streamline the automated test suites and move in-browser testing to Playwright resulting in much more reliable test runs.
  • Continue to update the codebase to ES6.

Changelog

Features

  • c7c8afb1 chore: remove clone-buffer polyfill (#8957)
  • ef655ecc chore: remove AbortController dependency and polyfills
  • 9a9ff27d chore: remove IE polyfill for ArrayBuffer.slice()
  • 8739f80f chore: remove Set/Map polyfill
  • 9c587a64 pouchdb-find: make _design/ prefix removal more specific (#8946)
  • 0297c6a6 (#8927) - Set default limit on find queries to 25
  • 2e48ed7d pouchdb-utils/flatten: replace with Array.flat() built-in (#8929)
  • e5731fae Replace lodash.flatten() with Array.flat() built-in (#8928)
  • 7505bedd isValidRev(): reject revs with more than one dash (#8933)
  • 3c852034 db.post(), db.bulkDocs(): throw INVALID_REV consistently (#8934)
  • 4a765418 feat: migrate dev dep watch-glob with maintained glob-watcher
  • 06170b67 replace the last occurrence of jsnext:main (#8663)
  • 905dfdfb isValidRev(): cache regex
  • 9afecb28 dev dependencies: replace individual lodash functions (#8907)
  • 41cc5687 chore(PouchDB-find): purified promise flow (#8860)
  • 08649d96 adapter-indexeddb: replace var with let/const (#8926)
  • 2789b704 indexeddb: improve allDocs() perf with skip & key ranges (#8603)
  • 95e8c1ee chore(PouchDB-find): utils oneSetIsSubArrayOfOther loop update (#8921)
  • e69fe210 chore(PouchDB-find): minor cleanup (#8920)
  • 9ba277bd chore(PouchDB-find): loop updates (#8918)
  • d0eee195 chore(pouchdb-find): var -> const/let (#8917)
  • 5bc8f319 chore: PouchDB-find abstract-mapper update (#8913)
  • 3e3be0be chore: PouchDB-find adapters/local refactor to async/await (#8914)
  • f48c76f7 chore: PouchDB-find validateSelector cleanup (#8915)
  • d3014959 chore: PouchDB-find adapters/http update (#8912)
  • acc12f69 remove unused devDependency: query-string (#8909)
  • 36d042b9 update dev dep: marky (#8903)
  • df735024 chore(abstract-mapreduce): cleanup taskqueue.js (#8891)
  • 9aaba0c8 chore(abstract-mapreduce): refactor to for ... of loops (#8892)
  • 96037a7b chore(abstract-mapreduce): reduce repetitive catch handlers (#8889)
  • 5f647e52 Remove legacy polyfill: Blob.slice() (#8895)
  • 59ac0d3e Remove legacy util/polyfill: Object.assign() (#8896)
  • 94eccbb9 chore(abstract-mapreduce): replace var with const (#8880)

... (truncated)

Commits

Updates pouchdb-session-authentication from 1.1.0 to 1.4.0

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pouchdb group with 5 updates in the /api directory:

| Package | From | To |
| --- | --- | --- |
| [pouchdb-adapter-http](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-adapter-http) | `7.3.1` | `9.0.0` |
| [pouchdb-core](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-core) | `7.3.1` | `9.0.0` |
| [pouchdb-find](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-find) | `7.3.1` | `9.0.0` |
| [pouchdb-mapreduce](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-mapreduce) | `7.3.1` | `9.0.0` |
| pouchdb-session-authentication | `1.1.0` | `1.4.0` |



Updates `pouchdb-adapter-http` from 7.3.1 to 9.0.0
- [Release notes](https://github.com/pouchdb/pouchdb/releases)
- [Commits](https://github.com/pouchdb/pouchdb/commits/9.0.0/packages/node_modules/pouchdb-adapter-http)

Updates `pouchdb-core` from 7.3.1 to 9.0.0
- [Release notes](https://github.com/pouchdb/pouchdb/releases)
- [Commits](https://github.com/pouchdb/pouchdb/commits/9.0.0/packages/node_modules/pouchdb-core)

Updates `pouchdb-find` from 7.3.1 to 9.0.0
- [Release notes](https://github.com/pouchdb/pouchdb/releases)
- [Commits](https://github.com/pouchdb/pouchdb/commits/9.0.0/packages/node_modules/pouchdb-find)

Updates `pouchdb-mapreduce` from 7.3.1 to 9.0.0
- [Release notes](https://github.com/pouchdb/pouchdb/releases)
- [Commits](https://github.com/pouchdb/pouchdb/commits/9.0.0/packages/node_modules/pouchdb-mapreduce)

Updates `pouchdb-session-authentication` from 1.1.0 to 1.4.0

---
updated-dependencies:
- dependency-name: pouchdb-adapter-http
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pouchdb
- dependency-name: pouchdb-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pouchdb
- dependency-name: pouchdb-find
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pouchdb
- dependency-name: pouchdb-mapreduce
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pouchdb
- dependency-name: pouchdb-session-authentication
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pouchdb
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Dependencies Update the project's dependencies/libraries label Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Update the project's dependencies/libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants