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

Bump pouchdb from 8.0.1 to 9.0.0 #9152

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pouchdb from 8.0.1 to 9.0.0.

Release notes

Sourced from pouchdb'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
  • b2882c1 build 9.0.0
  • 194c075 fix: drop deleted directory from release script
  • ef04583 feat(docs): add 9.0.0 release post
  • c7c8afb chore: remove clone-buffer (#8957)
  • 51380f9 fix(docs): update testing docs to match reality after #8569
  • d4dab68 Pat Helland's blog is now longer available
  • ef655ec chore: remove AbortController dependency and polyfills
  • 9a9ff27 chore: remove IE polyfill for ArrayBuffer.slice
  • 8739f80 chore: remove Set/Map polyfill
  • 953f3b3 fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [pouchdb](https://github.com/pouchdb/pouchdb) from 8.0.1 to 9.0.0.
- [Release notes](https://github.com/pouchdb/pouchdb/releases)
- [Commits](pouchdb/pouchdb@8.0.1...9.0.0)

---
updated-dependencies:
- dependency-name: pouchdb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 24, 2024
@DanielnetoDotCom DanielnetoDotCom merged commit 6a9fdf4 into master Jun 24, 2024
16 of 17 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pouchdb-9.0.0 branch June 24, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant