[openstreetmap/openstreetmap-website] Bump the dependencies group with 3 updates (PR #7376)
dependabot[bot]
notifications at github.com
Wed Sep 9 23:13:42 UTC 2026
Bumps the dependencies group with 3 updates: [terra-draw](https://github.com/JamesLMilner/terra-draw), [eslint](https://github.com/eslint/eslint) and [globals](https://github.com/sindresorhus/globals).
Updates `terra-draw` from 1.32.3 to 1.33.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/JamesLMilner/terra-draw/releases">terra-draw's releases</a>.</em></p>
<blockquote>
<h1>terra-draw 1.33.0</h1>
<h2><a href="https://github.com/JamesLMilner/terra-draw/compare/terra-draw@1.32.3...terra-draw@1.33.0">1.33.0</a> (2026-09-01)</h2>
<h3>feat</h3>
<ul>
<li><strong>terra-draw:</strong> add ellipse mode (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/944">#944</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/e7f7dfe632d6c0b7c0d49e1ceea5e56b1a32857a"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/944">#944</a></li>
<li><strong>terra-draw:</strong> support degree snapping (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/947">#947</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/115cf41a575dff453c7dcef0aa4a97c5f7adb369"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/947">#947</a></li>
</ul>
<h3>fix</h3>
<ul>
<li><strong>terra-draw:</strong> fix issues with select mode resizeable (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/943">#943</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/200a48e372426e8cf1a893f80a8f5cdd845dfddf"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/943">#943</a></li>
<li><strong>terra-draw:</strong> resolve minor bugs in circle mode (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/936">#936</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/2cfda20add2fc96a5f446b51d788ef4a0f9acca0"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/936">#936</a></li>
<li><strong>terra-draw:</strong> small freehand mode bugfixes (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/937">#937</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/bf77370fe7bae51f718300ad878499510407894f"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/937">#937</a></li>
<li><strong>terra-draw:</strong> use the correct projection on initial ellipse creation (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/946">#946</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/929a656f323f963c8b127bb85046eefd426eaaa1"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/946">#946</a></li>
<li><strong>terra-draw:</strong> validate mode options more thoroughly (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/939">#939</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/a7e36a6e3b44af149f2f73036f47b53bb64e6c03"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/939">#939</a></li>
</ul>
<h3>chore</h3>
<ul>
<li><strong>terra-draw:</strong> enforce preventing unused variables and imports (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/935">#935</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/3d6213c4603509d3c8699e729783a2060c093c67"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/935">#935</a></li>
<li><strong>terra-draw:</strong> fix type error when running tests (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/945">#945</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/3e5494556f0931e6f0929c05c57eb1c09d23fd51"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/945">#945</a></li>
<li><strong>terra-draw:</strong> remove benchmark from coverage (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/940">#940</a>) (<a href="https://github.com/JamesLMilner/terra-draw/commit/113c51a5bfd729a8447e76f578e3434f65eddda5"></a>), closes <a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/940">#940</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/b6d0c18779b204b054a99d5a6cc1906f95fb3503"><code>b6d0c18</code></a> chore(terra-draw): release version 1.33.0</li>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/115cf41a575dff453c7dcef0aa4a97c5f7adb369"><code>115cf41</code></a> feat(terra-draw): support degree snapping (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/947">#947</a>)</li>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/929a656f323f963c8b127bb85046eefd426eaaa1"><code>929a656</code></a> fix(terra-draw): use the correct projection on initial ellipse creation (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/946">#946</a>)</li>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/e7f7dfe632d6c0b7c0d49e1ceea5e56b1a32857a"><code>e7f7dfe</code></a> feat(terra-draw): add ellipse mode (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/944">#944</a>)</li>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/3e5494556f0931e6f0929c05c57eb1c09d23fd51"><code>3e54945</code></a> chore(terra-draw): fix type error when running tests (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/945">#945</a>)</li>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/200a48e372426e8cf1a893f80a8f5cdd845dfddf"><code>200a48e</code></a> fix(terra-draw): fix issues with select mode resizeable (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/943">#943</a>)</li>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/113c51a5bfd729a8447e76f578e3434f65eddda5"><code>113c51a</code></a> chore(terra-draw): remove benchmark from coverage (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/940">#940</a>)</li>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/a7e36a6e3b44af149f2f73036f47b53bb64e6c03"><code>a7e36a6</code></a> fix(terra-draw): validate mode options more thoroughly (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/939">#939</a>)</li>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/bf77370fe7bae51f718300ad878499510407894f"><code>bf77370</code></a> fix(terra-draw): small freehand mode bugfixes (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/937">#937</a>)</li>
<li><a href="https://github.com/JamesLMilner/terra-draw/commit/2cfda20add2fc96a5f446b51d788ef4a0f9acca0"><code>2cfda20</code></a> fix(terra-draw): resolve minor bugs in circle mode (<a href="https://redirect.github.com/JamesLMilner/terra-draw/issues/936">#936</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/JamesLMilner/terra-draw/compare/terra-draw@1.32.3...terra-draw@1.33.0">compare view</a></li>
</ul>
</details>
<br />
Updates `eslint` from 10.9.1 to 10.10.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>v10.10.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/264b4346d1963701df0c398b4aeb2f6e8b2af93e"><code>264b434</code></a> feat: add <code>d</code> and <code>v</code> flags to <code>no-unexpected-multiline</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21305">#21305</a>) (Gihyeon Jeong / 정기현)</li>
<li><a href="https://github.com/eslint/eslint/commit/c6cc6c592f30901345d94ef75e0d42c1894fae6c"><code>c6cc6c5</code></a> feat: check <code>Object.prototype</code> property names in <code>new-cap</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21269">#21269</a>) (crimsonjay0)</li>
<li><a href="https://github.com/eslint/eslint/commit/5661fa65fde9fd4c14f0b730e3cee6a42fc657c1"><code>5661fa6</code></a> feat: no-extra-bind false negatives with class fields and static blocks (<a href="https://redirect.github.com/eslint/eslint/issues/21260">#21260</a>) (synthex-byte)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/bb47dc6da2399a8f76c0c0c3273e6bc314c480e5"><code>bb47dc6</code></a> fix: update dependency file-entry-cache to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20801">#20801</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/427ac0a014066c36aa57fa8fa9af20fd9fb591e1"><code>427ac0a</code></a> fix: use format strings in debug calls (<a href="https://redirect.github.com/eslint/eslint/issues/21247">#21247</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/9d8153223dbf47b9aecdc1474202aaee4845f146"><code>9d81532</code></a> fix: support <code>__proto__</code> in <code>/* exported */</code> comments (<a href="https://redirect.github.com/eslint/eslint/issues/21261">#21261</a>) (sethamus)</li>
<li><a href="https://github.com/eslint/eslint/commit/87e0a082438264ad90b87fd74165ab4fd90f63ef"><code>87e0a08</code></a> fix: prefer-object-has-own autofix breaks when Object is shadowed (<a href="https://redirect.github.com/eslint/eslint/issues/21282">#21282</a>) (김채영)</li>
<li><a href="https://github.com/eslint/eslint/commit/8e2cb142217f2efee1d10dcc02bfb75145ae775d"><code>8e2cb14</code></a> fix: <code>new-cap</code> false positive for <code>UTC</code> calls with <code>properties: false</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21275">#21275</a>) (Pixel)</li>
<li><a href="https://github.com/eslint/eslint/commit/9f4a364ab0ade048dfce1f37792b1d461d866e55"><code>9f4a364</code></a> fix: Ignore static imports in no-unreachable (<a href="https://redirect.github.com/eslint/eslint/issues/21276">#21276</a>) (Taha Kotil)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/2417cad57d7d1bc4cf3ecf0f0575cfb10ff2011c"><code>2417cad</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/9cecb8a0a2348070abf72321965d41919c7cc626"><code>9cecb8a</code></a> docs: document <code>\c</code> control letter escapes in no-control-regex (<a href="https://redirect.github.com/eslint/eslint/issues/21286">#21286</a>) (한국)</li>
<li><a href="https://github.com/eslint/eslint/commit/8724829f69f8ed80c876e3a5a017da199ce78739"><code>8724829</code></a> docs: update compat table links (<a href="https://redirect.github.com/eslint/eslint/issues/21263">#21263</a>) (fnx)</li>
<li><a href="https://github.com/eslint/eslint/commit/5634542be580750ffb1a5766470f9e9c72719696"><code>5634542</code></a> docs: Clarify eqeqeq suggestion behavior (<a href="https://redirect.github.com/eslint/eslint/issues/21256">#21256</a>) (Müslüm Yılmaz)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/b3d876b46083d67899eb1d9613118c1c583632a2"><code>b3d876b</code></a> chore: disable npm audit in ecosystem tests (<a href="https://redirect.github.com/eslint/eslint/issues/21306">#21306</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/1696682791661c13167eb905da2f38d1b8f4a3bf"><code>1696682</code></a> ci: restore EMFILE test on Node.js 26 (<a href="https://redirect.github.com/eslint/eslint/issues/21297">#21297</a>) (Marry (Subin Yang))</li>
<li><a href="https://github.com/eslint/eslint/commit/2c7f5d6f47a92e8c0847af103e40fdb2f4dc61ef"><code>2c7f5d6</code></a> chore: update github/codeql-action action to v4.37.9 (<a href="https://redirect.github.com/eslint/eslint/issues/21296">#21296</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/3c753f18b461bfbf36d41a79a7863c093ef48489"><code>3c753f1</code></a> chore: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/21289">#21289</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/1c734690bf6f4f9c542bec428d5a1a5c6cc4a19b"><code>1c73469</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21280">#21280</a>) (ESLint Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/08a02be429e21fc93d86c8dd16cec6dc945ea2c1"><code>08a02be</code></a> test: add error locations to <code>no-extra-boolean-cast</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21266">#21266</a>) (lumir)</li>
<li><a href="https://github.com/eslint/eslint/commit/77bb1db8e730b7da2347c647d60f215706aa349a"><code>77bb1db</code></a> chore: update github/codeql-action action to v4.37.8 (<a href="https://redirect.github.com/eslint/eslint/issues/21270">#21270</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/007e81ac0ad66bd0be4887d88a276df292ae0bed"><code>007e81a</code></a> ci: skip EMFILE test on Node.js 26 (<a href="https://redirect.github.com/eslint/eslint/issues/21265">#21265</a>) (lumir)</li>
<li><a href="https://github.com/eslint/eslint/commit/0430280e7cca9dc0fdbf0bc50464e98e84285c49"><code>0430280</code></a> chore: improve ecosystem tests compatibility on Windows (<a href="https://redirect.github.com/eslint/eslint/issues/21178">#21178</a>) (crimsonjay0)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/3f20a57c6293371b6193d3fb6746c2b7b2ac2689"><code>3f20a57</code></a> 10.10.0</li>
<li><a href="https://github.com/eslint/eslint/commit/f4e5284803854423c4c2536696888c28ce4a151f"><code>f4e5284</code></a> Build: changelog update for 10.10.0</li>
<li><a href="https://github.com/eslint/eslint/commit/bb47dc6da2399a8f76c0c0c3273e6bc314c480e5"><code>bb47dc6</code></a> fix: update dependency file-entry-cache to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20801">#20801</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/427ac0a014066c36aa57fa8fa9af20fd9fb591e1"><code>427ac0a</code></a> fix: use format strings in debug calls (<a href="https://redirect.github.com/eslint/eslint/issues/21247">#21247</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/b3d876b46083d67899eb1d9613118c1c583632a2"><code>b3d876b</code></a> chore: disable npm audit in ecosystem tests (<a href="https://redirect.github.com/eslint/eslint/issues/21306">#21306</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/9d8153223dbf47b9aecdc1474202aaee4845f146"><code>9d81532</code></a> fix: support <code>__proto__</code> in <code>/* exported */</code> comments (<a href="https://redirect.github.com/eslint/eslint/issues/21261">#21261</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/264b4346d1963701df0c398b4aeb2f6e8b2af93e"><code>264b434</code></a> feat: add <code>d</code> and <code>v</code> flags to <code>no-unexpected-multiline</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21305">#21305</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/1696682791661c13167eb905da2f38d1b8f4a3bf"><code>1696682</code></a> ci: restore EMFILE test on Node.js 26 (<a href="https://redirect.github.com/eslint/eslint/issues/21297">#21297</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/2c7f5d6f47a92e8c0847af103e40fdb2f4dc61ef"><code>2c7f5d6</code></a> chore: update github/codeql-action action to v4.37.9 (<a href="https://redirect.github.com/eslint/eslint/issues/21296">#21296</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/87e0a082438264ad90b87fd74165ab4fd90f63ef"><code>87e0a08</code></a> fix: prefer-object-has-own autofix breaks when Object is shadowed (<a href="https://redirect.github.com/eslint/eslint/issues/21282">#21282</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v10.9.1...v10.10.0">compare view</a></li>
</ul>
</details>
<br />
Updates `globals` from 17.11.0 to 17.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sindresorhus/globals/releases">globals's releases</a>.</em></p>
<blockquote>
<h2>v17.12.0</h2>
<ul>
<li>Update globals (2026-09-01) (<a href="https://redirect.github.com/sindresorhus/globals/issues/353">#353</a>) 50a2119</li>
<li>Add <code>__webpack_layer__</code> global (<a href="https://redirect.github.com/sindresorhus/globals/issues/351">#351</a>) 779a11a</li>
</ul>
<hr />
<p><a href="https://github.com/sindresorhus/globals/compare/v17.11.0...v17.12.0">https://github.com/sindresorhus/globals/compare/v17.11.0...v17.12.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sindresorhus/globals/commit/98008c3200fc994ef3c074699e8ce0c9691fd071"><code>98008c3</code></a> 17.12.0</li>
<li><a href="https://github.com/sindresorhus/globals/commit/50a2119777b37fef046c2e0bc24bca0bd9feb0be"><code>50a2119</code></a> Update globals (2026-09-01) (<a href="https://redirect.github.com/sindresorhus/globals/issues/353">#353</a>)</li>
<li><a href="https://github.com/sindresorhus/globals/commit/779a11a345f072a7fbb76b8b92458987a9a8fa38"><code>779a11a</code></a> Add <code>__webpack_layer__</code> global (<a href="https://redirect.github.com/sindresorhus/globals/issues/351">#351</a>)</li>
<li>See full diff in <a href="https://github.com/sindresorhus/globals/compare/v17.11.0...v17.12.0">compare view</a></li>
</ul>
</details>
<br />
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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/7376
-- Commit Summary --
* Bump the dependencies group with 3 updates
-- File Changes --
M yarn.lock (142)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/7376.patch
https://github.com/openstreetmap/openstreetmap-website/pull/7376.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7376
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/7376 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260909/d6cef980/attachment-0001.htm>
More information about the rails-dev
mailing list