Commit Graph

2800 Commits

Author SHA1 Message Date
Andrew Dryga
66302a5063 Production environment (#2449) 2023-10-19 19:20:51 -06:00
Thomas Eizinger
919b7890e6 refactor(connlib): move more logic to poll_next_event (#2403) 2023-10-19 02:30:04 +00:00
Jamil
573124bd2f Document relay gateway client CLIs (#2424)
Fixes #2363 

* Rename `relay` package to `firezone-relay` so that binaries outputted
match the `firezone-*` cli naming scheme
* Rename `firezone-headless-client` package to `firezone-linux-client`
for consistency
* Add READMEs for user-facing CLI components (there will also be docs
later)
2023-10-19 00:59:17 +00:00
Thomas Eizinger
a65a0ad88e deps: update to webrtc 0.9, boringtun to master (#2404)
Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
2023-10-18 19:05:28 -03:00
Thomas Eizinger
5a906cb1c4 refactor(connlib): remove ConnId (#2361)
Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
2023-10-18 21:38:49 +00:00
Gabi
d626f6dbf6 Connlib/forward dns (#2325)
With this we implement DNS forwarding that's specified in  #2043 

This also solve the DNS story in Android.

For the headless client in Linux we still need to implement split dns,
but we can make do with this, specially, we can read from resolvconf and
use the forward DNS (not ideal but can work if we want a beta headless
client).

For the resolver I used `trusted-proto-resolver`.

The other options were:

* Using `domain`'s resolver but while it could work for now, it's no
ideal for this since it doesn't support DoH or DoT and doesn't provide
us with a DNS cache.
* Using `trusted-proto-client`, it doesn't provide us with a DNS cache,
though we could eventually replace it since it provides a way to access
the underlying buffer which could make our code a bit simpler.
* Writing our own. While we could make the API ideal, this is too much
work for beta.


@pratikvelani I did some refactor in the kotlin side so we can return an
array of bytearrays so that we don't require parsing on connlib side, I
also tried to make the dns server detector a bit simpler please take a
look it's my first time doing kotlin

@thomaseizinger please take a look specially at the first commit, I
tried to integrate with the `poll_events` and the `ClientState`.
2023-10-18 20:39:20 +00:00
dependabot[bot]
44e05c8a3d build(deps-dev): Bump typescript from 5.0.4 to 5.2.2 in /website (#2441)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4
to 5.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/TypeScript/releases">typescript's
releases</a>.</em></p>
<blockquote>
<h2>TypeScript 5.2</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.2.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.1%22+is%3Aclosed+">fixed
issues query for Typescript 5.2.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.2%22+is%3Aclosed+">fixed
issues query for Typescript 5.2.2 (Stable)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
<h2>TypeScript 5.2 RC</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-2-rc/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.2.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.1%22+is%3Aclosed+">fixed
issues query for Typescript 5.2.1 (RC)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
<h2>TypeScript 5.2 Beta</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-2-beta/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+">fixed
issues query for Typescript v5.2.0 (Beta)</a>.</li>
</ul>
<p>Downloads are available on <a
href="https://www.npmjs.com/package/typescript">npm</a>.</p>
<h2>TypeScript 5.1.6</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+">fixed
issues query for Typescript v5.1.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+">fixed
issues query for Typescript v5.1.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+">fixed
issues query for Typescript v5.1.2 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+">fixed
issues query for Typescript v5.1.3 (Stable)</a>.</li>
<li>(5.1.4 <a
href="https://redirect.github.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922">intentionally
skipped</a>)</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+">fixed
issues query for Typescript v5.1.5 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.6%22+is%3Aclosed+">fixed
issues query for Typescript v5.1.6 (Stable)</a>.</li>
</ul>
<p>Downloads are available on <a
href="https://www.npmjs.com/package/typescript">npm</a></p>
<h2>TypeScript 5.1.5</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9684ba6b0d"><code>9684ba6</code></a>
Cherry-pick fix for cross-file inlay hints (<a
href="https://redirect.github.com/Microsoft/TypeScript/issues/55476">#55476</a>)
to <code>release-5.2</code> and LKG ...</li>
<li><a
href="555ef99d03"><code>555ef99</code></a>
Bump version to 5.2.2 and LKG</li>
<li><a
href="6074b9d12b"><code>6074b9d</code></a>
Update LKG for 5.2.1 RC.</li>
<li><a
href="b778ed1d8f"><code>b778ed1</code></a>
Merge commit 'e936eb13d2900f21d79553c32a704307c7ad03dd' into
release-5.2</li>
<li><a
href="10b9962915"><code>10b9962</code></a>
Bump version to 5.2.1-rc and LKG</li>
<li><a
href="e936eb13d2"><code>e936eb1</code></a>
Update package-lock.json</li>
<li><a
href="e36cd5768a"><code>e36cd57</code></a>
Update package-lock.json</li>
<li><a
href="581fba1f6f"><code>581fba1</code></a>
Update package-lock.json</li>
<li><a
href="8fc8c95830"><code>8fc8c95</code></a>
Decorators normative updates (<a
href="https://redirect.github.com/Microsoft/TypeScript/issues/55276">#55276</a>)</li>
<li><a
href="b1c4dc475c"><code>b1c4dc4</code></a>
Fix class name references (<a
href="https://redirect.github.com/Microsoft/TypeScript/issues/55262">#55262</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.2.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.0.4&new-version=5.2.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:16:00 -07:00
dependabot[bot]
065a23a847 build(deps): Bump rehype-autolink-headings from 6.1.1 to 7.0.0 in /website (#2440)
Bumps
[rehype-autolink-headings](https://github.com/rehypejs/rehype-autolink-headings)
from 6.1.1 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rehypejs/rehype-autolink-headings/releases">rehype-autolink-headings's
releases</a>.</em></p>
<blockquote>
<h2>7.0.0</h2>
<h4>Change</h4>
<ul>
<li>394560f Update <code>@types/hast</code>, <code>unified</code>,
utilities, etc
<strong>migrate</strong>: update too</li>
<li>6bebeab Change to require Node.js 16
<strong>migrate</strong>: update too</li>
<li>f20421f Change to use <code>exports</code>
<strong>migrate</strong>: don’t use private APIs</li>
<li>98849a7 Remove undocumented ancient <code>behaviour</code> spelling
<strong>migrate</strong>: use international english:
<code>behavior</code></li>
</ul>
<h4>Add</h4>
<ul>
<li>92f0258 Add support for passing a function as
<code>properties</code></li>
</ul>
<h4>Misc</h4>
<ul>
<li>305d6d0 Add <code>fromHtml</code> example
by <a href="https://github.com/altano"><code>@​altano</code></a> in <a
href="https://redirect.github.com/rehypejs/rehype-autolink-headings/pull/17">rehypejs/rehype-autolink-headings#17</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rehypejs/rehype-autolink-headings/compare/6.1.1...7.0.0">https://github.com/rehypejs/rehype-autolink-headings/compare/6.1.1...7.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b968c9900e"><code>b968c99</code></a>
7.0.0</li>
<li><a
href="92f0258279"><code>92f0258</code></a>
Add support for passing a function as <code>properties</code></li>
<li><a
href="f20421f4d2"><code>f20421f</code></a>
Change to use <code>exports</code></li>
<li><a
href="6bebeaba25"><code>6bebeab</code></a>
Change to require Node.js 16</li>
<li><a
href="87105fa093"><code>87105fa</code></a>
Refactor docs</li>
<li><a
href="98849a7ec7"><code>98849a7</code></a>
Remove undocumented ancient <code>behaviour</code> spelling</li>
<li><a
href="8ba5363bd7"><code>8ba5363</code></a>
Refactor code-style</li>
<li><a
href="f57cc9380e"><code>f57cc93</code></a>
Replace dependency</li>
<li><a
href="2a2783ac13"><code>2a2783a</code></a>
Refactor to use <code>node:test</code></li>
<li><a
href="651c6ddd7d"><code>651c6dd</code></a>
Add <code>ignore-scripts</code> to <code>.npmrc</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rehypejs/rehype-autolink-headings/compare/6.1.1...7.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rehype-autolink-headings&package-manager=npm_and_yarn&previous-version=6.1.1&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 13:15:09 -07:00
dependabot[bot]
2bb44b78fb build(deps): Bump remark-parse from 10.0.2 to 11.0.0 in /website (#2438)
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 13:13:39 -07:00
dependabot[bot]
bdc0578113 build(deps): Bump @next/mdx from 13.4.19 to 13.5.5 in /website (#2437)
Bumps
[@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx)
from 13.4.19 to 13.5.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases"><code>@​next/mdx</code>'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://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56287">#56287</a></li>
<li>Misc Typescript and export updates: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/55841">#55841</a></li>
<li>chore: pass defineEnv from next.js to rust directly: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56216">#56216</a></li>
<li>Expose util internally for debugging: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56381">#56381</a></li>
<li>App Router - preinitialize chunks during SSR: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/54752">#54752</a></li>
<li>fix: use <code>fs.existsSync</code> to avoid race condition: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56387">#56387</a></li>
<li>Ensure loader generated export default has name: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56388">#56388</a></li>
<li>Move Edge SSR event <code>waitUntil</code> into the handler: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56404">#56404</a></li>
<li>fix: avoid unnecessary <code>existSync</code> call: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56419">#56419</a></li>
<li>fix: avoid creation of buffers for read ops: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56421">#56421</a></li>
<li>fix empty externals list, pnpm special case, and project path: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56402">#56402</a></li>
<li>chore: extract edge-app-route loader template: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56424">#56424</a></li>
<li>Separate RSC and SSR jsx-runtime modules: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56438">#56438</a></li>
<li>Async Batcher: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56423">#56423</a></li>
<li>Fix cli log next.js color: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56448">#56448</a></li>
<li>Turbopack: Implement Server Actions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/53890">#53890</a></li>
<li>Component Module Types: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56454">#56454</a></li>
<li>refactor: rewrite config schema in zod: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56383">#56383</a></li>
<li>Dev Service: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56442">#56442</a></li>
<li>feat(turbopack): port next.js template loading logic: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56425">#56425</a></li>
<li>Chunking Refactor Step 1: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56467">#56467</a></li>
<li>Use native node:fs in taskfile.js: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56491">#56491</a></li>
<li>Loose RSC import restrictions for 3rd party packages: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56501">#56501</a></li>
<li>turbopack: Chunking Refactor Step 2 : <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56504">#56504</a></li>
<li>update turbopack, fix sass peer dependency: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56508">#56508</a></li>
<li>Remove ServerDirectiveTransformer: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56496">#56496</a></li>
<li>Improve failed to fetch RSC error: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56517">#56517</a></li>
<li>misc: fix wrong next start start duration: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56512">#56512</a></li>
<li>turbopack: Extract as_chunk into shared ChunkType trait: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56506">#56506</a></li>
<li>Flatten recursive wildcard exports in barrel optimization: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56489">#56489</a></li>
<li>Turbopack + app router: always use externals for predefined
packages: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56440">#56440</a></li>
<li>fix: log error cause: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56528">#56528</a></li>
<li>Unsilence Taskr Webpack errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56542">#56542</a></li>
<li>refactor: cleanup app render: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/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://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/54164">#54164</a></li>
<li>enable <code>verbatimModuleSyntax</code> to make type
imports/exports explicit: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56551">#56551</a></li>
<li>Ensure react-server-dom-turbopack-experimental uses the right
package: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56560">#56560</a></li>
<li>Fix build restart log: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56543">#56543</a></li>
<li>feat(turbopack): add support for edge app pages: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56426">#56426</a></li>
<li>Improve error handling of Server Actions with skewed deployment: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56618">#56618</a></li>
<li>misc: split app-render into smaller functions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56611">#56611</a></li>
<li>remove unnecessary structuredClone: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56570">#56570</a></li>
<li>Fix trace ignore handling: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56674">#56674</a></li>
<li>fix(next-core): allow sass loader for foreign codes: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56679">#56679</a></li>
<li>Fix SSG query with experimental-compile: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56680">#56680</a></li>
<li>Ensure rewrites are included in build manifest when using Turbopack:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56692">#56692</a></li>
<li>fix static worker restart behavior: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/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="c1c419fde0"><code>c1c419f</code></a>
v13.5.5-canary.18</li>
<li><a
href="e5ad069c6a"><code>e5ad069</code></a>
v13.5.5-canary.17</li>
<li><a
href="297efa7bc9"><code>297efa7</code></a>
v13.5.5-canary.16</li>
<li><a
href="46d56c6bca"><code>46d56c6</code></a>
v13.5.5-canary.15</li>
<li><a
href="f3973d84a5"><code>f3973d8</code></a>
v13.5.5-canary.14</li>
<li><a
href="f95a11f804"><code>f95a11f</code></a>
v13.5.5-canary.13</li>
<li><a
href="489a528003"><code>489a528</code></a>
v13.5.5-canary.12</li>
<li><a
href="e0cd06531b"><code>e0cd065</code></a>
v13.5.5-canary.11</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v13.5.5/packages/next-mdx">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@next/mdx&package-manager=npm_and_yarn&previous-version=13.4.19&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-18 13:12:23 -07:00
dependabot[bot]
b69a91e33c build(deps): Bump uuid from 1.4.1 to 1.5.0 in /rust (#2428)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.1 to 1.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uuid-rs/uuid/releases">uuid's
releases</a>.</em></p>
<blockquote>
<h2>1.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add impl From<!-- raw HTML omitted --> for String under the std
feature flag by <a
href="https://github.com/brahms116"><code>@​brahms116</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/700">uuid-rs/uuid#700</a></li>
<li>Remove dead link to templates by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/704">uuid-rs/uuid#704</a></li>
<li>make ClockSequence wrap correctly by <a
href="https://github.com/fef1312"><code>@​fef1312</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/705">uuid-rs/uuid#705</a></li>
<li>Track MSRV in Cargo.toml by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/706">uuid-rs/uuid#706</a></li>
<li>Support converting between Uuid and vec by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/703">uuid-rs/uuid#703</a></li>
<li>Replace MIPS with Miri and add clippy to CI by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/712">uuid-rs/uuid#712</a></li>
<li>Added <code>bytemuck</code> support by <a
href="https://github.com/John-Toohey"><code>@​John-Toohey</code></a> in
<a
href="https://redirect.github.com/uuid-rs/uuid/pull/711">uuid-rs/uuid#711</a></li>
<li>Prepare for 1.5.0 release by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/713">uuid-rs/uuid#713</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/brahms116"><code>@​brahms116</code></a>
made their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/700">uuid-rs/uuid#700</a></li>
<li><a href="https://github.com/fef1312"><code>@​fef1312</code></a> made
their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/705">uuid-rs/uuid#705</a></li>
<li><a
href="https://github.com/John-Toohey"><code>@​John-Toohey</code></a>
made their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/711">uuid-rs/uuid#711</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/1.4.1...1.5.0">https://github.com/uuid-rs/uuid/compare/1.4.1...1.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e68b0108fa"><code>e68b010</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/713">#713</a> from
uuid-rs/cargo/1.5.0</li>
<li><a
href="b1cc27a118"><code>b1cc27a</code></a>
prepare for 1.5.0 release</li>
<li><a
href="b8ebdee9b0"><code>b8ebdee</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/711">#711</a> from
John-Toohey/bytemuck</li>
<li><a
href="2dad70d3c7"><code>2dad70d</code></a>
Added the <code>bytemuck</code> optional dependency to
<code>lib.rs</code> documentation</li>
<li><a
href="bcf2b58997"><code>bcf2b58</code></a>
Added Bytemuck to .github/workflows/ci.yml::env::DEP_FEATURES</li>
<li><a
href="a8d2e1d4bf"><code>a8d2e1d</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/712">#712</a> from
uuid-rs/ci/miri-clippy</li>
<li><a
href="0c5b2dfebd"><code>0c5b2df</code></a>
fix up a clippy warning</li>
<li><a
href="1d4bd6e5b2"><code>1d4bd6e</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/703">#703</a> from
uuid-rs/feat/convert-to-vec</li>
<li><a
href="52b3fbc04a"><code>52b3fbc</code></a>
replace MIPS with Miri and add clippy to CI</li>
<li><a
href="3833d095c1"><code>3833d09</code></a>
Make the bytemuck dependency look more like the other dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/uuid-rs/uuid/compare/1.4.1...1.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=cargo&previous-version=1.4.1&new-version=1.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 <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-18 19:45:18 +00:00
Jamil
218e1169d3 Change dependabot updates to monthly (#2423)
* `daily` is way too noisy
* we run the risk of tracking dependency updates too closely: a bad
update would cause issues. `monthly` increases the odds the community
will find any problems with said dependency and time for the maintainer
to fix it
* this doesn't affect security alerts (the main reason I had picked
`daily` to begin with) -- those are configured separately in repo
settings

---------

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2023-10-18 19:40:20 +00:00
dependabot[bot]
a1138fbe28 build(deps): Bump domain from 0.8.1 to 0.9.0 in /rust (#2420)
Bumps [domain](https://github.com/nlnetlabs/domain) from 0.8.1 to 0.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nlnetlabs/domain/releases">domain's
releases</a>.</em></p>
<blockquote>
<h2>0.9.0</h2>
<p>Breaking changes</p>
<ul>
<li>Move the <code>flatten_into</code> method for converting domain
names into a straight, flat form into a new <code>FlattenInto</code>
trait. This trait is only implemented for types that actually are or
contain domain names. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/216">#216</a>)</li>
<li>Marked various methods and functions that return values without side
effects as <code>#[must_use]</code>. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/228">#228</a>
by [<a
href="https://github.com/WhyNotHugo"><code>@​WhyNotHugo</code></a>])</li>
<li>Changed the signature of <code>FoundSrvs::merge</code> to use a
non-mut <code>other</code>. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/232">#232</a>)</li>
<li>The minimum Rust version is now 1.67. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/235">#235</a>)</li>
</ul>
<p>New</p>
<ul>
<li>Added support for the ZONEMD record type. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/229">#229</a>
by [<a
href="https://github.com/xofyarg"><code>@​xofyarg</code></a>])</li>
<li>Re-exported the <em>octseq</em> crate as <code>dep::octseq</code>.
(<a
href="https://redirect.github.com/nlnetlabs/domain/issues/230">#230</a>)</li>
<li>Added a blanket impl for mut refs to <code>Composer</code>. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/231">#231</a>
by [<a
href="https://github.com/xofyarg"><code>@​xofyarg</code></a>])</li>
</ul>
<p><a
href="https://redirect.github.com/nlnetlabs/domain/issues/216">#216</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/216">NLnetLabs/domain#216</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/229">#229</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/229">NLnetLabs/domain#229</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/230">#230</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/230">NLnetLabs/domain#230</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/231">#231</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/231">NLnetLabs/domain#231</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/232">#232</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/232">NLnetLabs/domain#232</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/235">#235</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/235">NLnetLabs/domain#235</a>
[<a href="https://github.com/WhyNotHugo"><code>@​WhyNotHugo</code></a>]:
<a
href="https://github.com/WhyNotHugo">https://github.com/WhyNotHugo</a>
[<a href="https://github.com/xofyarg"><code>@​xofyarg</code></a>]: <a
href="https://github.com/xofyarg">https://github.com/xofyarg</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/NLnetLabs/domain/blob/main/Changelog.md">domain's
changelog</a>.</em></p>
<blockquote>
<h2>0.9.0</h2>
<p>Released 2023-09-18.</p>
<p>Breaking changes</p>
<ul>
<li>Move the <code>flatten_into</code> method for converting domain
names into a
straight, flat form into a new <code>FlattenInto</code> trait. This
trait is only
implemented for types that actually are or contain domain names. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/216">#216</a>)</li>
<li>Marked various methods and functions that return values without side
effects as <code>#[must_use]</code>. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/228">#228</a>
by [<a
href="https://github.com/WhyNotHugo"><code>@​WhyNotHugo</code></a>])</li>
<li>Changed the signature of <code>FoundSrvs::merge</code> to use a
non-mut <code>other</code>.
(<a
href="https://redirect.github.com/nlnetlabs/domain/issues/232">#232</a>)</li>
<li>The minimum Rust version is now 1.67. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/235">#235</a>)</li>
</ul>
<p>New</p>
<ul>
<li>Added support for the ZONEMD record type. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/229">#229</a>
by [<a
href="https://github.com/xofyarg"><code>@​xofyarg</code></a>])</li>
<li>Re-exported the <em>octseq</em> crate as <code>dep::octseq</code>.
(<a
href="https://redirect.github.com/nlnetlabs/domain/issues/230">#230</a>)</li>
<li>Added a blanket impl for mut refs to <code>Composer</code>. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/231">#231</a>
by [<a
href="https://github.com/xofyarg"><code>@​xofyarg</code></a>])</li>
</ul>
<p><a
href="https://redirect.github.com/nlnetlabs/domain/issues/216">#216</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/216">NLnetLabs/domain#216</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/229">#229</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/229">NLnetLabs/domain#229</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/230">#230</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/230">NLnetLabs/domain#230</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/231">#231</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/231">NLnetLabs/domain#231</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/232">#232</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/232">NLnetLabs/domain#232</a>
<a
href="https://redirect.github.com/nlnetlabs/domain/issues/235">#235</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/235">NLnetLabs/domain#235</a>
[<a href="https://github.com/WhyNotHugo"><code>@​WhyNotHugo</code></a>]:
<a
href="https://github.com/WhyNotHugo">https://github.com/WhyNotHugo</a>
[<a href="https://github.com/xofyarg"><code>@​xofyarg</code></a>]: <a
href="https://github.com/xofyarg">https://github.com/xofyarg</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c8c51a5a6a"><code>c8c51a5</code></a>
Update changelog.</li>
<li><a
href="128552683d"><code>1285526</code></a>
Upgrade minimum Rust version to 1.67. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/235">#235</a>)</li>
<li><a
href="45d9a97ac5"><code>45d9a97</code></a>
Prepare for release 0.9.0. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/234">#234</a>)</li>
<li><a
href="454d29fbb1"><code>454d29f</code></a>
Upgrade to ring 0.17. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/233">#233</a>)</li>
<li><a
href="3db82d1845"><code>3db82d1</code></a>
Update changelog.</li>
<li><a
href="1b8a37e114"><code>1b8a37e</code></a>
Add Composer impl for mut refs. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/231">#231</a>)</li>
<li><a
href="07e26639b0"><code>07e2663</code></a>
Update changelog.</li>
<li><a
href="b3b3b53bf6"><code>b3b3b53</code></a>
Change FoundSrvs::merge signature and documentation. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/232">#232</a>)</li>
<li><a
href="97bf460bb5"><code>97bf460</code></a>
Clippy-related fixes.</li>
<li><a
href="cc26065fb2"><code>cc26065</code></a>
Clippy-related fixes (and non-fixes).</li>
<li>Additional commits viewable in <a
href="https://github.com/nlnetlabs/domain/compare/v0.8.1...v0.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=domain&package-manager=cargo&previous-version=0.8.1&new-version=0.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 <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-19 06:35:29 +11:00
dependabot[bot]
25902fa92a build(deps): Bump rustix from 0.38.14 to 0.38.19 in /rust (#2435)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.14
to 0.38.19.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3a53dfe16c"><code>3a53dfe</code></a>
chore: Release rustix version 0.38.19</li>
<li><a
href="55cbe8839c"><code>55cbe88</code></a>
Fixes for <code>Dir</code> on macOS, FreeBSD, and WASI.</li>
<li><a
href="31fd98ca72"><code>31fd98c</code></a>
Merge pull request from GHSA-c827-hfw6-qwvm</li>
<li><a
href="4bb2f4bbcd"><code>4bb2f4b</code></a>
Add <code>mlockall</code> and <code>munlockall</code> (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/872">#872</a>)</li>
<li><a
href="d012bcf896"><code>d012bcf</code></a>
Fixes needed by io_uring. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/873">#873</a>)</li>
<li><a
href="5e5c0460cc"><code>5e5c046</code></a>
Add a test for <code>get_socket_nosigpipe</code>. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/874">#874</a>)</li>
<li><a
href="1a9d12963d"><code>1a9d129</code></a>
chore: Release rustix version 0.38.18</li>
<li><a
href="112c268cd7"><code>112c268</code></a>
io-uring API updates. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/871">#871</a>)</li>
<li><a
href="0c227041a7"><code>0c22704</code></a>
Provide {get,set}_socket_nosigpipe on NetBSD and DragonFly BSD (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/870">#870</a>)</li>
<li><a
href="a00dbd0f53"><code>a00dbd0</code></a>
chore: Release rustix version 0.38.17</li>
<li>Additional commits viewable in <a
href="https://github.com/bytecodealliance/rustix/compare/v0.38.14...v0.38.19">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/firezone/firezone/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 06:33:09 +11:00
Jamil
6efe495120 Remove remark-rehype to fix website MDX (#2436) 2023-10-18 11:47:34 -07:00
Jamil
6ec10b2669 Revert "Fix/website mdx" (#2434)
Reverts firezone/firezone#2433
2023-10-18 11:42:54 -07:00
Jamil
caef531b17 Fix/website mdx (#2433) 2023-10-18 11:42:18 -07:00
Andrew Dryga
b84786546b Bump Elixir and Terraform deps (#2431) 2023-10-18 10:27:10 -07:00
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