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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-3.0.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    omit 2a84ca16bc Bump prettier from 2.8.8 to 3.0.0 in /gremlint
     add fed6725a61 TINKERPOP-2920 Fixed bug in SubgraphStrategy when key not 
present
     add b2fb2b2465 Merge branch 'TINKERPOP-2920' into 3.5-dev
     add fb41e5b50b Bump golang.org/x/text from 0.10.0 to 0.11.0 in /gremlin-go 
(#2119)
     add 1eb6fc2494 Bump eslint (#2118)
     add 1baf9431bc Bump javapoet from 1.8.0 to 1.13.0 (#2107)
     add 309e332b2e TINKERPOP-2965 Fixed bug in FilterRankingStrategy
     add bac8069578 TINKERPOP-2953 Update how enums are imported in 
ImportGroovyCustomizer.
     add 153331f839 Merge pull request #2133
     add 08559317c7 TINKERPOP-2948 bump jackson databind to 2.15.0 (#2139)
     add 2a5e948a3e Bump eslint (#2142)
     add 3f94340a9f Bump prettier from 2.8.8 to 3.0.0 in 
/gremlin-javascript/src/main/javascript/gremlin-javascript (#2121)
     add 5ef6e4ec79 Bump prettier from 2.8.8 to 3.0.0 in /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   (2a84ca16bc)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-3.0.0 (5ef6e4ec79)

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:
 CHANGELOG.asciidoc                                 |  11 +-
 docs/src/upgrade/release-3.5.x.asciidoc            |  14 +
 .../process/traversal/lambda/ValueTraversal.java   |   7 +-
 .../traversal/step/map/PropertyMapStep.java        |   4 +
 .../optimization/FilterRankingStrategy.java        |  33 +-
 .../optimization/ProductiveByStrategy.java         |  20 +-
 .../HasNextStep.java => util/DepthComparator.java} |  30 +-
 .../process/traversal/util/TraversalHelper.java    |  35 +
 .../structure/io/graphson/GraphSONMapper.java      |  25 +-
 .../structure/io/graphson/GraphSONModule.java      |   1 +
 .../traversal/util/TraversalHelperTest.java        |  43 +-
 .../io/graphson/GraphSONStreamConstraintsTest.java |  93 ++
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   2 +
 .../ser/AbstractGraphSONMessageSerializerV1d0.java |  16 +
 .../ser/AbstractGraphSONMessageSerializerV2d0.java |  16 +
 .../gremlin/driver/ClusterConfigTest.java          |  72 ++
 .../AbstractGraphSONMessageSerializerV1d0Test.java |  53 ++
 .../AbstractGraphSONMessageSerializerV2d0Test.java |  53 ++
 gremlin-go/driver/cucumber/gremlin.go              |   2 +
 gremlin-go/go.mod                                  |   2 +-
 gremlin-go/go.sum                                  |   4 +-
 .../groovy/jsr223/ImportGroovyCustomizer.java      |   2 +-
 .../jsr223/GremlinGroovyScriptEngineTest.java      |  27 +
 .../gremlin-javascript/package-lock.json           | 971 +++++++++++++++++++--
 .../javascript/gremlin-javascript/package.json     |   4 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |   2 +
 gremlin-python/src/main/python/radish/gremlin.py   |   2 +
 gremlin-shaded/pom.xml                             |   2 +-
 gremlin-test/features/filter/Where.feature         |  36 +
 .../decoration/SubgraphStrategyProcessTest.java    |  24 +
 pom.xml                                            |   7 +-
 31 files changed, 1487 insertions(+), 126 deletions(-)
 copy 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/{step/map/HasNextStep.java
 => util/DepthComparator.java} (56%)
 create mode 100644 
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONStreamConstraintsTest.java
 create mode 100644 
gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ClusterConfigTest.java
 create mode 100644 
gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser/AbstractGraphSONMessageSerializerV1d0Test.java
 create mode 100644 
gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser/AbstractGraphSONMessageSerializerV2d0Test.java

Reply via email to