[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [i18next](https://github.com/i18next/i18next) from 25.10.5 to
25.10.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.10.9</h2>
<ul>
<li>feat(types): export <code>SelectorParam<Ns, KPrefix></code>
helper type — a stable, readable alternative to
<code>Parameters<TFunction<Ns>>[0]</code> for typing
selector function props <a
href="https://redirect.github.com/i18next/i18next/issues/2414">2414</a></li>
</ul>
<h2>v25.10.8</h2>
<ul>
<li>fix(types): reorder <code>TFunctionSelector</code> overloads so
<code>Parameters<TFunction></code> resolves to the general
selector signature instead of the branded <code>SelectorKey</code> type
<a
href="https://redirect.github.com/i18next/i18next/issues/2412">2412</a></li>
</ul>
<h2>v25.10.7</h2>
<ul>
<li>feat(types): support typescript 6 to address <a
href="https://redirect.github.com/i18next/react-i18next/issues/1910">i18next/react-i18next#1910</a></li>
</ul>
<h2>v25.10.6</h2>
<ul>
<li>feat(types): support typescript 6 to address <a
href="https://redirect.github.com/i18next/react-i18next/issues/1910">i18next/react-i18next#1910</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.10.9</h2>
<ul>
<li>feat(types): export <code>SelectorParam<Ns, KPrefix></code>
helper type — a stable, readable alternative to
<code>Parameters<TFunction<Ns>>[0]</code> for typing
selector function props <a
href="https://redirect.github.com/i18next/i18next/issues/2414">2414</a></li>
</ul>
<h2>25.10.8</h2>
<ul>
<li>fix(types): reorder <code>TFunctionSelector</code> overloads so
<code>Parameters<TFunction></code> resolves to the general
selector signature instead of the branded <code>SelectorKey</code> type
<a
href="https://redirect.github.com/i18next/i18next/issues/2412">2412</a></li>
</ul>
<h2>25.10.7</h2>
<ul>
<li>feat(types): support typescript 6 to address <a
href="https://redirect.github.com/i18next/react-i18next/issues/1910">i18next/react-i18next#1910</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8ea74a9794"><code>8ea74a9</code></a>
25.10.9</li>
<li><a
href="74220cce3f"><code>74220cc</code></a>
lint fix</li>
<li><a
href="c972af2cd0"><code>c972af2</code></a>
feat(types): export <code>SelectorParam\<Ns, KPrefix></code>
helper type — a stable, read...</li>
<li><a
href="2b5313d855"><code>2b5313d</code></a>
jsr update</li>
<li><a
href="c11655ffb2"><code>c11655f</code></a>
25.10.8</li>
<li><a
href="5bb5665ac4"><code>5bb5665</code></a>
fix(types): reorder <code>TFunctionSelector</code> overloads so
<code>Parameters\<TFunction></code> ...</li>
<li><a
href="db8f9690fe"><code>db8f969</code></a>
jsr update</li>
<li><a
href="3d830d53e2"><code>3d830d5</code></a>
25.10.7</li>
<li><a
href="f4fbcffe0b"><code>f4fbcff</code></a>
fix typo in my last commit</li>
<li><a
href="de33cbdc7b"><code>de33cbd</code></a>
jsr update</li>
<li>Additional commits viewable in <a
href="https://github.com/i18next/i18next/compare/v25.10.5...v25.10.9">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-i18next](https://github.com/i18next/react-i18next) from
16.6.2 to 16.6.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's
changelog</a>.</em></p>
<blockquote>
<h3>16.6.5</h3>
<ul>
<li>fix(types): selector keyPrefix overload in
<code>useTranslation</code> no longer matches when
<code>keyPrefix</code> is absent, fixing <code>defaultNS: false</code>
with explicit <code>ns</code> option <a
href="https://redirect.github.com/i18next/i18next/issues/2412">2412</a></li>
</ul>
<h3>16.6.4</h3>
<ul>
<li>allow TypeScript 6 as peer dependency <a
href="https://redirect.github.com/i18next/react-i18next/issues/1910">1910</a></li>
</ul>
<h3>16.6.3</h3>
<ul>
<li>fix(types): merge <code>TransSelector</code> overloads into a single
signature so <code>typeof Trans</code> remains extendable <a
href="https://redirect.github.com/i18next/react-i18next/issues/1909">1909</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9f830e1df1"><code>9f830e1</code></a>
16.6.5</li>
<li><a
href="9f0005f858"><code>9f0005f</code></a>
fix(types): selector keyPrefix overload in <code>useTranslation</code>
no longer matches...</li>
<li><a
href="f820b806d7"><code>f820b80</code></a>
16.6.4</li>
<li><a
href="339aaa2007"><code>339aaa2</code></a>
allow TypeScript 6 as peer dependency <a
href="https://redirect.github.com/i18next/react-i18next/issues/1910">#1910</a></li>
<li><a
href="10912d531d"><code>10912d5</code></a>
16.6.3</li>
<li><a
href="18369a3959"><code>18369a3</code></a>
fix <a
href="https://redirect.github.com/i18next/react-i18next/issues/1909">#1909</a></li>
<li>See full diff in <a
href="https://github.com/i18next/react-i18next/compare/v16.6.2...v16.6.5">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-i18next](https://github.com/i18next/react-i18next) from
16.6.1 to 16.6.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's
changelog</a>.</em></p>
<blockquote>
<h3>16.6.2</h3>
<ul>
<li>feat(types): <code>useTranslation</code> now accepts selector
functions as <code>keyPrefix</code> with full type-safe key narrowing
when <code>enableSelector</code> is enabled <a
href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5190452b99"><code>5190452</code></a>
16.6.2</li>
<li><a
href="598dd8e0d7"><code>598dd8e</code></a>
address: <a
href="https://redirect.github.com/i18next/i18next/issues/2367">i18next/i18next#2367</a></li>
<li>See full diff in <a
href="https://github.com/i18next/react-i18next/compare/v16.6.1...v16.6.2">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[@mapbox/mapbox-gl-rtl-text](https://github.com/mapbox/mapbox-gl-rtl-text)
from 0.3.0 to 0.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mapbox/mapbox-gl-rtl-text/releases"><code>@mapbox/mapbox-gl-rtl-text</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.4.0</h2>
<ul>
<li>Modernized the code <a
href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/38">#38</a>:
<ul>
<li>Reduced plugin bundle size by ~15%</li>
<li>Significantly reduced memory usage (from 16 MB to 256 kB)</li>
<li>Improved performance by reducing small allocations</li>
<li>Modernized development tooling</li>
</ul>
</li>
<li>Fixed a bug with empty text handling (h/t <a
href="https://github.com/Omkarthipparthi"><code>@Omkarthipparthi</code></a>
<a
href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/36">#36</a>)</li>
</ul>
<p>⚠️ This is the last version distributed as single UMD file. The next
one will be released as a combination of a tiny ESM JS bundle and a
separate WASM file.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cf49b7dceb"><code>cf49b7d</code></a>
0.4.0</li>
<li><a
href="86ad838ba0"><code>86ad838</code></a>
Optimize memory usage, modernize & simplify tooling (<a
href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/38">#38</a>)</li>
<li><a
href="ad0f8bc14f"><code>ad0f8bc</code></a>
Add test for empty text handling in styled bidirectional processing (<a
href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/36">#36</a>)</li>
<li><a
href="1f9e4ea847"><code>1f9e4ea</code></a>
Create codeql-analysis.yml</li>
<li><a
href="800d8d7803"><code>800d8d7</code></a>
SECANDCOMP-1321: deleting CodeQL across the org; will be replaced with
Prisma...</li>
<li>See full diff in <a
href="https://github.com/mapbox/mapbox-gl-rtl-text/compare/v0.3.0...v0.4.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~mbx-npm-07-production">mbx-npm-07-production</a>,
a new releaser for <code>@mapbox/mapbox-gl-rtl-text</code> since your
current version.</p>
</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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [i18next](https://github.com/i18next/i18next) from 25.10.4 to
25.10.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.10.5</h2>
<ul>
<li>feat(types): selector functions as <code>keyPrefix</code> in
<code>getFixedT</code> now provide full type-safe key narrowing — the
returned <code>t</code> function is scoped to the prefix subtree <a
href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.10.5</h2>
<ul>
<li>feat(types): selector functions as <code>keyPrefix</code> in
<code>getFixedT</code> now provide full type-safe key narrowing — the
returned <code>t</code> function is scoped to the prefix subtree <a
href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="83230b8f48"><code>83230b8</code></a>
25.10.5</li>
<li><a
href="79aa4d6245"><code>79aa4d6</code></a>
address <a
href="https://redirect.github.com/i18next/i18next/issues/2367">#2367</a></li>
<li><a
href="06f4ef70f2"><code>06f4ef7</code></a>
address <a
href="https://redirect.github.com/i18next/i18next/issues/2367">#2367</a></li>
<li><a
href="7902915328"><code>7902915</code></a>
fix changelog</li>
<li><a
href="640ae9a2b2"><code>640ae9a</code></a>
jsr update</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.10.4...v25.10.5">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.50.3
to 1.50.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/i18next/i18next-cli/compare/v1.50.3...v1.50.4">1.50.4</a>
- 2026-03-22</h2>
<ul>
<li>Fix namespaces containing spaces (e.g.
<code>useTranslation(['Generic category'])</code> or
<code>{ ns: 'Example two' }</code>) being incorrectly rejected by the
natural-language
heuristic and merged back into the key. The check now only applies when
the
namespace was derived from splitting a key string by
<code>nsSeparator</code>, not when it
was explicitly provided. Fixes <a
href="https://redirect.github.com/i18next/i18next-cli/issues/221">#221</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4ff748e26f"><code>4ff748e</code></a>
1.50.4</li>
<li><a
href="5691e24b5c"><code>5691e24</code></a>
Fix namespaces containing spaces <a
href="https://redirect.github.com/i18next/i18next-cli/issues/221">#221</a></li>
<li>See full diff in <a
href="https://github.com/i18next/i18next-cli/compare/v1.50.3...v1.50.4">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-i18next](https://github.com/i18next/react-i18next) from
16.5.8 to 16.6.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's
changelog</a>.</em></p>
<blockquote>
<h3>16.6.1</h3>
<ul>
<li>feat(types): i18nKey of <code><Trans i18nKey={sk} /></code> to
accept a <code>SelectorKey</code> <a
href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li>
</ul>
<h3>16.6.0</h3>
<ul>
<li>warn when <code>t</code> is called before <code>ready</code> with
<code>useSuspense: false</code> <a
href="https://redirect.github.com/i18next/react-i18next/issues/1896">1896</a></li>
<li>type-safe <code>values</code> prop on <code><Trans /></code>
component — interpolation variables are now inferred from the
translation string when custom types are configured <a
href="https://redirect.github.com/i18next/react-i18next/issues/1772">1772</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="683156b25c"><code>683156b</code></a>
16.6.1</li>
<li><a
href="723d84bbcb"><code>723d84b</code></a>
feat(types): i18nKey of <code>\<Trans i18nKey={sk} /></code> to
accept a <code>SelectorKey</code></li>
<li><a
href="5c9f9f04e2"><code>5c9f9f0</code></a>
update i18next dep</li>
<li><a
href="3a68a0bcc0"><code>3a68a0b</code></a>
16.6.0</li>
<li><a
href="87eac5f84b"><code>87eac5f</code></a>
type-safe <code>values</code> prop on <code>\<Trans /></code>
component — interpolation variables ar...</li>
<li><a
href="522885581d"><code>5228855</code></a>
warn when <code>t</code> is called before <code>ready</code> with
<code>useSuspense: false</code> <a
href="https://redirect.github.com/i18next/react-i18next/issues/1896">#1896</a></li>
<li><a
href="a75ef78d50"><code>a75ef78</code></a>
update deps and adjust tests</li>
<li>See full diff in <a
href="https://github.com/i18next/react-i18next/compare/v16.5.8...v16.6.1">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.10.0 to
25.10.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.10.4</h2>
<ul>
<li>feat(types): i18nKey of <code><Trans i18nKey={sk} /></code> to
accept a <code>SelectorKey</code> <a
href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li>
</ul>
<h2>v25.10.3</h2>
<ul>
<li>check also for I18NEXT_NO_SUPPORT_NOTICE env variable</li>
</ul>
<h2>v25.10.2</h2>
<ul>
<li>feat(types): <code>keyFromSelector</code> is now type-safe — the
selector callback is constrained against your resource definitions,
catching invalid keys at compile time. Supports optional <code>ns</code>
and <code>keyPrefix</code> options for non-default namespace/prefix
contexts <a
href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li>
</ul>
<h2>v25.10.1</h2>
<ul>
<li>fix(types): <code>FilterKeys</code> now correctly excludes base keys
that have context variants when the provided context doesn't match any
of them (e.g. key <code>some</code> with variant <code>some_me</code> is
no longer accessible with <code>context="one"</code>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.10.4</h2>
<ul>
<li>feat(types): <code>exists()</code> is now a type guard that narrows
the key to <code>SelectorKey</code>, so a validated key can be passed
directly to <code>t()</code> <a
href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li>
</ul>
<h2>25.10.3</h2>
<ul>
<li>check also for I18NEXT_NO_SUPPORT_NOTICE env variable</li>
</ul>
<h2>25.10.2</h2>
<ul>
<li>feat(types): <code>keyFromSelector</code> is now type-safe — the
selector callback is constrained against your resource definitions,
catching invalid keys at compile time. Supports optional <code>ns</code>
and <code>keyPrefix</code> options for non-default namespace/prefix
contexts <a
href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li>
</ul>
<h2>25.10.1</h2>
<ul>
<li>fix(types): <code>FilterKeys</code> now correctly excludes base keys
that have context variants when the provided context doesn't match any
of them (e.g. key <code>some</code> with variant <code>some_me</code> is
no longer accessible with <code>context="one"</code>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="de429ab17d"><code>de429ab</code></a>
25.10.4</li>
<li><a
href="3eb1b35b91"><code>3eb1b35</code></a>
feat(types): i18nKey of <code>\<Trans i18nKey={sk} /></code> to
accept a <code>SelectorKey</code> <a
href="https://redirect.github.com/i18next/i18next/issues/2364">#2364</a></li>
<li><a
href="53220b7fb8"><code>53220b7</code></a>
jsr update</li>
<li><a
href="908d0376bb"><code>908d037</code></a>
25.10.3</li>
<li><a
href="4e0b5da297"><code>4e0b5da</code></a>
check also for I18NEXT_NO_SUPPORT_NOTICE env variable <a
href="https://redirect.github.com/i18next/i18next/issues/2407">#2407</a></li>
<li><a
href="4767835124"><code>4767835</code></a>
cosmetics</li>
<li><a
href="a55aa67508"><code>a55aa67</code></a>
jsr update</li>
<li><a
href="e5dbafe3c2"><code>e5dbafe</code></a>
25.10.2</li>
<li><a
href="166ce5abd8"><code>166ce5a</code></a>
feat(types): <code>keyFromSelector</code> is now type-safe — the
selector callback is co...</li>
<li><a
href="40f17d88ff"><code>40f17d8</code></a>
jsr update</li>
<li>Additional commits viewable in <a
href="https://github.com/i18next/i18next/compare/v25.10.0...v25.10.4">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.8.20 to
25.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.10.0</h2>
<ul>
<li>feat(types): <code>keyFromSelector</code> now returns a branded
<code>SelectorKey</code> type that <code>t()</code> accepts directly,
enabling pre-computed and reusable translation keys <a
href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li>
<li>feat: support selector syntax for <code>keyPrefix</code> in
<code>getFixedT</code> and per-call options <a
href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li>
<li>feat(types): interpolation values are now automatically typed based
on built-in format specifiers — <code>{{val, number}}</code> requires
<code>number</code>, <code>{{val, datetime}}</code> requires
<code>Date</code>, <code>{{name}}</code> requires <code>string</code>,
etc. Custom formatters can be typed via
<code>interpolationFormatTypeMap</code> in
<code>CustomTypeOptions</code> <a
href="https://redirect.github.com/i18next/i18next/issues/2378">2378</a></li>
<li>fix(types): <code>FilterKeys</code> in selector mode now preserves
non-context, non-plural leaf keys when <code>context</code> is provided,
fixing incorrect type narrowing when combining <code>returnObjects:
true</code> with <code>context</code> <a
href="https://redirect.github.com/i18next/i18next/issues/2398">2398</a></li>
</ul>
<h2>v25.9.0</h2>
<ul>
<li>feat(types): selector API now enforces <code>{ count: number
}</code> when a key resolves to plural forms <a
href="https://redirect.github.com/i18next/i18next/issues/2373">2373</a></li>
<li>fix(types): string unions with invalid members are now correctly
detected as type errors when used as context option <a
href="https://redirect.github.com/i18next/i18next/issues/2172">2172</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.10.0</h2>
<ul>
<li>feat(types): <code>keyFromSelector</code> now returns a branded
<code>SelectorKey</code> type that <code>t()</code> accepts directly,
enabling pre-computed and reusable translation keys <a
href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li>
<li>feat: support selector syntax for <code>keyPrefix</code> in
<code>getFixedT</code> and per-call options <a
href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li>
<li>feat(types): interpolation values are now automatically typed based
on built-in format specifiers — <code>{{val, number}}</code> requires
<code>number</code>, <code>{{val, datetime}}</code> requires
<code>Date</code>, <code>{{name}}</code> requires <code>string</code>,
etc. Custom formatters can be typed via
<code>interpolationFormatTypeMap</code> in
<code>CustomTypeOptions</code> <a
href="https://redirect.github.com/i18next/i18next/issues/2378">2378</a></li>
<li>fix(types): <code>FilterKeys</code> in selector mode now preserves
non-context, non-plural leaf keys when <code>context</code> is provided,
fixing incorrect type narrowing when combining <code>returnObjects:
true</code> with <code>context</code> <a
href="https://redirect.github.com/i18next/i18next/issues/2398">2398</a></li>
</ul>
<h2>25.9.0</h2>
<ul>
<li>feat(types): selector API now enforces <code>{ count: number
}</code> when a key resolves to plural forms <a
href="https://redirect.github.com/i18next/i18next/issues/2373">2373</a></li>
<li>fix(types): string unions with invalid members are now correctly
detected as type errors when used as context option <a
href="https://redirect.github.com/i18next/i18next/issues/2172">2172</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="96f89c6ddb"><code>96f89c6</code></a>
25.10.0</li>
<li><a
href="2f7833c6a8"><code>2f7833c</code></a>
remove debug.test</li>
<li><a
href="4b6a3f9965"><code>4b6a3f9</code></a>
prepare release</li>
<li><a
href="c1958a235b"><code>c1958a2</code></a>
feat(types): interpolation values are now automatically typed based on
built-...</li>
<li><a
href="f2c76d96de"><code>f2c76d9</code></a>
feat(types): try to address <a
href="https://redirect.github.com/i18next/i18next/issues/2378">#2378</a>
and <a
href="https://redirect.github.com/i18next/i18next/issues/2398">#2398</a></li>
<li><a
href="9469766b4a"><code>9469766</code></a>
feat: support selector syntax for <code>keyPrefix</code> in
<code>getFixedT</code> and per-call opt...</li>
<li><a
href="26af5ee5c8"><code>26af5ee</code></a>
branded SelectorKey <a
href="https://redirect.github.com/i18next/i18next/issues/2364">#2364</a></li>
<li><a
href="1163a799c2"><code>1163a79</code></a>
jsr update</li>
<li><a
href="da3dc6d277"><code>da3dc6d</code></a>
25.9.0</li>
<li><a
href="05c326a726"><code>05c326a</code></a>
format styling</li>
<li>Additional commits viewable in <a
href="https://github.com/i18next/i18next/compare/v25.8.20...v25.10.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sass](https://github.com/sass/dart-sass) from 1.97.3 to 1.98.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.98.0</h2>
<p>To install Sass 1.98.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<h3>Command-Line Interface</h3>
<ul>
<li>Gracefully handle dependency loops in <code>--watch</code>
mode.</li>
</ul>
<h3>Dart API</h3>
<ul>
<li>Add a <code>const Logger.defaultLogger</code> field. This provides a
logger that emits to standard error or the browser console, but
automatically chooses whether to use terminal colors.</li>
</ul>
<h3>JavaScript API</h3>
<ul>
<li>
<p>Fix a crash when manually constructing a <code>SassCalculation</code>
for <code>'calc'</code> with an argument that can't be simplified.</p>
</li>
<li>
<p>Properly emit deprecation warnings as text rather than
<code>StringBuffer</code> objects when running in a browser.</p>
</li>
<li>
<p>Emit colored warnings and other messages on the console when running
in a browser.</p>
</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1980">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.98.0</h2>
<h3>Command-Line Interface</h3>
<ul>
<li>Gracefully handle dependency loops in <code>--watch</code>
mode.</li>
</ul>
<h3>Dart API</h3>
<ul>
<li>Add a <code>const Logger.defaultLogger</code> field. This provides a
logger that emits to
standard error or the browser console, but automatically chooses whether
to
use terminal colors.</li>
</ul>
<h3>JavaScript API</h3>
<ul>
<li>
<p>Fix a crash when manually constructing a <code>SassCalculation</code>
for <code>'calc'</code> with
an argument that can't be simplified.</p>
</li>
<li>
<p>Properly emit deprecation warnings as text rather than
<code>StringBuffer</code> objects
when running in a browser.</p>
</li>
<li>
<p>Emit colored warnings and other messages on the console when running
in a
browser.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5a81ae3348"><code>5a81ae3</code></a>
Bump version to 1.98.0 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2754">#2754</a>)</li>
<li><a
href="e25e71ddd8"><code>e25e71d</code></a>
Update immutable to v5.1.5 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2753">#2753</a>)</li>
<li><a
href="43fac1a989"><code>43fac1a</code></a>
Bump actions/upload-artifact from 6 to 7 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2747">#2747</a>)</li>
<li><a
href="8b85c9aae6"><code>8b85c9a</code></a>
Bump actions/download-artifact from 7 to 8 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2749">#2749</a>)</li>
<li><a
href="00f83f0c12"><code>00f83f0</code></a>
Bump postcss from 8.5.6 to 8.5.8 in /pkg/sass-parser (<a
href="https://redirect.github.com/sass/dart-sass/issues/2752">#2752</a>)</li>
<li><a
href="0a325a46a7"><code>0a325a4</code></a>
Bump actions/attest-build-provenance from 3 to 4 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2748">#2748</a>)</li>
<li><a
href="7fb3c0f61a"><code>7fb3c0f</code></a>
Gracefully handle dependency loops in watch mode (<a
href="https://redirect.github.com/sass/dart-sass/issues/2746">#2746</a>)</li>
<li><a
href="e86d0445ec"><code>e86d044</code></a>
Bump eslint from 9.39.3 to 10.0.1 in /pkg/sass-parser (<a
href="https://redirect.github.com/sass/dart-sass/issues/2743">#2743</a>)</li>
<li><a
href="4bcd256f99"><code>4bcd256</code></a>
Add Logger.defaultLogger to automatically choose whether to use colors
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2742">#2742</a>)</li>
<li><a
href="c3f8ff0f6c"><code>c3f8ff0</code></a>
Always convert printed objects to strings in JS (<a
href="https://redirect.github.com/sass/dart-sass/issues/2741">#2741</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.97.3...1.98.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[@types/color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/color)
from 4.2.0 to 4.2.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/color">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.8.18 to
25.8.20.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.8.20</h2>
<ul>
<li>
<ul>
<li>fix: <code>getFixedT()</code> selector now resolves namespaces
against the effective <code>ns</code> rather than the global init
options <a
href="https://redirect.github.com/i18next/i18next/issues/2406">#2406</a></li>
</ul>
</li>
</ul>
<h2>v25.8.19</h2>
<ul>
<li>fix: selector API namespace resolution regression for single-string
<code>ns</code> and primary namespace in array <a
href="https://redirect.github.com/i18next/i18next/issues/2405">#2405</a>.
Reverts the broad namespace-prefix rewrite from v25.8.15 and replaces it
with a targeted fix that only rewrites paths starting with a secondary
namespace in a multi-namespace array, matching the type-level contract
of <code>GetSource</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.8.20</h2>
<ul>
<li>
<ul>
<li>fix: <code>getFixedT()</code> selector now resolves namespaces
against the effective <code>ns</code> rather than the global init
options <a
href="https://redirect.github.com/i18next/i18next/issues/2406">2406</a></li>
</ul>
</li>
</ul>
<h2>25.8.19</h2>
<ul>
<li>fix: selector API namespace resolution regression for single-string
<code>ns</code> and primary namespace in array <a
href="https://redirect.github.com/i18next/i18next/issues/2405">2405</a>.
Reverts the broad namespace-prefix rewrite from v25.8.15 and replaces it
with a targeted fix that only rewrites paths starting with a secondary
namespace in a multi-namespace array, matching the type-level contract
of <code>GetSource</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="037e978f33"><code>037e978</code></a>
25.8.20</li>
<li><a
href="8750f7165c"><code>8750f71</code></a>
fix: <code>getFixedT()</code> selector now resolves namespaces against
the effective `ns...</li>
<li><a
href="4736b20b16"><code>4736b20</code></a>
jsr update</li>
<li><a
href="160cde565c"><code>160cde5</code></a>
25.8.19</li>
<li><a
href="88d5145131"><code>88d5145</code></a>
fix <a
href="https://redirect.github.com/i18next/i18next/issues/2405">#2405</a>
by reverting changes in v25.8.15</li>
<li><a
href="938fd1c849"><code>938fd1c</code></a>
jsr update</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.8.18...v25.8.20">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.3 to
3.4.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3bf09091c3"><code>3bf0909</code></a>
3.4.2</li>
<li><a
href="885ddcc33c"><code>885ddcc</code></a>
fix CWE-1321</li>
<li><a
href="0bdba705d1"><code>0bdba70</code></a>
added flatted-view to the benchmark</li>
<li><a
href="2a02dce7c6"><code>2a02dce</code></a>
3.4.1</li>
<li><a
href="fba4e8f2e1"><code>fba4e8f</code></a>
Merge pull request <a
href="https://redirect.github.com/WebReflection/flatted/issues/89">#89</a>
from WebReflection/python-fix</li>
<li><a
href="5fe86485e6"><code>5fe8648</code></a>
added "when in Rome" also a test for PHP</li>
<li><a
href="53517adbef"><code>53517ad</code></a>
some minor improvement</li>
<li><a
href="b3e2a0c387"><code>b3e2a0c</code></a>
Fixing recursion issue in Python too</li>
<li><a
href="c4b46dbcbf"><code>c4b46db</code></a>
Add SECURITY.md for security policy and reporting</li>
<li><a
href="f86d071e0f"><code>f86d071</code></a>
Create dependabot.yml for version updates</li>
<li>Additional commits viewable in <a
href="https://github.com/WebReflection/flatted/compare/v3.3.3...v3.4.2">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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/maplibre/maputnik/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [slugify](https://github.com/simov/slugify) from 1.6.6 to 1.6.8.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/simov/slugify/blob/master/CHANGELOG.md">slugify's
changelog</a>.</em></p>
<blockquote>
<h2>Change Log</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fbbb8ff5b8"><code>fbbb8ff</code></a>
1.6.8</li>
<li><a
href="a71a725abe"><code>a71a725</code></a>
patch: fix package.json</li>
<li><a
href="21b2bfcee1"><code>21b2bfc</code></a>
1.6.7</li>
<li><a
href="f1b83a4008"><code>f1b83a4</code></a>
fix: change declare module to namespace in slugify.d.ts (<a
href="https://redirect.github.com/simov/slugify/issues/206">#206</a>)</li>
<li><a
href="b94fedbf53"><code>b94fedb</code></a>
CI: add Node 24 (<a
href="https://redirect.github.com/simov/slugify/issues/202">#202</a>)</li>
<li><a
href="c99c574fcb"><code>c99c574</code></a>
Add Node.js 22 to CI & update CI actions (<a
href="https://redirect.github.com/simov/slugify/issues/193">#193</a>)</li>
<li><a
href="4860d7efd6"><code>4860d7e</code></a>
Merge pull request <a
href="https://redirect.github.com/simov/slugify/issues/188">#188</a>
from stscoundrel/patch-1</li>
<li><a
href="6dc0bba401"><code>6dc0bba</code></a>
Run CI in Node.js 20</li>
<li><a
href="daab9285fa"><code>daab928</code></a>
Update changelog</li>
<li>See full diff in <a
href="https://github.com/simov/slugify/compare/v1.6.6...v1.6.8">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/view](https://github.com/codemirror/view) from
6.39.17 to 6.40.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@codemirror/view</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.40.0 (2026-03-12)</h2>
<h3>Bug fixes</h3>
<p>Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the
shift modifier when delivered to key event handlers.</p>
<p>Fix an issue where <code>EditorView.moveVertically</code> could move
to the wrong place in wrapped lines with a large line height.</p>
<p>Make sure the selection head associativity is properly set for mouse
selections made with shift held down.</p>
<h3>New features</h3>
<p><code>WidgetType.updateDOM</code> is now called with the previous
widget value as third argument.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4773b2e578"><code>4773b2e</code></a>
Mark version 6.40.0</li>
<li><a
href="773a0ee169"><code>773a0ee</code></a>
Properly track associativity for shift-click selections</li>
<li><a
href="3612d3f726"><code>3612d3f</code></a>
Bring back the vertical scan loop in moveVertically</li>
<li><a
href="bc583754aa"><code>bc58375</code></a>
Don't put Shift-Enter/Backspace/Del through the iOS pending key
hack</li>
<li><a
href="fd252fada9"><code>fd252fa</code></a>
Change WidgetType.updateDOM from type to this</li>
<li><a
href="9373f525a2"><code>9373f52</code></a>
Pass the old widget value to WidgetType.updateDOM</li>
<li>See full diff in <a
href="https://github.com/codemirror/view/compare/6.39.17...6.40.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-i18next](https://github.com/i18next/react-i18next) from
16.5.6 to 16.5.8.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's
changelog</a>.</em></p>
<blockquote>
<h3>16.5.8</h3>
<ul>
<li>A selector function cannot be resolved without an i18n instance...
returning empty string is safer than leaking the raw function reference.
<a
href="https://redirect.github.com/i18next/react-i18next/issues/1907">1907</a></li>
</ul>
<h3>16.5.7</h3>
<ul>
<li>fix: <code><Trans></code> component with <code>enableSelector:
true</code> does not support multiple selectors for fallbacks <a
href="https://redirect.github.com/i18next/react-i18next/issues/1907">1907</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b00adfad42"><code>b00adfa</code></a>
16.5.8</li>
<li><a
href="e367522542"><code>e367522</code></a>
A selector function cannot be resolved without an i18n instance...
returning ...</li>
<li><a
href="1cbd152a23"><code>1cbd152</code></a>
16.5.7</li>
<li><a
href="c257c2e7a9"><code>c257c2e</code></a>
fix: <code>\<Trans></code> component with <code>enableSelector:
true</code> does not support multipl...</li>
<li>See full diff in <a
href="https://github.com/i18next/react-i18next/compare/v16.5.6...v16.5.8">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/state](https://github.com/codemirror/state) from
6.5.4 to 6.6.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/state/blob/main/CHANGELOG.md"><code>@codemirror/state</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.6.0 (2026-03-12)</h2>
<h3>New features</h3>
<p><code>EditorSelection.range</code> now takes an optional
<code>assoc</code> argument.</p>
<p><code>SelectionRange.extend</code> can now be given a third argument
to specify associativity.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="821d9b772a"><code>821d9b7</code></a>
Mark version 6.6.0</li>
<li><a
href="e035c74e94"><code>e035c74</code></a>
Support an assoc argument to EditorSelection.range and
SelectionRange.extend</li>
<li><a
href="eef74dbc48"><code>eef74db</code></a>
Add type conversions to asArray</li>
<li>See full diff in <a
href="https://github.com/codemirror/state/compare/6.5.4...6.6.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [i18next](https://github.com/i18next/i18next) from 25.8.17 to
25.8.18.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.8.18</h2>
<ul>
<li>improve selector api to accept array of selector functions,
analogous to array of keys <a
href="https://redirect.github.com/i18next/i18next/issues/2404">2404</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.8.18</h2>
<ul>
<li>improve selector api to accept array of selector functions,
analogous to array of keys <a
href="https://redirect.github.com/i18next/i18next/issues/2404">2404</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9c7285b9b6"><code>9c7285b</code></a>
25.8.18</li>
<li><a
href="2fa6e38e2a"><code>2fa6e38</code></a>
improve selector api to accept array of selector functions, analogous to
arra...</li>
<li><a
href="9ed8fd1e1a"><code>9ed8fd1</code></a>
jsr update</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.8.17...v25.8.18">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.49.4
to 1.50.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/i18next/i18next-cli/compare/v1.50.0...v1.50.1">1.50.1</a>
- 2026-03-13</h2>
<ul>
<li>Improve Non-JS/TS file support via <code>onLoad</code> plugin hook
(<a
href="https://redirect.github.com/i18next/i18next-cli/issues/217">#217</a>)
<ul>
<li>A warning is emitted when a non-native extension is explicitly
listed in the input glob patterns (e.g.
<code>src/**/*.{ts,svelte}</code>) but no plugin handled it, this helps
catch forgotten or misconfigured plugins early</li>
</ul>
</li>
</ul>
<h2><a
href="https://github.com/i18next/i18next-cli/compare/v1.49.7...v1.50.0">1.50.0</a>
- 2026-03-13</h2>
<h3>Added</h3>
<ul>
<li>Non-JS/TS file support via <code>onLoad</code> plugin hook (<a
href="https://redirect.github.com/i18next/i18next-cli/issues/217">#217</a>)
<ul>
<li>Plugins can now return transformed JS/TS code from
<code>onLoad</code> for any file type (e.g. <code>.svelte</code>,
<code>.vue</code>), and the extractor will parse it correctly using TSX
syntax</li>
<li>Files with unsupported extensions that no plugin handles are now
silently skipped instead of throwing an <code>ExtractorError</code></li>
<li>The <code>onLoad</code> return type now explicitly allows
<code>undefined</code> (pass-through) in addition to
<code>string</code>, matching the documented behaviour</li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>Plugin.onLoad</code> TypeScript signature corrected to
<code>MaybePromise<string | undefined></code> — returning
<code>undefined</code> to opt out of transformation was always the
intended pattern but the type incorrectly disallowed it</li>
</ul>
<h2><a
href="https://github.com/i18next/i18next-cli/compare/v1.49.6...v1.49.7">1.49.7</a>
- 2026-03-12</h2>
<ul>
<li>fix: sync and extract --ci produce inconsistent plural key ordering
in JSON locale files <a
href="https://redirect.github.com/i18next/i18next-cli/issues/216">#216</a></li>
</ul>
<h2><a
href="https://github.com/i18next/i18next-cli/compare/v1.49.5...v1.49.6">1.49.6</a>
- 2026-03-10</h2>
<ul>
<li>fix: sync clears locale-specific plural forms like _many in
secondary locales, causing status to report missing translations <a
href="https://redirect.github.com/i18next/i18next-cli/issues/215">#215</a></li>
</ul>
<h2><a
href="https://github.com/i18next/i18next-cli/compare/v1.49.4...v1.49.5">1.49.5</a>
- 2026-03-10</h2>
<ul>
<li>updated dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f73d5883a5"><code>f73d588</code></a>
1.50.1</li>
<li><a
href="31fea642c6"><code>31fea64</code></a>
A warning is emitted when a non-native extension is explicitly listed in
the ...</li>
<li><a
href="18f7fd5241"><code>18f7fd5</code></a>
1.50.0</li>
<li><a
href="71f66a939b"><code>71f66a9</code></a>
try to address <a
href="https://redirect.github.com/i18next/i18next-cli/issues/217">#217</a></li>
<li><a
href="6d5688312e"><code>6d56883</code></a>
1.49.7</li>
<li><a
href="6ad888c097"><code>6ad888c</code></a>
fix: sync and extract --ci produce inconsistent plural key ordering in
JSON l...</li>
<li><a
href="7ac177c3bb"><code>7ac177c</code></a>
fix test for windows</li>
<li><a
href="54f8f93fd6"><code>54f8f93</code></a>
1.49.6</li>
<li><a
href="06f4de0fb8"><code>06f4de0</code></a>
fix: sync clears locale-specific plural forms like _many in secondary
locales...</li>
<li><a
href="eb2b6679f3"><code>eb2b667</code></a>
1.49.5</li>
<li>Additional commits viewable in <a
href="https://github.com/i18next/i18next-cli/compare/v1.49.4...v1.50.1">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/view](https://github.com/codemirror/view) from
6.39.16 to 6.39.17.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@codemirror/view</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.39.17 (2026-03-10)</h2>
<h3>Bug fixes</h3>
<p>Improve touch tap-selection on line wrapping boundaries.</p>
<p>Make <code>drawSelection</code> draw our own selection handles on
iOS.</p>
<p>Fix an issue where <code>posAtCoords</code>, when querying line
wrapping points, got confused by extra empty client rectangles produced
by Safari.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3d236d2e5f"><code>3d236d2</code></a>
Mark version 6.39.17</li>
<li><a
href="0a8ddb1a4e"><code>0a8ddb1</code></a>
Avoid posAtCoords getting confused by empty wrapping rectangles returned
by S...</li>
<li><a
href="f22a194de3"><code>f22a194</code></a>
Implement iOS selection handle drawing in the selection layer</li>
<li><a
href="07d54a065c"><code>07d54a0</code></a>
Use last touch position to assign a side to touch selections in wrapping
editors</li>
<li>See full diff in <a
href="https://github.com/codemirror/view/compare/6.39.16...6.39.17">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.8.16 to
25.8.17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.8.17</h2>
<ul>
<li>update deps</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.8.17</h2>
<ul>
<li>update deps</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e685b3e030"><code>e685b3e</code></a>
25.8.17</li>
<li><a
href="272d1e9c42"><code>272d1e9</code></a>
update deps</li>
<li><a
href="660191cc37"><code>660191c</code></a>
refine notice msg</li>
<li><a
href="cd7ab70178"><code>cd7ab70</code></a>
jsr update</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.8.16...v25.8.17">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.8.14 to
25.8.16.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.8.16</h2>
<ul>
<li>fix(types): <code>on()</code> method now correctly returns
<code>this</code> instead of <code>void</code>, matching the runtime
behavior and enabling proper method chaining in TypeScript</li>
</ul>
<h2>v25.8.15</h2>
<ul>
<li>fix: Selector API unable to resolve namespaces <a
href="https://redirect.github.com/i18next/i18next/issues/2402">#2402</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.8.16</h2>
<ul>
<li>fix(types): <code>on()</code> method now correctly returns
<code>this</code> instead of <code>void</code>, matching the runtime
behavior and enabling proper method chaining in TypeScript</li>
</ul>
<h2>25.8.15</h2>
<ul>
<li>fix: Selector API unable to resolve namespaces <a
href="https://redirect.github.com/i18next/i18next/issues/2402">2402</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="da0778e7a7"><code>da0778e</code></a>
25.8.16</li>
<li><a
href="98e5ea7193"><code>98e5ea7</code></a>
fix(types): <code>on()</code> method now correctly returns
<code>this</code> instead of <code>void</code>, mat...</li>
<li><a
href="ea398adef4"><code>ea398ad</code></a>
jsr update</li>
<li><a
href="59ab101d7a"><code>59ab101</code></a>
25.8.15</li>
<li><a
href="5297cfee7e"><code>5297cfe</code></a>
fix: Selector API unable to resolve namespaces <a
href="https://redirect.github.com/i18next/i18next/issues/2402">#2402</a></li>
<li><a
href="b1e16e46af"><code>b1e16e4</code></a>
jsr update</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.8.14...v25.8.16">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.49.3
to 1.49.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/i18next/i18next-cli/compare/v1.49.3...v1.49.4">1.49.4</a>
- 2026-03-08</h2>
<ul>
<li>improve extractor regarding "resolve namespace from
const/identifier expressions" <a
href="https://redirect.github.com/i18next/i18next-cli/issues/209">#209</a></li>
<li>improve extractor regarding "support TS type-aware resolution
for finite dynamic keys (template unions, const maps, helper
returns)" <a
href="https://redirect.github.com/i18next/i18next-cli/issues/210">#210</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6ca4a42ed7"><code>6ca4a42</code></a>
1.49.4</li>
<li><a
href="11cae33183"><code>11cae33</code></a>
improve extractor regarding "support TS type-aware resolution for
finite dyna...</li>
<li><a
href="4bec9368e1"><code>4bec936</code></a>
improve extractor regarding "resolve namespace from
const/identifier expressi...</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next-cli/compare/v1.49.3...v1.49.4">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [i18next](https://github.com/i18next/i18next) from 25.8.13 to
25.8.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.8.14</h2>
<ul>
<li>fix: getCleanedCode now replaces all underscores</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.8.14</h2>
<ul>
<li>fix: getCleanedCode now replaces all underscores</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d202ac2f34"><code>d202ac2</code></a>
25.8.14</li>
<li><a
href="96c202eb5d"><code>96c202e</code></a>
release</li>
<li><a
href="32db71e9b7"><code>32db71e</code></a>
fix: replace only first underscore in getCleanedCode (<a
href="https://redirect.github.com/i18next/i18next/issues/2399">#2399</a>)</li>
<li><a
href="c3eb7e2332"><code>c3eb7e2</code></a>
readme</li>
<li><a
href="bc282ba36b"><code>bc282ba</code></a>
jsr update</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.8.13...v25.8.14">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
It migrates to next gen translation extraction tool and updates other
libraries with their relevant changes.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bumps [sass](https://github.com/sass/dart-sass) from 1.97.2 to 1.97.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.97.3</h2>
<p>To install Sass 1.97.3, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Fix a bug where nesting an at-rule within multiple style rules in
plain CSS could cause outer style rules to be omitted.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1973">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.97.3</h2>
<ul>
<li>Fix a bug where nesting an at-rule within multiple style rules in
plain CSS
could cause outer style rules to be omitted.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="080eaef584"><code>080eaef</code></a>
Fix at-rules combined with plain CSS nesting (<a
href="https://redirect.github.com/sass/dart-sass/issues/2725">#2725</a>)</li>
<li><a
href="f6f73f8e0f"><code>f6f73f8</code></a>
Bump gts from 6.0.2 to 7.0.0 in /pkg/sass-parser (<a
href="https://redirect.github.com/sass/dart-sass/issues/2711">#2711</a>)</li>
<li><a
href="0b87dd7451"><code>0b87dd7</code></a>
Bump protobuf and protoc_plugin (<a
href="https://redirect.github.com/sass/dart-sass/issues/2723">#2723</a>)</li>
<li>See full diff in <a
href="https://github.com/sass/dart-sass/compare/1.97.2...1.97.3">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's
changelog</a>.</em></p>
<blockquote>
<h2><strong>6.14.2</strong></h2>
<ul>
<li>[Fix] <code>parse</code>: mark overflow objects for indexed notation
exceeding <code>arrayLimit</code> (<a
href="https://redirect.github.com/ljharb/qs/issues/546">#546</a>)</li>
<li>[Fix] <code>arrayLimit</code> means max count, not max index, in
<code>combine</code>/<code>merge</code>/<code>parseArrayValue</code></li>
<li>[Fix] <code>parse</code>: throw on <code>arrayLimit</code> exceeded
with indexed notation when <code>throwOnLimitExceeded</code> is true (<a
href="https://redirect.github.com/ljharb/qs/issues/529">#529</a>)</li>
<li>[Fix] <code>parse</code>: enforce <code>arrayLimit</code> on
<code>comma</code>-parsed values</li>
<li>[Fix] <code>parse</code>: fix error message to reflect arrayLimit as
max index; remove extraneous comments (<a
href="https://redirect.github.com/ljharb/qs/issues/545">#545</a>)</li>
<li>[Robustness] avoid <code>.push</code>, use <code>void</code></li>
<li>[readme] document that <code>addQueryPrefix</code> does not add
<code>?</code> to empty output (<a
href="https://redirect.github.com/ljharb/qs/issues/418">#418</a>)</li>
<li>[readme] clarify <code>parseArrays</code> and
<code>arrayLimit</code> documentation (<a
href="https://redirect.github.com/ljharb/qs/issues/543">#543</a>)</li>
<li>[readme] replace runkit CI badge with shields.io check-runs
badge</li>
<li>[meta] fix changelog typo (<code>arrayLength</code> →
<code>arrayLimit</code>)</li>
<li>[actions] fix rebase workflow permissions</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bdcf0c7f82"><code>bdcf0c7</code></a>
v6.14.2</li>
<li><a
href="294db90c81"><code>294db90</code></a>
[readme] document that <code>addQueryPrefix</code> does not add
<code>?</code> to empty output</li>
<li><a
href="5c308e5516"><code>5c308e5</code></a>
[readme] clarify <code>parseArrays</code> and <code>arrayLimit</code>
documentation</li>
<li><a
href="6addf8cf73"><code>6addf8c</code></a>
[Fix] <code>parse</code>: mark overflow objects for indexed notation
exceeding <code>arrayLimit</code></li>
<li><a
href="cfc108f662"><code>cfc108f</code></a>
[Fix] <code>arrayLimit</code> means max count, not max index, in
<code>combine</code>/<code>merge</code>/`pars...</li>
<li><a
href="febb64442a"><code>febb644</code></a>
[Fix] <code>parse</code>: throw on <code>arrayLimit</code> exceeded with
indexed notation when `thr...</li>
<li><a
href="f6a7abff1f"><code>f6a7abf</code></a>
[Fix] <code>parse</code>: enforce <code>arrayLimit</code> on
<code>comma</code>-parsed values</li>
<li><a
href="fbc5206c25"><code>fbc5206</code></a>
[Fix] <code>parse</code>: fix error message to reflect arrayLimit as max
index; remove e...</li>
<li><a
href="1b9a8b4e78"><code>1b9a8b4</code></a>
[actions] fix rebase workflow permissions</li>
<li><a
href="2a35775614"><code>2a35775</code></a>
[meta] fix changelog typo (<code>arrayLength</code> →
<code>arrayLimit</code>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2">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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/maplibre/maputnik/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to
3.14.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md">js-yaml's
changelog</a>.</em></p>
<blockquote>
<h2>[3.14.2] - 2025-11-15</h2>
<h3>Security</h3>
<ul>
<li>Backported v4.1.1 fix to v3</li>
</ul>
<h2>[4.1.1] - 2025-11-12</h2>
<h3>Security</h3>
<ul>
<li>Fix prototype pollution issue in yaml merge (<<)
operator.</li>
</ul>
<h2>[4.1.0] - 2021-04-15</h2>
<h3>Added</h3>
<ul>
<li>Types are now exported as <code>yaml.types.XXX</code>.</li>
<li>Every type now has <code>options</code> property with original
arguments kept as they were
(see <code>yaml.types.int.options</code> as an example).</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>Schema.extend()</code> now keeps old type order in case of
conflicts
(e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as
<code>abcd</code> instead of <code>cbad</code>).</li>
</ul>
<h2>[4.0.0] - 2021-01-03</h2>
<h3>Changed</h3>
<ul>
<li>Check <a
href="https://github.com/nodeca/js-yaml/blob/master/migrate_v3_to_v4.md">migration
guide</a> to see details for all breaking changes.</li>
<li>Breaking: "unsafe" tags <code>!!js/function</code>,
<code>!!js/regexp</code>, <code>!!js/undefined</code> are
moved to <a
href="https://github.com/nodeca/js-yaml-js-types">js-yaml-js-types</a>
package.</li>
<li>Breaking: removed <code>safe*</code> functions. Use
<code>load</code>, <code>loadAll</code>, <code>dump</code>
instead which are all now safe by default.</li>
<li><code>yaml.DEFAULT_SAFE_SCHEMA</code> and
<code>yaml.DEFAULT_FULL_SCHEMA</code> are removed, use
<code>yaml.DEFAULT_SCHEMA</code> instead.</li>
<li><code>yaml.Schema.create(schema, tags)</code> is removed, use
<code>schema.extend(tags)</code> instead.</li>
<li><code>!!binary</code> now always mapped to <code>Uint8Array</code>
on load.</li>
<li>Reduced nesting of <code>/lib</code> folder.</li>
<li>Parse numbers according to YAML 1.2 instead of YAML 1.1
(<code>01234</code> is now decimal,
<code>0o1234</code> is octal, <code>1:23</code> is parsed as string
instead of base60).</li>
<li><code>dump()</code> no longer quotes <code>:</code>, <code>[</code>,
<code>]</code>, <code>(</code>, <code>)</code> except when necessary, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/470">#470</a>,
<a
href="https://redirect.github.com/nodeca/js-yaml/issues/557">#557</a>.</li>
<li>Line and column in exceptions are now formatted as
<code>(X:Y)</code> instead of
<code>at line X, column Y</code> (also present in compact format), <a
href="https://redirect.github.com/nodeca/js-yaml/issues/332">#332</a>.</li>
<li>Code snippet created in exceptions now contains multiple lines with
line numbers.</li>
<li><code>dump()</code> now serializes <code>undefined</code> as
<code>null</code> in collections and removes keys with
<code>undefined</code> in mappings, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/571">#571</a>.</li>
<li><code>dump()</code> with <code>skipInvalid=true</code> now
serializes invalid items in collections as null.</li>
<li>Custom tags starting with <code>!</code> are now dumped as
<code>!tag</code> instead of <code>!<!tag></code>, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/576">#576</a>.</li>
<li>Custom tags starting with <code>tag:yaml.org,2002:</code> are now
shorthanded using <code>!!</code>, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/258">#258</a>.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Added <code>.mjs</code> (es modules) support.</li>
<li>Added <code>quotingType</code> and <code>forceQuotes</code> options
for dumper to configure
string literal style, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/290">#290</a>,
<a
href="https://redirect.github.com/nodeca/js-yaml/issues/529">#529</a>.</li>
<li>Added <code>styles: { '!!null': 'empty' }</code> option for dumper
(serializes <code>{ foo: null }</code> as "<code>foo:
</code>"), <a
href="https://redirect.github.com/nodeca/js-yaml/issues/570">#570</a>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9963d366df"><code>9963d36</code></a>
3.14.2 released</li>
<li><a
href="10d3c8e70a"><code>10d3c8e</code></a>
dist rebuild</li>
<li><a
href="5278870a17"><code>5278870</code></a>
fix prototype pollution in merge (<<) (<a
href="https://redirect.github.com/nodeca/js-yaml/issues/731">#731</a>)</li>
<li>See full diff in <a
href="https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2">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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/maplibre/maputnik/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.7.4 to
25.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.8.0</h2>
<ul>
<li>fix: TFunctionReturn fallback <a
href="https://redirect.github.com/i18next/i18next/issues/2360">2360</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.8.0</h2>
<ul>
<li>fix: TFunctionReturn fallback <a
href="https://redirect.github.com/i18next/i18next/issues/2360">2360</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="89b6579abc"><code>89b6579</code></a>
25.8.0</li>
<li><a
href="f39cac20dc"><code>f39cac2</code></a>
improve fallbackNS types handling</li>
<li><a
href="6c06b0055c"><code>6c06b00</code></a>
selector example</li>
<li><a
href="8cf616830c"><code>8cf6168</code></a>
TFunctionReturn fallback (<a
href="https://redirect.github.com/i18next/i18next/issues/2361">#2361</a>)</li>
<li><a
href="485b4ec818"><code>485b4ec</code></a>
help msg</li>
<li><a
href="d496e5ad6f"><code>d496e5a</code></a>
jsr update</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.7.4...v25.8.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [downshift](https://github.com/downshift-js/downshift) from 9.0.13
to 9.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/downshift-js/downshift/releases">downshift's
releases</a>.</em></p>
<blockquote>
<h2>v9.2.0</h2>
<h1><a
href="https://github.com/downshift-js/downshift/compare/v9.1.0...v9.2.0">9.2.0</a>
(2026-01-30)</h1>
<h3>Features</h3>
<ul>
<li>manual release again 9.1.0 (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1671">#1671</a>)
(<a
href="1493624154">1493624</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1493624154"><code>1493624</code></a>
feat: manual release again 9.1.0 (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1671">#1671</a>)</li>
<li><a
href="7e5482d9be"><code>7e5482d</code></a>
feat: manual release 9.1.0 (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1670">#1670</a>)</li>
<li><a
href="fea4ac089b"><code>fea4ac0</code></a>
feat: create useTagGroup hook (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1665">#1665</a>)</li>
<li>See full diff in <a
href="https://github.com/downshift-js/downshift/compare/v9.0.13...v9.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/lint](https://github.com/codemirror/lint) from 6.9.2
to 6.9.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/lint/blob/main/CHANGELOG.md"><code>@codemirror/lint</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.9.3 (2026-01-27)</h2>
<h3>Bug fixes</h3>
<p>Fix an issue where the lint panel inappropriately blocks the default
behavior of key combinations with Ctrl, Alt, or Cmd held.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ee432ca1c3"><code>ee432ca</code></a>
Mark version 6.9.3</li>
<li><a
href="85e7e0f4eb"><code>85e7e0f</code></a>
Don't handle ctrl/alt/meta key combinations in panel key handler</li>
<li><a
href="ed7f267834"><code>ed7f267</code></a>
Use git+https format for package.json repository field</li>
<li>See full diff in <a
href="https://github.com/codemirror/lint/compare/6.9.2...6.9.3">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/view](https://github.com/codemirror/view) from
6.39.11 to 6.39.12.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@codemirror/view</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.39.12 (2026-01-30)</h2>
<h3>Bug fixes</h3>
<p>Fix a bug where the visual selection drawn by
<code>drawSelection</code> could fail to update properly in some
circumstances.</p>
<p>Fix a bug where PageUp/PageDown near the edge of the viewport might
completely skip to the start/end of the document.</p>
<p>Fix a regression that caused mark decorations to be split on text
node chunk boundaries again.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f14dcd5265"><code>f14dcd5</code></a>
Mark version 6.39.12</li>
<li><a
href="16a0c29a89"><code>16a0c29</code></a>
Fix another issue around chunked large text nodes</li>
<li><a
href="4b908ab440"><code>4b908ab</code></a>
Fix poor handling of vertical motion exiting the viewport</li>
<li><a
href="e1476261c0"><code>e147626</code></a>
Fix negative computed width in RectangleMarker.forRange</li>
<li>See full diff in <a
href="https://github.com/codemirror/view/compare/6.39.11...6.39.12">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[systeminformation](https://github.com/sebhildebrandt/systeminformation)
from 5.27.17 to 5.31.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sebhildebrandt/systeminformation/releases">systeminformation's
releases</a>.</em></p>
<blockquote>
<h2>v5.31.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.31.0...v5.31.1">https://github.com/sebhildebrandt/systeminformation/compare/v5.31.0...v5.31.1</a></p>
<h2>v5.31.0</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.30.8...v5.31.0">https://github.com/sebhildebrandt/systeminformation/compare/v5.30.8...v5.31.0</a></p>
<h2>v5.30.8</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.30.7...v5.30.8">https://github.com/sebhildebrandt/systeminformation/compare/v5.30.7...v5.30.8</a></p>
<h2>v5.30.7</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.30.6...v5.30.7">https://github.com/sebhildebrandt/systeminformation/compare/v5.30.6...v5.30.7</a></p>
<h2>v5.30.6</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.30.5...v5.30.6">https://github.com/sebhildebrandt/systeminformation/compare/v5.30.5...v5.30.6</a></p>
<h2>v5.30.5</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.30.4...v5.30.5">https://github.com/sebhildebrandt/systeminformation/compare/v5.30.4...v5.30.5</a></p>
<h2>v5.30.4</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.30.3...v5.30.4">https://github.com/sebhildebrandt/systeminformation/compare/v5.30.3...v5.30.4</a></p>
<h2>v5.30.3</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.30.2...v5.30.3">https://github.com/sebhildebrandt/systeminformation/compare/v5.30.2...v5.30.3</a></p>
<h2>v5.30.2</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.30.1...v5.30.2">https://github.com/sebhildebrandt/systeminformation/compare/v5.30.1...v5.30.2</a></p>
<h2>v5.30.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.30.0...v5.30.1">https://github.com/sebhildebrandt/systeminformation/compare/v5.30.0...v5.30.1</a></p>
<h2>v5.30.0</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.29.1...v5.30.0">https://github.com/sebhildebrandt/systeminformation/compare/v5.29.1...v5.30.0</a></p>
<h2>v5.29.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.29.0...v5.29.1">https://github.com/sebhildebrandt/systeminformation/compare/v5.29.0...v5.29.1</a></p>
<h2>v5.29.0</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.28.10...v5.29.0">https://github.com/sebhildebrandt/systeminformation/compare/v5.28.10...v5.29.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md">systeminformation's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>Major Changes - Version 5</h2>
<h4>New Functions</h4>
<ul>
<li><code>audio()</code> detailed audio information</li>
<li><code>bluetoothDevices()</code> detailed information detected
bluetooth devices</li>
<li><code>dockerImages()</code> detailed information docker images</li>
<li><code>dockerVolumes()</code> detailed information docker
volumes</li>
<li><code>printers()</code> detailed printer information</li>
<li><code>usb()</code> detailed USB information</li>
<li><code>wifiInterfaces()</code> detected Wi-Fi interfaces</li>
<li><code>wifiConnections()</code> active Wi-Fi connections</li>
</ul>
<h4>Breaking Changes</h4>
<p><strong>Be aware</strong>, that the new version 5.x <strong>is NOT
fully backward compatible</strong> to
version 4.x ...</p>
<p>We had to make <strong>several interface changes</strong> to keep
systeminformation as
consistent as possible. We highly
<a href="https://systeminformation.io/changes.html">recommend to go
through the complete list</a>
and adapt your own code to be again compatible to the new version 5.</p>
<table>
<thead>
<tr>
<th>Function</th>
<th>Old</th>
<th>New (V5)</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td>unsupported values</td>
<td>-1</td>
<td>null</td>
<td>values which are unknown or<!-- raw HTML omitted -->unsupported on
platform</td>
</tr>
<tr>
<td><code>battery()</code></td>
<td>hasbattery<!-- raw HTML omitted -->cyclecount<!-- raw HTML omitted
-->ischarging<!-- raw HTML omitted -->designedcapacity<!-- raw HTML
omitted -->maxcapacity<!-- raw HTML omitted -->acconnected<!-- raw HTML
omitted -->timeremaining</td>
<td>hasBattery<!-- raw HTML omitted -->cycleCount<!-- raw HTML omitted
-->isCharging<!-- raw HTML omitted -->designedCapacity<!-- raw HTML
omitted -->maxCapacity<!-- raw HTML omitted -->acConnected<!-- raw HTML
omitted -->timeRemaining</td>
<td>pascalCase conformity</td>
</tr>
<tr>
<td><code>blockDevices()</code></td>
<td>fstype</td>
<td>fsType</td>
<td>pascalCase conformity</td>
</tr>
<tr>
<td><code>cpu()</code></td>
<td>speedmin<!-- raw HTML omitted -->speedmax</td>
<td>speedMin<!-- raw HTML omitted -->speedMax</td>
<td>pascalCase conformity</td>
</tr>
<tr>
<td><code>cpu().speed</code><!-- raw HTML omitted
--><code>cpu().speedMin</code><!-- raw HTML omitted
--><code>cpu().speedMax</code></td>
<td>string values</td>
<td>now returning<!-- raw HTML omitted -->numerical values</td>
<td>better value handling</td>
</tr>
<tr>
<td><code>cpuCurrentspeed()</code></td>
<td></td>
<td>cpuCurrentSpeed()</td>
<td>function name changed<!-- raw HTML omitted -->pascalCase
conformity</td>
</tr>
<tr>
<td><code>currentLoad()</code></td>
<td>avgload<!-- raw HTML omitted -->currentload<!-- raw HTML omitted
-->currentload_user<!-- raw HTML omitted -->currentload_system<!-- raw
HTML omitted -->currentload_nice<!-- raw HTML omitted
-->currentload_idle<!-- raw HTML omitted -->currentload_irq<!-- raw HTML
omitted -->raw_currentload</td>
<td>avgLoad<!-- raw HTML omitted -->currentLoad<!-- raw HTML omitted
-->currentLoadUser<!-- raw HTML omitted -->currentLoadSystem<!-- raw
HTML omitted -->currentLoadNice<!-- raw HTML omitted
-->currentLoadIdle<!-- raw HTML omitted -->currentLoadIrq<!-- raw HTML
omitted -->rawCurrentLoad</td>
<td>pascalCase conformity</td>
</tr>
<tr>
<td><code>dockerContainerStats()</code></td>
<td>mem_usage<!-- raw HTML omitted -->mem_limit<!-- raw HTML omitted
-->mem_percent<!-- raw HTML omitted -->cpu_percent<!-- raw HTML omitted
-->cpu_stats<!-- raw HTML omitted -->precpu_stats<!-- raw HTML omitted
-->memory_stats</td>
<td>memUsage<!-- raw HTML omitted -->memLimit<!-- raw HTML omitted
-->memPercent<!-- raw HTML omitted -->cpuPercent<!-- raw HTML omitted
-->cpuStats<!-- raw HTML omitted -->precpuStats<!-- raw HTML omitted
-->memoryStats</td>
<td>pascalCase conformity</td>
</tr>
<tr>
<td><code>dockerContainerProcesses()</code></td>
<td>pid_host</td>
<td>pidHost</td>
<td>pascalCase conformity</td>
</tr>
<tr>
<td><code>graphics().display</code></td>
<td>pixeldepth<!-- raw HTML omitted -->resolutionx<!-- raw HTML omitted
-->resolutiony<!-- raw HTML omitted -->sizex<!-- raw HTML omitted
-->sizey</td>
<td>pixelDepth<!-- raw HTML omitted -->resolutionX<!-- raw HTML omitted
-->resolutionY<!-- raw HTML omitted -->sizeX<!-- raw HTML omitted
-->sizeY</td>
<td>pascalCase conformity</td>
</tr>
<tr>
<td><code>networkConnections()</code></td>
<td>localaddress<!-- raw HTML omitted -->localport<!-- raw HTML omitted
-->peeraddress<!-- raw HTML omitted -->peerport</td>
<td>localAddress<!-- raw HTML omitted -->localPort<!-- raw HTML omitted
-->peerAddress<!-- raw HTML omitted -->peerPort</td>
<td>pascalCase conformity</td>
</tr>
<tr>
<td><code>networkInterfaces()</code></td>
<td>carrier_changes</td>
<td>carrierChanges</td>
<td>pascalCase conformity</td>
</tr>
<tr>
<td><code>processes()</code></td>
<td>mem_vsz<!-- raw HTML omitted -->mem_rss<!-- raw HTML omitted
-->pcpu<!-- raw HTML omitted -->pcpuu<!-- raw HTML omitted -->pcpus<!--
raw HTML omitted -->pmem</td>
<td>memVsz<!-- raw HTML omitted -->memRss<!-- raw HTML omitted
-->cpu<!-- raw HTML omitted -->cpuu<!-- raw HTML omitted -->cpus<!-- raw
HTML omitted -->mem</td>
<td>pascalCase conformity<!-- raw HTML omitted -->renamed
attributes</td>
</tr>
<tr>
<td><code>processLoad()</code></td>
<td>result as object</td>
<td>result as array of objects</td>
<td>function now allows to provide more than<!-- raw HTML omitted -->one
process (as a comma separated list)</td>
</tr>
<tr>
<td><code>services()</code></td>
<td>pcpu<!-- raw HTML omitted -->pmem</td>
<td>cpu<!-- raw HTML omitted -->mem</td>
<td>renamed attributes</td>
</tr>
<tr>
<td><code>vbox()</code></td>
<td>HPET<!-- raw HTML omitted -->PAE<!-- raw HTML omitted -->APIC<!--
raw HTML omitted -->X2APIC<!-- raw HTML omitted -->ACPI<!-- raw HTML
omitted -->IOAPIC<!-- raw HTML omitted -->biosAPICmode<!-- raw HTML
omitted -->TRC</td>
<td>hpet<!-- raw HTML omitted -->pae<!-- raw HTML omitted -->apic<!--
raw HTML omitted -->x2Apic<!-- raw HTML omitted -->acpi<!-- raw HTML
omitted -->ioApic<!-- raw HTML omitted -->biosApicMode<!-- raw HTML
omitted -->rtc</td>
<td>pascalCase conformity</td>
</tr>
</tbody>
</table>
<h4>Other Improvements and Changes</h4>
<ul>
<li><code>baseboard()</code>: added memMax, memSlots</li>
<li><code>bios()</code>: added language and features (linux)</li>
<li><code>blockDevices()</code> added raid group member (linux)</li>
<li><code>cpu()</code>: extended AMD processor list</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="91e1acf7d3"><code>91e1acf</code></a>
5.31.1</li>
<li><a
href="5408bb6d1c"><code>5408bb6</code></a>
docs updated (security advisory)</li>
<li><a
href="2a28d2d083"><code>2a28d2d</code></a>
versions() fix Command Injection issue (linux), added smartmontools
support (...</li>
<li><a
href="5a534cd62a"><code>5a534cd</code></a>
5.31.0</li>
<li><a
href="b67d3715ee"><code>b67d371</code></a>
versions() fix Command Injection issue (linux), added smartmontools
support (...</li>
<li><a
href="612d97e890"><code>612d97e</code></a>
5.30.8</li>
<li><a
href="22242aa561"><code>22242aa</code></a>
wifiNetworks() fixed CWE-78 command injection issue (linux)</li>
<li><a
href="41c7ea4ff8"><code>41c7ea4</code></a>
5.30.7</li>
<li><a
href="f4ff1d9faa"><code>f4ff1d9</code></a>
networkInterfaces() fixed getWindowsIEEE8021x issue (windows)</li>
<li><a
href="ea020217e1"><code>ea02021</code></a>
5.30.6</li>
<li>Additional commits viewable in <a
href="https://github.com/sebhildebrandt/systeminformation/compare/v5.27.17...v5.31.1">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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/maplibre/maputnik/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh)
from 0.4.26 to 0.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases">eslint-plugin-react-refresh's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.0</h2>
<h3>Breaking changes</h3>
<ul>
<li>The package now ships as ESM and requires ESLint 9 + node 20.
Because legacy config doesn't support ESM, this requires to use <a
href="https://eslint.org/docs/latest/use/configure/migration-guide">flat
config</a></li>
<li>A new <code>reactRefresh</code> export is available and prefered
over the default export. It's an object with two properties:
<ul>
<li><code>plugin</code>: The plugin object with the rules</li>
<li><code>configs</code>: An object containing configuration presets,
each exposed as a function. These functions accept your custom options,
merge them with sensible defaults for that config, and return the final
config object.</li>
</ul>
</li>
<li><code>customHOCs</code> option was renamed to
<code>extraHOCs</code></li>
<li>Validation of HOCs calls is now more strict, you may need to add
some HOCs to the <code>extraHOCs</code> option</li>
</ul>
<p>Config example:</p>
<pre lang="js"><code>import { defineConfig } from
"eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
<p>export default defineConfig(
/* Main config */
reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }),
);
</code></pre></p>
<p>Config example without config:</p>
<pre lang="js"><code>import { defineConfig } from
"eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
<p>export default defineConfig({
files: ["<strong>/*.ts", "</strong>/*.tsx"],
plugins: {
// other plugins
"react-refresh": reactRefresh.plugin,
},
rules: {
// other rules
"react-refresh/only-export-components": [
"warn",
{ extraHOCs: ["someLibHOC"] },
],
},
});
</code></pre></p>
<h3>Why</h3>
<p>This version follows a revamp of the internal logic to better make
the difference between random call expressions like <code>export const
Enum = Object.keys(Record)</code> and actual React HOC calls like
<code>export const MemoComponent = memo(Component)</code>. (fixes <a
href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/93">#93</a>)</p>
<p>The rule now handles ternaries and patterns like <code>export default
customHOC(props)(Component)</code> which makes it able to correctly
support files like <a
href="ddfc624ce7/ui/src/routes/__root.tsx">this
one</a> given this config:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md">eslint-plugin-react-refresh's
changelog</a>.</em></p>
<blockquote>
<h2>0.5.0</h2>
<h3>Breaking changes</h3>
<ul>
<li>The package now ships as ESM and requires ESLint 9 + node 20.
Because legacy config doesn't support ESM, this requires to use <a
href="https://eslint.org/docs/latest/use/configure/migration-guide">flat
config</a></li>
<li>A new <code>reactRefresh</code> export is available and prefered
over the default export. It's an object with two properties:
<ul>
<li><code>plugin</code>: The plugin object with the rules</li>
<li><code>configs</code>: An object containing configuration presets,
each exposed as a function. These functions accept your custom options,
merge them with sensible defaults for that config, and return the final
config object.</li>
</ul>
</li>
<li><code>customHOCs</code> option was renamed to
<code>extraHOCs</code></li>
<li>Validation of HOCs calls is now more strict, you may need to add
some HOCs to the <code>extraHOCs</code> option</li>
</ul>
<p>Config example:</p>
<pre lang="js"><code>import { defineConfig } from
"eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
<p>export default defineConfig(
/* Main config */
reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }),
);
</code></pre></p>
<p>Config example without config:</p>
<pre lang="js"><code>import { defineConfig } from
"eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
<p>export default defineConfig({
files: ["<strong>/*.ts", "</strong>/*.tsx"],
plugins: {
// other plugins
"react-refresh": reactRefresh.plugin,
},
rules: {
// other rules
"react-refresh/only-export-components": [
"warn",
{ extraHOCs: ["someLibHOC"] },
],
},
});
</code></pre></p>
<h3>Why</h3>
<p>This version follows a revamp of the internal logic to better make
the difference between random call expressions like <code>export const
Enum = Object.keys(Record)</code> and actual React HOC calls like
<code>export const MemoComponent = memo(Component)</code>. (fixes <a
href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/93">#93</a>)</p>
<p>The rule now handles ternaries and patterns like <code>export default
customHOC(props)(Component)</code> which makes it able to correctly
support files like <a
href="ddfc624ce7/ui/src/routes/__root.tsx">this
one</a> given this config:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="daa2efb2a2"><code>daa2efb</code></a>
Revamp logic to catch more cases [publish] (<a
href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/97">#97</a>)</li>
<li>See full diff in <a
href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.26...v0.5.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the vitest group with 2 updates:
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
and
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Updates `@vitest/coverage-v8` from 4.0.17 to 4.0.18
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-v8</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.0.18</h2>
<h3> 🚀 Experimental Features</h3>
<ul>
<li><strong>experimental</strong>: Add <code>onModuleRunner</code> hook
to <code>worker.init</code> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9286">vitest-dev/vitest#9286</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea837de7d"><!-- raw
HTML omitted -->(ea837)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Use <code>meta.url</code> in <code>createRequire</code> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9441">vitest-dev/vitest#9441</a>
<a href="https://github.com/vitest-dev/vitest/commit/e057281ca"><!-- raw
HTML omitted -->(e0572)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Hide injected data-testid attributes -
by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9503">vitest-dev/vitest#9503</a>
<a href="https://github.com/vitest-dev/vitest/commit/f89899cd8"><!-- raw
HTML omitted -->(f8989)<!-- raw HTML omitted --></a></li>
<li><strong>ui</strong>: Process artifact attachments when generating
HTML reporter - by <a
href="https://github.com/macarie"><code>@macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9472">vitest-dev/vitest#9472</a>
<a href="https://github.com/vitest-dev/vitest/commit/225435647"><!-- raw
HTML omitted -->(22543)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4d3e3c61b9"><code>4d3e3c6</code></a>
chore: release v4.0.18</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8">compare
view</a></li>
</ul>
</details>
<br />
Updates `vitest` from 4.0.17 to 4.0.18
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.18</h2>
<h3> 🚀 Experimental Features</h3>
<ul>
<li><strong>experimental</strong>: Add <code>onModuleRunner</code> hook
to <code>worker.init</code> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9286">vitest-dev/vitest#9286</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea837de7d"><!-- raw
HTML omitted -->(ea837)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Use <code>meta.url</code> in <code>createRequire</code> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9441">vitest-dev/vitest#9441</a>
<a href="https://github.com/vitest-dev/vitest/commit/e057281ca"><!-- raw
HTML omitted -->(e0572)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Hide injected data-testid attributes -
by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9503">vitest-dev/vitest#9503</a>
<a href="https://github.com/vitest-dev/vitest/commit/f89899cd8"><!-- raw
HTML omitted -->(f8989)<!-- raw HTML omitted --></a></li>
<li><strong>ui</strong>: Process artifact attachments when generating
HTML reporter - by <a
href="https://github.com/macarie"><code>@macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9472">vitest-dev/vitest#9472</a>
<a href="https://github.com/vitest-dev/vitest/commit/225435647"><!-- raw
HTML omitted -->(22543)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4d3e3c61b9"><code>4d3e3c6</code></a>
chore: release v4.0.18</li>
<li><a
href="ea837de7d7"><code>ea837de</code></a>
feat(experimental): add <code>onModuleRunner</code> hook to
<code>worker.init</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9286">#9286</a>)</li>
<li><a
href="e057281ca5"><code>e057281</code></a>
fix: use <code>meta.url</code> in <code>createRequire</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9441">#9441</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest">compare
view</a></li>
</ul>
</details>
<br />
You can trigger a rebase of this PR 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 <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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to
3.1.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7bba97888a"><code>7bba978</code></a>
3.1.5</li>
<li><a
href="bd259425b2"><code>bd25942</code></a>
docs: add warning about ReDoS</li>
<li><a
href="1a9c27c757"><code>1a9c27c</code></a>
fix partial matching of globstar patterns</li>
<li><a
href="1a2e084af5"><code>1a2e084</code></a>
3.1.4</li>
<li><a
href="ae24656237"><code>ae24656</code></a>
update lockfile</li>
<li><a
href="b100374922"><code>b100374</code></a>
limit recursion for **, improve perf considerably</li>
<li><a
href="26ffeaa091"><code>26ffeaa</code></a>
lockfile update</li>
<li><a
href="9eca892a4e"><code>9eca892</code></a>
lock node version to 14</li>
<li><a
href="00c323b188"><code>00c323b</code></a>
3.1.3</li>
<li><a
href="30486b2048"><code>30486b2</code></a>
update CI matrix and actions</li>
<li>Additional commits viewable in <a
href="https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5">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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/maplibre/maputnik/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 7.3.0 to 7.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v7.3.1</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v7.3.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v7.3.1/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted --><a
href="https://github.com/vitejs/vite/compare/v7.3.0...v7.3.1">7.3.1</a>
(2026-01-07)<!-- raw HTML omitted --></h2>
<h3>Features</h3>
<ul>
<li>add <code>ignoreOutdatedRequests</code> option to
<code>optimizeDeps</code> (<a
href="https://redirect.github.com/vitejs/vite/issues/21364">#21364</a>)
(<a
href="9d39d373a7">9d39d37</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95e8923f35"><code>95e8923</code></a>
release: v7.3.1</li>
<li><a
href="9d39d373a7"><code>9d39d37</code></a>
feat: add <code>ignoreOutdatedRequests</code> option to
<code>optimizeDeps</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21364">#21364</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v7.3.1/packages/vite">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-i18next](https://github.com/i18next/react-i18next) from
16.5.3 to 16.5.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's
changelog</a>.</em></p>
<blockquote>
<h3>16.5.4</h3>
<ul>
<li>fix: Overriding React component props not working <a
href="https://redirect.github.com/i18next/react-i18next/pull/1902">1902</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b97c2bbe15"><code>b97c2bb</code></a>
16.5.4</li>
<li><a
href="596840ec70"><code>596840e</code></a>
fix: Overriding React component props not working <a
href="https://redirect.github.com/i18next/react-i18next/issues/1902">#1902</a></li>
<li>See full diff in <a
href="https://github.com/i18next/react-i18next/compare/v16.5.3...v16.5.4">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact)
from 5.0.0 to 6.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>v6 - What's new</h2>
<blockquote>
<p>[!IMPORTANT]
actions/upload-artifact@v6 now runs on Node.js 24 (<code>runs.using:
node24</code>) and requires a minimum Actions Runner version of 2.327.1.
If you are using self-hosted runners, ensure they are updated before
upgrading.</p>
</blockquote>
<h3>Node.js 24</h3>
<p>This release updates the runtime to Node.js 24. v5 had preliminary
support for Node.js 24, however this action was by default still running
on Node.js 20. Now this action by default will run on Node.js 24.</p>
<h2>What's Changed</h2>
<ul>
<li>Upload Artifact Node 24 support by <a
href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/719">actions/upload-artifact#719</a></li>
<li>fix: update <code>@actions/artifact</code> for Node.js 24 punycode
deprecation by <a
href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/744">actions/upload-artifact#744</a></li>
<li>prepare release v6.0.0 for Node.js 24 support by <a
href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/745">actions/upload-artifact#745</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0">https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b7c566a772"><code>b7c566a</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/745">#745</a>
from actions/upload-artifact-v6-release</li>
<li><a
href="e516bc8500"><code>e516bc8</code></a>
docs: correct description of Node.js 24 support in README</li>
<li><a
href="ddc45ed9bc"><code>ddc45ed</code></a>
docs: update README to correct action name for Node.js 24 support</li>
<li><a
href="615b319bd2"><code>615b319</code></a>
chore: release v6.0.0 for Node.js 24 support</li>
<li><a
href="017748b48f"><code>017748b</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/744">#744</a>
from actions/fix-storage-blob</li>
<li><a
href="38d4c7997f"><code>38d4c79</code></a>
chore: rebuild dist</li>
<li><a
href="7d27270e0c"><code>7d27270</code></a>
chore: add missing license cache files for <code>@actions/core</code>,
<code>@actions/io</code>, and mi...</li>
<li><a
href="5f643d3c94"><code>5f643d3</code></a>
chore: update license files for <code>@actions/artifact</code><a
href="https://github.com/5"><code>@5</code></a>.0.1 dependencies</li>
<li><a
href="1df1684032"><code>1df1684</code></a>
chore: update package-lock.json with <code>@actions/artifact</code><a
href="https://github.com/5"><code>@5</code></a>.0.1</li>
<li><a
href="b5b1a91840"><code>b5b1a91</code></a>
fix: update <code>@actions/artifact</code> to ^5.0.0 for Node.js 24
punycode fix</li>
<li>Additional commits viewable in <a
href="330a01c490...b7c566a772">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to
4.17.23.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dec55b7a3b"><code>dec55b7</code></a>
Bump main to v4.17.23 (<a
href="https://redirect.github.com/lodash/lodash/issues/6088">#6088</a>)</li>
<li><a
href="19c9251b36"><code>19c9251</code></a>
fix: setCacheHas JSDoc return type should be boolean (<a
href="https://redirect.github.com/lodash/lodash/issues/6071">#6071</a>)</li>
<li><a
href="b5e672995a"><code>b5e6729</code></a>
jsdoc: Add -0 and BigInt zeros to _.compact falsey values list (<a
href="https://redirect.github.com/lodash/lodash/issues/6062">#6062</a>)</li>
<li><a
href="edadd45214"><code>edadd45</code></a>
Prevent prototype pollution on baseUnset function</li>
<li><a
href="4879a7a7d0"><code>4879a7a</code></a>
doc: fix autoLink function, conversion of source links (<a
href="https://redirect.github.com/lodash/lodash/issues/6056">#6056</a>)</li>
<li><a
href="9648f692b0"><code>9648f69</code></a>
chore: remove <code>yarn.lock</code> file (<a
href="https://redirect.github.com/lodash/lodash/issues/6053">#6053</a>)</li>
<li><a
href="dfa407db0b"><code>dfa407d</code></a>
ci: remove legacy configuration files (<a
href="https://redirect.github.com/lodash/lodash/issues/6052">#6052</a>)</li>
<li><a
href="156e1965ae"><code>156e196</code></a>
feat: add renovate setup (<a
href="https://redirect.github.com/lodash/lodash/issues/6039">#6039</a>)</li>
<li><a
href="933e1061b8"><code>933e106</code></a>
ci: add pipeline for Bun (<a
href="https://redirect.github.com/lodash/lodash/issues/6023">#6023</a>)</li>
<li><a
href="072a807ff7"><code>072a807</code></a>
docs: update links related to Open JS Foundation (<a
href="https://redirect.github.com/lodash/lodash/issues/5968">#5968</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/lodash/lodash/compare/4.17.21...4.17.23">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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/maplibre/maputnik/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pmtiles](https://github.com/protomaps/pmtiles) from 4.3.0 to
4.3.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/protomaps/pmtiles/commits">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [downshift](https://github.com/downshift-js/downshift) from 9.0.12
to 9.0.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/downshift-js/downshift/releases">downshift's
releases</a>.</em></p>
<blockquote>
<h2>v9.0.13</h2>
<h2><a
href="https://github.com/downshift-js/downshift/compare/v9.0.12...v9.0.13">9.0.13</a>
(2025-12-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>improve the mouse tracker hook (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1666">#1666</a>)
(<a
href="512b533216">512b533</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="512b533216"><code>512b533</code></a>
fix: improve the mouse tracker hook (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1666">#1666</a>)</li>
<li>See full diff in <a
href="https://github.com/downshift-js/downshift/compare/v9.0.12...v9.0.13">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.21 to
4.17.23.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dec55b7a3b"><code>dec55b7</code></a>
Bump main to v4.17.23 (<a
href="https://redirect.github.com/lodash/lodash/issues/6088">#6088</a>)</li>
<li><a
href="19c9251b36"><code>19c9251</code></a>
fix: setCacheHas JSDoc return type should be boolean (<a
href="https://redirect.github.com/lodash/lodash/issues/6071">#6071</a>)</li>
<li><a
href="b5e672995a"><code>b5e6729</code></a>
jsdoc: Add -0 and BigInt zeros to _.compact falsey values list (<a
href="https://redirect.github.com/lodash/lodash/issues/6062">#6062</a>)</li>
<li><a
href="edadd45214"><code>edadd45</code></a>
Prevent prototype pollution on baseUnset function</li>
<li><a
href="4879a7a7d0"><code>4879a7a</code></a>
doc: fix autoLink function, conversion of source links (<a
href="https://redirect.github.com/lodash/lodash/issues/6056">#6056</a>)</li>
<li><a
href="9648f692b0"><code>9648f69</code></a>
chore: remove <code>yarn.lock</code> file (<a
href="https://redirect.github.com/lodash/lodash/issues/6053">#6053</a>)</li>
<li><a
href="dfa407db0b"><code>dfa407d</code></a>
ci: remove legacy configuration files (<a
href="https://redirect.github.com/lodash/lodash/issues/6052">#6052</a>)</li>
<li><a
href="156e1965ae"><code>156e196</code></a>
feat: add renovate setup (<a
href="https://redirect.github.com/lodash/lodash/issues/6039">#6039</a>)</li>
<li><a
href="933e1061b8"><code>933e106</code></a>
ci: add pipeline for Bun (<a
href="https://redirect.github.com/lodash/lodash/issues/6023">#6023</a>)</li>
<li><a
href="072a807ff7"><code>072a807</code></a>
docs: update links related to Open JS Foundation (<a
href="https://redirect.github.com/lodash/lodash/issues/5968">#5968</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/lodash/lodash/compare/4.17.21...4.17.23">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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/maplibre/maputnik/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.7.2 to
25.7.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.7.4</h2>
<ul>
<li>fix: Interpolation breaks when cloning an instance <a
href="https://redirect.github.com/i18next/react-i18next/issues/2376">2376</a></li>
</ul>
<h2>v25.7.3</h2>
<ul>
<li>type definitions for new transDefaultProps option in react-i18next
[react-i18next: <a
href="https://redirect.github.com/i18next/i18next/issues/1895">#1895</a>](<a
href="https://redirect.github.com/i18next/react-i18next/issues/1895">i18next/react-i18next#1895</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.7.4</h2>
<ul>
<li>fix: Interpolation breaks when cloning an instance <a
href="https://redirect.github.com/i18next/react-i18next/issues/2376">2376</a></li>
</ul>
<h2>25.7.3</h2>
<ul>
<li>type definitions for new transDefaultProps option in react-i18next
[react-i18next: <a
href="https://redirect.github.com/i18next/i18next/issues/1895">#1895</a>](<a
href="https://redirect.github.com/i18next/react-i18next/issues/1895">i18next/react-i18next#1895</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="04392be4ec"><code>04392be</code></a>
25.7.4</li>
<li><a
href="92c8f482ab"><code>92c8f48</code></a>
fix: Interpolation breaks when cloning an instance <a
href="https://redirect.github.com/i18next/i18next/issues/2376">#2376</a></li>
<li><a
href="5f44eb7018"><code>5f44eb7</code></a>
fix img url</li>
<li><a
href="1e5f568674"><code>1e5f568</code></a>
remove old addRule function</li>
<li><a
href="e328830d39"><code>e328830</code></a>
fallbackLng object with same language (omitting default fallback)</li>
<li><a
href="c77c20383f"><code>c77c203</code></a>
jsr update</li>
<li><a
href="a73189767e"><code>a731897</code></a>
25.7.3</li>
<li><a
href="c60d722711"><code>c60d722</code></a>
type definitions for new transDefaultProps option in react-i18next</li>
<li><a
href="3e160f39c2"><code>3e160f3</code></a>
jsr update</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.7.2...v25.7.4">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/state](https://github.com/codemirror/state) from
6.5.3 to 6.5.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/state/blob/main/CHANGELOG.md"><code>@codemirror/state</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.5.4 (2026-01-14)</h2>
<h3>Bug fixes</h3>
<p>Make <code>SelectionRange.eq</code> return false when the ranges have
different goal columns.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8897323ba7"><code>8897323</code></a>
Mark version 6.5.4</li>
<li><a
href="75518c016a"><code>75518c0</code></a>
Include goal column when comparing selection ranges</li>
<li><a
href="a0889f8a0a"><code>a0889f8</code></a>
Use git+https format for package.json repository field</li>
<li>See full diff in <a
href="https://github.com/codemirror/state/compare/6.5.3...6.5.4">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/view](https://github.com/codemirror/view) from
6.39.10 to 6.39.11.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@codemirror/view</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.39.11 (2026-01-14)</h2>
<h3>Bug fixes</h3>
<p>Avoid handling copy events for parent editors.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6fcf2e1bd9"><code>6fcf2e1</code></a>
Mark version 6.39.11</li>
<li><a
href="95fd570804"><code>95fd570</code></a>
Use a custom selection comparison when only the position should be
compared</li>
<li><a
href="4c56500aa9"><code>4c56500</code></a>
Remove a loop that never loops anymore</li>
<li><a
href="01fbc4214a"><code>01fbc42</code></a>
Avoid handling copy events for parent elements</li>
<li>See full diff in <a
href="https://github.com/codemirror/view/compare/6.39.10...6.39.11">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss)
from 16.0.2 to 17.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases">stylelint-config-recommended-scss's
releases</a>.</em></p>
<blockquote>
<h2>17.0.0</h2>
<ul>
<li>Removed: <code>stylelint</code> less than <code>17.0.0</code> from
peer dependencies.</li>
<li>Changed: updated to <a
href="https://github.com/stylelint/stylelint-config-recommended/releases/tag/18.0.0"><code>stylelint-config-recommended@18.0.0</code></a>.</li>
<li>Changed: updated to <a
href="https://github.com/stylelint-scss/stylelint-scss/releases/tag/v7.0.0"><code>stylelint-scss@7.0.0</code></a>.</li>
<li>Changed: module type to ESM.</li>
<li>Fixed: disabled <code>no-descending-specificity</code> rule because
of false positives due to standard nesting.</li>
<li>Fixed: disabled <code>no-duplicate-selectors</code> rule because of
false positives due to standard nesting.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md">stylelint-config-recommended-scss's
changelog</a>.</em></p>
<blockquote>
<h1>17.0.0</h1>
<ul>
<li>Removed: <code>stylelint</code> less than <code>17.0.0</code> from
peer dependencies.</li>
<li>Changed: updated to <a
href="https://github.com/stylelint/stylelint-config-recommended/releases/tag/18.0.0"><code>stylelint-config-recommended@18.0.0</code></a>.</li>
<li>Changed: updated to <a
href="https://github.com/stylelint-scss/stylelint-scss/releases/tag/v7.0.0"><code>stylelint-scss@7.0.0</code></a>.</li>
<li>Changed: module type to ESM.</li>
<li>Fixed: disabled <code>no-descending-specificity</code> rule because
of false positives due to standard nesting.</li>
<li>Fixed: disabled <code>no-duplicate-selectors</code> rule because of
false positives due to standard nesting.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="15eeb90c7e"><code>15eeb90</code></a>
17.0.0</li>
<li><a
href="47b4ad379b"><code>47b4ad3</code></a>
Prepare 17.0.0 (<a
href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/383">#383</a>)</li>
<li>See full diff in <a
href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v16.0.2...v17.0.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/state](https://github.com/codemirror/state) from
6.5.2 to 6.5.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/state/blob/main/CHANGELOG.md"><code>@codemirror/state</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.5.3 (2025-12-22)</h2>
<h3>Bug fixes</h3>
<p>Fix an issue where <code>RangeValue.eq</code> could get called with a
value of a different class.</p>
<p><code>EditorState.charCategorizer</code> now only uses the
highest-precedence set of word characters from the language data, to
allow overriding these.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b2cbf25cc3"><code>b2cbf25</code></a>
Mark version 6.5.3</li>
<li><a
href="386d55d3c2"><code>386d55d</code></a>
Make charCategorizer only use the highest-precedence set of word
chars</li>
<li><a
href="aa4ca3c99d"><code>aa4ca3c</code></a>
Document RangeCursor.goto</li>
<li><a
href="32c46fa82f"><code>32c46fa</code></a>
Don't call RangeValue.eq on values of different class</li>
<li><a
href="127f07c316"><code>127f07c</code></a>
Fix superfluous calls to boundChange</li>
<li><a
href="c24cde9d01"><code>c24cde9</code></a>
Remove some trailing whitespace</li>
<li><a
href="fc068eddf3"><code>fc068ed</code></a>
Fix mapPos documentation</li>
<li><a
href="83ce34df91"><code>83ce34d</code></a>
Switch from exclamation point to declare syntax for type-only
properties</li>
<li>See full diff in <a
href="https://github.com/codemirror/state/compare/6.5.2...6.5.3">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.39.6
to 6.39.10.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@codemirror/view</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.39.10 (2026-01-13)</h2>
<h3>Bug fixes</h3>
<p>Fix a regression in the way widget are reused when content next to
them changes.</p>
<p>Make sure font metrics get recomputed on <code>fonts.ready</code>
even if the line height doesn't change.</p>
<p>Fix an issue where compositions next to a widget that create a new
text node could get needlessly interrupted during an editor update.</p>
<h2>6.39.9 (2026-01-06)</h2>
<h3>Bug fixes</h3>
<p>Fix a bug where <code>EditorSelection.cursor()</code> with a non-zero
<code>assoc</code> value would not be visually respected at soft-wrap
boundaries on initial view creation.</p>
<p>Fix error caused by hover tooltips running a scheduled timeout after
their editor has been destroyed.</p>
<p>Fix a bug that caused <code>EditorView.outerDecorations</code> to not
affect the content height map.</p>
<p>Fix an issue where composition near a widget could get unnecessarily
interrupted.</p>
<h2>6.39.8 (2025-12-30)</h2>
<h3>Bug fixes</h3>
<p>Fix a bug that cause <code>coordsAtPos</code> to use the dimensions
of widget buffers when there were more meaningful elements to use
nearby.</p>
<p>Fix a data structure corruption that could cause crashes during
viewport changes.</p>
<h2>6.39.7 (2025-12-24)</h2>
<h3>Bug fixes</h3>
<p>Fix a bug that could sometimes cause the document to become mangled
during composition.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="74c9e9b531"><code>74c9e9b</code></a>
Mark version 6.39.10</li>
<li><a
href="96566415a2"><code>9656641</code></a>
Fix another way widgets could be reused across a composition</li>
<li><a
href="ff312713bd"><code>ff31271</code></a>
Make sure font metrics get recomputed on font load</li>
<li><a
href="e9e5fe2b10"><code>e9e5fe2</code></a>
Only reuse widget tiles when the widget is precisely the same</li>
<li><a
href="41b978b5ff"><code>41b978b</code></a>
Mark version 6.39.9</li>
<li><a
href="7ad513e5dc"><code>7ad513e</code></a>
Avoid reusing DOM nodes across composition</li>
<li><a
href="2195af4154"><code>2195af4</code></a>
Remove some unnecessary exclamation point operators</li>
<li><a
href="0a2d822367"><code>0a2d822</code></a>
Properly include outerDecorations in height map structure</li>
<li><a
href="1524fb5482"><code>1524fb5</code></a>
Remove unused DOM type declaration</li>
<li><a
href="f6cb4593f6"><code>f6cb459</code></a>
Work around odd rounding issue in a test in MacOS Chrome</li>
<li>Additional commits viewable in <a
href="https://github.com/codemirror/view/compare/6.39.6...6.39.10">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sass](https://github.com/sass/dart-sass) from 1.97.1 to 1.97.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.97.2</h2>
<p>To install Sass 1.97.2, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Additional fixes for implicit configuration when nested imports are
involved.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1972">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.97.2</h2>
<ul>
<li>Additional fixes for implicit configuration when nested imports are
involved.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d12cc7d8fd"><code>d12cc7d</code></a>
Fix bug with implicit configuration for nested imports (<a
href="https://redirect.github.com/sass/dart-sass/issues/2658">#2658</a>)</li>
<li><a
href="340bfd20b1"><code>340bfd2</code></a>
Bump actions/download-artifact from 6 to 7 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2706">#2706</a>)</li>
<li><a
href="a795ab39e5"><code>a795ab3</code></a>
Bump actions/upload-artifact from 5 to 6 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2705">#2705</a>)</li>
<li><a
href="add7e6fa2f"><code>add7e6f</code></a>
Bump protoc_plugin from 23.0.0 to 24.0.0 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2696">#2696</a>)</li>
<li>See full diff in <a
href="https://github.com/sass/dart-sass/compare/1.97.1...1.97.2">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.38.8
to 6.39.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@codemirror/view</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.39.6 (2025-12-23)</h2>
<h3>Bug fixes</h3>
<p>Fix an issue when composing on the boundary of a decoration, where
the text after the composition would get garbled.</p>
<h2>6.39.5 (2025-12-22)</h2>
<h3>Bug fixes</h3>
<p>Fix an issue where replaced widgets alone on a line weren't reused
and didn't get their <code>updateDOM</code> method called.</p>
<p>Fix a bug where, when selecting full lines at the end of the document
and inserting a character on Chrome, an inappropriate extra newline was
inserted.</p>
<h2>6.39.4 (2025-12-12)</h2>
<h3>Bug fixes</h3>
<p>Fix a bug where paste events handlers on Chrome could fail to run
when pasting on a blank line.</p>
<p>Fix a regression causing the native cursor to get stuck before block
widgets with side>0.</p>
<p>Fix a crash in content DOM building after a block widget.</p>
<p>Fix a bug in <code>posAtCoords</code> that would in some
circumstances make it return positions on the wrong side of a block
widget.</p>
<h2>6.39.3 (2025-12-11)</h2>
<h3>Bug fixes</h3>
<p>Fix a bug that could corrupt the rendered document in some situations
involving adjacent mark decorations of the same type.</p>
<h2>6.39.2 (2025-12-09)</h2>
<h3>Bug fixes</h3>
<p>Fix an issue where <code>moveVertially</code> was sometimes unable to
escape lines with thick borders or padding.</p>
<h2>6.39.1 (2025-12-09)</h2>
<h3>Bug fixes</h3>
<p>Restore a workaround for a Chrome selection bug that had regressed in
the previous release.</p>
<h2>6.39.0 (2025-12-08)</h2>
<h3>Bug fixes</h3>
<p>Properly handle bidirectional text in <code>posAtCoords</code>.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="21bcbf5215"><code>21bcbf5</code></a>
Mark version 6.39.6</li>
<li><a
href="8cc71ed2e5"><code>8cc71ed</code></a>
Fix a bug in composition rendering</li>
<li><a
href="8b6a1da0b0"><code>8b6a1da</code></a>
Mark version 6.39.5</li>
<li><a
href="f044658025"><code>f044658</code></a>
Fix bogus newline insertion on typing over multiple lines at end of
document</li>
<li><a
href="e0968d444a"><code>e0968d4</code></a>
Make sure tiles are entered to find reusable widgets during redraw</li>
<li><a
href="db7c7c4fe9"><code>db7c7c4</code></a>
Mark version 6.39.4</li>
<li><a
href="130b4a5c4e"><code>130b4a5</code></a>
Fix posAtCoords right after a block widget at start of line</li>
<li><a
href="67e2013df3"><code>67e2013</code></a>
Ensure there's an active line before emitting inline content</li>
<li><a
href="4be27f1fa4"><code>4be27f1</code></a>
Fix broken native cursor positioning after side=1 block widgets</li>
<li><a
href="578625eab2"><code>578625e</code></a>
Prevent hidden widgets from eating events</li>
<li>Additional commits viewable in <a
href="https://github.com/codemirror/view/compare/6.38.8...6.39.6">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sass](https://github.com/sass/dart-sass) from 1.95.0 to 1.97.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.97.1</h2>
<p>To install Sass 1.97.1, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Fix a bug with the new CSS-style <code>if()</code> syntax where
values would be evaluated even if their conditions didn't match.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1971">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.97.0</h2>
<p>To install Sass 1.97.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Add support for the <code>display-p3-linear</code> color space.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1970">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.96.0</h2>
<p>To install Sass 1.96.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Allow numbers with complex units (more than one numerator unit or
more than zero denominator units) to be emitted to CSS. These are now
emitted as <code>calc()</code> expressions, which now support complex
units in plain CSS.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1960">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.95.1</h2>
<p>To install Sass 1.95.1, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>No user-visible changes.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1951">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.97.1</h2>
<ul>
<li>Fix a bug with the new CSS-style <code>if()</code> syntax where
values would be evaluated
even if their conditions didn't match.</li>
</ul>
<h2>1.97.0</h2>
<ul>
<li>Add support for the <code>display-p3-linear</code> color space.</li>
</ul>
<h2>1.96.0</h2>
<ul>
<li>Allow numbers with complex units (more than one numerator unit or
more than
zero denominator units) to be emitted to CSS. These are now emitted as
<code>calc()</code> expressions, which now support complex units in
plain CSS.</li>
</ul>
<h2>1.95.1</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="62ec662790"><code>62ec662</code></a>
Use <code>pwsh</code> instead of <code>powershell</code> (<a
href="https://redirect.github.com/sass/dart-sass/issues/2710">#2710</a>)</li>
<li><a
href="b2f2532eeb"><code>b2f2532</code></a>
Don't evaluate if() values if the condition doesn't match (<a
href="https://redirect.github.com/sass/dart-sass/issues/2707">#2707</a>)</li>
<li><a
href="0c7083ac16"><code>0c7083a</code></a>
Add support for the display-p3-linear color space (<a
href="https://redirect.github.com/sass/dart-sass/issues/2703">#2703</a>)</li>
<li><a
href="f6bdc0213b"><code>f6bdc02</code></a>
Add support for complex units in CSS (<a
href="https://redirect.github.com/sass/dart-sass/issues/2699">#2699</a>)</li>
<li><a
href="4aa6d5f104"><code>4aa6d5f</code></a>
Support parseSelectors in ImportCache (<a
href="https://redirect.github.com/sass/dart-sass/issues/2701">#2701</a>)</li>
<li><a
href="eae38c51a0"><code>eae38c5</code></a>
Fix an incorrect link in the changelog (<a
href="https://redirect.github.com/sass/dart-sass/issues/2700">#2700</a>)</li>
<li><a
href="474706332e"><code>4747063</code></a>
Bump the sass-parser version (<a
href="https://redirect.github.com/sass/dart-sass/issues/2697">#2697</a>)</li>
<li>See full diff in <a
href="https://github.com/sass/dart-sass/compare/1.95.0...1.97.1">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style)
from 13.1.1 to 13.2.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/openlayers/ol-mapbox-style/blob/main/CHANGELOG.md">ol-mapbox-style's
changelog</a>.</em></p>
<blockquote>
<h2>13.2.0</h2>
<ul>
<li>Add support for raster-hue-rotate, raster-saturation,
raster-opacity</li>
<li>Fix hillshade colors</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/openlayers/ol-mapbox-style/commits">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 7.2.7 to 7.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v7.3.0</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vitejs/vite/compare/v7.2.7...v7.3.0">7.3.0</a>
(2025-12-15)</h2>
<h3>Features</h3>
<ul>
<li><strong>deps:</strong> update esbuild from ^0.25.0 to ^0.27.0 (<a
href="https://redirect.github.com/vitejs/vite/issues/21183">#21183</a>)
(<a
href="cff26ec0fc">cff26ec</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="acf7e05eae"><code>acf7e05</code></a>
release: v7.3.0</li>
<li><a
href="cff26ec0fc"><code>cff26ec</code></a>
feat(deps): update esbuild from ^0.25.0 to ^0.27.0 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21183">#21183</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v7.3.0/packages/vite">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added Korean language support.
<img width="860" height="274" alt="image"
src="https://github.com/user-attachments/assets/e726d910-81cb-4cc7-8062-18f04592332f"
/>
To ensure accurate meaning, some terms were written following the
criteria below.
- Map → '맵' : 'Map' is rendered as '맵', which is more commonly used than
'지도' in GIS tools.
- Stops → '기준점' : Transliterating the term as '스톱' does not clearly
convey its meaning. Since it represents a reference point used for
interpolation, it is translated as '기준점'.
- Light → '라이트' : Literal translations such as '광원', '빛' or '조명' awkward
in a 3D rendering context, so the term is transliterated.
- Focus → '포커스' : The literal translation '초점' sounds awkward in a UI
context, so it has been transliterated for clarity.
- Terrain → '터레인' : In the context of 3D maps, '터레인' is a more commonly
used term than '지형'.
- Paint → '페인트' : The term is transliterated to preserve its meaning as
defined in the Style Specification.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Harel M <harel.mazor@gmail.com>
Bumps
[@shellygo/cypress-test-utils](https://github.com/shellyDCMS/cypress-test-utils)
from 6.0.5 to 6.0.6.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/shellyDCMS/cypress-test-utils/commits">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js)
from 9.39.1 to 9.39.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.39.2</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="5705833194"><code>5705833</code></a>
fix: warn when <code>eslint-env</code> configuration comments are found
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20381">#20381</a>)
(sethamus)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="506f1549a6"><code>506f154</code></a>
build: add .scss files entry to knip (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20391">#20391</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="7ca0af7f9f"><code>7ca0af7</code></a>
chore: upgrade to <code>@eslint/js@9.39.2</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20394">#20394</a>)
(Francesco Trotta)</li>
<li><a
href="c43ce24ff0"><code>c43ce24</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="4c9858e47b"><code>4c9858e</code></a>
ci: add <code>v9.x-dev</code> branch (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20382">#20382</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c43ce24ff0"><code>c43ce24</code></a>
chore: package.json update for <code>@eslint/js</code> release</li>
<li>See full diff in <a
href="https://github.com/eslint/eslint/commits/v9.39.2/packages/js">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.1 to 9.39.2.
<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>v9.39.2</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="5705833194"><code>5705833</code></a>
fix: warn when <code>eslint-env</code> configuration comments are found
(<a
href="https://redirect.github.com/eslint/eslint/issues/20381">#20381</a>)
(sethamus)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="506f1549a6"><code>506f154</code></a>
build: add .scss files entry to knip (<a
href="https://redirect.github.com/eslint/eslint/issues/20391">#20391</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="7ca0af7f9f"><code>7ca0af7</code></a>
chore: upgrade to <code>@eslint/js@9.39.2</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/20394">#20394</a>)
(Francesco Trotta)</li>
<li><a
href="c43ce24ff0"><code>c43ce24</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="4c9858e47b"><code>4c9858e</code></a>
ci: add <code>v9.x-dev</code> branch (<a
href="https://redirect.github.com/eslint/eslint/issues/20382">#20382</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9278324aa0"><code>9278324</code></a>
9.39.2</li>
<li><a
href="542266ad3c"><code>542266a</code></a>
Build: changelog update for 9.39.2</li>
<li><a
href="7ca0af7f9f"><code>7ca0af7</code></a>
chore: upgrade to <code>@eslint/js@9.39.2</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/20394">#20394</a>)</li>
<li><a
href="c43ce24ff0"><code>c43ce24</code></a>
chore: package.json update for <code>@eslint/js</code> release</li>
<li><a
href="5705833194"><code>5705833</code></a>
fix: warn when <code>eslint-env</code> configuration comments are found
(<a
href="https://redirect.github.com/eslint/eslint/issues/20381">#20381</a>)</li>
<li><a
href="506f1549a6"><code>506f154</code></a>
build: add .scss files entry to knip (<a
href="https://redirect.github.com/eslint/eslint/issues/20391">#20391</a>)</li>
<li><a
href="4c9858e47b"><code>4c9858e</code></a>
ci: add <code>v9.x-dev</code> branch (<a
href="https://redirect.github.com/eslint/eslint/issues/20382">#20382</a>)</li>
<li>See full diff in <a
href="https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[@maplibre/maplibre-gl-geocoder](https://github.com/maplibre/maplibre-gl-geocoder)
from 1.9.1 to 1.9.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/maplibre/maplibre-gl-geocoder/releases"><code>@maplibre/maplibre-gl-geocoder</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.9.3</h2>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix broken package (1.9.2) due to CI changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/maplibre/maplibre-gl-geocoder/blob/main/CHANGELOG.md"><code>@maplibre/maplibre-gl-geocoder</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>1.9.3</h2>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix broken package (1.9.2) due to CI changes</li>
</ul>
<h2>1.9.2</h2>
<h3>Bug fixes 🐛</h3>
<ul>
<li>Fix broken link (<a
href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/pull/471">#471</a>)
(by <a href="https://github.com/teobouvard">teobouvard</a>)</li>
</ul>
<h3>Features / Improvements 🚀</h3>
<ul>
<li>Update Node.js version to 24.11 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/pull/500">#500</a>)
(by <a href="https://github.com/HarelM">HarelM</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d7a36a9644"><code>d7a36a9</code></a>
Bump js version to 1.9.3 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/507">#507</a>)</li>
<li><a
href="f0b8cd6eb5"><code>f0b8cd6</code></a>
Bump js version to 1.9.2 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/506">#506</a>)</li>
<li><a
href="24a697544e"><code>24a6975</code></a>
Update publish.yml</li>
<li><a
href="ab11826068"><code>ab11826</code></a>
Update publish.yml</li>
<li><a
href="919d96df93"><code>919d96d</code></a>
Update publish.yml to reuse workflow</li>
<li><a
href="5252cfa9aa"><code>5252cfa</code></a>
Update CHANGELOG for version 1.9.1</li>
<li><a
href="da19b94a94"><code>da19b94</code></a>
Update CHANGELOG to allow automation</li>
<li><a
href="1024f3bd7e"><code>1024f3b</code></a>
Refactor version bump workflow to use release type (<a
href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/501">#501</a>)</li>
<li><a
href="912f213b71"><code>912f213</code></a>
Update Node.js version in .nvmrc to 24.11 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/500">#500</a>)</li>
<li><a
href="69bc9d9660"><code>69bc9d9</code></a>
Enhance GitHub Actions workflow for publishing (<a
href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/499">#499</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/maplibre/maplibre-gl-geocoder/compare/v1.9.1...v1.9.3">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for
<code>@maplibre/maplibre-gl-geocoder</code> since your current
version.</p>
</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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sass](https://github.com/sass/dart-sass) from 1.94.2 to 1.95.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.95.0</h2>
<p>To install Sass 1.95.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>
<p>Add support for the <a
href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/if">CSS-style
<code>if()</code> function</a>. In addition to supporting the plain CSS
syntax, this also supports a <code>sass()</code> query that takes a Sass
expression that evaluates to <code>true</code> or <code>false</code> at
preprocessing time depending on whether the Sass value is truthy. If
there are no plain-CSS queries, the function will return the first value
whose query returns true during preprocessing. For example,
<code>if(sass(false): 1; sass(true): 2; else: 3)</code> returns
<code>2</code>.</p>
</li>
<li>
<p>The old Sass <code>if()</code> syntax is now deprecated. Users are
encouraged to migrate to the new CSS syntax. <code>if($condition,
$if-true, $if-false)</code> can be changed to <code>if(sass($condition):
$if-true; else: $if-false)</code>.</p>
<p>See <a href="https://sass-lang.com/d/if-function">the Sass
website</a> for details.</p>
</li>
<li>
<p>Plain-CSS <code>if()</code> functions are now considered
"special numbers", meaning that they can be used in place of
arguments to CSS color functions.</p>
</li>
<li>
<p>Plain-CSS <code>if()</code> functions and <code>attr()</code>
functions are now considered "special variable strings" (like
<code>var()</code>), meaning they can now be used in place of multiple
arguments or syntax fragments in various CSS functions.</p>
</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1950">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.94.3</h2>
<p>To install Sass 1.94.3, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Fix the span reported for standalone <code>%</code> expressions
followed by whitespace.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1943">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.95.0</h2>
<ul>
<li>
<p>Add support for the <a
href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/if">CSS-style
<code>if()</code> function</a>. In addition to supporting the
plain CSS syntax, this also supports a <code>sass()</code> query that
takes a Sass
expression that evaluates to <code>true</code> or <code>false</code> at
preprocessing time depending
on whether the Sass value is truthy. If there are no plain-CSS queries,
the
function will return the first value whose query returns true during
preprocessing. For example, <code>if(sass(false): 1; sass(true): 2;
else: 3)</code>
returns <code>2</code>.</p>
</li>
<li>
<p>The old Sass <code>if()</code> syntax is now deprecated. Users are
encouraged to migrate
to the new CSS syntax. <code>if($condition, $if-true, $if-false)</code>
can be changed to
<code>if(sass($condition): $if-true; else: $if-false)</code>.</p>
<p>See <a href="https://sass-lang.com/d/if-function">the Sass
website</a> for details.</p>
</li>
<li>
<p>Plain-CSS <code>if()</code> functions are now considered
"special numbers", meaning that
they can be used in place of arguments to CSS color functions.</p>
</li>
<li>
<p>Plain-CSS <code>if()</code> functions and <code>attr()</code>
functions are now considered "special
variable strings" (like <code>var()</code>), meaning they can now
be used in place of
multiple arguments or syntax fragments in various CSS functions.</p>
</li>
</ul>
<h2>1.94.3</h2>
<ul>
<li>Fix the span reported for standalone <code>%</code> expressions
followed by whitespace.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2abc89e9e5"><code>2abc89e</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2693">#2693</a>
from sass/css-if</li>
<li><a
href="2f7a16c9cf"><code>2f7a16c</code></a>
Revert "Bump chokidar from 4.0.3 to 5.0.0 in /package (<a
href="https://redirect.github.com/sass/dart-sass/issues/2690">#2690</a>)"
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2691">#2691</a>)</li>
<li><a
href="38d4ac8665"><code>38d4ac8</code></a>
Add ArgumentList.namedSpans</li>
<li><a
href="6f9a5933db"><code>6f9a593</code></a>
Add support for plain-CSS if()</li>
<li><a
href="3b95eb7751"><code>3b95eb7</code></a>
Rename IfExpression to LegacyIfExpression</li>
<li><a
href="e2bf8434e5"><code>e2bf843</code></a>
Make the recursive AST visitor comprehensive (<a
href="https://redirect.github.com/sass/dart-sass/issues/2694">#2694</a>)</li>
<li><a
href="9380924b8b"><code>9380924</code></a>
Fix the operator span when parsing a standalone <code>%</code> (<a
href="https://redirect.github.com/sass/dart-sass/issues/2667">#2667</a>)</li>
<li><a
href="f8a8a51c0f"><code>f8a8a51</code></a>
Bump chokidar from 4.0.3 to 5.0.0 in /package (<a
href="https://redirect.github.com/sass/dart-sass/issues/2690">#2690</a>)</li>
<li><a
href="e4837d1ae3"><code>e4837d1</code></a>
Bump archive from 3.6.1 to 4.0.7 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2688">#2688</a>)</li>
<li><a
href="293200b1b1"><code>293200b</code></a>
Bump protoc_plugin from 23.0.0 to 24.0.0 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2677">#2677</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.94.2...1.95.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.7.1 to
25.7.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.7.2</h2>
<ul>
<li>fix: Invalid overwrite of default value for
overloadTranslationOptionHandler <a
href="https://redirect.github.com/i18next/i18next/issues/2374">2374</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.7.2</h2>
<ul>
<li>fix: Invalid overwrite of default value for
overloadTranslationOptionHandler <a
href="https://redirect.github.com/i18next/i18next/issues/2374">2374</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3bd82e3686"><code>3bd82e3</code></a>
25.7.2</li>
<li><a
href="547c78509c"><code>547c785</code></a>
fix: Invalid overwrite of default value for
overloadTranslationOptionHandler ...</li>
<li><a
href="1ea14ddd52"><code>1ea14dd</code></a>
jsr update</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.7.1...v25.7.2">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 4.31.6 to 4.31.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.31.7</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>4.31.7 - 05 Dec 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.7. <a
href="https://redirect.github.com/github/codeql-action/pull/3343">#3343</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v4.31.7/CHANGELOG.md">CHANGELOG.md</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>4.31.7 - 05 Dec 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.7. <a
href="https://redirect.github.com/github/codeql-action/pull/3343">#3343</a></li>
</ul>
<h2>4.31.6 - 01 Dec 2025</h2>
<p>No user facing changes.</p>
<h2>4.31.5 - 24 Nov 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.6. <a
href="https://redirect.github.com/github/codeql-action/pull/3321">#3321</a></li>
</ul>
<h2>4.31.4 - 18 Nov 2025</h2>
<p>No user facing changes.</p>
<h2>4.31.3 - 13 Nov 2025</h2>
<ul>
<li>CodeQL Action v3 will be deprecated in December 2026. The Action now
logs a warning for customers who are running v3 but could be running v4.
For more information, see <a
href="https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/">Upcoming
deprecation of CodeQL Action v3</a>.</li>
<li>Update default CodeQL bundle version to 2.23.5. <a
href="https://redirect.github.com/github/codeql-action/pull/3288">#3288</a></li>
</ul>
<h2>4.31.2 - 30 Oct 2025</h2>
<p>No user facing changes.</p>
<h2>4.31.1 - 30 Oct 2025</h2>
<ul>
<li>The <code>add-snippets</code> input has been removed from the
<code>analyze</code> action. This input has been deprecated since CodeQL
Action 3.26.4 in August 2024 when this removal was announced.</li>
</ul>
<h2>4.31.0 - 24 Oct 2025</h2>
<ul>
<li>Bump minimum CodeQL bundle version to 2.17.6. <a
href="https://redirect.github.com/github/codeql-action/pull/3223">#3223</a></li>
<li>When SARIF files are uploaded by the <code>analyze</code> or
<code>upload-sarif</code> actions, the CodeQL Action automatically
performs post-processing steps to prepare the data for the upload.
Previously, these post-processing steps were only performed before an
upload took place. We are now changing this so that the post-processing
steps will always be performed, even when the SARIF files are not
uploaded. This does not change anything for the
<code>upload-sarif</code> action. For <code>analyze</code>, this may
affect Advanced Setup for CodeQL users who specify a value other than
<code>always</code> for the <code>upload</code> input. <a
href="https://redirect.github.com/github/codeql-action/pull/3222">#3222</a></li>
</ul>
<h2>4.30.9 - 17 Oct 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.3. <a
href="https://redirect.github.com/github/codeql-action/pull/3205">#3205</a></li>
<li>Experimental: A new <code>setup-codeql</code> action has been added
which is similar to <code>init</code>, except it only installs the
CodeQL CLI and does not initialize a database. Do not use this in
production as it is part of an internal experiment and subject to change
at any time. <a
href="https://redirect.github.com/github/codeql-action/pull/3204">#3204</a></li>
</ul>
<h2>4.30.8 - 10 Oct 2025</h2>
<p>No user facing changes.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cf1bb45a27"><code>cf1bb45</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3344">#3344</a>
from github/update-v4.31.7-f5c63fadd</li>
<li><a
href="f4ebe95061"><code>f4ebe95</code></a>
Update changelog for v4.31.7</li>
<li><a
href="f5c63fadd5"><code>f5c63fa</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3343">#3343</a>
from github/update-bundle/codeql-bundle-v2.23.7</li>
<li><a
href="a2c01e776e"><code>a2c01e7</code></a>
Add changelog note</li>
<li><a
href="ac34c13834"><code>ac34c13</code></a>
Update default bundle to codeql-bundle-v2.23.7</li>
<li><a
href="267c4672a5"><code>267c467</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3339">#3339</a>
from github/dependabot/npm_and_yarn/npm-minor-77d264...</li>
<li><a
href="aeabef7b69"><code>aeabef7</code></a>
Merge branch 'main' into
dependabot/npm_and_yarn/npm-minor-77d26487b0</li>
<li><a
href="78357d3fc9"><code>78357d3</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3341">#3341</a>
from github/mbg/ci/update-cs-config-cli-tests</li>
<li><a
href="d61a6fa793"><code>d61a6fa</code></a>
Update CLI config test to account for overlay db changes on PRs</li>
<li><a
href="ce27e95f79"><code>ce27e95</code></a>
Rebuild</li>
<li>Additional commits viewable in <a
href="fe4161a26a...cf1bb45a27">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.7.0 to
25.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.7.1</h2>
<ul>
<li>TS: remove wrong signature <a
href="https://redirect.github.com/i18next/i18next/issues/2372">2372</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.7.1</h2>
<ul>
<li>TS: remove wrong signature <a
href="https://redirect.github.com/i18next/i18next/issues/2372">2372</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1e9ecb5a5d"><code>1e9ecb5</code></a>
25.7.1</li>
<li><a
href="7f2479b3bd"><code>7f2479b</code></a>
TS: remove wrong signature <a
href="https://redirect.github.com/i18next/i18next/issues/2372">#2372</a></li>
<li><a
href="34dc5eb8e6"><code>34dc5eb</code></a>
fix publish_jsr</li>
<li><a
href="39598602a3"><code>3959860</code></a>
fix publish_jsr</li>
<li><a
href="9468e44204"><code>9468e44</code></a>
fix script</li>
<li><a
href="9b74b9bc3f"><code>9b74b9b</code></a>
fix script</li>
<li><a
href="eb9529ef2a"><code>eb9529e</code></a>
fix script</li>
<li><a
href="dd3cb40980"><code>dd3cb40</code></a>
fix script</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.7.0...v25.7.1">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[@shellygo/cypress-test-utils](https://github.com/shellyDCMS/cypress-test-utils)
from 6.0.4 to 6.0.5.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/shellyDCMS/cypress-test-utils/commits">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [downshift](https://github.com/downshift-js/downshift) from 9.0.10
to 9.0.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/downshift-js/downshift/releases">downshift's
releases</a>.</em></p>
<blockquote>
<h2>v9.0.12</h2>
<h2><a
href="https://github.com/downshift-js/downshift/compare/v9.0.11...v9.0.12">9.0.12</a>
(2025-12-02)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update element ids when related props change (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1656">#1656</a>)
(<a
href="c2f79b4841">c2f79b4</a>)</li>
</ul>
<h2>v9.0.11</h2>
<h2><a
href="https://github.com/downshift-js/downshift/compare/v9.0.10...v9.0.11">9.0.11</a>
(2025-12-02)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>read elements from refs directly instead of keeping stale values in
closure (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1662">#1662</a>)
(<a
href="0d0ecc542f">0d0ecc5</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c2f79b4841"><code>c2f79b4</code></a>
fix: update element ids when related props change (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1656">#1656</a>)</li>
<li><a
href="0d0ecc542f"><code>0d0ecc5</code></a>
fix: read elements from refs directly instead of keeping stale values in
clos...</li>
<li><a
href="1e92535c45"><code>1e92535</code></a>
docs(codesandbox): fix links to keep module view (<a
href="https://redirect.github.com/downshift-js/downshift/issues/1660">#1660</a>)</li>
<li>See full diff in <a
href="https://github.com/downshift-js/downshift/compare/v9.0.10...v9.0.12">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 4.31.5 to 4.31.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.31.6</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>4.31.6 - 01 Dec 2025</h2>
<p>No user facing changes.</p>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v4.31.6/CHANGELOG.md">CHANGELOG.md</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>4.31.6 - 01 Dec 2025</h2>
<p>No user facing changes.</p>
<h2>4.31.5 - 24 Nov 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.6. <a
href="https://redirect.github.com/github/codeql-action/pull/3321">#3321</a></li>
</ul>
<h2>4.31.4 - 18 Nov 2025</h2>
<p>No user facing changes.</p>
<h2>4.31.3 - 13 Nov 2025</h2>
<ul>
<li>CodeQL Action v3 will be deprecated in December 2026. The Action now
logs a warning for customers who are running v3 but could be running v4.
For more information, see <a
href="https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/">Upcoming
deprecation of CodeQL Action v3</a>.</li>
<li>Update default CodeQL bundle version to 2.23.5. <a
href="https://redirect.github.com/github/codeql-action/pull/3288">#3288</a></li>
</ul>
<h2>4.31.2 - 30 Oct 2025</h2>
<p>No user facing changes.</p>
<h2>4.31.1 - 30 Oct 2025</h2>
<ul>
<li>The <code>add-snippets</code> input has been removed from the
<code>analyze</code> action. This input has been deprecated since CodeQL
Action 3.26.4 in August 2024 when this removal was announced.</li>
</ul>
<h2>4.31.0 - 24 Oct 2025</h2>
<ul>
<li>Bump minimum CodeQL bundle version to 2.17.6. <a
href="https://redirect.github.com/github/codeql-action/pull/3223">#3223</a></li>
<li>When SARIF files are uploaded by the <code>analyze</code> or
<code>upload-sarif</code> actions, the CodeQL Action automatically
performs post-processing steps to prepare the data for the upload.
Previously, these post-processing steps were only performed before an
upload took place. We are now changing this so that the post-processing
steps will always be performed, even when the SARIF files are not
uploaded. This does not change anything for the
<code>upload-sarif</code> action. For <code>analyze</code>, this may
affect Advanced Setup for CodeQL users who specify a value other than
<code>always</code> for the <code>upload</code> input. <a
href="https://redirect.github.com/github/codeql-action/pull/3222">#3222</a></li>
</ul>
<h2>4.30.9 - 17 Oct 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.3. <a
href="https://redirect.github.com/github/codeql-action/pull/3205">#3205</a></li>
<li>Experimental: A new <code>setup-codeql</code> action has been added
which is similar to <code>init</code>, except it only installs the
CodeQL CLI and does not initialize a database. Do not use this in
production as it is part of an internal experiment and subject to change
at any time. <a
href="https://redirect.github.com/github/codeql-action/pull/3204">#3204</a></li>
</ul>
<h2>4.30.8 - 10 Oct 2025</h2>
<p>No user facing changes.</p>
<h2>4.30.7 - 06 Oct 2025</h2>
<ul>
<li>[v4+ only] The CodeQL Action now runs on Node.js v24. <a
href="https://redirect.github.com/github/codeql-action/pull/3169">#3169</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fe4161a26a"><code>fe4161a</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3336">#3336</a>
from github/update-v4.31.6-ecec1f887</li>
<li><a
href="88c2ab5eee"><code>88c2ab5</code></a>
Update changelog for v4.31.6</li>
<li><a
href="ecec1f8876"><code>ecec1f8</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3335">#3335</a>
from github/mbg/ci/run-codeql-on-all-prs</li>
<li><a
href="23da732778"><code>23da732</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3334">#3334</a>
from github/kaspersv/overlay-minor-comments</li>
<li><a
href="f7abc748a3"><code>f7abc74</code></a>
Remove branch filter for PR event in CodeQL workflow</li>
<li><a
href="32ada5e061"><code>32ada5e</code></a>
Merge branch 'main' into kaspersv/overlay-minor-comments</li>
<li><a
href="75b2f49aea"><code>75b2f49</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3333">#3333</a>
from github/kaspersv/overlay-no-resource-checks-option</li>
<li><a
href="f036b1cb78"><code>f036b1c</code></a>
Merge branch 'main' into kaspersv/overlay-no-resource-checks-option</li>
<li><a
href="58c5954801"><code>58c5954</code></a>
Add comment to runnerSupportsOverlayAnalysis</li>
<li><a
href="b02fa13292"><code>b02fa13</code></a>
Order feature flags alphabetically</li>
<li>Additional commits viewable in <a
href="fdbfb4d275...fe4161a26a">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.6.3 to
25.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.7.0</h2>
<ul>
<li>Enhance <code>cloneInstance</code> to create a new interpolator if
interpolation options are passed in. This will address <a
href="https://redirect.github.com/i18next/i18next/issues/2371">2371</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.7.0</h2>
<ul>
<li>Enhance <code>cloneInstance</code> to create a new interpolator if
interpolation options are passed in. This will address <a
href="https://redirect.github.com/i18next/i18next/issues/2371">2371</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b0221d21d4"><code>b0221d2</code></a>
25.7.0</li>
<li><a
href="541a05b196"><code>541a05b</code></a>
Enhance <code>cloneInstance</code> to create a new interpolator if
interpolation options...</li>
<li><a
href="0f434619bb"><code>0f43461</code></a>
Improve readability of JSDoc comment (<a
href="https://redirect.github.com/i18next/i18next/issues/2370">#2370</a>)</li>
<li><a
href="3bb3d988ed"><code>3bb3d98</code></a>
improve publish_jsr script</li>
<li><a
href="78640bc523"><code>78640bc</code></a>
prepare postversion script for next release</li>
<li><a
href="640fc521f7"><code>640fc52</code></a>
jsr publish</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.6.3...v25.7.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 13:20:34 +00:00
32 changed files with 4997 additions and 4489 deletions
"Select a type of data scale (default is 'categorical').":"Wähle eine Art Datenskala (Standard ist 'kategorisch').",
"Base":"Basis",
"Input a data property to base styles off of.":"Gib eine Dateneigenschaft ein, um Stile darauf zu basieren.",
"Default":"Standard",
"Stops":"Stopps",
"Zoom":"Zoom",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"<0>In OSM öffnen</0>. Öffnet die aktuelle Ansicht auf openstreetmap.org",
"Achromatopsia filter":"Achromatopsie-Filter",
"Active Sources":"Aktive Quellen",
"Add a new source to your style. You can only choose the source type and id at creation time!":"Füge eine neue Quelle zu deinem Stil hinzu. Du kannst den Quellentyp und die ID nur bei der Erstellung auswählen!",
"Add filter":"Filter hinzufügen",
"Add Layer":"Ebene hinzufügen",
"Add New Source":"Neue Quelle hinzufügen",
"Add one of the publicly available sources to your style.":"Füge eine der öffentlich verfügbaren Quellen zu deinem Stil hinzu.",
"Add Source":"Quelle hinzufügen",
"Add stop":"Stopp hinzufügen",
"Convert to expression":"In Ausdruck umwandeln",
"Remove zoom level from stop":"Zoom-Stufe vom Stopp entfernen",
"Revert from expression":"Vom Ausdruck zurücksetzen",
"Delete expression":"Ausdruck löschen",
"Add value":"Wert hinzufügen",
"Add Variable":"Variable hinzufügen",
"any filter matches":"irgendein Filter passt",
"API key for Stadia Maps.":"API-Schlüssel für Stadia Maps.",
"Base":"Basis",
"Bearing":"Ausrichtung",
"Cancel":"Abbrechen",
"Center":"Mittelpunkt",
"Choose Public Source":"Öffentliche Quelle auswählen",
"Choose the default Maputnik renderer for this style.":"Wähle den Standard-Renderer für diesen Stil aus.",
"Click to close the editor":"Klicken Sie hier, um den Editor zu schließen",
"Close":"Schließen",
"Close modal":"Modale Fenster schließen",
"Close popup":"Popup schließen",
"Cluster":"Cluster",
"Code Editor":"Code-Editor",
"Collapse":"Einklappen",
"Color accessibility":"Farbzugänglichkeit",
"Comment...":"Dein Kommentar...",
"Comments":"Kommentare",
"Comments for the current layer. This is non-standard and not in the spec.":"Kommentare zur aktuellen Ebene. Das ist nicht standardmäßig und nicht in der Spezifikation.",
"Convert property into a elevation function":"Eigenschaft in eine Höhenfunktion umwandeln",
"Convert property into a zoom function":"Eigenschaft in eine Zoom-Funktion umwandeln",
"Convert property to data function":"Eigenschaft in eine Datenfunktion umwandeln",
"Convert property into a elevation function":"Eigenschaft in eine Höhenfunktion umwandeln",
"Click to close the editor":"Klicken Sie hier, um den Editor zu schließen",
"Comments for the current layer. This is non-standard and not in the spec.":"Kommentare zur aktuellen Ebene. Das ist nicht standardmäßig und nicht in der Spezifikation.",
"Comments":"Kommentare",
"Comment...":"Dein Kommentar...",
"Max Zoom":"Max-Zoom",
"Min Zoom":"Min-Zoom",
"Source":"Quelle",
"Source Layer":"Quellenebene",
"Type":"Typ",
"Nested filters are not supported.":"Verschachtelte Filter werden nicht unterstützt.",
"Upgrade to expression":"Aufrüsten zu Ausdruck",
"Filter":"Filter",
"every filter matches":"alle Filter passen",
"no filter matches":"kein Filter passt",
"any filter matches":"irgendein Filter passt",
"Add filter":"Filter hinzufügen",
"You've entered an old style filter.":"Du hast einen alten Filter-Stil eingegeben.",
"Switch to filter editor.":"Zum Filter-Editor wechseln.",
"Delete filter block":"Filterblock löschen",
"Add value":"Wert hinzufügen",
"Remove array item":"Element aus Array entfernen",
"Must provide protocol: <1>https://</1>":"Protokoll erforderlich: <1>https://</1>",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"Protokoll erforderlich: <1>http://</1> oder <3>https://</3>",
"Convert to expression":"In Ausdruck umwandeln",
"Coord bottom left":"Koordinate unten links",
"Coord bottom right":"Koordinate unten rechts",
"Coord top left":"Koordinate oben links",
"Coord top right":"Koordinate oben rechts",
"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain":"Die CORS-Politik erlaubt es nicht, Ressourcen über http von https zu laden, benutze eine <1>https://</1>-Domain",
"Layer ID already exists":"Layer-ID existiert bereits",
"Debug":"Debug",
"Options":"Optionen",
"Links":"Links",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"<0>In OSM öffnen</0>. Öffnet die aktuelle Ansicht auf openstreetmap.org",
"Save Style":"Stil Speichern",
"Save the JSON style to your computer.":"Speichere den JSON Stil auf deinem Computer.",
"Save as":"Speichern unter",
"Create HTML":"HTML erstellen",
"Key":"Schlüssel",
"Value":"Wert",
"Remove variable":"Variable entfernen",
"Global State Variables":"Globale Zustandsvariablen",
"No global state variables defined. Add variables to create reusable values in your style.":"Keine globalen Zustandsvariablen definiert. Füge Variablen hinzu, um wiederverwendbare Werte in deinem Stil zu erstellen.",
"Add Variable":"Variable hinzufügen",
"Cancel":"Abbrechen",
"Open Style":"Stil öffnen",
"Open local Style":"Lokalen Stil öffnen",
"Open a local JSON style from your computer.":"Öffne einen lokalen JSON Stil von deinem Computer.",
"Load from URL":"Von URL laden",
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.":"Von einer URL laden. Beachte, dass die URL <1>CORS aktiviert</1> haben muss.",
"Style URL":"Stil-URL",
"Data Sources":"Datenquellen",
"Data Sources modal":"Modale Datenquellen",
"Data value":"Datenwert",
"Debug":"Debug",
"Debug modal":"Debug (modale Fenster)",
"Decrease the pitch by 10 degrees.":"Neigung um 10 Grad verringern.",
"Decrease the rotation by 15 degrees.":"Rotation um 15 Grad verringern.",
"Decrease the zoom level by 1.":"Zoom-Stufe um 1 verringern.",
"Decrease the zoom level by 2.":"Zoom-Stufe um 2 verringern.",
"Default":"Standard",
"Delete":"Löschen",
"Delete expression":"Ausdruck löschen",
"Delete filter block":"Filterblock löschen",
"Deuteranopia filter":"Deuteranopie-Filter",
"Duplicate":"Duplizieren",
"Encoding":"Kodierung",
"Enter URL...":"URL eingeben...",
"every filter matches":"alle Filter passen",
"Expand":"Ausklappen",
"Export modal":"Modale Fenster exportieren",
"Filter":"Filter",
"Focus map":"Karte fokussieren",
"Function":"Funktion",
"Gallery Styles":"Galerie-Stile",
"Open one of the publicly available styles to start from.":"Öffne einen der öffentlich verfügbaren Stile, um zu starten.",
"Loading style":"Stil wird geladen",
"Loading: {{requestUrl}}":"Lädt: {{requestUrl}}",
"Name":"Name",
"Owner":"Besitzer",
"Owner ID of the style. Used by Mapbox or future style APIs.":"Besitzer-ID des Stils. Wird von Mapbox oder zukünftigen Style-APIs verwendet.",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"Protokoll erforderlich: <1>http://</1> oder <3>https://</3>",
"Must provide protocol: <1>https://</1>":"Protokoll erforderlich: <1>https://</1>",
"Name":"Name",
"Nested filters are not supported.":"Verschachtelte Filter werden nicht unterstützt.",
"no filter matches":"kein Filter passt",
"No global state variables defined. Add variables to create reusable values in your style.":"Keine globalen Zustandsvariablen definiert. Füge Variablen hinzu, um wiederverwendbare Werte in deinem Stil zu erstellen.",
"Open":"Öffnen",
"Open a local JSON style from your computer.":"Öffne einen lokalen JSON Stil von deinem Computer.",
"Increase the zoom level by 1.":"Zoom-Stufe um 1 erhöhen.",
"Increase the zoom level by 2.":"Zoom-Stufe um 2 erhöhen.",
"Decrease the zoom level by 1.":"Zoom-Stufe um 1 verringern.",
"Decrease the zoom level by 2.":"Zoom-Stufe um 2 verringern.",
"Pan up by 100 pixels.":"Um 100 Pixel nach oben schwenken.",
"Open one of the publicly available styles to start from.":"Öffne einen der öffentlich verfügbaren Stile, um zu starten.",
"Open Style":"Stil öffnen",
"Options":"Optionen",
"Output value":"Ausgabewert",
"Owner":"Besitzer",
"Owner ID of the style. Used by Mapbox or future style APIs.":"Besitzer-ID des Stils. Wird von Mapbox oder zukünftigen Style-APIs verwendet.",
"Paint properties":"Darstellungseigenschaften",
"Pan down by 100 pixels.":"Um 100 Pixel nach unten schwenken.",
"Pan left by 100 pixels.":"Um 100 Pixel nach links schwenken.",
"Pan right by 100 pixels.":"Um 100 Pixel nach rechts schwenken.",
"Increase the rotation by 15 degrees.":"Rotation um 15 Grad erhöhen.",
"Decrease the rotation by 15 degrees.":"Rotation um 15 Grad verringern.",
"Increase the pitch by 10 degrees.":"Neigung um 10 Grad erhöhen.",
"Decrease the pitch by 10 degrees.":"Neigung um 10 Grad verringern.",
"Shortcuts":"Shortcuts",
"Pan up by 100 pixels.":"Um 100 Pixel nach oben schwenken.",
"Pitch":"Neigung",
"PMTiles URL":"PMTiles URL",
"Press <1>ESC</1> to lose focus of any active elements, then press one of:":"Drück <1>ESC</1>, um den Fokus von aktiven Elementen zu verlieren, und dann drück eine der folgenden Tasten:",
"If the Map is in focused you can use the following shortcuts":"Wenn die Karte fokussiert ist, kannst du die folgenden Shortcuts benutzen",
"Unique ID that identifies the source and is used in the layer to reference the source.":"Eindeutige ID, die die Quelle identifiziert und in der Ebene verwendet wird, um auf die Quelle zu verweisen.",
"Source Type":"Quellentyp",
"GeoJSON (JSON)":"GeoJSON (JSON)",
"GeoJSON (URL)":"GeoJSON (URL)",
"Vector (TileJSON URL)":"Vektor (TileJSON URL)",
"Vector (Tile URLs)":"Vektor (Tile URLs)",
"Raster (TileJSON URL)":"Raster (TileJSON URL)",
"Projection":"Projektion",
"Protanopia filter":"Protanopie-Filter",
"Public access token for LocationIQ services.":"Öffentlicher Zugriffstoken für LocationIQ-Dienste.",
"Public access token for MapTiler Cloud.":"Öffentlicher Zugriffstoken für MapTiler Cloud.",
"Public access token for Thunderforest services.":"Öffentlicher Zugriffstoken für Thunderforest-Dienste.",
"Raster (Tile URLs)":"Raster (Tile URLs)",
"Raster (TileJSON URL)":"Raster (TileJSON URL)",
"Raster DEM (TileJSON URL)":"Raster DEM (TileJSON URL)",
"Raster DEM (XYZ URLs)":"Raster DEM (XYZ URLs)",
"Vector (PMTiles)":"Vektor (PMTiles)",
"Image":"Bild",
"Video":"Video",
"Add Source":"Quelle hinzufügen",
"Sources":"Quellen",
"Active Sources":"Aktive Quellen",
"Choose Public Source":"Öffentliche Quelle auswählen",
"Add one of the publicly available sources to your style.":"Füge eine der öffentlich verfügbaren Quellen zu deinem Stil hinzu.",
"Add New Source":"Neue Quelle hinzufügen",
"Add a new source to your style. You can only choose the source type and id at creation time!":"Füge eine neue Quelle zu deinem Stil hinzu. Du kannst den Quellentyp und die ID nur bei der Erstellung auswählen!",
"Unique ID that identifies the source and is used in the layer to reference the source.":"Eindeutige ID, die die Quelle identifiziert und in der Ebene verwendet wird, um auf die Quelle zu verweisen.",
"Upgrade to expression":"Aufrüsten zu Ausdruck",
"Value":"Wert",
"Vector (PMTiles)":"Vektor (PMTiles)",
"Vector (Tile URLs)":"Vektor (Tile URLs)",
"Vector (TileJSON URL)":"Vektor (TileJSON URL)",
"Video":"Video",
"Video URL":"Video-URL",
"View":"Ansicht",
"You've entered an old style filter.":"Du hast einen alten Filter-Stil eingegeben.",
"Select a type of data scale (default is 'categorical').":"Sélectionnez un type d'échelle de données (par défaut 'categorical').",
"Base":"Base",
"Input a data property to base styles off of.":"Entrez une propriété de données pour baser les styles.",
"Default":"Par défaut",
"Stops":"Arrêts",
"Zoom":"Zoom",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"<0>Ouvrir dans OSM</0>. Ouvre la vue actuelle sur openstreetmap.org",
"Achromatopsia filter":"Filtre Achromatopsie",
"Active Sources":"Sources actives",
"Add a new source to your style. You can only choose the source type and id at creation time!":"Ajoutez une nouvelle source à votre style. Vous ne pouvez choisir le type et l'ID de la source qu'au moment de la création !",
"Add filter":"Ajouter un filtre",
"Add Layer":"Ajouter un calque",
"Add New Source":"Ajouter une nouvelle source",
"Add one of the publicly available sources to your style.":"Ajoutez l'une des sources publiques disponibles à votre style.",
"Add Source":"Ajouter une source",
"Add stop":"Ajouter un arrêt",
"Convert to expression":"Convertir en expression",
"Remove zoom level from stop":"Supprimer le niveau de zoom de l'arrêt",
"Revert from expression":"Annuler l'expression",
"Delete expression":"Supprimer l'expression",
"Add value":"Ajouter une valeur",
"Add Variable":"Ajouter une variable",
"any filter matches":"l'un des filtres correspond",
"API key for Stadia Maps.":"Clé d'API pour Stadia Maps.",
"Base":"Base",
"Bearing":"Orientation",
"Cancel":"Annuler",
"Center":"Centre",
"Choose Public Source":"Choisir une source publique",
"Choose the default Maputnik renderer for this style.":"Choisissez le moteur de rendu Maputnik par défaut pour ce style.",
"Click to close the editor":"Cliquez pour fermer l'éditeur",
"Close":"Fermer",
"Close modal":"Fermer la fenêtre modale",
"Close popup":"Fermer la fenêtre",
"Cluster":"Cluster",
"Code Editor":"Éditeur de code",
"Collapse":"Réduire",
"Color accessibility":"Accessibilité des couleurs",
"Comment...":"Votre commentaire...",
"Comments":"Commentaires",
"Comments for the current layer. This is non-standard and not in the spec.":"Commentaires pour le calque actuel. Ceci n'est pas standard et n'est pas dans la spécification.",
"Convert property into a elevation function":"Convertir la propriété en fonction d'élévation",
"Convert property into a zoom function":"Convertir la propriété en fonction de zoom",
"Convert property to data function":"Convertir la propriété en fonction de données",
"Convert property into a elevation function":"Convertir la propriété en fonction d'élévation",
"Color accessibility":"Accessibilité des couleurs",
"Help":"Aide",
"Close":"Fermer",
"Click to close the editor":"Cliquez pour fermer l'éditeur",
"Comments for the current layer. This is non-standard and not in the spec.":"Commentaires pour le calque actuel. Ceci n'est pas standard et n'est pas dans la spécification.",
"Comments":"Commentaires",
"Comment...":"Votre commentaire...",
"Max Zoom":"Zoom max",
"Min Zoom":"Zoom min",
"Source":"Source",
"Source Layer":"Calque Source",
"Type":"Type",
"Nested filters are not supported.":"Les filtres imbriqués ne sont pas pris en charge.",
"Upgrade to expression":"Mettre à niveau vers une expression",
"Filter":"Filtre",
"every filter matches":"tous les filtres correspondent",
"no filter matches":"aucun filtre ne correspond",
"any filter matches":"l'un des filtres correspond",
"Add filter":"Ajouter un filtre",
"You've entered an old style filter.":"Vous avez entré un ancien style de filtre.",
"Switch to filter editor.":"Passer à l'éditeur de filtre.",
"Delete filter block":"Supprimer le bloc de filtre",
"Add value":"Ajouter une valeur",
"Remove array item":"Supprimer l'élément de tableau",
"Must provide protocol: <1>https://</1>":"Protocole requis : <1>https://</1>",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"Protocole requis : <1>http://</1> ou <3>https://</3>",
"Convert to expression":"Convertir en expression",
"Coord bottom left":"Coordonnée en bas à gauche",
"Coord bottom right":"Coordonnée en bas à droite",
"Coord top left":"Coordonnée en haut à gauche",
"Coord top right":"Coordonnée en haut à droite",
"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain":"La politique CORS ne permet pas de récupérer des ressources servies sur http depuis https, utilisez un protocole <1>https://</1>",
"General layout properties":"Propriétés générales de mise en page",
"Text layout properties":"Propriétés de mise en page du texte",
"Icon layout properties":"Propriétés de mise en page de l'icône",
"Text paint properties":"Propriétés de peinture du texte",
"Icon paint properties":"Propriétés de peinture de l'icône",
"Paint properties":"Propriétés de peinture",
"Layout properties":"Propriétés de mise en page",
"Layer":"Calque",
"JSON Editor":"Éditeur JSON",
"Delete":"Supprimer",
"Duplicate":"Dupliquer",
"Show":"Afficher",
"Hide":"Cacher",
"Move layer up":"Monter le calque",
"Move layer down":"Descendre le calque",
"Layer: {{layerId}}":"Calque : {{layerId}}",
"Layers":"Calques",
"Collapse":"Réduire",
"Expand":"Développer",
"Add Layer":"Ajouter un calque",
"Search":"Recherche",
"Zoom:":"Zoom :",
"Close popup":"Fermer la fenêtre",
"cursor:":"curseur :",
"center:":"centre :",
"rotation:":"rotation :",
"Close modal":"Fermer la fenêtre modale",
"Layer ID already exists":"L'identifiant du calque existe déjà",
"Debug":"Déboguer",
"Options":"Options",
"Links":"Liens",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"<0>Ouvrir dans OSM</0>. Ouvre la vue actuelle sur openstreetmap.org",
"Save Style":"Enregistrer le style",
"Save the JSON style to your computer.":"Enregistrer le style JSON sur votre ordinateur.",
"Save as":"Enregistrer sous",
"Create HTML":"Créer le HTML",
"Key":"Clé",
"Value":"Valeur",
"Remove variable":"Supprimer la variable",
"Global State Variables":"Variables d'état global",
"No global state variables defined. Add variables to create reusable values in your style.":"Aucune variable d'état global définie. Ajoutez des variables pour créer des valeurs réutilisables dans votre style.",
"Add Variable":"Ajouter une variable",
"Cancel":"Annuler",
"Open Style":"Ouvrir le style",
"Open local Style":"Ouvrir un style local",
"Open a local JSON style from your computer.":"Ouvrir un style JSON local depuis votre ordinateur.",
"Load from URL":"Charger depuis une URL",
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.":"Charger depuis une URL. Notez que l'URL doit avoir les <1>CORS activés</1>.",
"Style URL":"URL du style",
"Data Sources":"Sources de données",
"Data Sources modal":"Sources de données (modale)",
"Data value":"Valeur des données",
"Debug":"Déboguer",
"Debug modal":"Déboguer (modale)",
"Decrease the pitch by 10 degrees.":"Diminuer l'inclinaison de 10 degrés.",
"Decrease the rotation by 15 degrees.":"Diminuer l'angle de rotation de 15 degrés.",
"Decrease the zoom level by 1.":"Diminuer le niveau de zoom de 1.",
"Decrease the zoom level by 2.":"Diminuer le niveau de zoom de 2.",
"Default":"Par défaut",
"Delete":"Supprimer",
"Delete expression":"Supprimer l'expression",
"Delete filter block":"Supprimer le bloc de filtre",
"Deuteranopia filter":"Filtre Deutéranopie",
"Duplicate":"Dupliquer",
"Encoding":"Encodage",
"Enter URL...":"Entrez l'URL...",
"every filter matches":"tous les filtres correspondent",
"Expand":"Développer",
"Export modal":"Exporter (modale)",
"Filter":"Filtre",
"Focus map":"Focus sur la carte",
"Function":"Fonction",
"Gallery Styles":"Styles de la galerie",
"Open one of the publicly available styles to start from.":"Ouvrez l'un des styles publics disponibles pour commencer.",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"Protocole requis : <1>http://</1> ou <3>https://</3>",
"Must provide protocol: <1>https://</1>":"Protocole requis : <1>https://</1>",
"Name":"Nom",
"Nested filters are not supported.":"Les filtres imbriqués ne sont pas pris en charge.",
"no filter matches":"aucun filtre ne correspond",
"No global state variables defined. Add variables to create reusable values in your style.":"Aucune variable d'état global définie. Ajoutez des variables pour créer des valeurs réutilisables dans votre style.",
"Open":"Ouvrir",
"Open a local JSON style from your computer.":"Ouvrir un style JSON local depuis votre ordinateur.",
"Increase the zoom level by 1.":"Augmenter le niveau de zoom de 1.",
"Increase the zoom level by 2.":"Augmenter le niveau de zoom de 2.",
"Decrease the zoom level by 1.":"Diminuer le niveau de zoom de 1.",
"Decrease the zoom level by 2.":"Diminuer le niveau de zoom de 2.",
"Pan up by 100 pixels.":"Déplacer vers le haut de 100 pixels.",
"Open one of the publicly available styles to start from.":"Ouvrez l'un des styles publics disponibles pour commencer.",
"Open Style":"Ouvrir le style",
"Options":"Options",
"Output value":"Valeur de sortie",
"Owner":"Propriétaire",
"Owner ID of the style. Used by Mapbox or future style APIs.":"ID du propriétaire du style. Utilisé par Mapbox ou les futures API de style.",
"Paint properties":"Propriétés de peinture",
"Pan down by 100 pixels.":"Déplacer vers le bas de 100 pixels.",
"Pan left by 100 pixels.":"Déplacer vers la gauche de 100 pixels.",
"Pan right by 100 pixels.":"Déplacer vers la droite de 100 pixels.",
"Increase the rotation by 15 degrees.":"Augmenter l'angle de rotation de 15 degrés.",
"Decrease the rotation by 15 degrees.":"Diminuer l'angle de rotation de 15 degrés.",
"Increase the pitch by 10 degrees.":"Augmenter l'inclinaison de 10 degrés.",
"Decrease the pitch by 10 degrees.":"Diminuer l'inclinaison de 10 degrés.",
"Shortcuts":"Raccourcis",
"Pan up by 100 pixels.":"Déplacer vers le haut de 100 pixels.",
"Pitch":"Inclinaison",
"PMTiles URL":"URL PMTiles",
"Press <1>ESC</1> to lose focus of any active elements, then press one of:":"Appuyez sur <1>Échap</1> pour perdre le focus des éléments actifs, puis appuyez sur l'un des éléments suivants :",
"If the Map is in focused you can use the following shortcuts":"Si la carte a le focus, vous pouvez utiliser les raccourcis suivants",
"Remove '{{sourceId}}' source":"Supprimer la source '{{sourceId}}'",
"Source ID":"ID de la source",
"Unique ID that identifies the source and is used in the layer to reference the source.":"ID unique qui identifie la source et est utilisé dans le calque pour référencer la source.",
"Source Type":"Type de source",
"GeoJSON (JSON)":"GeoJSON (JSON)",
"GeoJSON (URL)":"GeoJSON (URL)",
"Vector (TileJSON URL)":"Vecteur (URL TileJSON)",
"Vector (Tile URLs)":"Vecteur (URLs Tile)",
"Raster (TileJSON URL)":"Raster (URL TileJSON)",
"Projection":"Projection",
"Protanopia filter":"Filtre Protanopie",
"Public access token for LocationIQ services.":"Jeton d'accès public pour les services LocationIQ.",
"Public access token for MapTiler Cloud.":"Jeton d'accès public pour MapTiler Cloud.",
"Public access token for Thunderforest services.":"Jeton d'accès public pour les services Thunderforest.",
"Raster (Tile URLs)":"Raster (URLs Tile)",
"Raster (TileJSON URL)":"Raster (URL TileJSON)",
"Raster DEM (TileJSON URL)":"Raster DEM (URL TileJSON)",
"Raster DEM (XYZ URLs)":"Raster DEM (URLs XYZ)",
"Vector (PMTiles)":"Vecteur (PMTiles)",
"Image":"Image",
"Video":"Vidéo",
"Add Source":"Ajouter une source",
"Sources":"Sources",
"Active Sources":"Sources actives",
"Choose Public Source":"Choisir une source publique",
"Add one of the publicly available sources to your style.":"Ajoutez l'une des sources publiques disponibles à votre style.",
"Add New Source":"Ajouter une nouvelle source",
"Add a new source to your style. You can only choose the source type and id at creation time!":"Ajoutez une nouvelle source à votre style. Vous ne pouvez choisir le type et l'ID de la source qu'au moment de la création !",
"TileJSON URL":"URL TileJSON",
"Tile URL":"URL de la tuile",
"Remove '{{sourceId}}' source":"Supprimer la source '{{sourceId}}'",
"Remove array item":"Supprimer l'élément de tableau",
"Remove variable":"Supprimer la variable",
"Remove zoom level from stop":"Supprimer le niveau de zoom de l'arrêt",
"Revert from expression":"Annuler l'expression",
"Save":"Enregistrer",
"Save as":"Enregistrer sous",
"Save Style":"Enregistrer le style",
"Save the JSON style to your computer.":"Enregistrer le style JSON sur votre ordinateur.",
"Scheme Type":"Type de schéma",
"Coord top left":"Coordonnée en haut à gauche",
"Coord top right":"Coordonnée en haut à droite",
"Coord bottom right":"Coordonnée en bas à droite",
"Coord bottom left":"Coordonnée en bas à gauche",
"Image URL":"URL de l'image",
"Video URL":"URL de la vidéo",
"GeoJSON URL":"URL GeoJSON",
"GeoJSON":"GeoJSON",
"Cluster":"Cluster",
"PMTiles URL":"URL PMTiles",
"Tile Size":"Dimension d'une tuile",
"Encoding":"Encodage",
"Error:":"Erreur :",
"MapTiler Access Token":"Jeton d'accès MapTiler",
"Public access token for MapTiler Cloud.":"Jeton d'accès public pour MapTiler Cloud.",
"Unique ID that identifies the source and is used in the layer to reference the source.":"ID unique qui identifie la source et est utilisé dans le calque pour référencer la source.",
"Upgrade to expression":"Mettre à niveau vers une expression",
"Value":"Valeur",
"Vector (PMTiles)":"Vecteur (PMTiles)",
"Vector (Tile URLs)":"Vecteur (URLs Tile)",
"Vector (TileJSON URL)":"Vecteur (URL TileJSON)",
"Video":"Vidéo",
"Video URL":"URL de la vidéo",
"View":"Vue",
"You've entered an old style filter.":"Vous avez entré un ancien style de filtre.",
"Comments for the current layer. This is non-standard and not in the spec.":"הערות על השכבה הנוכחית. זה לא חלק מהספסיפיקציות",
"Comments":"הערות",
"Comment...":"הערה...",
"Max Zoom":"זום מקסימאלי",
"Min Zoom":"זום מינימאלי",
"Source":"מקור",
"Source Layer":"שכבת מקור",
"Type":"סוג",
"Nested filters are not supported.":"סינונים מקוננים אינם נתמכים",
"Upgrade to expression":"שדרוג לביטוי",
"Filter":"סינון",
"every filter matches":"כל הסינונים מתאימים",
"no filter matches":"אף סינון אינו מתאים",
"any filter matches":"אחד הסינוים מתאימים",
"Add filter":"הוספת סינון",
"You've entered an old style filter.":"הכנסתם סינון מסוג ישן,",
"Switch to filter editor.":"עברו לעורך הסינונים",
"Delete filter block":"מחיקת גוש מסנן",
"Add value":"הוספת ערך",
"Remove array item":"הסרת איבר מערך",
"Must provide protocol: <1>https://</1>":"נדרש פרוטוקול: <1>https://</1>",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"נדרשים פרוטוקולים: <1>http://</1> או <3>https://</3>",
"Convert to expression":"המחרה לביטוי",
"Coord bottom left":"מיקום שמאלי תחתון",
"Coord bottom right":"מיקום ימני תחתון",
"Coord top left":"מיקום שמאלי עליון",
"Coord top right":"מיקום ימני עליון",
"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain":"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"<0>פתיחה ב-OSM</0>. פתיחה של התצוגה הנוכחית ב- openstreetmap.org",
"Save Style":"שמירת הסטייל",
"Save the JSON style to your computer.":"שמירת הסטייל JSON במחשב שלך.",
"Save as":"שמירה בשם",
"Create HTML":"צור HTML",
"Key":"מפתח",
"Value":"ערך",
"Remove variable":"הסר משתנה",
"Global State Variables":"משתני מצב גלובלי",
"No global state variables defined. Add variables to create reusable values in your style.":"לא הוגדרו משתני מצב גלובלי. הוסף משתנים כדי ליצור ערכים שניתן לעשות בהם שימוש חוזר בסטייל שלך.",
"Add Variable":"הוסף משתנה",
"Cancel":"ביטול",
"Open Style":"פתיחת סטייל",
"Open local Style":"פתיחת סטייל מקומי",
"Open a local JSON style from your computer.":"פתיחת סטייל JSON מקומי מהמחשב שלך.",
"Load from URL":"פתיחה מתוך כתובת",
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.":"פתיחה מכתובת, שימו לב: הכתובת צריכה לתמוך ב- CORS",
"Style URL":"כתוסת סטייל",
"Data Sources":"מקורות מידע",
"Data Sources modal":"חלונית מקורות",
"Data value":"ערך מידע",
"Debug":"דיבאג",
"Debug modal":"חלונית דיבאג",
"Decrease the pitch by 10 degrees.":"הורדה של 10 מעלות מהזווית",
"Decrease the rotation by 15 degrees.":"הורדת 15 מעלות לסיבוב",
"Decrease the zoom level by 1.":"הורדה של הזום ב-1",
"Decrease the zoom level by 2.":"הורדה של הזום ב-2",
"Default":"ברירת המחדל",
"Delete":"מחיקה",
"Delete expression":"מחיקת ביטוי",
"Delete filter block":"מחיקת גוש מסנן",
"Deuteranopia filter":"Deuteranopia filter",
"Duplicate":"שכפול",
"Encoding":"קידוד",
"Enter URL...":"הכנסו כתובת",
"every filter matches":"כל הסינונים מתאימים",
"Expand":"הגדלה",
"Export modal":"חלונית ייצוא",
"Filter":"סינון",
"Focus map":"פיקוס המפה",
"Function":"פונקציה",
"Gallery Styles":"גלריית סטיילים",
"Open one of the publicly available styles to start from.":"פתיחת אחד הסטייליםפ הציבוריים על מנת להתחיל מהם.",
"Loading style":"טוען סטייל",
"Loading: {{requestUrl}}":"טוען: {{requestUrl}}",
"Name":"שם",
"Owner":"שייך ל",
"Owner ID of the style. Used by Mapbox or future style APIs.":"מזהה השייכות של הסטייל.",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"נדרשים פרוטוקולים: <1>http://</1> או <3>https://</3>",
"Must provide protocol: <1>https://</1>":"נדרש פרוטוקול: <1>https://</1>",
"Name":"שם",
"Nested filters are not supported.":"סינונים מקוננים אינם נתמכים",
"no filter matches":"אף סינון אינו מתאים",
"No global state variables defined. Add variables to create reusable values in your style.":"לא הוגדרו משתני מצב גלובלי. הוסף משתנים כדי ליצור ערכים שניתן לעשות בהם שימוש חוזר בסטייל שלך.",
"Open":"פתיחה",
"Open a local JSON style from your computer.":"פתיחת סטייל JSON מקומי מהמחשב שלך.",
"Increase the zoom level by 1.":"העלאה של הזום ב-1",
"Increase the zoom level by 2.":"העלאה של הזום ב-2",
"Decrease the zoom level by 1.":"הורדה של הזום ב-1",
"Decrease the zoom level by 2.":"הורדה של הזום ב-2",
"Pan up by 100 pixels.":"תזוזה למעלה ב-100 פיקסלים",
"Open one of the publicly available styles to start from.":"פתיחת אחד הסטייליםפ הציבוריים על מנת להתחיל מהם.",
"Open Style":"פתיחת סטייל",
"Options":"אפשרויות",
"Output value":"ערך החזרה",
"Owner":"שייך ל",
"Owner ID of the style. Used by Mapbox or future style APIs.":"מזהה השייכות של הסטייל.",
"Paint properties":"תכונות ציור",
"Pan down by 100 pixels.":"תזוזה למטה ב-100 פיקסלים",
"Pan left by 100 pixels.":"תזוזה שמאלה ב-100 פיקסלים",
"Pan right by 100 pixels.":"תזוזה ימינה ב-100 פיקסלים",
"Increase the rotation by 15 degrees.":"הוספת 15 מעלות לסיבוב",
"Decrease the rotation by 15 degrees.":"הורדת 15 מעלות לסיבוב",
"Increase the pitch by 10 degrees.":"הוספה של 10 מעלות לזיווית",
"Decrease the pitch by 10 degrees.":"הורדה של 10 מעלות מהזווית",
"Shortcuts":"קיצורי דרך",
"Pan up by 100 pixels.":"תזוזה למעלה ב-100 פיקסלים",
"Pitch":"זווית",
"PMTiles URL":"כתובת PMTiles",
"Press <1>ESC</1> to lose focus of any active elements, then press one of:":"לחיצה על <1>ESC</1> על מנת לאבד פוקוס מכל פקד פעיל, ואז ליחצו על אחד מאלו:",
"If the Map is in focused you can use the following shortcuts":"אם המפה נמצאת בפוקוס תוכלו להשתמש בקיצורי הדרך",
"Remove '{{sourceId}}' source":"הורדה של מקור '{{sourceId}}'",
"Source ID":"מזהה מקור",
"Unique ID that identifies the source and is used in the layer to reference the source.":"מזהה מקור ייחודי לטובת שימוש בשכבה",
"Source Type":"סוג מקור",
"GeoJSON (JSON)":"GeoJSON (JSON)",
"GeoJSON (URL)":"GeoJSON (URL)",
"Vector (TileJSON URL)":"Vector (TileJSON URL)",
"Vector (Tile URLs)":"Vector (Tile URLs)",
"Raster (TileJSON URL)":"Raster (TileJSON URL)",
"Projection":"הטלה",
"Protanopia filter":"Protanopia filter",
"Public access token for LocationIQ services.":"Public access token for LocationIQ services.",
"Public access token for MapTiler Cloud.":"Public access token for MapTiler Cloud.",
"Public access token for Thunderforest services.":"Public access token for Thunderforest services.",
"Raster (Tile URLs)":"Raster (Tile URLs)",
"Raster (TileJSON URL)":"Raster (TileJSON URL)",
"Raster DEM (TileJSON URL)":"Raster DEM (TileJSON URL)",
"Raster DEM (XYZ URLs)":"Raster DEM (XYZ URLs)",
"Vector (PMTiles)":"Vector (PMTiles)",
"Image":"תמונה",
"Video":"וידאו",
"Add Source":"הוספת מקור",
"Sources":"מקורות",
"Active Sources":"מקורות פעילים",
"Choose Public Source":"בחירת מקור ציבורי",
"Add one of the publicly available sources to your style.":"הוספת אחד המקורות הציבוריים הזמינים לסטייל שלך.",
"Add New Source":"הוספת מקור חדש",
"Add a new source to your style. You can only choose the source type and id at creation time!":"הוספת מקור לסטייל, ביכולתכם לעשות זאת רק בזמן מסויים",
"TileJSON URL":"כתובת TileJSON",
"Tile URL":"כתובת אריחים",
"Remove '{{sourceId}}' source":"הורדה של מקור '{{sourceId}}'",
"Remove array item":"הסרת איבר מערך",
"Remove variable":"הסר משתנה",
"Remove zoom level from stop":"הסרת רמת זום מעצירה",
"Revert from expression":"החזרה מביטוי",
"Save":"שמור",
"Save as":"שמירה בשם",
"Save Style":"שמירת הסטייל",
"Save the JSON style to your computer.":"שמירת הסטייל JSON במחשב שלך.",
"Scheme Type":"סוג סכמה",
"Coord top left":"מיקום שמאלי עליון",
"Coord top right":"מיקום ימני עליון",
"Coord bottom right":"מיקום ימני תחתון",
"Coord bottom left":"מיקום שמאלי תחתון",
"Image URL":"כתובת תמונה",
"Video URL":"כתובת וידאו",
"GeoJSON URL":"כתובת GeoJSON",
"GeoJSON":"GeoJSON",
"Cluster":"קיבוץ",
"PMTiles URL":"כתובת PMTiles",
"Tile Size":"גודל אריח",
"Encoding":"קידוד",
"Error:":"שגיאה",
"MapTiler Access Token":"MapTiler Access Token",
"Public access token for MapTiler Cloud.":"Public access token for MapTiler Cloud.",
"Select a type of data scale (default is 'categorical').":"Seleziona un tipo di scala dati (predefinito 'categorical').",
"Base":"Base",
"Input a data property to base styles off of.":"Inserisci una proprietà dati su cui basare gli stili.",
"Default":"Predefinito",
"Stops":"Fermate",
"Zoom":"Zoom",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"<0>Apri in OSM</0>. Apre la vista corrente su openstreetmap.org",
"Achromatopsia filter":"Filtro acromatopsia",
"Active Sources":"Sorgenti attive",
"Add a new source to your style. You can only choose the source type and id at creation time!":"Aggiungi una nuova sorgente al tuo stile. Puoi scegliere il tipo di sorgente e l'ID solo al momento della creazione!",
"Add filter":"Aggiungi filtro",
"Add Layer":"Aggiungi Livello",
"Add New Source":"Aggiungi nuova sorgente",
"Add one of the publicly available sources to your style.":"Aggiungi una delle sorgente pubbliche disponibili al tuo stile.",
"Add Source":"Aggiungi sorgente",
"Add stop":"Aggiungi fermata",
"Convert to expression":"Converti in espressione",
"Remove zoom level from stop":"Rimuovi il livello di zoom dalla fermata",
"Revert from expression":"Ripristina dall'espressione",
"API key for Stadia Maps.":"Chiave API per Stadia Maps.",
"Base":"Base",
"Bearing":"Direzione",
"Cancel":"Annulla",
"Center":"Centro",
"Choose Public Source":"Scegli una sorgente pubblica",
"Choose the default Maputnik renderer for this style.":"Scegli il renderer predefinito di Maputnik per questo stile.",
"Click to close the editor":"Clicca per chiudere l'editor",
"Close":"Chiudi",
"Close modal":"Chiudi finestra modale",
"Close popup":"Chiudi popup",
"Cluster":"Cluster",
"Code Editor":"Editor codice",
"Collapse":"Coprimi",
"Color accessibility":"Accessibilità colori",
"Comment...":"Il tuo commento...",
"Comments":"Commenti",
"Comments for the current layer. This is non-standard and not in the spec.":"Commenti per il livello attuale. Questo non è standard e non è nella specifica.",
"Convert property into a elevation function":"Converti proprietà in una funzione di elevazione",
"Convert property into a zoom function":"Converti proprietà in una funzione di zoom",
"Convert property to data function":"Converti proprietà in una funzione dati",
"Convert property into a elevation function":"Converti proprietà in una funzione di elevazione",
"Click to close the editor":"Clicca per chiudere l'editor",
"Comments for the current layer. This is non-standard and not in the spec.":"Commenti per il livello attuale. Questo non è standard e non è nella specifica.",
"Comments":"Commenti",
"Comment...":"Il tuo commento...",
"Max Zoom":"Zoom massimo",
"Min Zoom":"Zoom minimo",
"Source":"Sorgente",
"Source Layer":"Livello sorgente",
"Type":"Tipo",
"Nested filters are not supported.":"I filtri nidificati non sono supportati.",
"Upgrade to expression":"Aggiorna a espressione",
"Filter":"Filtro",
"every filter matches":"tutti i filtri corrispondono",
"Must provide protocol: <1>https://</1>":"Protocollo richiesto: <1>https://</1>",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"Protocollo richiesto: <1>http://</1> o <3>https://</3>",
"Convert to expression":"Converti in espressione",
"Coord bottom left":"Coordinate in basso a sinistra",
"Coord bottom right":"Coordinate in basso a destra",
"Coord top left":"Coordinate in alto a sinistra",
"Coord top right":"Coordinate in alto a destra",
"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain":"La politica CORS non permette di caricare risorse tramite http da https, utilizza un dominio <1>https://</1>.",
"General layout properties":"Proprietà generali del layout",
"Text layout properties":"Proprietà di layout del testo",
"Icon layout properties":"Proprietà di layout dell'icona",
"Text paint properties":"Proprietà di pittura del testo",
"Icon paint properties":"Proprietà di pittura dell'icona",
"Paint properties":"Proprietà di pittura",
"Layout properties":"Proprietà di layout",
"Layer":"Livello",
"JSON Editor":"Editor JSON",
"Delete":"Elimina",
"Duplicate":"Duplica",
"Show":"Mostra",
"Hide":"Nascondi",
"Move layer up":"Sposta il livello in su",
"Move layer down":"Sposta il livello in giù",
"Layer: {{layerId}}":"Livello: {{layerId}}",
"Layers":"Livelli",
"Collapse":"Coprimi",
"Expand":"Espandi",
"Add Layer":"Aggiungi Livello",
"Search":"Cerca",
"Zoom:":"Zoom:",
"Close popup":"Chiudi popup",
"cursor:":"cursore:",
"center:":"centro:",
"rotation:":"rotazione:",
"Close modal":"Chiudi finestra modale",
"Layer ID already exists":"L'ID del layer esiste già",
"Debug":"Debug",
"Options":"Opzioni",
"Links":"Collegamenti",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"<0>Apri in OSM</0>. Apre la vista corrente su openstreetmap.org",
"Save Style":"Opzioni stile",
"Save the JSON style to your computer.":"Salva lo style JSON nel tuo computer.",
"Save as":"Salva con nome",
"Create HTML":"Crea HTML",
"Key":"Chiave",
"Value":"Valore",
"Remove variable":"Rimuovi variabile",
"Global State Variables":"Variabili di stato globale",
"No global state variables defined. Add variables to create reusable values in your style.":"Nessuna variabile di stato globale definita. Aggiungi variabili per creare valori riutilizzabili nel tuo stile.",
"Add Variable":"Aggiungi variabile",
"Cancel":"Annulla",
"Open Style":"Apri stile",
"Open local Style":"Apri stile locale",
"Open a local JSON style from your computer.":"Apri uno stile JSON dal tuo computer.",
"Load from URL":"Carica da URL",
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.":"Carica da URL. Nota che l'URL deve avere l'abilitazione <1>CORS attivata</1>.",
"Owner ID of the style. Used by Mapbox or future style APIs.":"ID del proprietario dello stile. Utilizzato da Mapbox o dalle future API di stile.",
"Sprite URL":"URL Sprite",
"General layout properties":"Proprietà generali del layout",
"GeoJSON":"GeoJSON",
"GeoJSON (JSON)":"GeoJSON (JSON)",
"GeoJSON (URL)":"GeoJSON (URL)",
"GeoJSON URL":"GeoJSON URL",
"Global State":"Stato globale",
"Global State Variables":"Variabili di stato globale",
"Glyphs URL":"URL Glyphs",
"Center":"Centro",
"Bearing":"Direzione",
"Pitch":"Inclinazione",
"Help":"Aiuto",
"Hide":"Nascondi",
"Icon layout properties":"Proprietà di layout dell'icona",
"Icon paint properties":"Proprietà di pittura dell'icona",
"If the Map is in focused you can use the following shortcuts":"Se la mappa è attiva, puoi utilizzare le seguenti scorciatoie:",
"Image":"Immagine",
"Image URL":"Indirizzo immagine",
"Increase the pitch by 10 degrees.":"Incrementa la rotazione di 10 gradi",
"Increase the rotation by 15 degrees.":"Incrementa la rotazione di 15 gradi.",
"Increase the zoom level by 1.":"Aumenta il livello di zoom di 1.",
"Increase the zoom level by 2.":"Aumenta il livello di zoom di 2.",
"Input a data property to base styles off of.":"Inserisci una proprietà dati su cui basare gli stili.",
"Input value":"Valore di input",
"Inspect":"Esamina",
"JSON Editor":"Editor JSON",
"Key":"Chiave",
"Layer":"Livello",
"Layer editor":"Editor livelli",
"Layer ID already exists":"L'ID del layer esiste già",
"Layers":"Livelli",
"Layers list":"Elenco livelli",
"Layout properties":"Proprietà di layout",
"Learn More":"Scopri di più",
"Light anchor":"Ancora della luce",
"Light color":"Colore della luce",
"Light intensity":"Intensità della luce",
"Light position":"Posizione della luce",
"Terrain source":"Sorgente del terreno",
"Terrain exaggeration":"Esagerazione del terreno",
"Transition delay":"Ritardo della transizione",
"Transition duration":"Durate della transizione",
"Projection":"Proiezione",
"Links":"Collegamenti",
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.":"Carica da URL. Nota che l'URL deve avere l'abilitazione <1>CORS attivata</1>.",
"Load from URL":"Carica da URL",
"Loading":"Caricamento",
"Loading style":"Caricamento stile",
"LocationIQ Access Token":"Token di accesso LocationIQ",
"Map":"Mappa",
"Map view":"Vista mappa",
"MapTiler Access Token":"Accesso token MapTiler",
"Maputnik on GitHub":"Maputnik su GitHub",
"Max Zoom":"Zoom massimo",
"Min Zoom":"Zoom minimo",
"Move layer down":"Sposta il livello in giù",
"Move layer up":"Sposta il livello in su",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"Protocollo richiesto: <1>http://</1> o <3>https://</3>",
"Must provide protocol: <1>https://</1>":"Protocollo richiesto: <1>https://</1>",
"Name":"Nome",
"Nested filters are not supported.":"I filtri nidificati non sono supportati.",
"no filter matches":"nessun filtro corrisponde",
"No global state variables defined. Add variables to create reusable values in your style.":"Nessuna variabile di stato globale definita. Aggiungi variabili per creare valori riutilizzabili nel tuo stile.",
"Open":"Apri",
"Open a local JSON style from your computer.":"Apri uno stile JSON dal tuo computer.",
"Style Settings modal":"Finestra modale impostazione degli stili",
"Toggle inspect":"Attiva/disattiva ispezione",
"Focus map":"Metti a fuoco la mappa",
"Debug modal":"Finestra modale di debug",
"Increase the zoom level by 1.":"Aumenta il livello di zoom di 1.",
"Increase the zoom level by 2.":"Aumenta il livello di zoom di 2.",
"Decrease the zoom level by 1.":"Riduci il livello di zoom di 1.",
"Decrease the zoom level by 2.":"Riduci il livello di zoom di 1..",
"Pan up by 100 pixels.":"Sposta in alto di 100 pixels.",
"Open one of the publicly available styles to start from.":"Apro uno degli stili pubblici a partire da.",
"Open Style":"Apri stile",
"Options":"Opzioni",
"Output value":"Valore di output",
"Owner":"Proprietario",
"Owner ID of the style. Used by Mapbox or future style APIs.":"ID del proprietario dello stile. Utilizzato da Mapbox o dalle future API di stile.",
"Paint properties":"Proprietà di pittura",
"Pan down by 100 pixels.":"Sposta in basso di 100 pixels",
"Pan left by 100 pixels.":"Sposta a sinistra di 100 pixels",
"Pan right by 100 pixels.":"Sposta a destra di 100 pixels",
"Increase the rotation by 15 degrees.":"Incrementa la rotazione di 15 gradi.",
"Decrease the rotation by 15 degrees.":"Aumenta la rotazione di 15 gradi.",
"Increase the pitch by 10 degrees.":"Incrementa la rotazione di 10 gradi",
"Decrease the pitch by 10 degrees.":"Aumenta la rotazione di 10 gradi.",
"Shortcuts":"Scorciatoie",
"Pan up by 100 pixels.":"Sposta in alto di 100 pixels.",
"Pitch":"Inclinazione",
"PMTiles URL":"PMTiles URL",
"Press <1>ESC</1> to lose focus of any active elements, then press one of:":"Premi <1>ESC</1> per perdere il focus su qualsiasi elemento attivo, poi premi uno dei seguenti tasti:",
"If the Map is in focused you can use the following shortcuts":"Se la mappa è attiva, puoi utilizzare le seguenti scorciatoie:",
"Unique ID that identifies the source and is used in the layer to reference the source.":"ID univoco che identifica la sorgente ed è utilizzato nel livello per fare riferimento alla sorgente.",
"Source Type":"Tipo sorgente",
"GeoJSON (JSON)":"GeoJSON (JSON)",
"GeoJSON (URL)":"GeoJSON (URL)",
"Vector (TileJSON URL)":"Vettore (TileJSON URL)",
"Vector (Tile URLs)":"Vettore (Tile URLs)",
"Raster (TileJSON URL)":"Raster (TileJSON URL)",
"Projection":"Proiezione",
"Protanopia filter":"Filtro protanopia",
"Public access token for LocationIQ services.":"Token di accesso pubblico per i servizi LocationIQ.",
"Public access token for MapTiler Cloud.":"Token di accesso pubblico per MapTiler Cloud.",
"Public access token for Thunderforest services.":"Token di accesso pubblico per i servizi Thunderforest.",
"Raster (Tile URLs)":"Raster (Tile URLs)",
"Raster (TileJSON URL)":"Raster (TileJSON URL)",
"Raster DEM (TileJSON URL)":"Raster DEM (TileJSON URL)",
"Raster DEM (XYZ URLs)":"Raster DEM (XYZ URLs)",
"Vector (PMTiles)":"Vettore (PMTiles)",
"Image":"Immagine",
"Video":"Video",
"Add Source":"Aggiungi sorgente",
"Sources":"Sorgenti",
"Active Sources":"Sorgenti attive",
"Choose Public Source":"Scegli una sorgente pubblica",
"Add one of the publicly available sources to your style.":"Aggiungi una delle sorgente pubbliche disponibili al tuo stile.",
"Add New Source":"Aggiungi nuova sorgente",
"Add a new source to your style. You can only choose the source type and id at creation time!":"Aggiungi una nuova sorgente al tuo stile. Puoi scegliere il tipo di sorgente e l'ID solo al momento della creazione!",
"Unique ID that identifies the source and is used in the layer to reference the source.":"ID univoco che identifica la sorgente ed è utilizzato nel livello per fare riferimento alla sorgente.",
"Upgrade to expression":"Aggiorna a espressione",
"Value":"Valore",
"Vector (PMTiles)":"Vettore (PMTiles)",
"Vector (Tile URLs)":"Vettore (Tile URLs)",
"Vector (TileJSON URL)":"Vettore (TileJSON URL)",
"Video":"Video",
"Video URL":"Indirizzo video",
"View":"Vista",
"You've entered an old style filter.":"Hai inserito uno stile filtro obsoleto.",
"Click to close the editor":"エディタを閉じるにはクリックしてください",
"Comments for the current layer. This is non-standard and not in the spec.":"現在のレイヤーのコメント。注意:この機能は標準ではないため、他のライブラリとの互換性状況はわかりません。",
"Comments":"コメント",
"Comment...":"コメントを書く",
"Max Zoom":"最大ズーム",
"Min Zoom":"最小ズーム",
"Source":"ソース",
"Source Layer":"ソースレイヤ",
"Type":"タイプ",
"Nested filters are not supported.":"ネストされたフィルタはサポートされていません。",
"Upgrade to expression":"式にアップグレード",
"Filter":"フィルタ",
"every filter matches":"全てのフィルタが一致",
"no filter matches":"フィルタが一致しない",
"any filter matches":"いずれかのフィルタが一致",
"Add filter":"フィルタを追加",
"You've entered an old style filter.":"旧型フィルタを使用しております。",
"Switch to filter editor.":"新型に変換",
"Delete filter block":"フィルタブロックを削除",
"Add value":"値を追加する",
"Remove array item":"配列の項目を削除",
"Must provide protocol: <1>https://</1>":"プロトコルを指定してください: <1>https://</1>",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"プロトコルを指定してください: <1>http://</1> または <3>https://</3>",
"Convert to expression":"フィルタ式に変換",
"Coord bottom left":"左下座標",
"Coord bottom right":"右下座標",
"Coord top left":"左上座標",
"Coord top right":"右上座標",
"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain":"CORS使用時は、http経由で提供されるリソースをhttpsから取得することはできません。<1>https://</1> ドメインを使用してください。",
"General layout properties":"一般レイアウトプロパティ",
"Text layout properties":"文字レイアウトプロパティ",
"Icon layout properties":"アイコンレイアウトプロパティ",
"Text paint properties":"文字ペイントプロパティ",
"Icon paint properties":"アイコンペイントプロパティ",
"Paint properties":"ペイントプロパティ",
"Layout properties":"レイアウトプロパティ",
"Layer":"レイヤー",
"JSON Editor":"JSONエディタ",
"Delete":"削除",
"Duplicate":"複製",
"Show":"表示",
"Hide":"非表示",
"Move layer up":"上に移動",
"Move layer down":"下に移動",
"Layer: {{layerId}}":"レイヤー {{layerId}}",
"Layers":"レイヤー",
"Collapse":"畳む",
"Expand":"展開",
"Add Layer":"レイヤー追加",
"Search":"検索",
"Zoom:":"ズーム:",
"Close popup":"ポップアップを閉じる",
"cursor:":"カーソル",
"center:":"中央:",
"rotation:":"回転角度:",
"Close modal":"モーダルを閉じる",
"Layer ID already exists":"レイヤーIDは既に存在します",
"Debug":"デバッグ",
"Options":"設定",
"Links":"リンク",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"現在のビューを <0>openstreetmap.org で開く</0>",
"Save Style":"スタイルを保存",
"Save the JSON style to your computer.":"JSONスタイルをコンピュータに保存します。",
"Save as":"名前を付けて保存",
"Create HTML":"HTMLを作成",
"Key":"キー",
"Value":"値",
"Remove variable":"変数を削除",
"Global State Variables":"グローバルステート変数",
"No global state variables defined. Add variables to create reusable values in your style.":"グローバルステート変数が定義されていません。スタイルで再利用可能な値を作成するには、変数を追加してください。",
"Add Variable":"変数を追加",
"Cancel":"キャンセル",
"Open Style":"スタイルを開く",
"Open local Style":"ローカルスタイルを開く",
"Open a local JSON style from your computer.":"コンピュータからローカルJSONスタイルを開きます。",
"Load from URL":"URLから読み込む",
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.":"URLから読み込む。注意: URLは <1>CORSを有効にする</1> 必要があります。",
"Style URL":"スタイルURL",
"Data Sources":"データソース",
"Data Sources modal":"データソースのモーダル",
"Data value":"データ値",
"Debug":"デバッグ",
"Debug modal":"デバッグモーダル",
"Decrease the pitch by 10 degrees.":"ピッチを10度減らす",
"Decrease the rotation by 15 degrees.":"回転角度を15度減らす",
"Decrease the zoom level by 1.":"ズームレベルを1減らす",
"Decrease the zoom level by 2.":"ズームレベルを2減らす",
"Default":"デフォルト",
"Delete":"削除",
"Delete expression":"式を削除",
"Delete filter block":"フィルタブロックを削除",
"Deuteranopia filter":"緑色盲フィルタ",
"Duplicate":"複製",
"Encoding":"エンコーディング",
"Enter URL...":"URLを入力",
"every filter matches":"全てのフィルタが一致",
"Expand":"展開",
"Export modal":"書き出しのモーダル",
"Filter":"フィルタ",
"Focus map":"地図にフォーカス",
"Function":"関数",
"Gallery Styles":"ギャラリースタイル",
"Open one of the publicly available styles to start from.":"公開スタイルを選んで開始しましょう。",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"<0>OSM에서 열기</0>. 현재 뷰를 openstreetmap.org에서 엽니다",
"Achromatopsia filter":"전색맹 필터",
"Active Sources":"활성 소스",
"Add a new source to your style. You can only choose the source type and id at creation time!":"스타일에 새 소스를 추가합니다. 소스 유형과 ID는 생성 시에만 선택할 수 있습니다!",
"Add filter":"필터 추가",
"Add Layer":"레이어 추가",
"Add New Source":"새 소스 추가",
"Add one of the publicly available sources to your style.":"공개적으로 사용 가능한 소스 중 하나를 스타일에 추가하세요.",
"Add Source":"소스 추가",
"Add stop":"기준점 추가",
"Add value":"값 추가",
"Add Variable":"변수 추가",
"any filter matches":"일부 필터 일치",
"API key for Stadia Maps.":"Stadia Maps용 API 키 입니다.",
"Base":"베이스",
"Bearing":"방위각",
"Cancel":"취소",
"Center":"중심 좌표",
"Choose Public Source":"공개 소스 선택",
"Choose the default Maputnik renderer for this style.":"이 스타일의 기본 Maputnik 렌더러를 선택하세요.",
"Click to close the editor":"편집기를 닫으려면 클릭하세요",
"Close":"닫기",
"Close modal":"모달 닫기",
"Close popup":"팝업 닫기",
"Cluster":"클러스터",
"Code Editor":"코드 편집기",
"Collapse":"접기",
"Color accessibility":"색상 접근성",
"Comment...":"주석 입력...",
"Comments":"주석",
"Comments for the current layer. This is non-standard and not in the spec.":"현재 레이어에 대한 설명입니다. 이것은 비표준이며 사양에 포함되지 않습니다.",
"Convert property into a elevation function":"속성을 고도 함수로 변환",
"Convert property into a zoom function":"속성을 줌 함수로 변환",
"Convert property to data function":"속성을 데이터 함수로 변환",
"Convert to expression":"표현식으로 변환",
"Coord bottom left":"좌하단 좌표",
"Coord bottom right":"우하단 좌표",
"Coord top left":"좌상단 좌표",
"Coord top right":"우상단 좌표",
"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain":"CORS 정책으로 인해 https에서 http 리소스를 가져올 수 없습니다. <1>https://</1> 도메인을 사용하세요",
"Create HTML":"HTML 생성",
"Data Sources":"데이터 소스",
"Data Sources modal":"데이터 소스 모달",
"Data value":"데이터 값",
"Debug":"디버그",
"Debug modal":"디버그 모달",
"Decrease the pitch by 10 degrees.":"경사각을 10도 감소시킵니다.",
"Decrease the rotation by 15 degrees.":"회전을 15도 감소시킵니다.",
"Decrease the zoom level by 1.":"줌 레벨을 1 감소시킵니다.",
"Decrease the zoom level by 2.":"줌 레벨을 2 감소시킵니다.",
"Default":"기본값",
"Delete":"삭제",
"Delete expression":"표현식 삭제",
"Delete filter block":"필터 블록 삭제",
"Deuteranopia filter":"녹색맹 필터",
"Duplicate":"복제",
"Encoding":"인코딩",
"Enter URL...":"URL 입력...",
"every filter matches":"모든 필터 일치",
"Expand":"펼치기",
"Export modal":"모달 내보내기",
"Filter":"필터",
"Focus map":"포커스 맵",
"Function":"함수",
"Gallery Styles":"갤러리 스타일",
"General layout properties":"일반 레이아웃 속성",
"GeoJSON":"GeoJSON",
"GeoJSON (JSON)":"GeoJSON (JSON)",
"GeoJSON (URL)":"GeoJSON (URL)",
"GeoJSON URL":"GeoJSON URL",
"Global State":"전역 상태",
"Global State Variables":"전역 상태 변수",
"Glyphs URL":"글리프 URL",
"Help":"도움말",
"Hide":"숨기기",
"Icon layout properties":"아이콘 레이아웃 속성",
"Icon paint properties":"아이콘 페인트 속성",
"If the Map is in focused you can use the following shortcuts":"맵에 포커스가 맞춰진 경우 다음 단축키를 사용할 수 있습니다",
"Image":"이미지",
"Image URL":"이미지 URL",
"Increase the pitch by 10 degrees.":"경사각을 10도 증가시킵니다.",
"Increase the rotation by 15 degrees.":"회전을 15도 증가시킵니다.",
"Increase the zoom level by 1.":"줌 레벨을 1 증가시킵니다.",
"Increase the zoom level by 2.":"줌 레벨을 2 증가시킵니다.",
"Input a data property to base styles off of.":"스타일의 기준이 될 데이터 속성을 입력하세요.",
"Input value":"입력 값",
"Inspect":"검사",
"JSON Editor":"JSON 편집기",
"Key":"키",
"Layer":"레이어",
"Layer editor":"레이어 편집기",
"Layer ID already exists":"레이어 ID가 이미 존재합니다",
"Layers":"레이어",
"Layers list":"레이어 목록",
"Layout properties":"레이아웃 속성",
"Learn More":"자세히 알아보기",
"Light anchor":"라이트 고정점",
"Light color":"라이트 색상",
"Light intensity":"라이트 강도",
"Light position":"라이트 위치",
"Links":"링크",
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.":"URL에서 불러옵니다. URL은 <1>CORS가 활성화</1>되어 있어야 합니다.",
"Load from URL":"URL에서 불러오기",
"Loading":"로딩",
"Loading style":"스타일 로딩 중",
"LocationIQ Access Token":"LocationIQ 액세스 토큰",
"Map":"맵",
"Map view":"맵 뷰",
"MapTiler Access Token":"MapTiler 액세스 토큰",
"Maputnik on GitHub":"GitHub의 Maputnik",
"Max Zoom":"최대 줌",
"Min Zoom":"최소 줌",
"Move layer down":"레이어 아래로 이동",
"Move layer up":"레이어 위로 이동",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"프로토콜을 포함해주세요: <1>http://</1> 또는 <3>https://</3>",
"Must provide protocol: <1>https://</1>":"프로토콜을 포함해주세요: <1>https://</1>",
"Name":"이름",
"Nested filters are not supported.":"중첩 필터는 지원되지 않습니다.",
"no filter matches":"필터 불일치",
"No global state variables defined. Add variables to create reusable values in your style.":"전역 상태 변수가 정의되지 않았습니다. 스타일에서 재사용 가능한 값을 생성하려면 변수를 추가하세요.",
"Open":"열기",
"Open a local JSON style from your computer.":"컴퓨터에서 로컬 JSON 스타일을 엽니다.",
"Open Layers (experimental)":"레이어 열기 (실험적)",
"Open local Style":"로컬 스타일 열기",
"Open modal":"모달 열기",
"Open one of the publicly available styles to start from.":"공개 스타일 중 하나를 선택하여 시작하세요.",
"Open Style":"스타일 열기",
"Options":"옵션",
"Output value":"값",
"Owner":"소유자",
"Owner ID of the style. Used by Mapbox or future style APIs.":"스타일 소유자의 ID입니다. Mapbox 또는 향후 스타일 API에서 사용됩니다.",
"Paint properties":"페인트 속성",
"Pan down by 100 pixels.":"100픽셀 아래로 이동합니다.",
"Pan left by 100 pixels.":"100픽셀 왼쪽으로 이동합니다.",
"Pan right by 100 pixels.":"100픽셀 오른쪽으로 이동합니다.",
"Pan up by 100 pixels.":"100픽셀 위로 이동합니다.",
"Pitch":"경사각",
"PMTiles URL":"PMTiles URL",
"Press <1>ESC</1> to lose focus of any active elements, then press one of:":"<1>ESC</1>를 눌러 활성 요소의 포커스를 해제한 후, 다음 중 하나를 누르세요:",
"Projection":"투영법",
"Protanopia filter":"적색맹 필터",
"Public access token for LocationIQ services.":"LocationIQ 서비스용 공개 액세스 토큰입니다.",
"Public access token for MapTiler Cloud.":"MapTiler Cloud용 공개 액세스 토큰입니다.",
"Public access token for Thunderforest services.":"Thunderforest 서비스용 공개 액세스 토큰입니다.",
"Raster (Tile URLs)":"래스터 (Tile URLs)",
"Raster (TileJSON URL)":"래스터 (TileJSON URL)",
"Raster DEM (TileJSON URL)":"래스터 DEM (TileJSON URL)",
"Raster DEM (XYZ URLs)":"래스터 DEM (XYZ URLs)",
"Remove '{{sourceId}}' source":"'{{sourceId}}' 소스 제거",
"Remove array item":"배열 항목 제거",
"Remove variable":"변수 제거",
"Remove zoom level from stop":"기준점에서 줌 레벨 제거",
"Revert from expression":"표현식에서 되돌리기",
"Save":"저장",
"Save as":"다른 이름으로 저장",
"Save Style":"스타일 저장",
"Save the JSON style to your computer.":"JSON 스타일을 컴퓨터에 저장합니다.",
"Scheme Type":"스키마 유형",
"Search":"검색",
"Select a type of data scale (default is 'categorical').":"데이터 스케일 유형을 선택하세요 (기본값 'categorical')",
"Comments for the current layer. This is non-standard and not in the spec.":"当前图层的注释。注意:这不是标准功能,可能与其他库不兼容。",
"Comments":"注释",
"Comment...":"写注释...",
"Max Zoom":"最大缩放",
"Min Zoom":"最小缩放",
"Source":"源",
"Source Layer":"源图层",
"Type":"类型",
"Nested filters are not supported.":"不支持嵌套过滤器。",
"Upgrade to expression":"升级为表达式",
"Filter":"过滤器",
"every filter matches":"每个过滤器都匹配",
"no filter matches":"没有过滤器匹配",
"any filter matches":"任何过滤器匹配",
"Add filter":"添加过滤器",
"You've entered an old style filter.":"您输入了一个旧风格的过滤器。",
"Switch to filter editor.":"切换到过滤器编辑器。",
"Delete filter block":"删除过滤器块",
"Add value":"添加值",
"Remove array item":"移除数组项目",
"Must provide protocol: <1>https://</1>":"必须提供协议:<1>https://</1>",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"必须提供协议:<1>http://</1> 或 <3>https://</3>",
"Convert to expression":"转换为表达式",
"Coord bottom left":"左下角坐标",
"Coord bottom right":"右下角坐标",
"Coord top left":"左上角坐标",
"Coord top right":"右上角坐标",
"CORS policy won't allow fetching resources served over http from https, use a <1>https://</1> domain":"CORS 策略不允许从 https 访问通过 http 提供的资源,请使用 <1>https://</1> 域名。",
"General layout properties":"常规布局属性",
"Text layout properties":"文本布局属性",
"Icon layout properties":"图标布局属性",
"Text paint properties":"文本绘制属性",
"Icon paint properties":"图标绘制属性",
"Paint properties":"绘制属性",
"Layout properties":"布局属性",
"Layer":"图层",
"JSON Editor":"JSON编辑器",
"Delete":"删除",
"Duplicate":"复制",
"Show":"显示",
"Hide":"隐藏",
"Move layer up":"向上移动图层",
"Move layer down":"向下移动图层",
"Layer: {{layerId}}":"图层: {{layerId}}",
"Layers":"图层",
"Collapse":"折叠",
"Expand":"展开",
"Add Layer":"添加图层",
"Search":"搜索",
"Zoom:":"缩放:",
"Close popup":"关闭弹出窗口",
"cursor:":"光标:",
"center:":"中心:",
"rotation:":"旋转:",
"Close modal":"关闭模态框",
"Layer ID already exists":"图层ID已存在",
"Debug":"调试",
"Options":"选项",
"Links":"链接",
"<0>Open in OSM</0>. Opens the current view on openstreetmap.org":"在 openstreetmap.org 打开当前视图",
"Save Style":"保存样式",
"Save the JSON style to your computer.":"将JSON样式保存到您的计算机。",
"Save as":"另存为",
"Create HTML":"创建HTML",
"Key":"键",
"Value":"值",
"Remove variable":"移除变量",
"Global State Variables":"全局状态变量",
"No global state variables defined. Add variables to create reusable values in your style.":"未定义全局状态变量。添加变量以在样式中创建可重用的值。",
"Add Variable":"添加变量",
"Cancel":"取消",
"Open Style":"打开样式",
"Open local Style":"打开本地样式",
"Open a local JSON style from your computer.":"从您的计算机打开本地JSON样式。",
"Load from URL":"从URL加载",
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.":"从URL加载。注意:URL必须启用 <1>CORS</1>。",
"Style URL":"样式URL",
"Data Sources":"数据源",
"Data Sources modal":"数据源模态框",
"Data value":"数据值",
"Debug":"调试",
"Debug modal":"调试模态框",
"Decrease the pitch by 10 degrees.":"将俯仰角减少10度。",
"Decrease the rotation by 15 degrees.":"将旋转角度减少15度。",
"Decrease the zoom level by 1.":"将缩放级别减少1。",
"Decrease the zoom level by 2.":"将缩放级别减少2。",
"Default":"默认",
"Delete":"删除",
"Delete expression":"删除表达式",
"Delete filter block":"删除过滤器块",
"Deuteranopia filter":"绿色盲滤镜",
"Duplicate":"复制",
"Encoding":"编码",
"Enter URL...":"输入URL...",
"every filter matches":"每个过滤器都匹配",
"Expand":"展开",
"Export modal":"导出模态框",
"Filter":"过滤器",
"Focus map":"聚焦地图",
"Function":"函数",
"Gallery Styles":"画廊样式",
"Open one of the publicly available styles to start from.":"打开一个公开可用的样式开始。",
"Loading style":"正在加载样式",
"Loading: {{requestUrl}}":"正在加载: {{requestUrl}}",
"Name":"名称",
"Owner":"所有者",
"Owner ID of the style. Used by Mapbox or future style APIs.":"样式的所有者ID。由Mapbox或未来的样式API使用。",
"Sprite URL":"精灵URL",
"General layout properties":"常规布局属性",
"GeoJSON":"GeoJSON",
"GeoJSON (JSON)":"GeoJSON (JSON格式)",
"GeoJSON (URL)":"GeoJSON (URL格式)",
"GeoJSON URL":"GeoJSON URL",
"Global State":"全局状态",
"Global State Variables":"全局状态变量",
"Glyphs URL":"字形URL",
"Center":"中心",
"Bearing":"方位",
"Pitch":"俯仰角",
"Help":"帮助",
"Hide":"隐藏",
"Icon layout properties":"图标布局属性",
"Icon paint properties":"图标绘制属性",
"If the Map is in focused you can use the following shortcuts":"如果地图处于焦点状态,您可以使用以下快捷键",
"Image":"图像",
"Image URL":"图像URL",
"Increase the pitch by 10 degrees.":"将俯仰角增加10度。",
"Increase the rotation by 15 degrees.":"将旋转角度增加15度。",
"Increase the zoom level by 1.":"将缩放级别增加1。",
"Increase the zoom level by 2.":"将缩放级别增加2。",
"Input a data property to base styles off of.":"输入一个数据属性作为样式的基础。",
"Input value":"输入值",
"Inspect":"检查",
"JSON Editor":"JSON编辑器",
"Key":"键",
"Layer":"图层",
"Layer editor":"图层编辑器",
"Layer ID already exists":"图层ID已存在",
"Layers":"图层",
"Layers list":"图层列表",
"Layout properties":"布局属性",
"Learn More":"了解更多",
"Light anchor":"光源锚点",
"Light color":"光源颜色",
"Light intensity":"光源强度",
"Light position":"光源位置",
"Terrain source":"地形源",
"Terrain exaggeration":"地形夸张",
"Transition delay":"过渡延迟",
"Transition duration":"过渡持续时间",
"Projection":"投影",
"Links":"链接",
"Load from a URL. Note that the URL must have <1>CORS enabled</1>.":"从URL加载。注意:URL必须启用 <1>CORS</1>。",
"Load from URL":"从URL加载",
"Loading":"正在加载",
"Loading style":"正在加载样式",
"LocationIQ Access Token":"LocationIQ 访问令牌",
"Map":"地图",
"Map view":"地图视图",
"MapTiler Access Token":"MapTiler 访问令牌",
"Maputnik on GitHub":"GitHub上的Maputnik",
"Max Zoom":"最大缩放",
"Min Zoom":"最小缩放",
"Move layer down":"向下移动图层",
"Move layer up":"向上移动图层",
"Must provide protocol: <1>http://</1> or <3>https://</3>":"必须提供协议:<1>http://</1> 或 <3>https://</3>",
"Must provide protocol: <1>https://</1>":"必须提供协议:<1>https://</1>",
"Name":"名称",
"Nested filters are not supported.":"不支持嵌套过滤器。",
"no filter matches":"没有过滤器匹配",
"No global state variables defined. Add variables to create reusable values in your style.":"未定义全局状态变量。添加变量以在样式中创建可重用的值。",
"Open":"打开",
"Open a local JSON style from your computer.":"从您的计算机打开本地JSON样式。",
"Open Layers (experimental)":"开放图层(实验性)",
"Shortcuts menu":"快捷方式菜单",
"Open local Style":"打开本地样式",
"Open modal":"打开模态框",
"Export modal":"导出模态框",
"Data Sources modal":"数据源模态框",
"Style Settings modal":"样式设置模态框",
"Toggle inspect":"切换检查",
"Focus map":"聚焦地图",
"Debug modal":"调试模态框",
"Increase the zoom level by 1.":"将缩放级别增加1。",
"Increase the zoom level by 2.":"将缩放级别增加2。",
"Decrease the zoom level by 1.":"将缩放级别减少1。",
"Decrease the zoom level by 2.":"将缩放级别减少2。",
"Pan up by 100 pixels.":"向上平移100像素。",
"Open one of the publicly available styles to start from.":"打开一个公开可用的样式开始。",
"Open Style":"打开样式",
"Options":"选项",
"Output value":"输出值",
"Owner":"所有者",
"Owner ID of the style. Used by Mapbox or future style APIs.":"样式的所有者ID。由Mapbox或未来的样式API使用。",
"Paint properties":"绘制属性",
"Pan down by 100 pixels.":"向下平移100像素。",
"Pan left by 100 pixels.":"向左平移100像素。",
"Pan right by 100 pixels.":"向右平移100像素。",
"Increase the rotation by 15 degrees.":"将旋转角度增加15度。",
"Decrease the rotation by 15 degrees.":"将旋转角度减少15度。",
"Increase the pitch by 10 degrees.":"将俯仰角增加10度。",
"Decrease the pitch by 10 degrees.":"将俯仰角减少10度。",
"Shortcuts":"快捷键",
"Pan up by 100 pixels.":"向上平移100像素。",
"Pitch":"俯仰角",
"PMTiles URL":"PMTiles URL",
"Press <1>ESC</1> to lose focus of any active elements, then press one of:":"按下 <1>ESC</1> 退出任何活动元素的焦点,然后按下以下之一:",
"If the Map is in focused you can use the following shortcuts":"如果地图处于焦点状态,您可以使用以下快捷键",
"Unique ID that identifies the source and is used in the layer to reference the source.":"用于标识源并在图层中引用源的唯一ID。",
"Upgrade to expression":"升级为表达式",
"Value":"值",
"Vector (PMTiles)":"矢量数据 (PMTiles)",
"Vector (Tile URLs)":"矢量数据 (Tile URLs)",
"Vector (TileJSON URL)":"矢量数据 (TileJSON URL)",
"Video":"视频",
"Video URL":"视频URL",
"View":"视图",
"You've entered an old style filter.":"您输入了一个旧风格的过滤器。",
"Zoom":"缩放"
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.