Commit Graph

2782 Commits

Author SHA1 Message Date
Thomas Eizinger
5549044afe ci: use sccache for Rust (#2402)
Our caches in GitHub actions are hopelessly overflowing, plus for the
Kotlin and Swift jobs, we don't seem to be doing a particularly good job
at caching the build outputs because those jobs take forever.

Instead of using GitHub actions, this PR configures `sccache` for all
Rust compilation commands and uses a GCP bucket to store the artifacts.
This speeds up some of the builds a fair bit. Android now finishes in
~6minutes.

Apart from the self-hosted MacOS 14 runner, the Swift jobs are slow but
still a lot faster than what we currently have.

Windows seems to be quite slow at compiling / fetching artefacts which
is negatively impacted by this change because they now have to be
fetched from the bucket.

Overall, I think this is a net-positive though and should be much easier
to maintain going forward.

---------

Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
2023-10-18 10:25:31 -07:00
dependabot[bot]
a1c5918acb build(deps): Bump rehype-slug from 5.1.0 to 6.0.0 in /website (#2427)
Bumps [rehype-slug](https://github.com/rehypejs/rehype-slug) from 5.1.0
to 6.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rehypejs/rehype-slug/releases">rehype-slug's
releases</a>.</em></p>
<blockquote>
<h2>6.0.0</h2>
<h4>Change</h4>
<ul>
<li>295ac26 Update <code>@types/hast</code>, <code>unified</code>,
utilities, etc
<strong>migrate</strong>: update too</li>
<li>12f76f8 Change to require Node.js 16
<strong>migrate</strong>: update too</li>
<li>6855bcc Change to use <code>exports</code>
<strong>migrate</strong>: don’t use private APIs</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rehypejs/rehype-slug/compare/5.1.0...6.0.0">https://github.com/rehypejs/rehype-slug/compare/5.1.0...6.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f90fc8f4b4"><code>f90fc8f</code></a>
6.0.0</li>
<li><a
href="12f76f8c18"><code>12f76f8</code></a>
Change to require Node.js 16</li>
<li><a
href="6855bcc806"><code>6855bcc</code></a>
Change to use <code>exports</code></li>
<li><a
href="87da225f84"><code>87da225</code></a>
Refactor to move implementation to <code>lib/</code></li>
<li><a
href="963f30cff7"><code>963f30c</code></a>
Refactor docs</li>
<li><a
href="463cd39e6c"><code>463cd39</code></a>
Refactor code-style</li>
<li><a
href="22f1ee7255"><code>22f1ee7</code></a>
Refactor to use <code>node:test</code></li>
<li><a
href="4597690751"><code>4597690</code></a>
Add <code>ignore-scripts</code> to <code>.npmrc</code></li>
<li><a
href="8b862e19b5"><code>8b862e1</code></a>
Refactor Actions</li>
<li><a
href="9c6f6696e1"><code>9c6f669</code></a>
Refactor <code>package.json</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rehypejs/rehype-slug/compare/5.1.0...6.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rehype-slug&package-manager=npm_and_yarn&previous-version=5.1.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-18 15:55:21 +00:00
dependabot[bot]
2017636935 build(deps): Bump tailwindcss from 3.3.2 to 3.3.3 in /website (#2412)
[//]: # (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 [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from
3.3.2 to 3.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v3.3.3</h2>
<h3>Fixed</h3>
<ul>
<li>Fix issue where some pseudo-element variants generated the wrong
selector (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10943">#10943</a>,
<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10962">#10962</a>,
<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11111">#11111</a>)</li>
<li>Make font settings propagate into buttons, inputs, etc. (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10940">#10940</a>)</li>
<li>Fix parsing of <code>theme()</code> inside <code>calc()</code> when
there are no spaces around operators (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11157">#11157</a>)</li>
<li>Ensure <code>repeating-conic-gradient</code> is detected as an image
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11180">#11180</a>)</li>
<li>Move unknown pseudo-elements outside of <code>:is</code> by default
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11345">#11345</a>)</li>
<li>Escape animation names when prefixes contain special characters (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11470">#11470</a>)</li>
<li>Don't prefix arbitrary classes in <code>group</code> and
<code>peer</code> variants (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11454">#11454</a>)</li>
<li>Sort classes using position of first matching rule (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11504">#11504</a>)</li>
<li>Allow variant to be an at-rule without a prelude (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11589">#11589</a>)</li>
<li>Make PostCSS plugin async to improve performance (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11548">#11548</a>)</li>
<li>Don’t error when a config file is missing (<a
href="f97759f808">f97759f</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>aria-busy</code> utility (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10966">#10966</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Reset padding for <code>&lt;dialog&gt;</code> elements in preflight
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11069">#11069</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[3.3.3] - 2023-07-13</h2>
<h3>Fixed</h3>
<ul>
<li>Fix issue where some pseudo-element variants generated the wrong
selector (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10943">#10943</a>,
<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10962">#10962</a>,
<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11111">#11111</a>)</li>
<li>Make font settings propagate into buttons, inputs, etc. (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10940">#10940</a>)</li>
<li>Fix parsing of <code>theme()</code> inside <code>calc()</code> when
there are no spaces around operators (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11157">#11157</a>)</li>
<li>Ensure <code>repeating-conic-gradient</code> is detected as an image
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11180">#11180</a>)</li>
<li>Move unknown pseudo-elements outside of <code>:is</code> by default
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11345">#11345</a>)</li>
<li>Escape animation names when prefixes contain special characters (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11470">#11470</a>)</li>
<li>Don't prefix arbitrary classes in <code>group</code> and
<code>peer</code> variants (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11454">#11454</a>)</li>
<li>Sort classes using position of first matching rule (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11504">#11504</a>)</li>
<li>Allow variant to be an at-rule without a prelude (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11589">#11589</a>)</li>
<li>Make PostCSS plugin async to improve performance (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11548">#11548</a>)</li>
<li>Don’t error when a config file is missing (<a
href="f97759f808">f97759f</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>aria-busy</code> utility (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10966">#10966</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Reset padding for <code>&lt;dialog&gt;</code> elements in preflight
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11069">#11069</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0bd81a06c4"><code>0bd81a0</code></a>
3.3.3</li>
<li><a
href="6a6ceb5240"><code>6a6ceb5</code></a>
Update changelog</li>
<li><a
href="f97759f808"><code>f97759f</code></a>
Don’t error when a config file is missing</li>
<li><a
href="005c1be2ed"><code>005c1be</code></a>
Don't prefix arbitrary classes in <code>peer</code>/<code>group</code>
variants (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11454">#11454</a>)</li>
<li><a
href="5b9cbb3a81"><code>5b9cbb3</code></a>
Make PostCSS plugin async to improve performance (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11548">#11548</a>)</li>
<li><a
href="1c9bb387e1"><code>1c9bb38</code></a>
Allow variant to be an at-rule without a prelude (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11589">#11589</a>)</li>
<li><a
href="80f3e85fa0"><code>80f3e85</code></a>
Sort classes using position of first matching rule (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11504">#11504</a>)</li>
<li><a
href="243226887f"><code>2432268</code></a>
Reset dialog element styles (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11069">#11069</a>)</li>
<li><a
href="b885fff544"><code>b885fff</code></a>
Add <code>aria-busy</code> utility (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/10966">#10966</a>)</li>
<li><a
href="1fb7486165"><code>1fb7486</code></a>
Make font settings propagate into buttons, inputs, etc. (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/10940">#10940</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwindcss&package-manager=npm_and_yarn&previous-version=3.3.2&new-version=3.3.3)](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>
2023-10-18 15:34:58 +00:00
dependabot[bot]
e6833270f3 build(deps): Bump rehype-highlight from 6.0.0 to 7.0.0 in /website (#2413)
[//]: # (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 [rehype-highlight](https://github.com/rehypejs/rehype-highlight)
from 6.0.0 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rehypejs/rehype-highlight/releases">rehype-highlight's
releases</a>.</em></p>
<blockquote>
<h2>7.0.0</h2>
<h4>Change</h4>
<ul>
<li>d72c765 Update <code>lowlight</code>
<strong>migrate</strong>: if you pass <code>languages</code>, make sure
the spread in <code>common</code> from <code>lowlight</code>:
<code>.use(rehypeHighlight, {...common, ...otherLanguages})</code></li>
<li>b057174 Update <code>@types/hast</code>, <code>unified</code>,
utilities, etc
<strong>migrate</strong>: update too</li>
<li>72fe488 Change to require Node.js 16
<strong>migrate</strong>: update too</li>
<li>d2fc56d Change to use <code>exports</code>
<strong>migrate</strong>: don’t use private APIs</li>
<li>dc3823d Remove <code>ignoreMissing</code> option, make it default
<strong>migrate</strong>: remove <code>ignoreMissing</code>, expect
warnings on the file instead</li>
</ul>
<h4>Misc</h4>
<ul>
<li>d05e002 Fix broken import in example
by <a href="https://github.com/rhysd"><code>@​rhysd</code></a> in <a
href="https://redirect.github.com/rehypejs/rehype-highlight/pull/24">rehypejs/rehype-highlight#24</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0">https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f7a0e0296d"><code>f7a0e02</code></a>
7.0.0</li>
<li><a
href="72fe488c91"><code>72fe488</code></a>
Change to require Node.js 16</li>
<li><a
href="d2fc56d7be"><code>d2fc56d</code></a>
Change to use <code>exports</code></li>
<li><a
href="4e97ba71ba"><code>4e97ba7</code></a>
Refactor docs</li>
<li><a
href="dc3823d523"><code>dc3823d</code></a>
Remove <code>ignoreMissing</code> option, make it default</li>
<li><a
href="d72c76582e"><code>d72c765</code></a>
Update <code>lowlight</code></li>
<li><a
href="cad037f1ef"><code>cad037f</code></a>
Refactor code-style</li>
<li><a
href="edc5650bec"><code>edc5650</code></a>
Refactor to use <code>node:test</code></li>
<li><a
href="79d883cb5b"><code>79d883c</code></a>
Add <code>ignore-scripts</code> to <code>.npmrc</code></li>
<li><a
href="d6e903e88a"><code>d6e903e</code></a>
Refactor Actions</li>
<li>Additional commits viewable in <a
href="https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rehype-highlight&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-18 15:29:25 +00:00
dependabot[bot]
0659395b49 build(deps): Bump highlight.js from 11.8.0 to 11.9.0 in /website (#2426)
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from
11.8.0 to 11.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/highlightjs/highlight.js/releases">highlight.js's
releases</a>.</em></p>
<blockquote>
<h2>11.9.0 - Fall is in the air!</h2>
<h2>Version 11.9.0</h2>
<p>CAVEATS / POTENTIALLY BREAKING CHANGES</p>
<ul>
<li>Drops support for Node 14.x, which is no longer supported by
Node.js.</li>
<li>In the <code>node</code> build <code>styles/*.css</code> files now
ship un-minified
with minified counterparts as: <code>styles/*.min.css</code>
[mvorisek][]
(this makes things consistent with our <code>cdn</code> builds)</li>
</ul>
<p>Parser:</p>
<ul>
<li>(enh) prevent re-highlighting of an element [joshgoebel][]</li>
<li>(chore) Remove discontinued badges from README [Bradley
Mackey][]</li>
<li>(chore) Fix build size report [Bradley Mackey][]</li>
</ul>
<p>New Grammars:</p>
<ul>
<li>added 3rd party Iptables grammar to SUPPORTED_LANGUAGES
[Checconio][]</li>
<li>added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES
[gondow][]</li>
<li>added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES
[aana-h2][]</li>
<li>added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith
Deelaka][]</li>
</ul>
<p>Core Grammars:</p>
<ul>
<li>fix(rust) added negative-lookahead for callable keywords
<code>if</code> <code>while</code> <code>for</code> [Omar
Hussein][]</li>
<li>enh(armasm) added <code>x0-x30</code> and <code>w0-w30</code> ARMv8
registers [Nicholas Thompson][]</li>
<li>enh(haxe) added <code>final</code>, <code>is</code>,
<code>macro</code> keywords and <code>$</code> identifiers [Robert
Borghese][]</li>
<li>enh(haxe) support numeric separators and suffixes [Robert
Borghese][]</li>
<li>fix(haxe) fixed metadata arguments and support non-colon syntax
[Robert Borghese][]</li>
<li>fix(haxe) differentiate <code>abstract</code> declaration from
keyword [Robert Borghese][]</li>
<li>fix(bash) do not delimit a string by an escaped apostrophe
[hancar][]</li>
<li>enh(swift) support <code>macro</code> keyword [Bradley
Mackey][]</li>
<li>enh(swift) support parameter pack keywords [Bradley Mackey][]</li>
<li>enh(swift) regex literal support [Bradley Mackey][]</li>
<li>enh(swift) <code>@unchecked</code> and <code>@Sendable</code>
support [Bradley Mackey][]</li>
<li>enh(scala) add using directives support <code>//&gt; using foo
bar</code> [Jamie Thompson][]</li>
<li>fix(scala) fixed comments in constructor arguments not being
properly highlighted [Isaac Nonato][]</li>
<li>enh(swift) ownership modifiers support [Bradley Mackey][]</li>
<li>enh(nsis) Add <code>!assert</code> compiler flag [idleberg][]</li>
<li>fix(haskell) do not treat double dashes inside infix operators as
comments [Zlondrej][]</li>
<li>enh(rust) added <code>eprintln!</code> macro [qoheniac][]</li>
<li>enh(leaf) update syntax to 4.0 [Samuel Bishop][]</li>
<li>fix(reasonml) simplify syntax and align it with ocaml
[jchavarri][]</li>
<li>fix(swift) <code>warn_unqualified_access</code> is an attribute
[Bradley Mackey][]</li>
<li>enh(swift) macro attributes are highlighted as keywords [Bradley
Mackey][]</li>
<li>enh(stan) updated for version 2.33 (<a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3859">#3859</a>)
[Brian Ward][]</li>
<li>fix(css) added '_'  css variable detection [Md Saad Akhtar][]</li>
<li>enh(groovy) add <code>record</code> and <code>var</code> as keywords
[Guillaume Laforge][]</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md">highlight.js's
changelog</a>.</em></p>
<blockquote>
<h2>Version 11.9.0</h2>
<p>CAVEATS / POTENTIALLY BREAKING CHANGES</p>
<ul>
<li>Drops support for Node 14.x, which is no longer supported by
Node.js.</li>
<li>In the <code>node</code> build <code>styles/*.css</code> files now
ship un-minified
with minified counterparts as: <code>styles/*.min.css</code>
[mvorisek][]
(this makes things consistent with our <code>cdn</code> builds)</li>
</ul>
<p>Parser:</p>
<ul>
<li>(enh) prevent re-highlighting of an element [joshgoebel][]</li>
<li>(chore) Remove discontinued badges from README [Bradley
Mackey][]</li>
<li>(chore) Fix build size report [Bradley Mackey][]</li>
</ul>
<p>New Grammars:</p>
<ul>
<li>added 3rd party Iptables grammar to SUPPORTED_LANGUAGES
[Checconio][]</li>
<li>added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES
[gondow][]</li>
<li>added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES
[aana-h2][]</li>
<li>added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith
Deelaka][]</li>
</ul>
<p>Core Grammars:</p>
<ul>
<li>fix(rust) added negative-lookahead for callable keywords
<code>if</code> <code>while</code> <code>for</code> [Omar
Hussein][]</li>
<li>enh(armasm) added <code>x0-x30</code> and <code>w0-w30</code> ARMv8
registers [Nicholas Thompson][]</li>
<li>enh(haxe) added <code>final</code>, <code>is</code>,
<code>macro</code> keywords and <code>$</code> identifiers [Robert
Borghese][]</li>
<li>enh(haxe) support numeric separators and suffixes [Robert
Borghese][]</li>
<li>fix(haxe) fixed metadata arguments and support non-colon syntax
[Robert Borghese][]</li>
<li>fix(haxe) differentiate <code>abstract</code> declaration from
keyword [Robert Borghese][]</li>
<li>fix(bash) do not delimit a string by an escaped apostrophe
[hancar][]</li>
<li>enh(swift) support <code>macro</code> keyword [Bradley
Mackey][]</li>
<li>enh(swift) support parameter pack keywords [Bradley Mackey][]</li>
<li>enh(swift) regex literal support [Bradley Mackey][]</li>
<li>enh(swift) <code>@unchecked</code> and <code>@Sendable</code>
support [Bradley Mackey][]</li>
<li>enh(scala) add using directives support <code>//&gt; using foo
bar</code> [Jamie Thompson][]</li>
<li>fix(scala) fixed comments in constructor arguments not being
properly highlighted [Isaac Nonato][]</li>
<li>enh(swift) ownership modifiers support [Bradley Mackey][]</li>
<li>enh(nsis) Add <code>!assert</code> compiler flag [idleberg][]</li>
<li>fix(haskell) do not treat double dashes inside infix operators as
comments [Zlondrej][]</li>
<li>enh(rust) added <code>eprintln!</code> macro [qoheniac][]</li>
<li>enh(leaf) update syntax to 4.0 [Samuel Bishop][]</li>
<li>fix(reasonml) simplify syntax and align it with ocaml
[jchavarri][]</li>
<li>fix(swift) <code>warn_unqualified_access</code> is an attribute
[Bradley Mackey][]</li>
<li>enh(swift) macro attributes are highlighted as keywords [Bradley
Mackey][]</li>
<li>enh(stan) updated for version 2.33 (<a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3859">#3859</a>)
[Brian Ward][]</li>
<li>fix(css) added '_'  css variable detection [Md Saad Akhtar][]</li>
<li>enh(groovy) add <code>record</code> and <code>var</code> as keywords
[Guillaume Laforge][]</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f47103d4f1"><code>f47103d</code></a>
(chore) release with v20 of Node</li>
<li><a
href="59ac0218df"><code>59ac021</code></a>
bump 11.9.0</li>
<li><a
href="aa093815ce"><code>aa09381</code></a>
gem bumps</li>
<li><a
href="1a531f5349"><code>1a531f5</code></a>
fix(rust) Add negative-lookahead for fn like keywords (<a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3883">#3883</a>)</li>
<li><a
href="fa9a62c2d0"><code>fa9a62c</code></a>
enh(groovy) Add <code>record</code> and <code>var</code> keywords (<a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3872">#3872</a>)</li>
<li><a
href="a1a1235760"><code>a1a1235</code></a>
fix(css) variable '_' detection <a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3823">#3823</a>
(<a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3863">#3863</a>)</li>
<li><a
href="2708bf9127"><code>2708bf9</code></a>
(typo) Update README.md (<a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3869">#3869</a>)</li>
<li><a
href="58dc5961f6"><code>58dc596</code></a>
Update Stan syntax to version 2.33 (<a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3859">#3859</a>)</li>
<li><a
href="694eb52e30"><code>694eb52</code></a>
(enh) Add <code>Ballerina</code> to supported languages (<a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3852">#3852</a>)</li>
<li><a
href="a20b348bc0"><code>a20b348</code></a>
Bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/highlightjs/highlight.js/issues/3854">#3854</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/highlightjs/highlight.js/compare/11.8.0...11.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=highlight.js&package-manager=npm_and_yarn&previous-version=11.8.0&new-version=11.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-18 15:17:09 +00:00
dependabot[bot]
a5cd0cf2b8 build(deps): Bump com.squareup.okhttp3:logging-interceptor from 4.9.1 to 4.12.0 in /kotlin/android/app (#2406)
Bumps
[com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp)
from 4.9.1 to 4.12.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4984568367"><code>4984568</code></a>
Prepare for release 4.12.0.</li>
<li><a
href="ea720d32b5"><code>ea720d3</code></a>
[4.x] Add test for 103 handling (<a
href="https://redirect.github.com/square/okhttp/issues/8055">#8055</a>)</li>
<li><a
href="a6e54bfd1b"><code>a6e54bf</code></a>
Avoid hanging on takeHeaders (incorrect 103 handling) when response body
is e...</li>
<li><a
href="4190ca8a62"><code>4190ca8</code></a>
[4.x] Bump okio to 3.6 (<a
href="https://redirect.github.com/square/okhttp/issues/8052">#8052</a>)</li>
<li><a
href="9553f6dce9"><code>9553f6d</code></a>
[4.x] Fix bad merge (<a
href="https://redirect.github.com/square/okhttp/issues/8053">#8053</a>)</li>
<li><a
href="cd581af7cb"><code>cd581af</code></a>
Handle certificate corruption (<a
href="https://redirect.github.com/square/okhttp/issues/7982">#7982</a>)</li>
<li><a
href="708d89b9ea"><code>708d89b</code></a>
Make Public Suffix Database failures permanent (<a
href="https://redirect.github.com/square/okhttp/issues/7828">#7828</a>)</li>
<li><a
href="b147d282b3"><code>b147d28</code></a>
Fix for stalled streams (<a
href="https://redirect.github.com/square/okhttp/issues/7801">#7801</a>)
(<a
href="https://redirect.github.com/square/okhttp/issues/7818">#7818</a>)</li>
<li><a
href="f04809d513"><code>f04809d</code></a>
[4.x] Fix websocket reconnect race condition (<a
href="https://redirect.github.com/square/okhttp/issues/7815">#7815</a>)
(<a
href="https://redirect.github.com/square/okhttp/issues/7817">#7817</a>)</li>
<li><a
href="07b5d820a3"><code>07b5d82</code></a>
[4.x] Suppress removed (<a
href="https://redirect.github.com/square/okhttp/issues/7953">#7953</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup.okhttp3:logging-interceptor&package-manager=gradle&previous-version=4.9.1&new-version=4.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-18 15:11:57 +00:00
dependabot[bot]
e1ad9e85a0 build(deps): Bump remark-parse from 10.0.2 to 11.0.0 in /website (#2414)
Bumps [remark-parse](https://github.com/remarkjs/remark) from 10.0.2 to
11.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remarkjs/remark/releases">remark-parse's
releases</a>.</em></p>
<blockquote>
<h2>remark-parse@11.0.0</h2>
<p>(see <a
href="https://github.com/remarkjs/remark/releases/tag/15.0.0"><code>15.0.0</code></a>)</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="de740c7d52"><code>de740c7</code></a>
remark-parse: 11.0.0</li>
<li><a
href="1a769dd9d4"><code>1a769dd</code></a>
Fix TS generating broken definitions</li>
<li><a
href="98a2560274"><code>98a2560</code></a>
Change to require Node.js 16</li>
<li><a
href="350645ad59"><code>350645a</code></a>
Fix license</li>
<li><a
href="6a43da81f5"><code>6a43da8</code></a>
Refactor docs</li>
<li><a
href="c348aecf70"><code>c348aec</code></a>
Refactor some metadata</li>
<li><a
href="a3e6d54f5f"><code>a3e6d54</code></a>
Change to use <code>exports</code></li>
<li><a
href="bd8c922f4d"><code>bd8c922</code></a>
Add typed settings</li>
<li><a
href="63e6ef9baf"><code>63e6ef9</code></a>
Refactor code-style</li>
<li><a
href="d5a134d0c2"><code>d5a134d</code></a>
Remove tests for things in micromark, mdast utilities</li>
<li>Additional commits viewable in <a
href="https://github.com/remarkjs/remark/compare/remark-parse@10.0.2...remark-parse@11.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=remark-parse&package-manager=npm_and_yarn&previous-version=10.0.2&new-version=11.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-18 15:08:23 +00:00
Jamil
8f75045a25 block kotlin upgrades (#2425) 2023-10-18 07:50:35 -07:00
dependabot[bot]
bc2675da04 build(deps): Bump react-icons from 4.10.1 to 4.11.0 in /website (#2415)
Bumps [react-icons](https://github.com/react-icons/react-icons) from
4.10.1 to 4.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/react-icons/react-icons/releases">react-icons's
releases</a>.</em></p>
<blockquote>
<h2>v4.11.0</h2>
<table>
<thead>
<tr>
<th>Icon Library</th>
<th>License</th>
<th>Version</th>
<th align="right">Count</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://circumicons.com/">Circum Icons</a></td>
<td><a
href="https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE">MPL-2.0
license</a></td>
<td>1.0.0</td>
<td align="right">288</td>
</tr>
<tr>
<td><a href="https://fontawesome.com/">Font Awesome 5</a></td>
<td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0
License</a></td>
<td>5.15.4-3-gafecf2a</td>
<td align="right">1612</td>
</tr>
<tr>
<td><a href="https://fontawesome.com/">Font Awesome 6</a></td>
<td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0
License</a></td>
<td>6.4.2</td>
<td align="right">2025</td>
</tr>
<tr>
<td><a href="https://ionicons.com/">Ionicons 4</a></td>
<td><a
href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td>
<td>4.6.3</td>
<td align="right">696</td>
</tr>
<tr>
<td><a href="https://ionicons.com/">Ionicons 5</a></td>
<td><a
href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td>
<td>5.5.4</td>
<td align="right">1332</td>
</tr>
<tr>
<td><a href="http://google.github.io/material-design-icons/">Material
Design icons</a></td>
<td><a
href="https://github.com/google/material-design-icons/blob/master/LICENSE">Apache
License Version 2.0</a></td>
<td>4.0.0-86-g589092d9a7</td>
<td align="right">4341</td>
</tr>
<tr>
<td><a href="http://s-ings.com/typicons/">Typicons</a></td>
<td><a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA
3.0</a></td>
<td>2.1.2</td>
<td align="right">336</td>
</tr>
<tr>
<td><a href="https://octicons.github.com/">Github Octicons
icons</a></td>
<td><a
href="https://github.com/primer/octicons/blob/master/LICENSE">MIT</a></td>
<td>18.3.0</td>
<td align="right">264</td>
</tr>
<tr>
<td><a href="https://feathericons.com/">Feather</a></td>
<td><a
href="https://github.com/feathericons/feather/blob/master/LICENSE">MIT</a></td>
<td>4.28.0</td>
<td align="right">286</td>
</tr>
<tr>
<td><a href="https://lucide.dev/">Lucide</a></td>
<td><a
href="https://github.com/lucide-icons/lucide/blob/main/LICENSE">ISC</a></td>
<td>v4.11.0</td>
<td align="right">1215</td>
</tr>
<tr>
<td><a href="https://game-icons.net/">Game Icons</a></td>
<td><a href="https://creativecommons.org/licenses/by/3.0/">CC BY
3.0</a></td>
<td>12920d6565588f0512542a3cb0cdfd36a497f910</td>
<td align="right">4040</td>
</tr>
<tr>
<td><a href="https://erikflowers.github.io/weather-icons/">Weather
Icons</a></td>
<td><a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a></td>
<td>2.0.12</td>
<td align="right">219</td>
</tr>
<tr>
<td><a href="https://vorillaz.github.io/devicons/">Devicons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.8.0</td>
<td align="right">192</td>
</tr>
<tr>
<td><a href="https://github.com/ant-design/ant-design-icons">Ant Design
Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>4.3.1</td>
<td align="right">789</td>
</tr>
<tr>
<td><a href="https://github.com/twbs/icons">Bootstrap Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.10.5</td>
<td align="right">2592</td>
</tr>
<tr>
<td><a href="https://github.com/Remix-Design/RemixIcon">Remix
Icon</a></td>
<td><a href="http://www.apache.org/licenses/">Apache License Version
2.0</a></td>
<td>3.5.0</td>
<td align="right">2537</td>
</tr>
<tr>
<td><a href="https://github.com/icons8/flat-color-icons">Flat Color
Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.0.2</td>
<td align="right">329</td>
</tr>
<tr>
<td><a
href="https://github.com/grommet/grommet-icons">Grommet-Icons</a></td>
<td><a href="http://www.apache.org/licenses/">Apache License Version
2.0</a></td>
<td>4.11.0</td>
<td align="right">621</td>
</tr>
<tr>
<td><a
href="https://github.com/tailwindlabs/heroicons">Heroicons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.0.6</td>
<td align="right">460</td>
</tr>
<tr>
<td><a href="https://github.com/tailwindlabs/heroicons">Heroicons
2</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>2.0.18</td>
<td align="right">876</td>
</tr>
<tr>
<td><a href="https://simpleicons.org/">Simple Icons</a></td>
<td><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0
Universal</a></td>
<td>9.13.0</td>
<td align="right">2707</td>
</tr>
<tr>
<td><a href="https://thesabbir.github.io/simple-line-icons/">Simple Line
Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>2.5.5</td>
<td align="right">189</td>
</tr>
<tr>
<td><a href="https://github.com/Keyamoon/IcoMoon-Free">IcoMoon
Free</a></td>
<td><a
href="https://github.com/Keyamoon/IcoMoon-Free/blob/master/License.txt">CC
BY 4.0 License</a></td>
<td>d006795ede82361e1bac1ee76f215cf1dc51e4ca</td>
<td align="right">491</td>
</tr>
<tr>
<td><a href="https://github.com/atisawd/boxicons">BoxIcons</a></td>
<td><a href="https://github.com/atisawd/boxicons/blob/master/LICENSE">CC
BY 4.0 License</a></td>
<td>2.1.4</td>
<td align="right">1634</td>
</tr>
<tr>
<td><a href="https://github.com/astrit/css.gg">css.gg</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>2.1.1</td>
<td align="right">704</td>
</tr>
<tr>
<td><a href="https://github.com/microsoft/vscode-codicons">VS Code
Icons</a></td>
<td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY
4.0</a></td>
<td>0.0.32</td>
<td align="right">427</td>
</tr>
<tr>
<td><a href="https://github.com/tabler/tabler-icons">Tabler
Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>2.33.0</td>
<td align="right">4655</td>
</tr>
<tr>
<td><a href="https://github.com/lykmapipo/themify-icons">Themify
Icons</a></td>
<td><a
href="https://github.com/thecreation/standard-icons/blob/master/modules/themify-icons/LICENSE">MIT</a></td>
<td>v0.1.2-2-g9600186</td>
<td align="right">352</td>
</tr>
<tr>
<td><a href="https://icons.radix-ui.com">Radix Icons</a></td>
<td><a
href="https://github.com/radix-ui/icons/blob/master/LICENSE">MIT</a></td>
<td>@radix-ui/<a
href="mailto:react-icons@1.3.0-1-g94b3fcf">react-icons@1.3.0-1-g94b3fcf</a></td>
<td align="right">318</td>
</tr>
<tr>
<td><a href="https://github.com/phosphor-icons/core">Phosphor
Icons</a></td>
<td><a
href="https://github.com/phosphor-icons/core/blob/main/LICENSE">MIT</a></td>
<td>2.0.2</td>
<td align="right">7488</td>
</tr>
<tr>
<td><a href="https://icons8.com/line-awesome">Icons8 Line
Awesome</a></td>
<td><a
href="https://github.com/icons8/line-awesome/blob/master/LICENSE.md">MIT</a></td>
<td>1.3.1</td>
<td align="right">1544</td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2acc2a16a8"><code>2acc2a1</code></a>
v4.11.0</li>
<li><a
href="59e6348525"><code>59e6348</code></a>
update icons</li>
<li><a
href="6c62cf6d8a"><code>6c62cf6</code></a>
Merge branch 'pr/omarcostahamido/807' into update-icons</li>
<li><a
href="901596ff51"><code>901596f</code></a>
feat: update lucide icons (<a
href="https://redirect.github.com/react-icons/react-icons/issues/793">#793</a>)</li>
<li><a
href="328843166f"><code>3288431</code></a>
Update <code>fontawesome-6</code></li>
<li><a
href="29f870de51"><code>29f870d</code></a>
4.10.2-snapshot.0</li>
<li>See full diff in <a
href="https://github.com/react-icons/react-icons/compare/v4.10.1...v4.11.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-icons&package-manager=npm_and_yarn&previous-version=4.10.1&new-version=4.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-18 07:45:51 -07:00
dependabot[bot]
34ac7a8f15 build(deps): Bump fast-xml-parser from 4.2.7 to 4.3.2 in /website (#2411)
Bumps
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
from 4.2.7 to 4.3.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md">fast-xml-parser's
changelog</a>.</em></p>
<blockquote>
<p>Note: If you find missing information about particular minor version,
that version must have been changed without any functional change in
this library.</p>
<p><strong>4.3.2 / 2023-10-02</strong></p>
<ul>
<li>fix <code>jObj.hasOwnProperty</code> when give input is null (By <a
href="https://github.com/ardatan">Arda TANRIKULU</a>)</li>
</ul>
<p><strong>4.3.1 / 2023-09-24</strong></p>
<ul>
<li>revert back &quot;Fix typings for builder and parser to make return
type generic&quot; to avoid failure of existing projects. Need to decide
a common approach.</li>
</ul>
<p><strong>4.3.0 / 2023-09-20</strong></p>
<ul>
<li>Fix stopNodes to work with removeNSPrefix (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/607">#607</a>)
(<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/608">#608</a>)
(By [Craig Andrews]<a
href="https://github.com/candrews">https://github.com/candrews</a>))</li>
<li>Fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/610">#610</a>
ignore properties set to Object.prototype</li>
<li>Fix typings for builder and parser to make return type generic (By
<a href="https://github.com/sarahdayan">Sarah Dayan</a>)</li>
</ul>
<p><strong>4.2.7 / 2023-07-30</strong></p>
<ul>
<li>Fix: builder should set text node correctly when only textnode is
present (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/589">#589</a>)
(By <a href="https://github.com/joneqian">qianqing</a>)</li>
<li>Fix: Fix for null and undefined attributes when building xml (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/585">#585</a>)
(<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/598">#598</a>).
A null or undefined value should be ignored. (By <a
href="https://github.com/cecia234">Eugenio Ceschia</a>)</li>
</ul>
<p><strong>4.2.6 / 2023-07-17</strong></p>
<ul>
<li>Fix: Remove trailing slash from jPath for self-closing tags (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/595">#595</a>)
(By <a href="https://github.com/m-radzikowski">Maciej
Radzikowski</a>)</li>
</ul>
<p><strong>4.2.5 / 2023-06-22</strong></p>
<ul>
<li>change code implementation</li>
</ul>
<p><strong>4.2.4 / 2023-06-06</strong></p>
<ul>
<li>fix security bug</li>
</ul>
<p><strong>4.2.3 / 2023-06-05</strong></p>
<ul>
<li>fix security bug</li>
</ul>
<p><strong>4.2.2 / 2023-04-18</strong></p>
<ul>
<li>fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/562">#562</a>:
fix unpaired tag when it comes in last of a nested tag. Also throw error
when unpaired tag is used as closing tag</li>
</ul>
<p><strong>4.2.1 / 2023-04-18</strong></p>
<ul>
<li>fix: jpath after unpaired tags</li>
</ul>
<p><strong>4.2.0 / 2023-04-09</strong></p>
<ul>
<li>support <code>updateTag</code> parser property</li>
</ul>
<p><strong>4.1.4 / 2023-04-08</strong></p>
<ul>
<li>update typings to let user create XMLBuilder instance without
options (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/556">#556</a>)
(By <a href="https://github.com/omggga">Patrick</a>)</li>
<li>fix: IsArray option isn't parsing tags with 0 as value correctly <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/490">#490</a>
(<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/557">#557</a>)
(By <a href="https://github.com/p-kuen">Aleksandr Murashkin</a>)</li>
<li>feature: support <code>oneListGroup</code> to group repeated
children tags udder single group</li>
</ul>
<p><strong>4.1.3 / 2023-02-26</strong></p>
<ul>
<li>fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/546">#546</a>:
Support complex entity value</li>
</ul>
<p><strong>4.1.2 / 2023-02-12</strong></p>
<ul>
<li>Security Fix</li>
</ul>
<p><strong>4.1.1 / 2023-02-03</strong></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fa5a7339a5"><code>fa5a733</code></a>
update package for release</li>
<li><a
href="5d00ecfba1"><code>5d00ecf</code></a>
Fix <code>jObj.hasOwnProperty is not a function</code> (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/613">#613</a>)</li>
<li><a
href="9504facf50"><code>9504fac</code></a>
update package detail</li>
<li><a
href="d18b0621eb"><code>d18b062</code></a>
Revert &quot;fix(types): make <code>build</code> and <code>parse</code>
generic (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/594">#594</a>)&quot;</li>
<li><a
href="185dfeaa1a"><code>185dfea</code></a>
update release detail</li>
<li><a
href="f829b07233"><code>f829b07</code></a>
update package detail &amp; bundle js</li>
<li><a
href="145521ebd2"><code>145521e</code></a>
fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/610">#610</a>
ignore properties set to Object.prototype</li>
<li><a
href="75acbc59ff"><code>75acbc5</code></a>
fix(types): make <code>build</code> and <code>parse</code> generic (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/594">#594</a>)</li>
<li><a
href="ae99fc6f25"><code>ae99fc6</code></a>
Fix stopNodes to work with removeNSPrefix (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/607">#607</a>)
(<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/608">#608</a>)</li>
<li>See full diff in <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.7...v4.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fast-xml-parser&package-manager=npm_and_yarn&previous-version=4.2.7&new-version=4.3.2)](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>
2023-10-18 13:43:03 +00:00
dependabot[bot]
6eb5478700 build(deps): Bump com.google.code.gson:gson from 2.9.0 to 2.10.1 in /kotlin/android (#2410)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from
2.9.0 to 2.10.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/gson/releases">com.google.code.gson:gson's
releases</a>.</em></p>
<blockquote>
<h2>Gson 2.10.1</h2>
<p>This is technically a minor release rather than a patch release
because there is one small API change: a new
<code>JsonObject.isEmpty()</code> method.</p>
<h2>What's Changed: User-Visible Changes</h2>
<ul>
<li><em>Added JsonObject method isEmpty()</em> by <a
href="https://github.com/dhoard"><code>@​dhoard</code></a> in <a
href="https://redirect.github.com/google/gson/pull/2233">google/gson#2233</a></li>
<li><em>Fix non-threadsafe creation of adapter for type with cyclic
dependency</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://redirect.github.com/google/gson/pull/1832">google/gson#1832</a></li>
<li><em>Remove EOFException special casing of
JsonStreamParser.next()</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://redirect.github.com/google/gson/pull/2281">google/gson#2281</a></li>
<li><em>Improve exception message for duplicate field names</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://redirect.github.com/google/gson/pull/2251">google/gson#2251</a></li>
<li><em>Fix the javadoc of JsonDeserializer.deserialize()</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://redirect.github.com/google/gson/pull/2243">google/gson#2243</a></li>
<li><em>Bump os-maven-plugin from 1.7.0 to 1.7.1</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/google/gson/pull/2235">google/gson#2235</a></li>
<li><em>Bump jackson-databind from 2.13.4.2 to 2.14.0</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/google/gson/pull/2234">google/gson#2234</a></li>
<li><em>Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/google/gson/pull/2232">google/gson#2232</a></li>
<li><em>Bump japicmp-maven-plugin from 0.16.0 to 0.17.1</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/google/gson/pull/2238">google/gson#2238</a></li>
<li><em>Bump jackson-databind from 2.14.0 to 2.14.1</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/google/gson/pull/2241">google/gson#2241</a></li>
<li><em>Bump bnd-maven-plugin from 6.3.1 to 6.4.0</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/google/gson/pull/2245">google/gson#2245</a></li>
</ul>
<h2>Site Documentation and Maintenance Changes (these were already
visible)</h2>
<ul>
<li><em>Add troubleshooting guide</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://redirect.github.com/google/gson/pull/2285">google/gson#2285</a></li>
<li><em>Replace custom user guide header anchors</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://redirect.github.com/google/gson/pull/2289">google/gson#2289</a></li>
<li><em>Improve variable names in user guide</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://redirect.github.com/google/gson/pull/2290">google/gson#2290</a></li>
<li><em>Add 2.10 changes to CHANGELOG; minor release follow-ups</em> by
<a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a>
in <a
href="https://redirect.github.com/google/gson/pull/2229">google/gson#2229</a></li>
<li><em>Mention in CHANGELOG that GitHub Releases are used in the
future</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://redirect.github.com/google/gson/pull/2230">google/gson#2230</a></li>
<li><em>GitHub Workflows security hardening</em> by <a
href="https://github.com/sashashura"><code>@​sashashura</code></a> in <a
href="https://redirect.github.com/google/gson/pull/2274">google/gson#2274</a></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li><em>Making consistent prefixs in PerformanceTest</em> by <a
href="https://github.com/CirQ"><code>@​CirQ</code></a> in <a
href="https://redirect.github.com/google/gson/pull/1760">google/gson#1760</a></li>
<li><em>Adjust version numbers and a test to conform to the SemVer
spec.</em> by <a
href="https://github.com/eamonnmcmanus"><code>@​eamonnmcmanus</code></a>
in <a
href="https://redirect.github.com/google/gson/pull/2237">google/gson#2237</a></li>
<li><em>Remove covered condition in JsonNull.equals()</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://redirect.github.com/google/gson/pull/2271">google/gson#2271</a></li>
<li><em>Remove the <code>final</code> keyword from <code>private</code>
method</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://redirect.github.com/google/gson/pull/2276">google/gson#2276</a></li>
<li><em>Code cleanup</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://redirect.github.com/google/gson/pull/2282">google/gson#2282</a></li>
<li><em>Unnecessary unboxing at JsonPrimitive.getAsBoolean()</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://redirect.github.com/google/gson/pull/2277">google/gson#2277</a></li>
<li><em>Rewrite the
<code>testParsingDatesFormattedWithSystemLocale()</code>, Fix <a
href="https://redirect.github.com/google/gson/issues/2199">#2199</a></em>
by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://redirect.github.com/google/gson/pull/2287">google/gson#2287</a></li>
<li><em>Port tests from JUnit 3 to JUnit 4</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://redirect.github.com/google/gson/pull/2294">google/gson#2294</a></li>
</ul>
<h2>New Contributors (thanks!)</h2>
<ul>
<li><a href="https://github.com/CirQ"><code>@​CirQ</code></a> made their
first contribution in <a
href="https://redirect.github.com/google/gson/pull/1760">google/gson#1760</a></li>
<li><a href="https://github.com/dhoard"><code>@​dhoard</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/gson/pull/2233">google/gson#2233</a></li>
<li><a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/gson/pull/2243">google/gson#2243</a></li>
<li><a
href="https://github.com/sashashura"><code>@​sashashura</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/gson/pull/2274">google/gson#2274</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1">https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1</a></p>
<h2>Gson 2.10</h2>
<h2>Most important changes</h2>
<ul>
<li>
<p>Support for serializing and deserializing Java records, on Java ≥ 16.
(<a
href="https://redirect.github.com/google/gson/issues/2201">#2201</a>)</p>
</li>
<li>
<p>Add <code>JsonArray.asList</code> and <code>JsonObject.asMap</code>
view methods (<a
href="https://redirect.github.com/google/gson/issues/2225">#2225</a>)</p>
</li>
<li>
<p>Fix <code>TypeAdapterRuntimeTypeWrapper</code> not detecting
reflective <code>TreeTypeAdapter</code> and
<code>FutureTypeAdapter</code> (<a
href="https://redirect.github.com/google/gson/issues/1787">#1787</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/google/gson/blob/main/CHANGELOG.md">com.google.code.gson:gson's
changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p>The change log for versions newer than 2.10 is available only on the
<a href="https://github.com/google/gson/releases">GitHub Releases
page</a>.</p>
<h2>Version 2.10</h2>
<ul>
<li>Support for serializing and deserializing Java records, on Java ≥
16. (<a
href="https://redirect.github.com/google/gson/pull/2201">google/gson#2201</a>)</li>
<li>Add <code>JsonArray.asList</code> and <code>JsonObject.asMap</code>
view methods (<a
href="https://redirect.github.com/google/gson/pull/2225">google/gson#2225</a>)</li>
<li>Fix <code>TypeAdapterRuntimeTypeWrapper</code> not detecting
reflective <code>TreeTypeAdapter</code> and
<code>FutureTypeAdapter</code> (<a
href="https://redirect.github.com/google/gson/pull/1787">google/gson#1787</a>)</li>
<li>Improve <code>JsonReader.skipValue()</code> (<a
href="https://redirect.github.com/google/gson/pull/2062">google/gson#2062</a>)</li>
<li>Perform numeric conversion for primitive numeric type adapters (<a
href="https://redirect.github.com/google/gson/pull/2158">google/gson#2158</a>)</li>
<li>Add <code>Gson.fromJson(..., TypeToken)</code> overloads (<a
href="https://redirect.github.com/google/gson/pull/1700">google/gson#1700</a>)</li>
<li>Fix changes to <code>GsonBuilder</code> affecting existing
<code>Gson</code> instances (<a
href="https://redirect.github.com/google/gson/pull/1815">google/gson#1815</a>)</li>
<li>Make <code>JsonElement</code> conversion methods more consistent and
fix javadoc (<a
href="https://redirect.github.com/google/gson/pull/2178">google/gson#2178</a>)</li>
<li>Throw <code>UnsupportedOperationException</code> when
<code>JsonWriter.jsonValue</code> is not supported (<a
href="https://redirect.github.com/google/gson/pull/1651">google/gson#1651</a>)</li>
<li>Disallow <code>JsonObject</code> <code>Entry.setValue(null)</code>
(<a
href="https://redirect.github.com/google/gson/pull/2167">google/gson#2167</a>)</li>
<li>Fix <code>TypeAdapter.toJson</code> throwing AssertionError for
custom IOException (<a
href="https://redirect.github.com/google/gson/pull/2172">google/gson#2172</a>)</li>
<li>Convert null to JsonNull for <code>JsonArray.set</code> (<a
href="https://redirect.github.com/google/gson/pull/2170">google/gson#2170</a>)</li>
<li>Fixed nullSafe usage. (<a
href="https://redirect.github.com/google/gson/pull/1555">google/gson#1555</a>)</li>
<li>Validate <code>TypeToken.getParameterized</code> arguments (<a
href="https://redirect.github.com/google/gson/pull/2166">google/gson#2166</a>)</li>
<li>Fix <a
href="https://redirect.github.com/google/gson/issues/1702">#1702</a>:
Gson.toJson creates CharSequence which does not implement toString (<a
href="https://redirect.github.com/google/gson/pull/1703">google/gson#1703</a>)</li>
<li>Prefer existing adapter for concurrent <code>Gson.getAdapter</code>
calls (<a
href="https://redirect.github.com/google/gson/pull/2153">google/gson#2153</a>)</li>
<li>Improve <code>ArrayTypeAdapter</code> for <code>Object[]</code> (<a
href="https://redirect.github.com/google/gson/pull/1716">google/gson#1716</a>)</li>
<li>Improve <code>AppendableWriter</code> performance (<a
href="https://redirect.github.com/google/gson/pull/1706">google/gson#1706</a>)</li>
</ul>
<h2>Version 2.9.1</h2>
<ul>
<li>Make <code>Object</code> and <code>JsonElement</code>
deserialization iterative rather than
recursive (<a
href="https://redirect.github.com/google/gson/pull/1912">google/gson#1912</a>)</li>
<li>Added parsing support for enum that has overridden toString() method
(<a
href="https://redirect.github.com/google/gson/pull/1950">google/gson#1950</a>)</li>
<li>Removed support for building Gson with Gradle (<a
href="https://redirect.github.com/google/gson/pull/2081">google/gson#2081</a>)</li>
<li>Removed obsolete <code>codegen</code> hierarchy (<a
href="https://redirect.github.com/google/gson/pull/2099">google/gson#2099</a>)</li>
<li>Add support for reflection access filter (<a
href="https://redirect.github.com/google/gson/pull/1905">google/gson#1905</a>)</li>
<li>Improve <code>TypeToken</code> creation validation (<a
href="https://redirect.github.com/google/gson/pull/2072">google/gson#2072</a>)</li>
<li>Add explicit support for <code>float</code> in
<code>JsonWriter</code> (<a
href="https://redirect.github.com/google/gson/pull/2130">google/gson#2130</a>,
<a
href="https://redirect.github.com/google/gson/pull/2132">google/gson#2132</a>)</li>
<li>Fail when parsing invalid local date (<a
href="https://redirect.github.com/google/gson/pull/2134">google/gson#2134</a>)</li>
</ul>
<p>Also many small improvements to javadoc.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2ce6a6106c"><code>2ce6a61</code></a>
[maven-release-plugin] prepare release gson-parent-2.10.1</li>
<li><a
href="1a2170b99c"><code>1a2170b</code></a>
Port tests from JUnit 3 to JUnit 4 (<a
href="https://redirect.github.com/google/gson/issues/2294">#2294</a>)</li>
<li><a
href="4aaf1385db"><code>4aaf138</code></a>
Improve variable names in user guide (<a
href="https://redirect.github.com/google/gson/issues/2290">#2290</a>)</li>
<li><a
href="a19d53f535"><code>a19d53f</code></a>
Replace custom user guide header anchors (<a
href="https://redirect.github.com/google/gson/issues/2289">#2289</a>)</li>
<li><a
href="6c12ded70d"><code>6c12ded</code></a>
Rewrite the <code>testParsingDatesFormattedWithSystemLocale()</code>,
Fix <a
href="https://redirect.github.com/google/gson/issues/2199">#2199</a> (<a
href="https://redirect.github.com/google/gson/issues/2287">#2287</a>)</li>
<li><a
href="f2f53fbe8e"><code>f2f53fb</code></a>
Add troubleshooting guide (<a
href="https://redirect.github.com/google/gson/issues/2285">#2285</a>)</li>
<li><a
href="f63a1b85ae"><code>f63a1b8</code></a>
Remove EOFException special casing of JsonStreamParser.next() (<a
href="https://redirect.github.com/google/gson/issues/2281">#2281</a>)</li>
<li><a
href="6c3cf22435"><code>6c3cf22</code></a>
Unnecessary unboxing at JsonPrimitive.getAsBoolean() (<a
href="https://redirect.github.com/google/gson/issues/2277">#2277</a>)</li>
<li><a
href="0a42c31efe"><code>0a42c31</code></a>
Code cleanup (<a
href="https://redirect.github.com/google/gson/issues/2282">#2282</a>)</li>
<li><a
href="28affcbdb9"><code>28affcb</code></a>
Remove the <code>final</code> keyword from <code>private</code> method
(<a
href="https://redirect.github.com/google/gson/issues/2276">#2276</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/gson/compare/gson-parent-2.9.0...gson-parent-2.10.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.code.gson:gson&package-manager=gradle&previous-version=2.9.0&new-version=2.10.1)](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>
2023-10-18 13:41:06 +00:00
dependabot[bot]
c8c4a96da7 build(deps): Bump com.google.dagger:hilt-android from 2.48 to 2.48.1 in /kotlin/android/app (#2418)
Bumps [com.google.dagger:hilt-android](https://github.com/google/dagger)
from 2.48 to 2.48.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android's
releases</a>.</em></p>
<blockquote>
<h2>Dagger 2.48.1</h2>
<h2>Bug Fixes</h2>
<p>Fixes <a
href="https://redirect.github.com/google/dagger/issues/4063">#4063</a>,
<a
href="https://redirect.github.com/google/dagger/issues/4054">#4054</a>:
[KSP]: Fixes some incremental processing issues with KSP (c8a568956)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4046">#4046</a>:
[KSP] Fixes &quot;Unexpected element&quot; in XProcessing library (<a
href="bdc1bb06d4</a>)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4059">#4059</a>:
[KSP] Align behavior of generic inline types in KSP with KAPT in
XProcessing library (<a
href="b0fa9cf493</a>)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/3980">#3980</a>:
Fixes Lint crash with AGP 8.1.0. (e651294c2)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4055">#4055</a>:
Fixes issue with using generic types in Dagger's ClassKey
(9852b4237)</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2d9ba60724"><code>2d9ba60</code></a>
2.48.1 release</li>
<li><a
href="378535e5a4"><code>378535e</code></a>
Refactor ResolvedBindings and LegacyBindingGraph to include the
ComponentPath.</li>
<li><a
href="fd907cb956"><code>fd907cb</code></a>
Allow sharding for Dagger compiler tests.</li>
<li><a
href="558cc51334"><code>558cc51</code></a>
Fix Dagger's incremental processing for KSP.</li>
<li><a
href="5cc209ce61"><code>5cc209c</code></a>
[Refactor]: This CL refactors a few things in
<code>ComponentDescriptor</code>.</li>
<li><a
href="e8f5f2b8c4"><code>e8f5f2b</code></a>
Drop latest XProcessing jars into Dagger.</li>
<li><a
href="7412301439"><code>7412301</code></a>
Internal changes</li>
<li><a
href="76bde06981"><code>76bde06</code></a>
Rollback of &quot;[Refactor] Remove duplicated logic in
<code>BindingGraphFactory</code>&quot;</li>
<li><a
href="e651294c2e"><code>e651294</code></a>
Fix Lint crash with AGP 8.1.0. See <a
href="https://redirect.github.com/google/dagger/pull/4023">google/dagger#4023</a>...</li>
<li><a
href="47953aaecf"><code>47953aa</code></a>
[Refactor] Remove duplicated logic in
<code>BindingGraphFactory</code>.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/dagger/compare/dagger-2.48...dagger-2.48.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.dagger:hilt-android&package-manager=gradle&previous-version=2.48&new-version=2.48.1)](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>
2023-10-18 06:26:17 -07:00
dependabot[bot]
4e62b2a52c build(deps): Bump com.google.dagger:hilt-android-compiler from 2.48 to 2.48.1 in /kotlin/android (#2419)
Bumps
[com.google.dagger:hilt-android-compiler](https://github.com/google/dagger)
from 2.48 to 2.48.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android-compiler's
releases</a>.</em></p>
<blockquote>
<h2>Dagger 2.48.1</h2>
<h2>Bug Fixes</h2>
<p>Fixes <a
href="https://redirect.github.com/google/dagger/issues/4063">#4063</a>,
<a
href="https://redirect.github.com/google/dagger/issues/4054">#4054</a>:
[KSP]: Fixes some incremental processing issues with KSP (c8a568956)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4046">#4046</a>:
[KSP] Fixes &quot;Unexpected element&quot; in XProcessing library (<a
href="bdc1bb06d4</a>)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4059">#4059</a>:
[KSP] Align behavior of generic inline types in KSP with KAPT in
XProcessing library (<a
href="b0fa9cf493</a>)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/3980">#3980</a>:
Fixes Lint crash with AGP 8.1.0. (e651294c2)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4055">#4055</a>:
Fixes issue with using generic types in Dagger's ClassKey
(9852b4237)</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2d9ba60724"><code>2d9ba60</code></a>
2.48.1 release</li>
<li><a
href="378535e5a4"><code>378535e</code></a>
Refactor ResolvedBindings and LegacyBindingGraph to include the
ComponentPath.</li>
<li><a
href="fd907cb956"><code>fd907cb</code></a>
Allow sharding for Dagger compiler tests.</li>
<li><a
href="558cc51334"><code>558cc51</code></a>
Fix Dagger's incremental processing for KSP.</li>
<li><a
href="5cc209ce61"><code>5cc209c</code></a>
[Refactor]: This CL refactors a few things in
<code>ComponentDescriptor</code>.</li>
<li><a
href="e8f5f2b8c4"><code>e8f5f2b</code></a>
Drop latest XProcessing jars into Dagger.</li>
<li><a
href="7412301439"><code>7412301</code></a>
Internal changes</li>
<li><a
href="76bde06981"><code>76bde06</code></a>
Rollback of &quot;[Refactor] Remove duplicated logic in
<code>BindingGraphFactory</code>&quot;</li>
<li><a
href="e651294c2e"><code>e651294</code></a>
Fix Lint crash with AGP 8.1.0. See <a
href="https://redirect.github.com/google/dagger/pull/4023">google/dagger#4023</a>...</li>
<li><a
href="47953aaecf"><code>47953aa</code></a>
[Refactor] Remove duplicated logic in
<code>BindingGraphFactory</code>.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/dagger/compare/dagger-2.48...dagger-2.48.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.dagger:hilt-android-compiler&package-manager=gradle&previous-version=2.48&new-version=2.48.1)](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>
2023-10-18 06:25:45 -07:00
Jamil
0ef0dd66a2 Fix website build (#2422) 2023-10-18 06:23:11 -07:00
Jamil
102d37d1e4 Fix/dependency ignore kotlin (#2421) 2023-10-18 06:06:45 -07:00
Jamil
febe6801cf Fix/kotlin hilt compiler artifact issue (#2416) 2023-10-18 06:02:02 -07:00
Thomas Eizinger
2cfe7befef refactor(connlib): remove ControlSignal (#2321) 2023-10-18 17:28:04 +11:00
Jamil
a929c6bdbf Fix pnpm lock (#2401) 2023-10-17 19:11:14 -07:00
Jamil
8441cf5c8d Use Package.swift dir (#2400) 2023-10-17 19:01:47 -07:00
Jamil
6153e580f3 Specify gradle dependency versions in ONLY one place (#2399) 2023-10-17 17:52:50 -07:00
dependabot[bot]
7d455f40a5 build(deps): Bump com.google.dagger:hilt-android from 2.44.1 to 2.48.1 in /kotlin/android/app (#2398)
[//]: # (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 [com.google.dagger:hilt-android](https://github.com/google/dagger)
from 2.44.1 to 2.48.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android's
releases</a>.</em></p>
<blockquote>
<h2>Dagger 2.48.1</h2>
<h2>Bug Fixes</h2>
<p>Fixes <a
href="https://redirect.github.com/google/dagger/issues/4063">#4063</a>,
<a
href="https://redirect.github.com/google/dagger/issues/4054">#4054</a>:
[KSP]: Fixes some incremental processing issues with KSP (c8a568956)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4046">#4046</a>:
[KSP] Fixes &quot;Unexpected element&quot; in XProcessing library (<a
href="bdc1bb06d4</a>)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4059">#4059</a>:
[KSP] Align behavior of generic inline types in KSP with KAPT in
XProcessing library (<a
href="b0fa9cf493</a>)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/3980">#3980</a>:
Fixes Lint crash with AGP 8.1.0. (e651294c2)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4055">#4055</a>:
Fixes issue with using generic types in Dagger's ClassKey
(9852b4237)</p>
<h1>Dagger 2.48</h1>
<h2>Dagger/Hilt KSP support</h2>
<p>Dagger 2.48 includes the alpha release of the Dagger and Hilt KSP
processors.</p>
<p>Instructions for using the Dagger/Hilt KSP processors can be found at
<a
href="https://dagger.dev/dev-guide/ksp">https://dagger.dev/dev-guide/ksp</a>.</p>
<p>In order to use Dagger’s KSP processor you will need to:</p>
<ul>
<li>Follow the basic setup to migrate Dagger’s processors from
<code>kapt</code> to <code>ksp</code> (see <a
href="https://dagger.dev/dev-guide/ksp#setup">https://dagger.dev/dev-guide/ksp#setup</a>).</li>
<li>Migrate any <a href="https://dagger.dev/dev-guide/spi">Dagger SPI
plugins</a> to the new Dagger SPI plugins API (with KSP support) (see <a
href="https://dagger.dev/dev-guide/ksp#new-dagger-spi-plugin-with-ksp-support">https://dagger.dev/dev-guide/ksp#new-dagger-spi-plugin-with-ksp-support</a>).</li>
<li>Ensure that there are no <code>kapt</code> processors that generate
classes that need to interact with Dagger (see <a
href="https://dagger.dev/dev-guide/ksp#interaction-with-javackapt-processors">https://dagger.dev/dev-guide/ksp#interaction-with-javackapt-processors</a>).</li>
</ul>
<p>If you depend on <code>androidx.hilt:hilt-common</code> or
<code>androidx.hilt:hilt-work</code> they will need to be updated to at
least <a
href="https://developer.android.com/jetpack/androidx/releases/hilt#hilt-common_hilt-compiler_hilt-work_version_11_2">1.1.0-alpha01</a>.</p>
<p>Also note that Dagger’s KSP processors are still in the alpha stage.
So far we’ve focused mainly on trying to ensure correctness rather than
optimize performance. Please apply due diligence when enabling
<code>ksp</code> and report any bugs or performance issues at <a
href="https://github.com/google/dagger/issues">https://github.com/google/dagger/issues</a>.
The current list of known issues can be found <a
href="https://github.com/google/dagger/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+ksp%22+label%3A%22type%3A+bug%22">here</a>.</p>
<p>There are also a few potentially breaking changes included with this
release. These changes were made to better support Dagger usage with
Kotlin sources, and make the migration from KAPT to KSP more seamless.
We don’t expect these changes to affect most users. Please see below for
more details.</p>
<h2>Breaking changes</h2>
<h3>The <code>dagger.ignoreProvisionKeyWildcards</code> is now enabled
by default</h3>
<p>This may break apps that are providing the same binding with
different wildcards, e.g. <code>Foo&lt;Bar&gt;</code> and <code>Foo&lt;?
extends Bar&gt;</code>.</p>
<p>Fix: See <a
href="https://dagger.dev/dev-guide/compiler-options#ignore-provision-key-wildcards">https://dagger.dev/dev-guide/compiler-options#ignore-provision-key-wildcards</a>
for suggestions on how to fix this. If fixing is not an immediate
option, you can still disable the flag with
<code>dagger.ignoreProvisionKeyWildcards=DISABLED</code>.</p>
<h3><code>@Binds</code> assignability check</h3>
<p>Unlike KAPT, KSP takes nullability into account when checking if a
type is assignable to another type. This changes the behavior of
Dagger’s <code>@Binds</code> usage validation such that a type that was
assignable in KAPT may no longer be assignable in KSP. For example:</p>
<pre lang="kotlin"><code>// Incorrect: this compiles successfully in
KAPT but the compilation fails in KSP
@Binds fun bind(impl: FooImpl&lt;Bar?&gt;): Foo&lt;Bar&gt;
</code></pre>
<p>Fix: To fix this breakage, users should update the parameter or
return type in the method such that they are actually assignable when
taking nullability into account. For example:</p>
<pre lang="kotlin"><code>// Correct: this compiles successfully in KAPT
and KSP
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2d9ba60724"><code>2d9ba60</code></a>
2.48.1 release</li>
<li><a
href="378535e5a4"><code>378535e</code></a>
Refactor ResolvedBindings and LegacyBindingGraph to include the
ComponentPath.</li>
<li><a
href="fd907cb956"><code>fd907cb</code></a>
Allow sharding for Dagger compiler tests.</li>
<li><a
href="558cc51334"><code>558cc51</code></a>
Fix Dagger's incremental processing for KSP.</li>
<li><a
href="5cc209ce61"><code>5cc209c</code></a>
[Refactor]: This CL refactors a few things in
<code>ComponentDescriptor</code>.</li>
<li><a
href="e8f5f2b8c4"><code>e8f5f2b</code></a>
Drop latest XProcessing jars into Dagger.</li>
<li><a
href="7412301439"><code>7412301</code></a>
Internal changes</li>
<li><a
href="76bde06981"><code>76bde06</code></a>
Rollback of &quot;[Refactor] Remove duplicated logic in
<code>BindingGraphFactory</code>&quot;</li>
<li><a
href="e651294c2e"><code>e651294</code></a>
Fix Lint crash with AGP 8.1.0. See <a
href="https://redirect.github.com/google/dagger/pull/4023">google/dagger#4023</a>...</li>
<li><a
href="47953aaecf"><code>47953aa</code></a>
[Refactor] Remove duplicated logic in
<code>BindingGraphFactory</code>.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/dagger/compare/dagger-2.44.1...dagger-2.48.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.dagger:hilt-android&package-manager=gradle&previous-version=2.44.1&new-version=2.48.1)](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>
2023-10-18 00:27:29 +00:00
dependabot[bot]
d5f76ee63b build(deps): Bump @fontsource/source-sans-pro from 4.5.11 to 5.0.8 in /elixir/apps/web/assets (#2376)
Bumps
[@fontsource/source-sans-pro](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/source-sans-pro)
from 4.5.11 to 5.0.8.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/fontsource/font-files/commits/HEAD/fonts/google/source-sans-pro">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@fontsource/source-sans-pro&package-manager=npm_and_yarn&previous-version=4.5.11&new-version=5.0.8)](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>
Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
2023-10-18 00:19:17 +00:00
dependabot[bot]
aaf18aa66b build(deps): Bump tokio from 1.32.0 to 1.33.0 in /rust (#2388)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 00:17:28 +00:00
dependabot[bot]
288c60b6fd build(deps): Bump @types/react-dom from 18.2.4 to 18.2.13 in /website (#2379)
Bumps
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
from 18.2.4 to 18.2.13.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=18.2.4&new-version=18.2.13)](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>
2023-10-17 17:10:06 -07:00
dependabot[bot]
7a07c699df build(deps): Bump next from 13.4.4 to 13.5.5 in /website (#2382)
Bumps [next](https://github.com/vercel/next.js) from 13.4.4 to 13.5.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases">next's
releases</a>.</em></p>
<blockquote>
<h2>v13.5.5</h2>
<h3>Core Changes</h3>
<ul>
<li>Update parallelizing tasks with webpackBuildWorker config: <a
href="https://redirect.github.com/vercel/next.js/issues/56287">#56287</a></li>
<li>Misc Typescript and export updates: <a
href="https://redirect.github.com/vercel/next.js/issues/55841">#55841</a></li>
<li>chore: pass defineEnv from next.js to rust directly: <a
href="https://redirect.github.com/vercel/next.js/issues/56216">#56216</a></li>
<li>Expose util internally for debugging: <a
href="https://redirect.github.com/vercel/next.js/issues/56381">#56381</a></li>
<li>App Router - preinitialize chunks during SSR: <a
href="https://redirect.github.com/vercel/next.js/issues/54752">#54752</a></li>
<li>fix: use <code>fs.existsSync</code> to avoid race condition: <a
href="https://redirect.github.com/vercel/next.js/issues/56387">#56387</a></li>
<li>Ensure loader generated export default has name: <a
href="https://redirect.github.com/vercel/next.js/issues/56388">#56388</a></li>
<li>Move Edge SSR event <code>waitUntil</code> into the handler: <a
href="https://redirect.github.com/vercel/next.js/issues/56404">#56404</a></li>
<li>fix: avoid unnecessary <code>existSync</code> call: <a
href="https://redirect.github.com/vercel/next.js/issues/56419">#56419</a></li>
<li>fix: avoid creation of buffers for read ops: <a
href="https://redirect.github.com/vercel/next.js/issues/56421">#56421</a></li>
<li>fix empty externals list, pnpm special case, and project path: <a
href="https://redirect.github.com/vercel/next.js/issues/56402">#56402</a></li>
<li>chore: extract edge-app-route loader template: <a
href="https://redirect.github.com/vercel/next.js/issues/56424">#56424</a></li>
<li>Separate RSC and SSR jsx-runtime modules: <a
href="https://redirect.github.com/vercel/next.js/issues/56438">#56438</a></li>
<li>Async Batcher: <a
href="https://redirect.github.com/vercel/next.js/issues/56423">#56423</a></li>
<li>Fix cli log next.js color: <a
href="https://redirect.github.com/vercel/next.js/issues/56448">#56448</a></li>
<li>Turbopack: Implement Server Actions: <a
href="https://redirect.github.com/vercel/next.js/issues/53890">#53890</a></li>
<li>Component Module Types: <a
href="https://redirect.github.com/vercel/next.js/issues/56454">#56454</a></li>
<li>refactor: rewrite config schema in zod: <a
href="https://redirect.github.com/vercel/next.js/issues/56383">#56383</a></li>
<li>Dev Service: <a
href="https://redirect.github.com/vercel/next.js/issues/56442">#56442</a></li>
<li>feat(turbopack): port next.js template loading logic: <a
href="https://redirect.github.com/vercel/next.js/issues/56425">#56425</a></li>
<li>Chunking Refactor Step 1: <a
href="https://redirect.github.com/vercel/next.js/issues/56467">#56467</a></li>
<li>Use native node:fs in taskfile.js: <a
href="https://redirect.github.com/vercel/next.js/issues/56491">#56491</a></li>
<li>Loose RSC import restrictions for 3rd party packages: <a
href="https://redirect.github.com/vercel/next.js/issues/56501">#56501</a></li>
<li>turbopack: Chunking Refactor Step 2 : <a
href="https://redirect.github.com/vercel/next.js/issues/56504">#56504</a></li>
<li>update turbopack, fix sass peer dependency: <a
href="https://redirect.github.com/vercel/next.js/issues/56508">#56508</a></li>
<li>Remove ServerDirectiveTransformer: <a
href="https://redirect.github.com/vercel/next.js/issues/56496">#56496</a></li>
<li>Improve failed to fetch RSC error: <a
href="https://redirect.github.com/vercel/next.js/issues/56517">#56517</a></li>
<li>misc: fix wrong next start start duration: <a
href="https://redirect.github.com/vercel/next.js/issues/56512">#56512</a></li>
<li>turbopack: Extract as_chunk into shared ChunkType trait: <a
href="https://redirect.github.com/vercel/next.js/issues/56506">#56506</a></li>
<li>Flatten recursive wildcard exports in barrel optimization: <a
href="https://redirect.github.com/vercel/next.js/issues/56489">#56489</a></li>
<li>Turbopack + app router: always use externals for predefined
packages: <a
href="https://redirect.github.com/vercel/next.js/issues/56440">#56440</a></li>
<li>fix: log error cause: <a
href="https://redirect.github.com/vercel/next.js/issues/56528">#56528</a></li>
<li>Unsilence Taskr Webpack errors: <a
href="https://redirect.github.com/vercel/next.js/issues/56542">#56542</a></li>
<li>refactor: cleanup app render: <a
href="https://redirect.github.com/vercel/next.js/issues/56538">#56538</a></li>
<li>fix: don't add <code>isolateModules</code> to <code>tsconfig</code>
when extending from tsconfig with <code>verbatimModuleSyntax</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/54164">#54164</a></li>
<li>enable <code>verbatimModuleSyntax</code> to make type
imports/exports explicit: <a
href="https://redirect.github.com/vercel/next.js/issues/56551">#56551</a></li>
<li>Ensure react-server-dom-turbopack-experimental uses the right
package: <a
href="https://redirect.github.com/vercel/next.js/issues/56560">#56560</a></li>
<li>Fix build restart log: <a
href="https://redirect.github.com/vercel/next.js/issues/56543">#56543</a></li>
<li>feat(turbopack): add support for edge app pages: <a
href="https://redirect.github.com/vercel/next.js/issues/56426">#56426</a></li>
<li>Improve error handling of Server Actions with skewed deployment: <a
href="https://redirect.github.com/vercel/next.js/issues/56618">#56618</a></li>
<li>misc: split app-render into smaller functions: <a
href="https://redirect.github.com/vercel/next.js/issues/56611">#56611</a></li>
<li>remove unnecessary structuredClone: <a
href="https://redirect.github.com/vercel/next.js/issues/56570">#56570</a></li>
<li>Fix trace ignore handling: <a
href="https://redirect.github.com/vercel/next.js/issues/56674">#56674</a></li>
<li>fix(next-core): allow sass loader for foreign codes: <a
href="https://redirect.github.com/vercel/next.js/issues/56679">#56679</a></li>
<li>Fix SSG query with experimental-compile: <a
href="https://redirect.github.com/vercel/next.js/issues/56680">#56680</a></li>
<li>Ensure rewrites are included in build manifest when using Turbopack:
<a
href="https://redirect.github.com/vercel/next.js/issues/56692">#56692</a></li>
<li>fix static worker restart behavior: <a
href="https://redirect.github.com/vercel/next.js/issues/56728">#56728</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="54145b49f9"><code>54145b4</code></a>
v13.5.5</li>
<li><a
href="1609da2d95"><code>1609da2</code></a>
v13.5.5-canary.19</li>
<li><a
href="8a51ebcb67"><code>8a51ebc</code></a>
Revert &quot;feat(turbopack): support basic next/dynamic&quot; (<a
href="https://redirect.github.com/vercel/next.js/issues/56885">#56885</a>)</li>
<li><a
href="c1c419fde0"><code>c1c419f</code></a>
v13.5.5-canary.18</li>
<li><a
href="4e435e2fe6"><code>4e435e2</code></a>
Skip webpack specific tests in Turbopack test run (<a
href="https://redirect.github.com/vercel/next.js/issues/56877">#56877</a>)</li>
<li><a
href="5b52e7772d"><code>5b52e77</code></a>
feat(turbopack): support basic next/dynamic (<a
href="https://redirect.github.com/vercel/next.js/issues/56389">#56389</a>)</li>
<li><a
href="8f2fd2e7d5"><code>8f2fd2e</code></a>
bump: edge-runtime (<a
href="https://redirect.github.com/vercel/next.js/issues/56856">#56856</a>)</li>
<li><a
href="e5ad069c6a"><code>e5ad069</code></a>
v13.5.5-canary.17</li>
<li><a
href="21fadd3358"><code>21fadd3</code></a>
Fix typo (<a
href="https://redirect.github.com/vercel/next.js/issues/56863">#56863</a>)</li>
<li><a
href="b660eef8a2"><code>b660eef</code></a>
chore: bump undici (<a
href="https://redirect.github.com/vercel/next.js/issues/56851">#56851</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v13.4.4...v13.5.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=13.4.4&new-version=13.5.5)](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>
2023-10-17 17:09:35 -07:00
dependabot[bot]
ad44f0dd0d build(deps): Bump remark-rehype from 10.1.0 to 11.0.0 in /website (#2377)
Bumps [remark-rehype](https://github.com/remarkjs/remark-rehype) from
10.1.0 to 11.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remarkjs/remark-rehype/releases">remark-rehype's
releases</a>.</em></p>
<blockquote>
<h2>11.0.0</h2>
<h4>Change</h4>
<ul>
<li>30091c7 Change to require Node.js 16
<strong>migrate</strong>: update too</li>
<li>cafeacc Change to use <code>exports</code>
<strong>migrate</strong>: don’t use private APIs</li>
<li>acb292a Update <code>mdast-util-to-hast</code>,
<code>@types/{hast,mdast}</code>, unified, etc
<strong>migrate</strong>: update too
if you don’t use handlers, this should be fine;
if you do, see <a
href="https://github.com/syntax-tree/mdast-util-to-hast/releases/tag/13.0.0"><code>mdast-util-to-hast@13.0.0</code></a></li>
<li>ba50965 Remove <code>Processor</code> type
<strong>migrate</strong>: get it from <code>unified</code></li>
</ul>
<h4>Add</h4>
<ul>
<li>b990986 Add exports of <code>defaultFootnoteBackContent</code>,
<code>defaultFootnoteBackLabel</code></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0">https://github.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b4799b580f"><code>b4799b5</code></a>
11.0.0</li>
<li><a
href="30091c7c75"><code>30091c7</code></a>
Change to require Node.js 16</li>
<li><a
href="cafeacc1b4"><code>cafeacc</code></a>
Change to use <code>exports</code></li>
<li><a
href="b990986900"><code>b990986</code></a>
Add exports of <code>defaultFootnoteBackContent</code>,
<code>defaultFootnoteBackLabel</code></li>
<li><a
href="ba50965071"><code>ba50965</code></a>
Remove <code>Processor</code> type</li>
<li><a
href="743e91bbfb"><code>743e91b</code></a>
Refactor docs</li>
<li><a
href="4009084569"><code>4009084</code></a>
Refactor code-style</li>
<li><a
href="acb292a336"><code>acb292a</code></a>
Update <code>mdast-util-to-hast</code>,
<code>@types/{hast,mdast}</code>, unified, etc</li>
<li><a
href="102e10e4af"><code>102e10e</code></a>
Refactor to use <code>node:test</code></li>
<li><a
href="9a50104f05"><code>9a50104</code></a>
Refactor <code>.npmrc</code></li>
<li>Additional commits viewable in <a
href="https://github.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=remark-rehype&package-manager=npm_and_yarn&previous-version=10.1.0&new-version=11.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-17 17:09:15 -07:00
dependabot[bot]
54cde354f1 build(deps): Bump react-fast-marquee from 1.6.0 to 1.6.2 in /website (#2390)
Bumps
[react-fast-marquee](https://github.com/justin-chu/react-fast-marquee)
from 1.6.0 to 1.6.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/justin-chu/react-fast-marquee/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-fast-marquee&package-manager=npm_and_yarn&previous-version=1.6.0&new-version=1.6.2)](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>
2023-10-18 00:08:13 +00:00
dependabot[bot]
a30579b3a1 build(deps): Bump org.jetbrains.kotlin:kotlin-stdlib from 1.7.21 to 1.9.10 in /rust/connlib/clients/android/connlib (#2381)
Bumps
[org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin)
from 1.7.21 to 1.9.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-stdlib's
releases</a>.</em></p>
<blockquote>
<h2>Kotlin 1.9.10</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60769"><code>KT-60769</code></a>
Partially revert KT-58371</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60659"><code>KT-60659</code></a>
Incorrect 'unresolved reference: addFirst' error with JDK 21</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60371"><code>KT-60371</code></a>
Native custom allocator link error</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60986"><code>KT-60986</code></a>
Native: static caches with custom runtime options are broken on
Linux</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60770"><code>KT-60770</code></a>
Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK
21</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60231"><code>KT-60231</code></a>
NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin
1.9.0</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60785"><code>KT-60785</code></a>
KJS: Destructured value class in suspend function fails with Uncaught
TypeError: can't convert to primitive type error</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60852"><code>KT-60852</code></a>
Kotlin JS(IR): IllegalArgumentException: Cross module dependency
resolution failed when updating to Kotlin 1.9.0</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-57509"><code>KT-57509</code></a>
KJS: Compiler generates native JS operator == for comparing values with
Any type</li>
</ul>
<h3>Native</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60230"><code>KT-60230</code></a>
Native: &quot;unknown options: -ios_simulator_version_min
-sdk_version&quot; with Xcode 15 beta 3</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60758"><code>KT-60758</code></a>
Native: Building for 'iOS-simulator', but linking in dylib built for
'iOS' in Xcode 15 beta 4</li>
</ul>
<h3>Native. C and ObjC Import</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-59167"><code>KT-59167</code></a>
Native: cinterop is unable to build interop libraries against the Xcode
15 Beta 1</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61147"><code>KT-61147</code></a>
Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60543"><code>KT-60543</code></a>
NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension</li>
</ul>
<h2>Checksums</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Sha256</th>
</tr>
</thead>
<tbody>
<tr>
<td>kotlin-compiler-1.9.10.zip</td>

<td>7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342</td>
</tr>
<tr>
<td>kotlin-native-linux-x86_64-1.9.10.tar.gz</td>

<td>1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b</td>
</tr>
<tr>
<td>kotlin-native-macos-x86_64-1.9.10.tar.gz</td>

<td>f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d</td>
</tr>
<tr>
<td>kotlin-native-macos-aarch64-1.9.10.tar.gz</td>

<td>d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de</td>
</tr>
<tr>
<td>kotlin-native-windows-x86_64-1.9.10.zip</td>

<td>a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c</td>
</tr>
</tbody>
</table>
<h2>Kotlin 1.9.0</h2>
<h2>Changelog</h2>
<h3>Analysis API</h3>
<h4>New Features</h4>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md">org.jetbrains.kotlin:kotlin-stdlib's
changelog</a>.</em></p>
<blockquote>
<h2>1.9.10</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60769"><code>KT-60769</code></a>
Partially revert KT-58371</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60659"><code>KT-60659</code></a>
Incorrect 'unresolved reference: addFirst' error with JDK 21</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60371"><code>KT-60371</code></a>
Native custom allocator link error</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60986"><code>KT-60986</code></a>
Native: static caches with custom runtime options are broken on
Linux</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60770"><code>KT-60770</code></a>
Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK
21</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60231"><code>KT-60231</code></a>
NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin
1.9.0</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60785"><code>KT-60785</code></a>
KJS: Destructured value class in suspend function fails with Uncaught
TypeError: can't convert to primitive type error</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60852"><code>KT-60852</code></a>
Kotlin JS(IR): IllegalArgumentException: Cross module dependency
resolution failed when updating to Kotlin 1.9.0</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-57509"><code>KT-57509</code></a>
KJS: Compiler generates native JS operator == for comparing values with
Any type</li>
</ul>
<h3>Native</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60230"><code>KT-60230</code></a>
Native: &quot;unknown options: -ios_simulator_version_min
-sdk_version&quot; with Xcode 15 beta 3</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60758"><code>KT-60758</code></a>
Native: Building for 'iOS-simulator', but linking in dylib built for
'iOS' in Xcode 15 beta 4</li>
</ul>
<h3>Native. C and ObjC Import</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-59167"><code>KT-59167</code></a>
Native: cinterop is unable to build interop libraries against the Xcode
15 Beta 1</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61147"><code>KT-61147</code></a>
Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60543"><code>KT-60543</code></a>
NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension</li>
</ul>
<h2>1.9.0</h2>
<h3>Analysis API</h3>
<h4>New Features</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-57930"><code>KT-57930</code></a>
Analysis API: provide an API for extending Kotlin resolution</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-57636"><code>KT-57636</code></a>
K2: Add the return type of K2 reference shortener AA
<code>ShortenCommand::invokeShortening()</code> e.g.,
<code>ShorteningResultInfo</code> to allow callers to access the
shortening result PSI</li>
</ul>
<h4>Fixes</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-58249"><code>KT-58249</code></a>
Analysis API: Disable error logging for FE10 implementation of
resolveCall when resolve is not successful</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-55626"><code>KT-55626</code></a>
Impossible to restore symbol by psi from script file</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-57314"><code>KT-57314</code></a>
LL FIR: Combine <code>LLFirProvider$SymbolProvider</code>s in session
dependencies (optimization)</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-55527"><code>KT-55527</code></a>
K2 IDE: Rewrite KtScopeContext class to allow to handle each scope
separately</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-55329"><code>KT-55329</code></a>
LL FIR: Unexpected ACTUAL_WITHOUT_EXPECT error on constructor and
function declaration</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-50732"><code>KT-50732</code></a>
LL API: fix compiler based tests</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-57850"><code>KT-57850</code></a>
K2: contract violation due to
SymbolLightAccessorMethod.propertyAccessorSymbol</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3db61efe5e"><code>3db61ef</code></a>
[K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for
function...</li>
<li><a
href="3584af4046"><code>3584af4</code></a>
Add ChangeLog for 1.9.10</li>
<li><a
href="7bab2dba1f"><code>7bab2db</code></a>
Remove gson from compiler fat jar</li>
<li><a
href="b925404e11"><code>b925404</code></a>
[K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed</li>
<li><a
href="5801279810"><code>5801279</code></a>
[JS IR] De-optimize equality operator as workaround for KT-57509</li>
<li><a
href="79d3dda5ec"><code>79d3dda</code></a>
[K/N] Update osVersionMin for arm ios and tvos simulators</li>
<li><a
href="955598c9ac"><code>955598c</code></a>
[K/N] Pick minimal iOS/tvOS depending on the Xcode version</li>
<li><a
href="b1aa582719"><code>b1aa582</code></a>
[K/N] Do not check caches consistency until all of them are built</li>
<li><a
href="0f6d84cca3"><code>0f6d84c</code></a>
[K/N][tests] Added a reproducer for #KT-60371</li>
<li><a
href="d3b8607632"><code>d3b8607</code></a>
[K/N][tests] Fixed CachesAutoBuildTest</li>
<li>Additional commits viewable in <a
href="https://github.com/JetBrains/kotlin/compare/v1.7.21...v1.9.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin:kotlin-stdlib&package-manager=gradle&previous-version=1.7.21&new-version=1.9.10)](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>
2023-10-17 17:07:10 -07:00
dependabot[bot]
e4b4646d43 build(deps-dev): Bump hastscript from 7.2.0 to 8.0.0 in /website (#2387)
Bumps [hastscript](https://github.com/syntax-tree/hastscript) from 7.2.0
to 8.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/syntax-tree/hastscript/releases">hastscript's
releases</a>.</em></p>
<blockquote>
<h2>8.0.0</h2>
<h4>change</h4>
<ul>
<li>04a40a5 Update <code>@types/hast</code>, utilities
<strong>migrate</strong>: update too</li>
<li>234405b Change to require Node.js 16
<strong>migrate</strong>: update too</li>
<li>7e27d65 Remove <code>hastscript/html</code> (auto runtime) from
<code>exports</code>
<strong>migrate</strong>: use <code>hastscript</code></li>
<li>6976cbb Remove <code>hastscript/html</code>,
<code>hastscript/svg</code> from <code>exports</code>
<strong>migrate</strong>: use <code>hastscript</code></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/syntax-tree/hastscript/compare/7.2.0...8.0.0">https://github.com/syntax-tree/hastscript/compare/7.2.0...8.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2a7451dc1e"><code>2a7451d</code></a>
8.0.0</li>
<li><a
href="483f127820"><code>483f127</code></a>
Add script to build</li>
<li><a
href="234405b7b3"><code>234405b</code></a>
Change to require Node.js 16</li>
<li><a
href="88de797a80"><code>88de797</code></a>
Refactor docs</li>
<li><a
href="0227f1a6ce"><code>0227f1a</code></a>
Refactor to reorganize files</li>
<li><a
href="7e27d65277"><code>7e27d65</code></a>
Remove <code>hastscript/html</code> (auto runtime) from
<code>exports</code></li>
<li><a
href="6976cbb3ae"><code>6976cbb</code></a>
Remove <code>hastscript/html</code>, <code>hastscript/svg</code> from
<code>exports</code></li>
<li><a
href="de3143c463"><code>de3143c</code></a>
Refactor code-style</li>
<li><a
href="21d232dd4e"><code>21d232d</code></a>
Refactor <code>.npmrc</code></li>
<li><a
href="024729f47d"><code>024729f</code></a>
Refactor <code>package.json</code>, <code>tsconfig.json</code></li>
<li>Additional commits viewable in <a
href="https://github.com/syntax-tree/hastscript/compare/7.2.0...8.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hastscript&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=8.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-17 17:06:40 -07:00
dependabot[bot]
aa52bb424f build(deps): Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.12.0 in /kotlin/android (#2375)
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp)
from 4.10.0 to 4.12.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4984568367"><code>4984568</code></a>
Prepare for release 4.12.0.</li>
<li><a
href="ea720d32b5"><code>ea720d3</code></a>
[4.x] Add test for 103 handling (<a
href="https://redirect.github.com/square/okhttp/issues/8055">#8055</a>)</li>
<li><a
href="a6e54bfd1b"><code>a6e54bf</code></a>
Avoid hanging on takeHeaders (incorrect 103 handling) when response body
is e...</li>
<li><a
href="4190ca8a62"><code>4190ca8</code></a>
[4.x] Bump okio to 3.6 (<a
href="https://redirect.github.com/square/okhttp/issues/8052">#8052</a>)</li>
<li><a
href="9553f6dce9"><code>9553f6d</code></a>
[4.x] Fix bad merge (<a
href="https://redirect.github.com/square/okhttp/issues/8053">#8053</a>)</li>
<li><a
href="cd581af7cb"><code>cd581af</code></a>
Handle certificate corruption (<a
href="https://redirect.github.com/square/okhttp/issues/7982">#7982</a>)</li>
<li><a
href="708d89b9ea"><code>708d89b</code></a>
Make Public Suffix Database failures permanent (<a
href="https://redirect.github.com/square/okhttp/issues/7828">#7828</a>)</li>
<li><a
href="b147d282b3"><code>b147d28</code></a>
Fix for stalled streams (<a
href="https://redirect.github.com/square/okhttp/issues/7801">#7801</a>)
(<a
href="https://redirect.github.com/square/okhttp/issues/7818">#7818</a>)</li>
<li><a
href="f04809d513"><code>f04809d</code></a>
[4.x] Fix websocket reconnect race condition (<a
href="https://redirect.github.com/square/okhttp/issues/7815">#7815</a>)
(<a
href="https://redirect.github.com/square/okhttp/issues/7817">#7817</a>)</li>
<li><a
href="07b5d820a3"><code>07b5d82</code></a>
[4.x] Suppress removed (<a
href="https://redirect.github.com/square/okhttp/issues/7953">#7953</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup.okhttp3:okhttp&package-manager=gradle&previous-version=4.10.0&new-version=4.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-17 17:05:22 -07:00
dependabot[bot]
e7f91c49b1 build(deps): Bump com.google.dagger:hilt-android-compiler from 2.44.1 to 2.48.1 in /kotlin/android (#2373)
Bumps
[com.google.dagger:hilt-android-compiler](https://github.com/google/dagger)
from 2.44.1 to 2.48.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android-compiler's
releases</a>.</em></p>
<blockquote>
<h2>Dagger 2.48.1</h2>
<h2>Bug Fixes</h2>
<p>Fixes <a
href="https://redirect.github.com/google/dagger/issues/4063">#4063</a>,
<a
href="https://redirect.github.com/google/dagger/issues/4054">#4054</a>:
[KSP]: Fixes some incremental processing issues with KSP (c8a568956)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4046">#4046</a>:
[KSP] Fixes &quot;Unexpected element&quot; in XProcessing library (<a
href="bdc1bb06d4</a>)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4059">#4059</a>:
[KSP] Align behavior of generic inline types in KSP with KAPT in
XProcessing library (<a
href="b0fa9cf493</a>)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/3980">#3980</a>:
Fixes Lint crash with AGP 8.1.0. (e651294c2)
Fixes <a
href="https://redirect.github.com/google/dagger/issues/4055">#4055</a>:
Fixes issue with using generic types in Dagger's ClassKey
(9852b4237)</p>
<h1>Dagger 2.48</h1>
<h2>Dagger/Hilt KSP support</h2>
<p>Dagger 2.48 includes the alpha release of the Dagger and Hilt KSP
processors.</p>
<p>Instructions for using the Dagger/Hilt KSP processors can be found at
<a
href="https://dagger.dev/dev-guide/ksp">https://dagger.dev/dev-guide/ksp</a>.</p>
<p>In order to use Dagger’s KSP processor you will need to:</p>
<ul>
<li>Follow the basic setup to migrate Dagger’s processors from
<code>kapt</code> to <code>ksp</code> (see <a
href="https://dagger.dev/dev-guide/ksp#setup">https://dagger.dev/dev-guide/ksp#setup</a>).</li>
<li>Migrate any <a href="https://dagger.dev/dev-guide/spi">Dagger SPI
plugins</a> to the new Dagger SPI plugins API (with KSP support) (see <a
href="https://dagger.dev/dev-guide/ksp#new-dagger-spi-plugin-with-ksp-support">https://dagger.dev/dev-guide/ksp#new-dagger-spi-plugin-with-ksp-support</a>).</li>
<li>Ensure that there are no <code>kapt</code> processors that generate
classes that need to interact with Dagger (see <a
href="https://dagger.dev/dev-guide/ksp#interaction-with-javackapt-processors">https://dagger.dev/dev-guide/ksp#interaction-with-javackapt-processors</a>).</li>
</ul>
<p>If you depend on <code>androidx.hilt:hilt-common</code> or
<code>androidx.hilt:hilt-work</code> they will need to be updated to at
least <a
href="https://developer.android.com/jetpack/androidx/releases/hilt#hilt-common_hilt-compiler_hilt-work_version_11_2">1.1.0-alpha01</a>.</p>
<p>Also note that Dagger’s KSP processors are still in the alpha stage.
So far we’ve focused mainly on trying to ensure correctness rather than
optimize performance. Please apply due diligence when enabling
<code>ksp</code> and report any bugs or performance issues at <a
href="https://github.com/google/dagger/issues">https://github.com/google/dagger/issues</a>.
The current list of known issues can be found <a
href="https://github.com/google/dagger/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+ksp%22+label%3A%22type%3A+bug%22">here</a>.</p>
<p>There are also a few potentially breaking changes included with this
release. These changes were made to better support Dagger usage with
Kotlin sources, and make the migration from KAPT to KSP more seamless.
We don’t expect these changes to affect most users. Please see below for
more details.</p>
<h2>Breaking changes</h2>
<h3>The <code>dagger.ignoreProvisionKeyWildcards</code> is now enabled
by default</h3>
<p>This may break apps that are providing the same binding with
different wildcards, e.g. <code>Foo&lt;Bar&gt;</code> and <code>Foo&lt;?
extends Bar&gt;</code>.</p>
<p>Fix: See <a
href="https://dagger.dev/dev-guide/compiler-options#ignore-provision-key-wildcards">https://dagger.dev/dev-guide/compiler-options#ignore-provision-key-wildcards</a>
for suggestions on how to fix this. If fixing is not an immediate
option, you can still disable the flag with
<code>dagger.ignoreProvisionKeyWildcards=DISABLED</code>.</p>
<h3><code>@Binds</code> assignability check</h3>
<p>Unlike KAPT, KSP takes nullability into account when checking if a
type is assignable to another type. This changes the behavior of
Dagger’s <code>@Binds</code> usage validation such that a type that was
assignable in KAPT may no longer be assignable in KSP. For example:</p>
<pre lang="kotlin"><code>// Incorrect: this compiles successfully in
KAPT but the compilation fails in KSP
@Binds fun bind(impl: FooImpl&lt;Bar?&gt;): Foo&lt;Bar&gt;
</code></pre>
<p>Fix: To fix this breakage, users should update the parameter or
return type in the method such that they are actually assignable when
taking nullability into account. For example:</p>
<pre lang="kotlin"><code>// Correct: this compiles successfully in KAPT
and KSP
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2d9ba60724"><code>2d9ba60</code></a>
2.48.1 release</li>
<li><a
href="378535e5a4"><code>378535e</code></a>
Refactor ResolvedBindings and LegacyBindingGraph to include the
ComponentPath.</li>
<li><a
href="fd907cb956"><code>fd907cb</code></a>
Allow sharding for Dagger compiler tests.</li>
<li><a
href="558cc51334"><code>558cc51</code></a>
Fix Dagger's incremental processing for KSP.</li>
<li><a
href="5cc209ce61"><code>5cc209c</code></a>
[Refactor]: This CL refactors a few things in
<code>ComponentDescriptor</code>.</li>
<li><a
href="e8f5f2b8c4"><code>e8f5f2b</code></a>
Drop latest XProcessing jars into Dagger.</li>
<li><a
href="7412301439"><code>7412301</code></a>
Internal changes</li>
<li><a
href="76bde06981"><code>76bde06</code></a>
Rollback of &quot;[Refactor] Remove duplicated logic in
<code>BindingGraphFactory</code>&quot;</li>
<li><a
href="e651294c2e"><code>e651294</code></a>
Fix Lint crash with AGP 8.1.0. See <a
href="https://redirect.github.com/google/dagger/pull/4023">google/dagger#4023</a>...</li>
<li><a
href="47953aaecf"><code>47953aa</code></a>
[Refactor] Remove duplicated logic in
<code>BindingGraphFactory</code>.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/dagger/compare/dagger-2.44.1...dagger-2.48.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.dagger:hilt-android-compiler&package-manager=gradle&previous-version=2.44.1&new-version=2.48.1)](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>
2023-10-17 17:02:58 -07:00
dependabot[bot]
d556a0793b build(deps): Bump com.squareup.moshi:moshi from 1.12.0 to 1.15.0 in /kotlin/android (#2374)
Bumps [com.squareup.moshi:moshi](https://github.com/square/moshi) from
1.12.0 to 1.15.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/square/moshi/blob/master/CHANGELOG.md">com.squareup.moshi:moshi's
changelog</a>.</em></p>
<blockquote>
<h2>Version 1.15.0</h2>
<p><em>2023-05-12</em></p>
<ul>
<li>Upgrade to Kotlin <code>1.8.21</code>.</li>
<li>Upgrade to KSP <code>1.8.21-1.0.11</code>.</li>
<li>Upgrade to kotlinx-metadata <code>0.6.0</code>.</li>
<li>Upgrade to KotlinPoet <code>1.13.2</code>.</li>
<li>Support Kotlin language version <code>1.9.0</code> in KAPT.</li>
<li>Include name of the type being processed when creating the
adapterGenerator fails in KSP.</li>
<li>Suppress <code>UNUSED_PARAMETER</code> in generated code.</li>
<li>Deprecate KAPT code gen. Please migrate to KSP, we will remove KAPT
support in a future release. This release will also print an annoying
noisy warning in KAPT processing if you use it.</li>
</ul>
<h2>Version 1.14.0</h2>
<p><em>2022-09-06</em></p>
<ul>
<li>Upgrade: [Kotlin 1.7.0][kotlin_1_7_0].</li>
<li>Upgrade [KotlinPoet 1.12.0][kotlinpoet_1_12_0].
<ul>
<li>Moshi no longer shades kotlinpoet-ksp APIs, meaning they can be
updated independently of Moshi updates.</li>
</ul>
</li>
<li>Upgrade: [KSP 1.7.0-1.0.6][ksp_1_7_0_1_0_6].</li>
<li>Upgrade: [kotlinx-metadata 0.5.0][kotlinx_metadata_0_5_0], allowing
reading of kotlin 1.8 APIs too.</li>
</ul>
<h2>Version 1.13.0</h2>
<p><em>2021-12-08</em></p>
<ul>
<li>
<p>New: Support for [Kotlin Symbol Processing (KSP)][ksp]. KSP is an
alternative to annotation
processing code gen. It's builds faster and better supports Kotlin
language features.</p>
<p>To use KSP in your application you must enable the KSP Gradle plugin
and add a KSP dependency
on Moshi codegen.</p>
<pre><code>plugins {

id(&quot;com.google.devtools.ksp&quot;).version(&quot;1.6.0-1.0.1&quot;)
}
<p>dependencies {
ksp(&quot;com.squareup.moshi:moshi-kotlin-codegen:1.13.0&quot;)
}
</code></pre></p>
<p>If you're switching from annotation processing (kapt) to KSP, you
should remove the kapt plugin
and the kapt Moshi dependency.</p>
</li>
<li>
<p>New: <code>@Json(ignore = true)</code> is a Moshi-specific way to
exclude properties from JSON encoding
and decoding.</p>
</li>
<li>
<p>New: Support Java 16 records. (Moshi still requires Java 8 only;
we're shipping a [multi-release</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="491e66bd64"><code>491e66b</code></a>
Moshi 1.x publishes releases</li>
<li><a
href="4109c5a9ec"><code>4109c5a</code></a>
Prepare artifact publishing on 1.x branch (<a
href="https://redirect.github.com/square/moshi/issues/1673">#1673</a>)</li>
<li><a
href="8f951b080e"><code>8f951b0</code></a>
1.15.0 preperations (<a
href="https://redirect.github.com/square/moshi/issues/1671">#1671</a>)</li>
<li><a
href="a86a068e98"><code>a86a068</code></a>
Fix publishing for 1.x (<a
href="https://redirect.github.com/square/moshi/issues/1574">#1574</a>)</li>
<li><a
href="084fb94122"><code>084fb94</code></a>
Prepare next development version</li>
<li><a
href="6e1d609113"><code>6e1d609</code></a>
Prepare version 1.14.0</li>
<li><a
href="2b879c4441"><code>2b879c4</code></a>
Moshi 1.14.x updates (<a
href="https://redirect.github.com/square/moshi/issues/1550">#1550</a>)</li>
<li><a
href="09a4543297"><code>09a4543</code></a>
Prepare for release 1.13.0.</li>
<li><a
href="bc441ad7f3"><code>bc441ad</code></a>
Don't mangle property names that contain a dollar sign (<a
href="https://redirect.github.com/square/moshi/issues/1446">#1446</a>)</li>
<li><a
href="fb5dd08168"><code>fb5dd08</code></a>
KSP followups from <a
href="https://redirect.github.com/square/moshi/issues/1393">#1393</a>
(<a
href="https://redirect.github.com/square/moshi/issues/1448">#1448</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/square/moshi/compare/moshi-parent-1.12.0...parent-1.15.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup.moshi:moshi&package-manager=gradle&previous-version=1.12.0&new-version=1.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
2023-10-17 17:01:41 -07:00
dependabot[bot]
3e1ba0d041 build(deps): Bump serde from 1.0.188 to 1.0.189 in /rust (#2383)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 23:54:06 +00:00
Jamil
06608eca1b Add terraform dependabot (#2392)
Refs #2360
2023-10-17 16:46:12 -07:00
Jamil
40616abf84 Update dependabot package-ecosystems; set schedule to daily (#2360)
- Update dependabot dependency check to `daily`; it's our only supply
chain scanner at the moment
- Configure dependabot to alert on security issues
- Fix some directory path configurations
- Remove ruby
- Add Swift
- Use `gradle`, not `maven` ecosystem
- Add @firezone/engineering to code scanning / security alerting
management
- Remove Ruby and add Java/Kotlin and Swift to CodeQL

<img width="801" alt="Screenshot 2023-10-16 at 5 02 48 PM"
src="https://github.com/firezone/firezone/assets/167144/c2b11580-f819-4b9c-b28e-c20d9f24c93e">


Fixes #1687
2023-10-17 16:33:44 -07:00
dependabot[bot]
c78975a1ed build(deps): Bump time from 0.3.29 to 0.3.30 in /rust (#2350)
Bumps [time](https://github.com/time-rs/time) from 0.3.29 to 0.3.30.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/time-rs/time/releases">time's
releases</a>.</em></p>
<blockquote>
<h2>v0.3.30</h2>
<p>See the <a
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's
changelog</a>.</em></p>
<blockquote>
<h2>0.3.30 [2023-10-13]</h2>
<h3>Added</h3>
<ul>
<li><code>powerfmt::smart_display::SmartDisplay</code> has been added
for the main types in the library. These
implementations ensure that values follow the requested fill, width, and
alignment when using
<code>format!</code> or similar macros. <code>Display</code> is
implemented in terms of <code>SmartDisplay</code>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Large values no longer wrap around in release mode when using
<code>NumericalDuration</code> or
<code>NumericalStdDuration</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="72f03e0507"><code>72f03e0</code></a>
v0.3.30 release</li>
<li><a
href="08ed41dee5"><code>08ed41d</code></a>
Address clippy lints</li>
<li><a
href="9564e59114"><code>9564e59</code></a>
Implement <code>SmartDisplay</code> for main types</li>
<li><a
href="dec2a2d1e8"><code>dec2a2d</code></a>
Use <code>rstest_reuse</code> to split tests further</li>
<li><a
href="1ebc5e3299"><code>1ebc5e3</code></a>
Added closing markdown tag (<a
href="https://redirect.github.com/time-rs/time/issues/628">#628</a>)</li>
<li><a
href="75e255dfc9"><code>75e255d</code></a>
Avoid wrapping in <code>ext</code> when using
<code>--release</code></li>
<li>See full diff in <a
href="https://github.com/time-rs/time/compare/v0.3.29...v0.3.30">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time&package-manager=cargo&previous-version=0.3.29&new-version=0.3.30)](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 <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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 18:35:51 -03:00
dependabot[bot]
3c98bb97e4 build(deps): Bump async-trait from 0.1.73 to 0.1.74 in /rust (#2349)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73
to 0.1.74.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/async-trait/releases">async-trait's
releases</a>.</em></p>
<blockquote>
<h2>0.1.74</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="265979b07a"><code>265979b</code></a>
Release 0.1.74</li>
<li><a
href="5e677097d2"><code>5e67709</code></a>
Fix doc test when async fn in trait is natively supported</li>
<li><a
href="ef144aed28"><code>ef144ae</code></a>
Update ui test suite to nightly-2023-10-15</li>
<li><a
href="9398a28d6f"><code>9398a28</code></a>
Test docs.rs documentation build in CI</li>
<li><a
href="8737173daf"><code>8737173</code></a>
Update ui test suite to nightly-2023-09-24</li>
<li><a
href="5ba643c001"><code>5ba643c</code></a>
Test dyn Trait containing async fn</li>
<li><a
href="247c8e7b0b"><code>247c8e7</code></a>
Add ui test testing the recommendation to use async-trait</li>
<li><a
href="799db66a84"><code>799db66</code></a>
Update ui test suite to nightly-2023-09-23</li>
<li><a
href="0e60248011"><code>0e60248</code></a>
Update actions/checkout@v3 -&gt; v4</li>
<li><a
href="7fcbc83993"><code>7fcbc83</code></a>
Update ui test suite to nightly-2023-08-29</li>
<li>See full diff in <a
href="https://github.com/dtolnay/async-trait/compare/0.1.73...0.1.74">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.73&new-version=0.1.74)](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 <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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 18:35:24 -03:00
dependabot[bot]
f20295fa4a build(deps): Bump ring from 0.17.2 to 0.17.4 in /rust (#2347)
[//]: # (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 [ring](https://github.com/briansmith/ring) from 0.17.2 to 0.17.4.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/briansmith/ring/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ring&package-manager=cargo&previous-version=0.17.2&new-version=0.17.4)](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 <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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 16:39:20 -03:00
dependabot[bot]
d1fa7f56dc build(deps): Bump tracing from 0.1.37 to 0.1.39 in /rust (#2346)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.37 to
0.1.39.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tracing/releases">tracing's
releases</a>.</em></p>
<blockquote>
<h2>tracing 0.1.39</h2>
<p>This release adds several additional features to the
<code>tracing</code> macros. In
addition, it updates the <code>tracing-core</code> dependency to
[v0.1.32][core-0.1.32] and
the <code>tracing-attributes</code> dependency to
[v0.1.27][attrs-0.1.27].</p>
<h3>Added</h3>
<ul>
<li>Allow constant field names in macros (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2617">#2617</a>)</li>
<li>Allow setting event names in macros (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2699">#2699</a>)</li>
<li><strong>core</strong>: Allow <code>ValueSet</code>s of any length
(<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2508">#2508</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>tracing-attributes</code>: updated to
[0.1.27][attrs-0.1.27]</li>
<li><code>tracing-core</code>: updated to [0.1.32][core-0.1.32]</li>
<li><strong>attributes</strong>: Bump minimum version of proc-macro2 to
1.0.60 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2732">#2732</a>)</li>
<li><strong>attributes</strong>: Generate less dead code for async block
return type hint (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2709">#2709</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Use fully qualified names in macros for items exported from std
prelude
(<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2621">#2621</a>,
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2757">#2757</a>)</li>
<li><strong>attributes</strong>: Allow
[<code>clippy::let_with_type_underscore</code>] in macro-generated
code (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2609">#2609</a>)</li>
<li><strong>attributes</strong>: Allow <code>unknown_lints</code> in
macro-generated code (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2626">#2626</a>)</li>
<li><strong>attributes</strong>: Fix a compilation error in
<code>#[instrument]</code> when the <code>&quot;log&quot;</code>
feature is enabled (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2599">#2599</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>Add <code>axum-insights</code> to relevant crates. (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2713">#2713</a>)</li>
<li>Fix link to RAI pattern crate documentation (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2612">#2612</a>)</li>
<li>Fix docs typos and warnings (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2581">#2581</a>)</li>
<li>Add <code>clippy-tracing</code> to related crates (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2628">#2628</a>)</li>
<li>Add <code>tracing-cloudwatch</code> to related crates (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2667">#2667</a>)</li>
<li>Fix deadlink to <code>tracing-etw</code> repo (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2602">#2602</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tracing/issues/2617">#2617</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2617">tokio-rs/tracing#2617</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2699">#2699</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2699">tokio-rs/tracing#2699</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2508">#2508</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2508">tokio-rs/tracing#2508</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2621">#2621</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2621">tokio-rs/tracing#2621</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2713">#2713</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2713">tokio-rs/tracing#2713</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2581">#2581</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2581">tokio-rs/tracing#2581</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2628">#2628</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2628">tokio-rs/tracing#2628</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2667">#2667</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2667">tokio-rs/tracing#2667</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2602">#2602</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2602">tokio-rs/tracing#2602</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2626">#2626</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2626">tokio-rs/tracing#2626</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2757">#2757</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2757">tokio-rs/tracing#2757</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2732">#2732</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2732">tokio-rs/tracing#2732</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2709">#2709</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2709">tokio-rs/tracing#2709</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4b99457c87"><code>4b99457</code></a>
chore: prepare tracing 0.1.39 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2755">#2755</a>)</li>
<li><a
href="b2a5e11e24"><code>b2a5e11</code></a>
tracing: update core to v0.1.31 and attributes to v0.1.27</li>
<li><a
href="3825a50c1a"><code>3825a50</code></a>
tracing: use full path when calling <code>format_args!</code> (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2757">#2757</a>)</li>
<li><a
href="c4b2a56937"><code>c4b2a56</code></a>
chore: prepare tracing-core 0.1.32 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2754">#2754</a>)</li>
<li><a
href="2502f19d93"><code>2502f19</code></a>
chore: prepare tracing-attributes 0.1.27 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2756">#2756</a>)</li>
<li><a
href="90487620d8"><code>9048762</code></a>
Revert &quot;log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr
(<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2740">#2740</a>)&quot;
(#...</li>
<li><a
href="6ba5af2ce2"><code>6ba5af2</code></a>
docs: remove mention of <code>Registration</code> on v0.1.x (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2753">#2753</a>)</li>
<li><a
href="11aac9a07c"><code>11aac9a</code></a>
log: deprecate <code>env_logger</code> in favor of
<code>tracing_subscriber::fmt::Subscriber</code>...</li>
<li><a
href="2f27752a99"><code>2f27752</code></a>
chore: remove <code>env_logger</code> from <code>hyper</code>
example</li>
<li><a
href="f96846d78a"><code>f96846d</code></a>
attributes: fix typo &quot;overriden&quot; =&gt; &quot;overridden&quot;
(<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2719">#2719</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tracing/compare/tracing-0.1.37...tracing-0.1.39">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tracing&package-manager=cargo&previous-version=0.1.37&new-version=0.1.39)](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 <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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabi <gabrielalejandro7@gmail.com>
2023-10-17 16:38:51 -03:00
Jamil
720218db06 Allow dependabot to write elixir unit test report (#2359)
Fixes failing dependabot PRs
2023-10-17 10:12:45 -06:00
Jamil
be990e7fea Build, sign, distribute Android app via Firebase to testers (#2332)
Build, sign, and distribute Android app for testing.

Closes #2208
2023-10-16 22:23:22 -07:00
Thomas Eizinger
b187ac7850 feat(connlib): gzip encode log files (#2345)
Resolves: #2342.

Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
2023-10-16 13:13:43 -07:00
Jamil
be93a73866 Uncomment 1.0 announcement link in README (#2352)
Meant to do this a while ago.
2023-10-17 06:59:14 +11:00
Jamil
69638d6993 Refactor xcconfig structure (#2333)
- Conditionally set Automatic or Manual provisioning from env (Fixes
#2326)
- Refactor xcconfig structure to make configuring the project simpler
across different envs
- Use consistent parentheses in Makefiles and xcconfigs (Refs #2324)
(Fixes #2334)
2023-10-16 19:02:12 +00:00
dependabot[bot]
2bfdb7d39e build(deps): Bump pre-commit from 3.4.0 to 3.5.0 (#2351)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.4.0
to 3.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pre-commit/pre-commit/releases">pre-commit's
releases</a>.</em></p>
<blockquote>
<h2>pre-commit v3.5.0</h2>
<h3>Features</h3>
<ul>
<li>Improve performance of <code>check-hooks-apply</code> and
<code>check-useless-excludes</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/2998">#2998</a>
PR by <a href="https://github.com/mxr"><code>@​mxr</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/2935">#2935</a>
issue by <a href="https://github.com/mxr"><code>@​mxr</code></a>.</li>
</ul>
</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Use <code>time.monotonic()</code> for more accurate hook timing.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3024">#3024</a>
PR by <a
href="https://github.com/adamchainz"><code>@​adamchainz</code></a>.</li>
</ul>
</li>
</ul>
<h3>Migrating</h3>
<ul>
<li>Require npm 6.x+ for <code>language: node</code> hooks.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/2996">#2996</a>
PR by <a
href="https://github.com/RoelAdriaans"><code>@​RoelAdriaans</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/1983">#1983</a>
issue by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a>.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md">pre-commit's
changelog</a>.</em></p>
<blockquote>
<h1>3.5.0 - 2023-10-13</h1>
<h3>Features</h3>
<ul>
<li>Improve performance of <code>check-hooks-apply</code> and
<code>check-useless-excludes</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/2998">#2998</a>
PR by <a href="https://github.com/mxr"><code>@​mxr</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/2935">#2935</a>
issue by <a href="https://github.com/mxr"><code>@​mxr</code></a>.</li>
</ul>
</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Use <code>time.monotonic()</code> for more accurate hook timing.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3024">#3024</a>
PR by <a
href="https://github.com/adamchainz"><code>@​adamchainz</code></a>.</li>
</ul>
</li>
</ul>
<h3>Migrating</h3>
<ul>
<li>Require npm 6.x+ for <code>language: node</code> hooks.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/2996">#2996</a>
PR by <a
href="https://github.com/RoelAdriaans"><code>@​RoelAdriaans</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/1983">#1983</a>
issue by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a>.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="61cc55a59c"><code>61cc55a</code></a>
v3.5.0</li>
<li><a
href="c9945b9aa3"><code>c9945b9</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3029">#3029</a>
from adamchainz/improve_duration_timing</li>
<li><a
href="d988767b41"><code>d988767</code></a>
Improve hook duration timing</li>
<li><a
href="0d8b2451ca"><code>0d8b245</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3023">#3023</a>
from pre-commit/pre-commit-ci-update-config</li>
<li><a
href="155c521348"><code>155c521</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="676e51aa5e"><code>676e51a</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3024">#3024</a>
from pre-commit/pick-shebang-path-without-spaces</li>
<li><a
href="997ea0ad52"><code>997ea0a</code></a>
use sys.executable instead of echo.exe in parse_shebang</li>
<li><a
href="19aa121db0"><code>19aa121</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3016">#3016</a>
from pre-commit/pre-commit-ci-update-config</li>
<li><a
href="a4ab977cc3"><code>a4ab977</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="3f3760b86c"><code>3f3760b</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3011">#3011</a>
from hack3ric/bump-node-and-go-version</li>
<li>Additional commits viewable in <a
href="https://github.com/pre-commit/pre-commit/compare/v3.4.0...v3.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pre-commit&package-manager=pip&previous-version=3.4.0&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
2023-10-16 17:35:06 +00:00
Jamil
2a99cc39e9 Install and cache Rust toolchain (#2353)
On GH-hosted runners, this isn't a problem. But on self-hosted runners
with persistent disks, we hit this issue:
https://github.com/Swatinem/rust-cache#known-issues

This PR should fix that by ensuring the Rust toolchain is installed. It
also installs the toolchain after the cache has been restored so we can
take advantage of any cached artifacts.
2023-10-16 11:16:18 -06:00
Jamil
b639c2b231 feat(ci): be explicit about runner.arch and key usage (#2341) 2023-10-16 16:53:03 +11:00
Thomas Eizinger
58f5f79672 fix(connlib): don't spam log on timeout (#2340)
It turns out there was a bug in the `StreamMap` implementation that
would keep emitting the event once a stream timed out. I fixed it in
0c0349221f
which this PR is upgrading to.

Fixes: #2327.
2023-10-16 02:18:39 +00:00
Jamil
d16aa242bf Add note re: interface name changes (#2336)
Fixes #1865
2023-10-15 16:09:06 -07:00
Jamil
5dcfcc1e49 Don't use any local tun interfaces for WebRTC ICE candidates (#2335)
I was triaging #2163 and realized we probably want to filter _all_
`*tun*` interfaces, not just our own right?
2023-10-15 16:08:14 -07:00