You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/10/24 14:51:50 UTC

[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #1840: Bump eslint from 7.32.0 to 8.26.0 in /gremlin-javascript/src/main/javascript/gremlin-javascript

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

   Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.26.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
   <blockquote>
   <h2>v8.26.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/4715787724a71494ba0bb0c5fe4639570bb6985b"><code>4715787</code></a> feat: check <code>Object.create()</code> in getter-return (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16420">#16420</a>) (Yuki Hirasawa)</li>
   <li><a href="https://github.com/eslint/eslint/commit/28d190264017dbaa29f2ab218f73b623143cd1af"><code>28d1902</code></a> feat: <code>no-implicit-globals</code> supports <code>exported</code> block comment (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16343">#16343</a>) (Sosuke Suzuki)</li>
   <li><a href="https://github.com/eslint/eslint/commit/e940be7a83d0caea15b64c1e1c2785a6540e2641"><code>e940be7</code></a> feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16356">#16356</a>) (Tomer Aberbach)</li>
   <li><a href="https://github.com/eslint/eslint/commit/dd0c58f0f34d24331ae55139af39cf2747125f5e"><code>dd0c58f</code></a> feat: Swap out Globby for custom globbing solution. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16369">#16369</a>) (Nicholas C. Zakas)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/df7740967ffab2915974c7b310ac76ea2915ac2d"><code>df77409</code></a> fix: use <code>baseConfig</code> constructor option in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16432">#16432</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/33668ee9d22e1988ba03e07fb547738bdb21dc0e"><code>33668ee</code></a> fix: Ensure that glob patterns are matched correctly. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16449">#16449</a>) (Nicholas C. Zakas)</li>
   <li><a href="https://github.com/eslint/eslint/commit/740b20826fadc5322ea5547c1ba41793944e571d"><code>740b208</code></a> fix: ignore messages without a <code>ruleId</code> in <code>getRulesMetaForResults</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16409">#16409</a>) (Francesco Trotta)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8f9759e2a94586357d85fac902e038fabdba79a7"><code>8f9759e</code></a> fix: <code>--ignore-pattern</code> in flat config mode should be relative to <code>cwd</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16425">#16425</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/325ad375a52d1c7b8b8fd23943350c91781366a2"><code>325ad37</code></a> fix: make <code>getRulesMetaForResults</code> return a plain object in trivial case (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16438">#16438</a>) (Francesco Trotta)</li>
   <li><a href="https://github.com/eslint/eslint/commit/a2810bc485d9f1123a86b60702fcaa51e19d71a3"><code>a2810bc</code></a> fix: Ensure that directories can be unignored. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16436">#16436</a>) (Nicholas C. Zakas)</li>
   <li><a href="https://github.com/eslint/eslint/commit/35916ad9bfc07dab63361721df1bd7f21e43e094"><code>35916ad</code></a> fix: Ensure unignore and reignore work correctly in flat config. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16422">#16422</a>) (Nicholas C. Zakas)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/651649b12797594a86c0d659d6a0d1cdbda6f57b"><code>651649b</code></a> docs: Core concepts page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16399">#16399</a>) (Ben Perlmutter)</li>
   <li><a href="https://github.com/eslint/eslint/commit/631cf72e82f316a2cc08770e5c81b858637ab04a"><code>631cf72</code></a> docs: note --ignore-path not supported with flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16434">#16434</a>) (Andy Edwards)</li>
   <li><a href="https://github.com/eslint/eslint/commit/1692840a2f763737a4891419dc304db4ebedab5d"><code>1692840</code></a> docs: fix syntax in examples for new config files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16427">#16427</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/d336cfc9145a72bf8730250ee1e331a135e6ee2c"><code>d336cfc</code></a> docs: Document extending plugin with new config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16394">#16394</a>) (Ben Perlmutter)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/e917a9a2e555d398c64b985fc933d44a42c958f0"><code>e917a9a</code></a> ci: add node v19 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16443">#16443</a>) (Koichi ITO)</li>
   <li><a href="https://github.com/eslint/eslint/commit/4b70b91a6e28669ab8e2a4ce2a6d9ed40be20fa7"><code>4b70b91</code></a> chore: Add VS Code issues link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16423">#16423</a>) (Nicholas C. Zakas)</li>
   <li><a href="https://github.com/eslint/eslint/commit/232d2916ac5e44db55c2ffbd2f3b37ad70037b7b"><code>232d291</code></a> chore: suppress a Node.js deprecation warning (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16398">#16398</a>) (Koichi ITO)</li>
   </ul>
   <h2>v8.25.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/173e82040895ad53b2d9940bfb3fb67a0478f00b"><code>173e820</code></a> feat: Pass --max-warnings value to formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16348">#16348</a>) (Brandon Mills)</li>
   <li><a href="https://github.com/eslint/eslint/commit/6964cb1e0f073b236cb3288b9d8be495336bbf29"><code>6964cb1</code></a> feat: remove support for ignore files in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16355">#16355</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/1cc4b3a8f82a7945dcd8c59550b6a906a0fabbb4"><code>1cc4b3a</code></a> feat: <code>id-length</code> counts graphemes instead of code units (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16321">#16321</a>) (Sosuke Suzuki)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/90c602802b6e330b79c42f282e9a615c583e32d7"><code>90c6028</code></a> docs: Conflicting fixes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16366">#16366</a>) (Ben Perlmutter)</li>
   <li><a href="https://github.com/eslint/eslint/commit/5a3fe70c5261acbf115fa5f47231cbc4ac62c1bc"><code>5a3fe70</code></a> docs: Add VS to integrations page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16381">#16381</a>) (Maria José Solano)</li>
   <li><a href="https://github.com/eslint/eslint/commit/49bd1e5669b34fd7e0f4a3cf42009866980d7e15"><code>49bd1e5</code></a> docs: remove unused link definitions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16376">#16376</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/3bd380d3ea7e88ade4905ec0b240c866ab79a69d"><code>3bd380d</code></a> docs: typo cleanups for docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16374">#16374</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/b3a08376cfb61275a7557d6d166b6116f36e5ac2"><code>b3a0837</code></a> docs: remove duplicate words (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16378">#16378</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/a682562458948f74a227be60a80e10e7a3753124"><code>a682562</code></a> docs: add <code>BigInt</code> to <code>new-cap</code> docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16362">#16362</a>) (Sosuke Suzuki)</li>
   <li><a href="https://github.com/eslint/eslint/commit/f6d57fb657c2f4e8e0140ad057da34c935482972"><code>f6d57fb</code></a> docs: Update docs README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16352">#16352</a>) (Ben Perlmutter)</li>
   <li><a href="https://github.com/eslint/eslint/commit/721434705bd569e33911e25d2688e33f10898d52"><code>7214347</code></a> docs: fix logical-assignment-operators option typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16346">#16346</a>) (Jonathan Wilsson)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/1f785944f61c97996445e48cb74fc300142e7310"><code>1f78594</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16397">#16397</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8476a9b8b81164887cdf38a21d431b75ff2956b1"><code>8476a9b</code></a> chore: Remove CODEOWNERS (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16375">#16375</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/720ff75beb9f4fdcf2a185fcb8020cf78483fdeb"><code>720ff75</code></a> chore: use &quot;ci&quot; for Dependabot commit message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16377">#16377</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/42f547948f284f1c67799f237dfeb86fc400c7c7"><code>42f5479</code></a> chore: bump actions/stale from 5 to 6 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16350">#16350</a>) (dependabot[bot])</li>
   <li><a href="https://github.com/eslint/eslint/commit/e5e9e271da58361bda16f7abc8f367ccc6f91510"><code>e5e9e27</code></a> chore: remove <code>jsdoc</code> dev dependency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16344">#16344</a>) (Milos Djermanovic)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
   <blockquote>
   <p>v8.26.0 - October 21, 2022</p>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/df7740967ffab2915974c7b310ac76ea2915ac2d"><code>df77409</code></a> fix: use <code>baseConfig</code> constructor option in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16432">#16432</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/33668ee9d22e1988ba03e07fb547738bdb21dc0e"><code>33668ee</code></a> fix: Ensure that glob patterns are matched correctly. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16449">#16449</a>) (Nicholas C. Zakas)</li>
   <li><a href="https://github.com/eslint/eslint/commit/651649b12797594a86c0d659d6a0d1cdbda6f57b"><code>651649b</code></a> docs: Core concepts page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16399">#16399</a>) (Ben Perlmutter)</li>
   <li><a href="https://github.com/eslint/eslint/commit/4715787724a71494ba0bb0c5fe4639570bb6985b"><code>4715787</code></a> feat: check <code>Object.create()</code> in getter-return (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16420">#16420</a>) (Yuki Hirasawa)</li>
   <li><a href="https://github.com/eslint/eslint/commit/e917a9a2e555d398c64b985fc933d44a42c958f0"><code>e917a9a</code></a> ci: add node v19 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16443">#16443</a>) (Koichi ITO)</li>
   <li><a href="https://github.com/eslint/eslint/commit/740b20826fadc5322ea5547c1ba41793944e571d"><code>740b208</code></a> fix: ignore messages without a <code>ruleId</code> in <code>getRulesMetaForResults</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16409">#16409</a>) (Francesco Trotta)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8f9759e2a94586357d85fac902e038fabdba79a7"><code>8f9759e</code></a> fix: <code>--ignore-pattern</code> in flat config mode should be relative to <code>cwd</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16425">#16425</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/325ad375a52d1c7b8b8fd23943350c91781366a2"><code>325ad37</code></a> fix: make <code>getRulesMetaForResults</code> return a plain object in trivial case (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16438">#16438</a>) (Francesco Trotta)</li>
   <li><a href="https://github.com/eslint/eslint/commit/a2810bc485d9f1123a86b60702fcaa51e19d71a3"><code>a2810bc</code></a> fix: Ensure that directories can be unignored. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16436">#16436</a>) (Nicholas C. Zakas)</li>
   <li><a href="https://github.com/eslint/eslint/commit/631cf72e82f316a2cc08770e5c81b858637ab04a"><code>631cf72</code></a> docs: note --ignore-path not supported with flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16434">#16434</a>) (Andy Edwards)</li>
   <li><a href="https://github.com/eslint/eslint/commit/1692840a2f763737a4891419dc304db4ebedab5d"><code>1692840</code></a> docs: fix syntax in examples for new config files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16427">#16427</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/28d190264017dbaa29f2ab218f73b623143cd1af"><code>28d1902</code></a> feat: <code>no-implicit-globals</code> supports <code>exported</code> block comment (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16343">#16343</a>) (Sosuke Suzuki)</li>
   <li><a href="https://github.com/eslint/eslint/commit/35916ad9bfc07dab63361721df1bd7f21e43e094"><code>35916ad</code></a> fix: Ensure unignore and reignore work correctly in flat config. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16422">#16422</a>) (Nicholas C. Zakas)</li>
   <li><a href="https://github.com/eslint/eslint/commit/4b70b91a6e28669ab8e2a4ce2a6d9ed40be20fa7"><code>4b70b91</code></a> chore: Add VS Code issues link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16423">#16423</a>) (Nicholas C. Zakas)</li>
   <li><a href="https://github.com/eslint/eslint/commit/e940be7a83d0caea15b64c1e1c2785a6540e2641"><code>e940be7</code></a> feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16356">#16356</a>) (Tomer Aberbach)</li>
   <li><a href="https://github.com/eslint/eslint/commit/d336cfc9145a72bf8730250ee1e331a135e6ee2c"><code>d336cfc</code></a> docs: Document extending plugin with new config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16394">#16394</a>) (Ben Perlmutter)</li>
   <li><a href="https://github.com/eslint/eslint/commit/dd0c58f0f34d24331ae55139af39cf2747125f5e"><code>dd0c58f</code></a> feat: Swap out Globby for custom globbing solution. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16369">#16369</a>) (Nicholas C. Zakas)</li>
   <li><a href="https://github.com/eslint/eslint/commit/232d2916ac5e44db55c2ffbd2f3b37ad70037b7b"><code>232d291</code></a> chore: suppress a Node.js deprecation warning (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16398">#16398</a>) (Koichi ITO)</li>
   </ul>
   <p>v8.25.0 - October 7, 2022</p>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/1f785944f61c97996445e48cb74fc300142e7310"><code>1f78594</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16397">#16397</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/173e82040895ad53b2d9940bfb3fb67a0478f00b"><code>173e820</code></a> feat: Pass --max-warnings value to formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16348">#16348</a>) (Brandon Mills)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8476a9b8b81164887cdf38a21d431b75ff2956b1"><code>8476a9b</code></a> chore: Remove CODEOWNERS (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16375">#16375</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/720ff75beb9f4fdcf2a185fcb8020cf78483fdeb"><code>720ff75</code></a> chore: use &quot;ci&quot; for Dependabot commit message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16377">#16377</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/90c602802b6e330b79c42f282e9a615c583e32d7"><code>90c6028</code></a> docs: Conflicting fixes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16366">#16366</a>) (Ben Perlmutter)</li>
   <li><a href="https://github.com/eslint/eslint/commit/5a3fe70c5261acbf115fa5f47231cbc4ac62c1bc"><code>5a3fe70</code></a> docs: Add VS to integrations page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16381">#16381</a>) (Maria José Solano)</li>
   <li><a href="https://github.com/eslint/eslint/commit/6964cb1e0f073b236cb3288b9d8be495336bbf29"><code>6964cb1</code></a> feat: remove support for ignore files in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16355">#16355</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/49bd1e5669b34fd7e0f4a3cf42009866980d7e15"><code>49bd1e5</code></a> docs: remove unused link definitions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16376">#16376</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/42f547948f284f1c67799f237dfeb86fc400c7c7"><code>42f5479</code></a> chore: bump actions/stale from 5 to 6 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16350">#16350</a>) (dependabot[bot])</li>
   <li><a href="https://github.com/eslint/eslint/commit/3bd380d3ea7e88ade4905ec0b240c866ab79a69d"><code>3bd380d</code></a> docs: typo cleanups for docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16374">#16374</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/b3a08376cfb61275a7557d6d166b6116f36e5ac2"><code>b3a0837</code></a> docs: remove duplicate words (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16378">#16378</a>) (Nick Schonning)</li>
   <li><a href="https://github.com/eslint/eslint/commit/a682562458948f74a227be60a80e10e7a3753124"><code>a682562</code></a> docs: add <code>BigInt</code> to <code>new-cap</code> docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16362">#16362</a>) (Sosuke Suzuki)</li>
   <li><a href="https://github.com/eslint/eslint/commit/1cc4b3a8f82a7945dcd8c59550b6a906a0fabbb4"><code>1cc4b3a</code></a> feat: <code>id-length</code> counts graphemes instead of code units (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16321">#16321</a>) (Sosuke Suzuki)</li>
   <li><a href="https://github.com/eslint/eslint/commit/f6d57fb657c2f4e8e0140ad057da34c935482972"><code>f6d57fb</code></a> docs: Update docs README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16352">#16352</a>) (Ben Perlmutter)</li>
   <li><a href="https://github.com/eslint/eslint/commit/e5e9e271da58361bda16f7abc8f367ccc6f91510"><code>e5e9e27</code></a> chore: remove <code>jsdoc</code> dev dependency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16344">#16344</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/721434705bd569e33911e25d2688e33f10898d52"><code>7214347</code></a> docs: fix logical-assignment-operators option typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16346">#16346</a>) (Jonathan Wilsson)</li>
   </ul>
   <p>v8.24.0 - September 23, 2022</p>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/131e646e227b9aca3937fe287343bf2c3df408af"><code>131e646</code></a> chore: Upgrade <code>@​humanwhocodes/config-array</code> for perf (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16339">#16339</a>) (Nicholas C. Zakas)</li>
   <li><a href="https://github.com/eslint/eslint/commit/2c152ff0fb709b99e62c19ecd2c95689efacbe4c"><code>2c152ff</code></a> docs: note false positive <code>Object.getOwnPropertyNames</code> in prefer-reflect (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16317">#16317</a>) (AnnAngela)</li>
   <li><a href="https://github.com/eslint/eslint/commit/bf7bd885a92046a6b6bcbcaaa1e78e9f2c4b482f"><code>bf7bd88</code></a> docs: fix warn severity description for new config files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16324">#16324</a>) (Nitin Kumar)</li>
   <li><a href="https://github.com/eslint/eslint/commit/504fe59b0e0f4f5a2afb6a69aaed5cb4ca631012"><code>504fe59</code></a> perf: switch from object spread to <code>Object.assign</code> when merging globals (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16311">#16311</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/1729f9ea4d7b2945b2b701d72027fd4aace954cf"><code>1729f9e</code></a> feat: account for <code>sourceType: &quot;commonjs&quot;</code> in the strict rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16308">#16308</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/b0d72c96b2a9cde7a5798c2b08ec4e70683c6aca"><code>b0d72c9</code></a> feat: add rule logical-assignment-operators (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16102">#16102</a>) (fnx)</li>
   <li><a href="https://github.com/eslint/eslint/commit/f02bcd91bf89b6c167d5346a36677fdb854f0c05"><code>f02bcd9</code></a> feat: <code>array-callback-return</code> support <code>findLast</code> and <code>findLastIndex</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16314">#16314</a>) (Sosuke Suzuki)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8cc0bbe440dc5e6af6ef02f00d0514a40ca07c24"><code>8cc0bbe</code></a> docs: use more clean link syntax (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16309">#16309</a>) (Percy Ma)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/823b018b1c4e3e7979c06d7628d769ed9efc926a"><code>823b018</code></a> 8.26.0</li>
   <li><a href="https://github.com/eslint/eslint/commit/dce6a71c61a765c2415ec8038883e7b83d0146d5"><code>dce6a71</code></a> Build: changelog update for 8.26.0</li>
   <li><a href="https://github.com/eslint/eslint/commit/6c2be5185f7997b52d3eeac315ad890b2a051544"><code>6c2be51</code></a> Revert &quot;docs: update header (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16403">#16403</a>)&quot; (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16451">#16451</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/df7740967ffab2915974c7b310ac76ea2915ac2d"><code>df77409</code></a> fix: use <code>baseConfig</code> constructor option in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16432">#16432</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/33668ee9d22e1988ba03e07fb547738bdb21dc0e"><code>33668ee</code></a> fix: Ensure that glob patterns are matched correctly. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16449">#16449</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/651649b12797594a86c0d659d6a0d1cdbda6f57b"><code>651649b</code></a> docs: Core concepts page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16399">#16399</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/4715787724a71494ba0bb0c5fe4639570bb6985b"><code>4715787</code></a> feat: check <code>Object.create()</code> in getter-return (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16420">#16420</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/e917a9a2e555d398c64b985fc933d44a42c958f0"><code>e917a9a</code></a> ci: add node v19 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16443">#16443</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/740b20826fadc5322ea5547c1ba41793944e571d"><code>740b208</code></a> fix: ignore messages without a <code>ruleId</code> in <code>getRulesMetaForResults</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16409">#16409</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8f9759e2a94586357d85fac902e038fabdba79a7"><code>8f9759e</code></a> fix: <code>--ignore-pattern</code> in flat config mode should be relative to <code>cwd</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16425">#16425</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.32.0...v8.26.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.32.0&new-version=8.26.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 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: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] codecov-commenter commented on pull request #1840: Bump eslint from 7.32.0 to 8.26.0 in /gremlin-javascript/src/main/javascript/gremlin-javascript

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #1840:
URL: https://github.com/apache/tinkerpop/pull/1840#issuecomment-1289237951

   # [Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1840?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1840](https://codecov.io/gh/apache/tinkerpop/pull/1840?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (919e100) into [3.5-dev](https://codecov.io/gh/apache/tinkerpop/commit/b694a2d44b3a028c3ec56eb9856880f8cb8c04c5?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (b694a2d) will **increase** coverage by `0.58%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@              Coverage Diff              @@
   ##             3.5-dev    #1840      +/-   ##
   =============================================
   + Coverage      69.36%   69.94%   +0.58%     
   - Complexity      8916     8918       +2     
   =============================================
     Files            861      838      -23     
     Lines          40860    37224    -3636     
     Branches        5385     5385              
   =============================================
   - Hits           28343    26037    -2306     
   + Misses         10610     9459    -1151     
   + Partials        1907     1728     -179     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/tinkerpop/pull/1840?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [gremlin-go/driver/driverRemoteConnection.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvZHJpdmVyUmVtb3RlQ29ubmVjdGlvbi5nbw==) | | |
   | [gremlin-go/driver/error\_codes.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvZXJyb3JfY29kZXMuZ28=) | | |
   | [gremlin-go/driver/traversal.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvdHJhdmVyc2FsLmdv) | | |
   | [gremlin-go/driver/transporterFactory.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvdHJhbnNwb3J0ZXJGYWN0b3J5Lmdv) | | |
   | [gremlin-go/driver/request.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvcmVxdWVzdC5nbw==) | | |
   | [gremlin-go/driver/connection.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvY29ubmVjdGlvbi5nbw==) | | |
   | [gremlin-go/driver/serializer.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvc2VyaWFsaXplci5nbw==) | | |
   | [gremlin-go/driver/graph.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvZ3JhcGguZ28=) | | |
   | [gremlin-go/driver/client.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvY2xpZW50Lmdv) | | |
   | [gremlin-go/driver/logger.go](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1nby9kcml2ZXIvbG9nZ2VyLmdv) | | |
   | ... and [15 more](https://codecov.io/gh/apache/tinkerpop/pull/1840/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] commented on pull request #1840: Bump eslint from 7.32.0 to 8.26.0 in /gremlin-javascript/src/main/javascript/gremlin-javascript

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1840:
URL: https://github.com/apache/tinkerpop/pull/1840#issuecomment-1307275845

   Superseded by #1859.


-- 
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: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] closed pull request #1840: Bump eslint from 7.32.0 to 8.26.0 in /gremlin-javascript/src/main/javascript/gremlin-javascript

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1840: Bump eslint from 7.32.0 to 8.26.0 in /gremlin-javascript/src/main/javascript/gremlin-javascript
URL: https://github.com/apache/tinkerpop/pull/1840


-- 
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: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org