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 with 8 updates #9343

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 Aug 17, 2024

Bumps the pouchdb group with 8 updates:

Package From To
pouchdb-adapter-http 7.3.1 9.0.0
pouchdb-browser 7.3.1 9.0.0
pouchdb-core 7.3.1 9.0.0
pouchdb-find 7.3.1 9.0.0
pouchdb-generate-replication-id 7.3.1 9.0.0
pouchdb-mapreduce 7.3.1 9.0.0
pouchdb-replication 7.3.1 9.0.0
pouchdb-adapter-memory 7.3.1 9.0.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-browser from 7.3.1 to 9.0.0

Release notes

Sourced from pouchdb-browser'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-generate-replication-id from 7.3.1 to 9.0.0

Release notes

Sourced from pouchdb-generate-replication-id'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 .f...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the Dependencies Update the project's dependencies/libraries label Aug 17, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pouchdb-a6a05d5089 branch 3 times, most recently from fc58cdb to 3c951d9 Compare August 29, 2024 10:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pouchdb-a6a05d5089 branch 3 times, most recently from 2437a4b to 3a7b6ca Compare September 7, 2024 03:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pouchdb-a6a05d5089 branch from 3a7b6ca to 91392fd Compare September 14, 2024 03:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pouchdb-a6a05d5089 branch 2 times, most recently from 54ecaaf to d521b40 Compare September 28, 2024 03:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pouchdb-a6a05d5089 branch from d521b40 to f0b422f Compare October 5, 2024 03:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pouchdb-a6a05d5089 branch 2 times, most recently from 7e6b06b to 8c1d3c2 Compare October 19, 2024 03:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pouchdb-a6a05d5089 branch 2 times, most recently from 2025b12 to 6ab7ecb Compare November 2, 2024 03:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pouchdb-a6a05d5089 branch from 6ab7ecb to a75c06b Compare November 9, 2024 03:47
Bumps the pouchdb group with 8 updates:

| 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-browser](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-browser) | `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-generate-replication-id](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-generate-replication-id) | `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-replication](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-replication) | `7.3.1` | `9.0.0` |
| [pouchdb-adapter-memory](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-adapter-memory) | `7.3.1` | `9.0.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-browser` 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-browser)

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-generate-replication-id` 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-generate-replication-id)

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-replication` 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-replication)

Updates `pouchdb-adapter-memory` 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-memory)

---
updated-dependencies:
- dependency-name: pouchdb-adapter-http
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pouchdb
- dependency-name: pouchdb-browser
  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-generate-replication-id
  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-replication
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pouchdb
- dependency-name: pouchdb-adapter-memory
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pouchdb
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pouchdb-a6a05d5089 branch from a75c06b to 54dfa75 Compare November 16, 2024 04:36
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.

0 participants