This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/js-yaml-3.14.2
in repository https://gitbox.apache.org/repos/asf/pouchdb.git


    omit 726e0c3ec chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2
     add e04bbb8ce fix: dev-site-with-docker failing due to missing Dockerfile 
reference (#9137)
     add 69752d59e add NOTICE and DISCLAIMER
     add e4ea51c93 Delete CODE_OF_CONDUCT.md
     add 00f840636 adapter-idb: count docs with attachments in total_rows
     add 368214e72 ci/playwright: remove man-db hack
     add 88ff5dc24 README: fix slack invite link (#9151)
     add 07f76578d docs: updated Discuss links
     add c9a6556c0 docs/Contributing: add dev mailing list
     add bd2e41a30 package.json: update repo URL to apache
     add f13527edc github: move issue template to modern path
     add 58ea4905a Correct typescript import recommendations
     add 4946b43ff docs: replace Twitter logo with Bluesky & Mastodon (#9139)
     add caa0c7b6b docs: update repo URL to apache/pouchdb (#9155)
     add d475bad1b feat: support Couchbase Sync Gateway _cv field, closes #9159
     add 22807f5ec fix: docs/copy-code: exclude button text from clipboard 
(#9138)
     add 1d24cad2d remove unused dev dependency: change-case (#9142)
     add f2b3bf740 docs: remove unused template: social.html (#9145)
     add 3de9164cf ci: remove redundant install-playwright step (#9144)
     add 7995c68cf appcache: add missing mastodon logo (#9162)
     add 6156a40ac repo settings: enable updating PRs from master (#9164)
     add ed4775833 Add unit tests for checkpointer module
     add 04fa1821c chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#9168)
     add 256b10e00 chore(deps-dev): bump express from 4.20.0 to 4.22.0 (#9170)
     add eee7cec1a chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (726e0c3ec)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/js-yaml-3.14.2 
(eee7cec1a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   9 +
 .../LOCK => .github/ISSUE_TEMPLATE/bug_report.md   |   0
 .../ISSUE_TEMPLATE/issue.md                        |   4 +
 .github/actions/install-playwright/action.yml      |  12 -
 .github/workflows/ci.yml                           |   2 -
 CODE_OF_CONDUCT.md                                 |  79 ---
 DISCLAIMER                                         |  10 +
 NOTICE                                             |   5 +
 README.md                                          |   2 +-
 docs/_config.yml                                   |   2 +-
 docs/_guides/mango-queries.md                      |   2 +-
 docs/_guides/setup-pouchdb.md                      |   2 +-
 docs/_includes/social.html                         |   7 -
 docs/_layouts/default.html                         |  42 +-
 docs/adapters.md                                   |  10 +-
 docs/download.md                                   |   6 +-
 docs/errors.md                                     |  12 +-
 docs/external.md                                   |   2 +-
 docs/learn.md                                      |   4 +-
 docs/manifest.appcache                             |   3 +-
 docs/src/code.js                                   |   5 +-
 docs/static/img/friends/bluesky.svg                |   1 +
 docs/static/img/friends/mastodon.svg               |   1 +
 docs/static/img/friends/twitter.svg                |   1 -
 package-lock.json                                  | 539 +++++++--------------
 package.json                                       |   9 +-
 .../pouchdb-adapter-idb/src/bulkDocs.js            |  16 +-
 .../pouchdb-adapter-utils/src/parseDoc.js          |   3 +-
 tests/integration/test.basics.js                   |  18 +
 tests/unit/test.checkpointer.js                    | 354 ++++++++++++++
 30 files changed, 657 insertions(+), 505 deletions(-)
 create mode 100644 .asf.yaml
 copy tests/integration/leveldb/lateStyle/LOCK => 
.github/ISSUE_TEMPLATE/bug_report.md (100%)
 rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE/issue.md (93%)
 delete mode 100644 .github/actions/install-playwright/action.yml
 delete mode 100644 CODE_OF_CONDUCT.md
 create mode 100644 DISCLAIMER
 create mode 100644 NOTICE
 delete mode 100644 docs/_includes/social.html
 create mode 100644 docs/static/img/friends/bluesky.svg
 create mode 100644 docs/static/img/friends/mastodon.svg
 delete mode 100644 docs/static/img/friends/twitter.svg
 create mode 100644 tests/unit/test.checkpointer.js

Reply via email to