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 in /api with 4 updates #9053

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the pouchdb group in /api with 4 updates: pouchdb-adapter-http, pouchdb-core, pouchdb-find and pouchdb-mapreduce.

Updates pouchdb-adapter-http from 7.3.1 to 8.0.1

Release notes

Sourced from pouchdb-adapter-http's releases.

8.0.1

The first release of the year! This is a patch release, it fixes a bug we introduced during a refactor made in the last release and sets Node 14 in our CI. For a full changelog from 8.0.0 to 8.0.1, please see the releases page or view the latest commits.

Fix this of changesHandler

#8583 #8581 We introduced a bug in the #8450 refactor that has been fixed now.

Use Node 14

#8570 We were testing our CI in GHA against Node 12, which is EOL. Now we are testing against Node 14.

Changelog

Bugfixes

Documentation

  • 4dcaac82 docs: release post for 8.0.0
  • 0bdb3423 feat: add mastodon verification link
  • 40ac7a26 feat(site): faster website uploads, rsync skips files that are already on the server
  • ae69d4fb fix(blog): title case
  • 3728f020 Update 2022-12-14-pouchdb-8.0.0.md
  • c90a0208 Update 2022-12-14-pouchdb-8.0.0.md
  • e9bf059c docs: update to version 8.0.0
  • 7484e245 docs: update 2022-12-14-pouchdb-8.0.0.md

Testing

Get in touch

As always, we welcome feedback from the community. 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!

8.0.0

We are thrilled to announce the release of PouchDB's new major version 8.0.0. For a full changelog from 7.3.1 to 8.0.0, please see the releases page or view the latest commits. Here are the highlights:

Embracing modern ES6+ JS syntax

We have started the process of moving to ES6+ syntax. We made refactors to use native JS classes instead of prototypes, deprecated some packages that implemented features that are now built in the language (inherits, argsarray), and started in packages such as pouchdb-abstract-mapreduce and pouchdb-adapter-http. We encourage you to embrace the syntax in your new contributions and, if you can, contribute to the refactoring effort.

This might mean a potentially breaking change, therefore we bump the major version. If you need to support ES5 we recommend you use a transpiler.

Add activeTasks

... (truncated)

Commits
  • fde45b9 build 8.0.1
  • d02eaaf refactor: remove argsarray usage
  • 45dc5ae Fix the implementation of _bulkDocs() in the http adapter without using adapt...
  • 73e0199 refactor: use ES6 syntax in http adapter
  • 719502d (#8225) - Added check for blob.type setter
  • See full diff in compare view

Updates pouchdb-core from 7.3.1 to 8.0.1

Release notes

Sourced from pouchdb-core's releases.

8.0.1

The first release of the year! This is a patch release, it fixes a bug we introduced during a refactor made in the last release and sets Node 14 in our CI. For a full changelog from 8.0.0 to 8.0.1, please see the releases page or view the latest commits.

Fix this of changesHandler

#8583 #8581 We introduced a bug in the #8450 refactor that has been fixed now.

Use Node 14

#8570 We were testing our CI in GHA against Node 12, which is EOL. Now we are testing against Node 14.

Changelog

Bugfixes

Documentation

  • 4dcaac82 docs: release post for 8.0.0
  • 0bdb3423 feat: add mastodon verification link
  • 40ac7a26 feat(site): faster website uploads, rsync skips files that are already on the server
  • ae69d4fb fix(blog): title case
  • 3728f020 Update 2022-12-14-pouchdb-8.0.0.md
  • c90a0208 Update 2022-12-14-pouchdb-8.0.0.md
  • e9bf059c docs: update to version 8.0.0
  • 7484e245 docs: update 2022-12-14-pouchdb-8.0.0.md

Testing

Get in touch

As always, we welcome feedback from the community. 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!

8.0.0

We are thrilled to announce the release of PouchDB's new major version 8.0.0. For a full changelog from 7.3.1 to 8.0.0, please see the releases page or view the latest commits. Here are the highlights:

Embracing modern ES6+ JS syntax

We have started the process of moving to ES6+ syntax. We made refactors to use native JS classes instead of prototypes, deprecated some packages that implemented features that are now built in the language (inherits, argsarray), and started in packages such as pouchdb-abstract-mapreduce and pouchdb-adapter-http. We encourage you to embrace the syntax in your new contributions and, if you can, contribute to the refactoring effort.

This might mean a potentially breaking change, therefore we bump the major version. If you need to support ES5 we recommend you use a transpiler.

Add activeTasks

... (truncated)

Commits
  • fde45b9 build 8.0.1
  • d02eaaf refactor: remove argsarray usage
  • 45dc5ae Fix the implementation of _bulkDocs() in the http adapter without using adapt...
  • b20139e fix(core): purge error values
  • b856173 chore(purge): add code comments
  • f0958b5 fix(purge): use callback in adapter
  • 94ec893 feat(core): purged_infos_limit support
  • 774976a feat: on-update view purging
  • 693ea5c feat(purge): handle missing doc, return something
  • 3e3f761 feat: make purge delete docs if tree is empty
  • Additional commits viewable in compare view

Updates pouchdb-find from 7.3.1 to 8.0.1

Release notes

Sourced from pouchdb-find's releases.

8.0.1

The first release of the year! This is a patch release, it fixes a bug we introduced during a refactor made in the last release and sets Node 14 in our CI. For a full changelog from 8.0.0 to 8.0.1, please see the releases page or view the latest commits.

Fix this of changesHandler

#8583 #8581 We introduced a bug in the #8450 refactor that has been fixed now.

Use Node 14

#8570 We were testing our CI in GHA against Node 12, which is EOL. Now we are testing against Node 14.

Changelog

Bugfixes

Documentation

  • 4dcaac82 docs: release post for 8.0.0
  • 0bdb3423 feat: add mastodon verification link
  • 40ac7a26 feat(site): faster website uploads, rsync skips files that are already on the server
  • ae69d4fb fix(blog): title case
  • 3728f020 Update 2022-12-14-pouchdb-8.0.0.md
  • c90a0208 Update 2022-12-14-pouchdb-8.0.0.md
  • e9bf059c docs: update to version 8.0.0
  • 7484e245 docs: update 2022-12-14-pouchdb-8.0.0.md

Testing

Get in touch

As always, we welcome feedback from the community. 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!

8.0.0

We are thrilled to announce the release of PouchDB's new major version 8.0.0. For a full changelog from 7.3.1 to 8.0.0, please see the releases page or view the latest commits. Here are the highlights:

Embracing modern ES6+ JS syntax

We have started the process of moving to ES6+ syntax. We made refactors to use native JS classes instead of prototypes, deprecated some packages that implemented features that are now built in the language (inherits, argsarray), and started in packages such as pouchdb-abstract-mapreduce and pouchdb-adapter-http. We encourage you to embrace the syntax in your new contributions and, if you can, contribute to the refactoring effort.

This might mean a potentially breaking change, therefore we bump the major version. If you need to support ES5 we recommend you use a transpiler.

Add activeTasks

... (truncated)

Commits
  • fde45b9 build 8.0.1
  • 07d055a refactor: use rest parameters in find utils
  • 2eca392 fix: (#8471) filterInclusiveStart for nested fields
  • 203ae67 fix: remove logging
  • 5f61b1f fix partial filter find on indexeddb adapter
  • 759ea5a fix: store partial_filter_selector in ddocs
  • See full diff in compare view

Updates pouchdb-mapreduce from 7.3.1 to 8.0.1

Release notes

Sourced from pouchdb-mapreduce's releases.

8.0.1

The first release of the year! This is a patch release, it fixes a bug we introduced during a refactor made in the last release and sets Node 14 in our CI. For a full changelog from 8.0.0 to 8.0.1, please see the releases page or view the latest commits.

Fix this of changesHandler

#8583 #8581 We introduced a bug in the #8450 refactor that has been fixed now.

Use Node 14

#8570 We were testing our CI in GHA against Node 12, which is EOL. Now we are testing against Node 14.

Changelog

Bugfixes

Documentation

  • 4dcaac82 docs: release post for 8.0.0
  • 0bdb3423 feat: add mastodon verification link
  • 40ac7a26 feat(site): faster website uploads, rsync skips files that are already on the server
  • ae69d4fb fix(blog): title case
  • 3728f020 Update 2022-12-14-pouchdb-8.0.0.md
  • c90a0208 Update 2022-12-14-pouchdb-8.0.0.md
  • e9bf059c docs: update to version 8.0.0
  • 7484e245 docs: update 2022-12-14-pouchdb-8.0.0.md

Testing

Get in touch

As always, we welcome feedback from the community. 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!

8.0.0

We are thrilled to announce the release of PouchDB's new major version 8.0.0. For a full changelog from 7.3.1 to 8.0.0, please see the releases page or view the latest commits. Here are the highlights:

Embracing modern ES6+ JS syntax

We have started the process of moving to ES6+ syntax. We made refactors to use native JS classes instead of prototypes, deprecated some packages that implemented features that are now built in the language (inherits, argsarray), and started in packages such as pouchdb-abstract-mapreduce and pouchdb-adapter-http. We encourage you to embrace the syntax in your new contributions and, if you can, contribute to the refactoring effort.

This might mean a potentially breaking change, therefore we bump the major version. If you need to support ES5 we recommend you use a transpiler.

Add activeTasks

... (truncated)

Commits

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 in /api with 4 updates: [pouchdb-adapter-http](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-adapter-http), [pouchdb-core](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-core), [pouchdb-find](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-find) and [pouchdb-mapreduce](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-mapreduce).


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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Dependencies Update the project's dependencies/libraries label Apr 24, 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

1 participant