You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by gi...@apache.org on 2023/08/16 20:05:08 UTC

[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/master/testing-library/jest-dom-6.0.0 updated (432699085a -> f8100fa368)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/docs/gremlint/master/testing-library/jest-dom-6.0.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    omit 432699085a Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 in /docs/gremlint
     add 928cf2d806 TINKERPOP-2802: Add support for custom deserializers (#2174)
     add cdb23b24a0 Merge branch '3.6-dev'
     add 1243d2f02a CTR fix links in reference docs
     add 0fc0c89e10 Bump io.netty:netty-all from 4.1.86.Final to 4.1.96.Final
     add a04a654977 Merge branch '3.5-dev' into 3.6-dev
     add 30c9fd3dba Merge branch '3.6-dev'
     add b8838bdbb1 Update Dependabot config
     add f8100fa368 Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 in /docs/gremlint

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   (432699085a)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/docs/gremlint/master/testing-library/jest-dom-6.0.0 (f8100fa368)

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:
 .github/dependabot.yml                             | 15 ++++++
 CHANGELOG.asciidoc                                 |  2 +
 docs/src/reference/intro.asciidoc                  |  2 +-
 docs/src/reference/preface.asciidoc                |  2 +-
 gremlin-console/src/main/static/NOTICE             |  2 +-
 gremlin-driver/src/main/static/NOTICE              |  2 +-
 gremlin-go/driver/error_codes.go                   | 17 +++----
 gremlin-go/driver/graphBinary.go                   | 32 +++++++++++--
 gremlin-go/driver/resources/error-messages/en.json |  1 +
 gremlin-go/driver/serializer.go                    | 26 ++++++++++
 gremlin-go/driver/serializer_test.go               | 55 +++++++++++++++++++++-
 gremlin-server/src/main/static/NOTICE              |  2 +-
 pom.xml                                            |  2 +-
 13 files changed, 140 insertions(+), 20 deletions(-)