dependabot[bot] opened a new pull request, #2243:
URL: https://github.com/apache/tinkerpop/pull/2243

   Bumps [gherkin](https://github.com/cucumber/gherkin) from 26.0.3 to 27.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/cucumber/gherkin/releases";>gherkin's 
releases</a>.</em></p>
   <blockquote>
   <h2>v27.0.0</h2>
   <h3>Added</h3>
   <ul>
   <li>(i18n) Added Malayalam localization</li>
   <li>(i18n) Added 'ed' to Italian (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/160";>#31</a>)</li>
   <li>(i18n) Added Danish translation of &quot;Rule&quot;</li>
   <li>(i18n) Added Dutch translation of &quot;Rule&quot;</li>
   <li>(i18n) Added Esperanto translation of &quot;Rule&quot;</li>
   <li>[Ruby] Added <code>Gherkin::Query#parent_locations</code> for 
determining a scenario's parents' line numbers (<a 
href="https://redirect.github.com/cucumber/gherkin/pull/89";>#89</a>)</li>
   <li>C++ implementation <a 
href="https://redirect.github.com/cucumber/gherkin/pull/117";>#117</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[.NET] Bump sdk to .net 8. Added .net 8 to test platforms</li>
   <li>[Go, Perl, Ruby] Upgraded messages to v22</li>
   <li>[Go] Improve performance - don't compile regex on matcher create</li>
   <li>[Perl] Fix release packaging</li>
   <li>[Perl] Include CHANGELOG.md in tarball</li>
   <li>[Perl] Harmonized error reporting with mainstream implementations - 
errors are now converted to messages and reported in the message stream (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/31";>#31</a>)</li>
   <li>[Ruby] Update minimum ruby requirement from 2.3 to 2.5</li>
   </ul>
   <h2>v26.2.0</h2>
   <h3>Changed</h3>
   <ul>
   <li>Upgraded messages to v22</li>
   </ul>
   <h2>v26.1.0</h2>
   <h3>Added</h3>
   <ul>
   <li>(i18n) Add Belarusian localization</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/cucumber/gherkin/blob/main/CHANGELOG.md";>gherkin's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[27.0.0] - 2023-09-15</h2>
   <h3>Added</h3>
   <ul>
   <li>(i18n) Added Malayalam localization</li>
   <li>(i18n) Added 'ed' to Italian (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/160";>#31</a>)</li>
   <li>(i18n) Added Danish translation of &quot;Rule&quot;</li>
   <li>(i18n) Added Dutch translation of &quot;Rule&quot;</li>
   <li>(i18n) Added Esperanto translation of &quot;Rule&quot;</li>
   <li>[Ruby] Added <code>Gherkin::Query#parent_locations</code> for 
determining a scenario's parents' line numbers (<a 
href="https://redirect.github.com/cucumber/gherkin/pull/89";>#89</a>)</li>
   <li>C++ implementation <a 
href="https://redirect.github.com/cucumber/gherkin/pull/117";>#117</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[.NET] Bump sdk to .net 8. Added .net 8 to test platforms</li>
   <li>[Go, Perl, Ruby] Upgraded messages to v22</li>
   <li>[Go] Improve performance - don't compile regex on matcher create</li>
   <li>[Perl] Fix release packaging</li>
   <li>[Perl] Include CHANGELOG.md in tarball</li>
   <li>[Perl] Harmonized error reporting with mainstream implementations - 
errors are now converted to messages and reported in the message stream (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/31";>#31</a>)</li>
   <li>[Ruby] Update minimum ruby requirement from 2.3 to 2.5</li>
   </ul>
   <h2>[26.2.0] - 2023-04-07</h2>
   <h3>Changed</h3>
   <ul>
   <li>Upgraded messages to v22</li>
   </ul>
   <h2>[26.1.0] - 2023-03-23</h2>
   <h3>Added</h3>
   <ul>
   <li>(i18n) Add Belarusian localization</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/650109d73b70e83fe6c1eb400005084fd5a2f59d";><code>650109d</code></a>
 Prepare release v27.0.0</li>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/dbc4c3e7cca346a4e69a92a4bdd583f5b5fffa85";><code>dbc4c3e</code></a>
 chore(deps): update actions/checkout action to v4 (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/174";>#174</a>)</li>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/b93a7850aab7baef5d566df57071916bd8c1cd7a";><code>b93a785</code></a>
 Only test cpp when relevant changes are made</li>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/9307e3084fb9cffb200b249cbc47f6c62b0465c7";><code>9307e30</code></a>
 Added C++ implementation (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/173";>#173</a>)</li>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/e87f74b1a83d798ce1b365ccd641bd56903da159";><code>e87f74b</code></a>
 Doc update (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/172";>#172</a>)</li>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/f37bb92cd98ea98c583f6b68d378ab2637c828c7";><code>f37bb92</code></a>
 ruby: introduce Gherkin::Query#parent_locations. (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/89";>#89</a>)</li>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/9739c0dc218e0e59129d7148ae36f66a4fe68739";><code>9739c0d</code></a>
 [Ruby]: Ruby / Messages bump (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/165";>#165</a>)</li>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/a610d1b16090ee858d36da3f160e6a9feb2e73e9";><code>a610d1b</code></a>
 Test ruby on changes on PRs</li>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/f4f0d5cdca19dc9ddac19c6d5a95cf5344999ec1";><code>f4f0d5c</code></a>
 chore(deps): update dependency <code>@​types/node</code> to v18.17.15</li>
   <li><a 
href="https://github.com/cucumber/gherkin/commit/f9423570df2c227862b4c117ebe7fc8a37915592";><code>f942357</code></a>
 i18n: Add 'regulo' for 'rule' in Esperanto (<a 
href="https://redirect.github.com/cucumber/gherkin/issues/171";>#171</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cucumber/gherkin/compare/v26.0.3...v27.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gherkin&package-manager=nuget&previous-version=26.0.3&new-version=27.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to