Skip to content

Commit

Permalink
chore(deps-dev): bump geckodriver from 3.2.0 to 4.0.0 (#633)
Browse files Browse the repository at this point in the history
Bumps [geckodriver](https://github.com/webdriverio-community/node-geckodriver) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/webdriverio-community/node-geckodriver/releases)
- [Changelog](https://github.com/webdriverio-community/node-geckodriver/blob/main/CHANGELOG.md)
- [Commits](webdriverio-community/node-geckodriver@v3.2.0...v4.0.0)

---
updated-dependencies:
- dependency-name: geckodriver
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> e132fa2
  • Loading branch information
googlemaps-bot committed May 22, 2023
1 parent ed63ebd commit d4f4c2e
Show file tree
Hide file tree
Showing 21 changed files with 101 additions and 101 deletions.
20 changes: 10 additions & 10 deletions classes/Cluster.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">Cluster</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L24">cluster.ts:24</a></li></ul></aside>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L24">cluster.ts:24</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -61,24 +61,24 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>__namedParameters: <a href="../interfaces/ClusterOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ClusterOptions</a></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="Cluster.html" class="tsd-signature-type" data-tsd-kind="Class">Cluster</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L29">cluster.ts:29</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L29">cluster.ts:29</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected"><a id="_position" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_position</span><a href="#_position" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">_position<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">LatLng</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L27">cluster.ts:27</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L27">cluster.ts:27</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="marker" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>marker</span><a href="#marker" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">marker<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Marker</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L25">cluster.ts:25</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L25">cluster.ts:25</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="markers" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>markers</span><a href="#markers" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">markers<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Marker</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L26">cluster.ts:26</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L26">cluster.ts:26</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Accessors</h2>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class"><a id="bounds" class="tsd-anchor"></a>
Expand All @@ -88,7 +88,7 @@ <h3 class="tsd-anchor-link"><span>bounds</span><a href="#bounds" aria-label="Per
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">LatLngBounds</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L41">cluster.ts:41</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L41">cluster.ts:41</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class"><a id="count" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
Expand All @@ -98,15 +98,15 @@ <h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Perma
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L58">cluster.ts:58</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L58">cluster.ts:58</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class"><a id="position" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>position</span><a href="#position" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
<li class="tsd-signature" id="position.position-1"><span class="tsd-signature-symbol">get</span> position<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">LatLng</span></li>
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">LatLng</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L51">cluster.ts:51</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L51">cluster.ts:51</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="delete" class="tsd-anchor"></a>
Expand All @@ -118,7 +118,7 @@ <h3 class="tsd-anchor-link"><span>delete</span><a href="#delete" aria-label="Per
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L72">cluster.ts:72</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L72">cluster.ts:72</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="push" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>push</span><a href="#push" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -133,7 +133,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>marker: <span class="tsd-signature-type">Marker</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/cluster.ts#L65">cluster.ts:65</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/cluster.ts#L65">cluster.ts:65</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
8 changes: 4 additions & 4 deletions classes/ClusterStats.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">ClusterStats</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/renderer.ts#L22">renderer.ts:22</a></li></ul></aside>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/renderer.ts#L22">renderer.ts:22</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -54,7 +54,7 @@ <h5>markers: <span class="tsd-signature-type">Marker</span><span class="tsd-sign
<h5>clusters: <a href="Cluster.html" class="tsd-signature-type" data-tsd-kind="Class">Cluster</a><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="ClusterStats.html" class="tsd-signature-type" data-tsd-kind="Class">ClusterStats</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/renderer.ts#L34">renderer.ts:34</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/renderer.ts#L34">renderer.ts:34</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="clusters" class="tsd-anchor"></a>
Expand All @@ -77,7 +77,7 @@ <h5>min<span class="tsd-signature-symbol">: </span><span class="tsd-signature-ty
<li class="tsd-parameter">
<h5>sum<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/renderer.ts#L24">renderer.ts:24</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/renderer.ts#L24">renderer.ts:24</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="markers-1" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>markers</span><a href="#markers-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">markers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>sum<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
Expand All @@ -87,7 +87,7 @@ <h4>Type declaration</h4>
<li class="tsd-parameter">
<h5>sum<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/renderer.ts#L23">renderer.ts:23</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/renderer.ts#L23">renderer.ts:23</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
4 changes: 2 additions & 2 deletions classes/DefaultRenderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h4>Implements</h4>
<ul class="tsd-hierarchy">
<li><a href="../interfaces/Renderer.html" class="tsd-signature-type" data-tsd-kind="Interface">Renderer</a></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/renderer.ts#L67">renderer.ts:67</a></li></ul></aside>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/renderer.ts#L67">renderer.ts:67</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -70,7 +70,7 @@ <h5>map: <span class="tsd-signature-type">Map</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Marker</span></h4><aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/Renderer.html">Renderer</a>.<a href="../interfaces/Renderer.html#render">render</a></p>
<ul>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/ac21a6a/src/renderer.ts#L106">renderer.ts:106</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/googlemaps/js-markerclusterer/blob/e132fa2/src/renderer.ts#L106">renderer.ts:106</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
Loading

0 comments on commit d4f4c2e

Please sign in to comment.