Commit 3643f55
authored
chore(deps): bump react-map-gl from 7.1.9 to 8.1.0 (#190)
Bumps [react-map-gl](https://github.com/visgl/react-map-gl) from 7.1.9
to 8.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/react-map-gl/releases">react-map-gl's
releases</a>.</em></p>
<blockquote>
<h2>v8.1.0</h2>
<p>The core logic in the Mapbox GL JS wrapper has been rewritten to use
<a
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">Proxy</a>
to intercept camera updates. We expect the new approach to improve
camera synchronization between the native controller and React props
when terrain and/or non-mercator projections are used. See more
backgrounds in <a
href="https://redirect.github.com/visgl/react-map-gl/pull/2514">#2514</a>.</p>
<p>The Maplibre wrapper is unaffected by this change.</p>
<h2>v8.1.0-alpha.2</h2>
<ul>
<li>wrap jumpTo as internal update (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2516">#2516</a>)</li>
</ul>
<h2>v8.1.0-alpha.1</h2>
<ul>
<li>feat(mapbox): Replace shadow transform with proxied approach (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2514">#2514</a>)</li>
</ul>
<h2>v8.0.4</h2>
<ul>
<li>Revert changes to add source condition (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2526">#2526</a>)</li>
</ul>
<h2>v8.0.3</h2>
<ul>
<li>Fix addSource condition (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2524">#2524</a>)</li>
</ul>
<h2>v8.0.2</h2>
<ul>
<li>Fix source loading condition (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2513">#2513</a>)</li>
<li>Remove support() check (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2508">#2508</a>)</li>
<li>marker.ts: <code>undefined</code> instead of <code>null</code> (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2500">#2500</a>)</li>
<li>Fix: Handle className prop change (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2483">#2483</a>)</li>
<li>Fix style loading check on Source layers (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2377">#2377</a>)
(<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2493">#2493</a>)</li>
</ul>
<h2>v8.0.1</h2>
<ul>
<li>Fix type resolution for subpath exports when using
<code>moduleResolution: node</code> (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2486">#2486</a>)</li>
</ul>
<h2>v8.0.0</h2>
<ul>
<li>First version to support Mapbox GL JS' official types and MapLibre
GL JS v5.
This version fully separates the code that support each compatible map
library:
<ul>
<li><code>react-map-gl/mapbox</code>: for use with
<code>mapbox-gl>=3.5.0</code></li>
<li><code>react-map-gl/maplibre</code>: for use with
<code>maplibre-gl>=4</code></li>
<li><code>react-map-gl/mapbox-legacy</code>: for use with
<code>mapbox-gl</code> v1.x and v2.x and
<code>@types/mapbox-gl</code></li>
</ul>
</li>
<li>As a result, each endpoint now have slightly smaller bundle size and
more precise types.</li>
<li>Maplibre wrapper is expected to have better functionality and
performance than v7 by utilizing an <a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/1545">upstream
API</a> for the React use case.</li>
</ul>
<p>For a full list of breaking changes, please visit the <a
href="https://visgl.github.io/react-map-gl/docs/upgrade-guide#upgrading-to-v80">upgrade
guide</a>.</p>
<h2>v8.0.0-beta.1</h2>
<ul>
<li>feat: remove <code>RTLTextPlugin</code> default for MapLibre (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2480">#2480</a>)</li>
</ul>
<h2>v8.0.0-alpha.2</h2>
<ul>
<li>Migrate to monorepo (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2459">#2459</a>)</li>
</ul>
<h2>v8.0.0-alpha.1</h2>
<ul>
<li>Migrate to monorepo (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2459">#2459</a>)</li>
</ul>
<h2>v7.2.0-beta.1</h2>
<ul>
<li>Switch to ESM module (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2281">#2281</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/react-map-gl/blob/master/CHANGELOG.md">react-map-gl's
changelog</a>.</em></p>
<blockquote>
<h1>CHANGELOG</h1>
<h1>Version 8.1</h1>
<h2>v8.1.0-alpha.2 (Apr 9, 2025)</h2>
<ul>
<li>wrap jumpTo as internal update (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2516">#2516</a>)</li>
</ul>
<h2>v8.1.0-alpha.1 (Mar 28, 2025)</h2>
<ul>
<li>feat(mapbox): Replace shadow transform with proxied approach (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2514">#2514</a>)</li>
</ul>
<h1>Version 8.0</h1>
<h2>v8.0.0-beta.1 (Jan 31, 2025)</h2>
<ul>
<li>feat: remove <code>RTLTextPlugin</code> default for MapLibre (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2480">#2480</a>)</li>
</ul>
<h2>v8.0.0-alpha.2 (Jan 27, 2025)</h2>
<ul>
<li>Migrate to monorepo (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2459">#2459</a>)</li>
</ul>
<h1>Version 7.2</h1>
<h2>7.2.0-beta.1 (Sep 12, 2023)</h2>
<ul>
<li>Switch to ESM module (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2281">#2281</a>)</li>
</ul>
<h1>Version 7.1</h1>
<h2>7.1.0-beta.3 (Jun 22, 2023)</h2>
<ul>
<li>Remap event types (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2207">#2207</a>)</li>
<li>Restore fog, light and terrain types on MapProps (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2206">#2206</a>)</li>
</ul>
<h2>7.1.0-beta.2 (Jun 14, 2023)</h2>
<ul>
<li>Make source prop of Layer optional (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2200">#2200</a>)</li>
<li>Fix maplibre-gl peerDependencies typo (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2197">#2197</a>)</li>
</ul>
<h2>7.1.0-beta.1 (Jun 5, 2023)</h2>
<ul>
<li>Add ref forwarding to Marker and Popup (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2191">#2191</a>)</li>
<li>Split exports into separate endpoints (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2178">#2178</a>)</li>
<li>Make mapbox-gl an optional dependency (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2175">#2175</a>)</li>
<li>Remove defaultProps and displayName (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2173">#2173</a>)</li>
</ul>
<h1>Version 7.0</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/visgl/react-map-gl/commit/3829dfc36e676b20cdef9e9f9f89797208129d0d"><code>3829dfc</code></a>
v8.1.0</li>
<li><a
href="https://github.com/visgl/react-map-gl/commit/b14ff93c9bc3122306ce51b257d707506632db9e"><code>b14ff93</code></a>
Update what's new for 8.1 release (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2562">#2562</a>)</li>
<li><a
href="https://github.com/visgl/react-map-gl/commit/7ed785ebaa34ca4f02102fb2becf03c370717540"><code>7ed785e</code></a>
Bump version in docs and examples</li>
<li><a
href="https://github.com/visgl/react-map-gl/commit/948fd2e4f4156756d2fcee8c2a900cfe55b43608"><code>948fd2e</code></a>
fix(geocoder): add styles for example (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2521">#2521</a>)</li>
<li><a
href="https://github.com/visgl/react-map-gl/commit/e41c3ef808e5e3a0b655a2584c896d8d7e8851f0"><code>e41c3ef</code></a>
Revert changes to add source condition (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2526">#2526</a>)</li>
<li><a
href="https://github.com/visgl/react-map-gl/commit/e83c9a64e9fcfd2b6ddeff688b56717111354df3"><code>e83c9a6</code></a>
v8.1.0-alpha.2</li>
<li><a
href="https://github.com/visgl/react-map-gl/commit/19e778bc7c67b3b2cd2c780fc4449a7f9c6fbaf6"><code>19e778b</code></a>
Fix addSource condition (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2524">#2524</a>)</li>
<li><a
href="https://github.com/visgl/react-map-gl/commit/e4d2dfa730edbe46f6f378231d34b97a2a24cf9c"><code>e4d2dfa</code></a>
Use name of defined component (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2522">#2522</a>)</li>
<li><a
href="https://github.com/visgl/react-map-gl/commit/607d5dc6dff64fcb44d21451d1160131bf676af7"><code>607d5dc</code></a>
wrap jumpTo as internal update (<a
href="https://redirect.github.com/visgl/react-map-gl/issues/2516">#2516</a>)</li>
<li><a
href="https://github.com/visgl/react-map-gl/commit/129848b624a30067c8e403f232fb09394b339342"><code>129848b</code></a>
v8.1.0-alpha.1</li>
<li>Additional commits viewable in <a
href="https://github.com/visgl/react-map-gl/compare/v7.1.9...v8.1.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b64146c commit 3643f55
2 files changed
+19
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2391 | 2391 | | |
2392 | 2392 | | |
2393 | 2393 | | |
2394 | | - | |
2395 | | - | |
2396 | | - | |
2397 | | - | |
2398 | | - | |
2399 | | - | |
2400 | | - | |
2401 | 2394 | | |
2402 | 2395 | | |
2403 | 2396 | | |
| |||
2595 | 2588 | | |
2596 | 2589 | | |
2597 | 2590 | | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
| 2595 | + | |
| 2596 | + | |
| 2597 | + | |
| 2598 | + | |
| 2599 | + | |
| 2600 | + | |
| 2601 | + | |
| 2602 | + | |
2598 | 2603 | | |
2599 | 2604 | | |
2600 | 2605 | | |
| |||
7192 | 7197 | | |
7193 | 7198 | | |
7194 | 7199 | | |
7195 | | - | |
7196 | | - | |
7197 | | - | |
7198 | | - | |
| 7200 | + | |
| 7201 | + | |
| 7202 | + | |
| 7203 | + | |
7199 | 7204 | | |
7200 | | - | |
7201 | | - | |
| 7205 | + | |
| 7206 | + | |
7202 | 7207 | | |
7203 | 7208 | | |
7204 | 7209 | | |
| |||
0 commit comments