mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
66302a50635ede35c7e3695ea46c1ede9ce5a1d2
2800 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
66302a5063 | Production environment (#2449) | ||
|
|
919b7890e6 |
refactor(connlib): move more logic to poll_next_event (#2403)
|
||
|
|
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) |
||
|
|
a65a0ad88e |
deps: update to webrtc 0.9, boringtun to master (#2404)
Co-authored-by: Jamil <jamilbk@users.noreply.github.com> |
||
|
|
5a906cb1c4 |
refactor(connlib): remove ConnId (#2361)
Co-authored-by: Jamil <jamilbk@users.noreply.github.com> |
||
|
|
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`. |
||
|
|
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&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&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&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&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&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&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&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&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&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&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&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&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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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> |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
6efe495120 |
Remove remark-rehype to fix website MDX (#2436)
|
||
|
|
6ec10b2669 |
Revert "Fix/website mdx" (#2434)
Reverts firezone/firezone#2433 |
||
|
|
caef531b17 | Fix/website mdx (#2433) | ||
|
|
b84786546b | Bump Elixir and Terraform deps (#2431) | ||
|
|
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> |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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>//> 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>//> 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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
8f75045a25 | block kotlin upgrades (#2425) | ||
|
|
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=" |
||
|
|
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 "Fix typings for builder and parser to make return type generic" 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=" |
||
|
|
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=" |
||
|
|
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 "Unexpected element" in XProcessing library (<a href=" |
||
|
|
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 "Unexpected element" in XProcessing library (<a href=" |
||
|
|
0ef0dd66a2 | Fix website build (#2422) | ||
|
|
102d37d1e4 | Fix/dependency ignore kotlin (#2421) | ||
|
|
febe6801cf | Fix/kotlin hilt compiler artifact issue (#2416) | ||
|
|
2cfe7befef |
refactor(connlib): remove ControlSignal (#2321)
|
||
|
|
a929c6bdbf | Fix pnpm lock (#2401) | ||
|
|
8441cf5c8d | Use Package.swift dir (#2400) | ||
|
|
6153e580f3 | Specify gradle dependency versions in ONLY one place (#2399) | ||
|
|
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 "Unexpected element" in XProcessing library (<a href=" |
||
|
|
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 /> [](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> |
||
|
|
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> |
||
|
|
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 /> [](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> |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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 /> [](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> |
||
|
|
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: "unknown options: -ios_simulator_version_min -sdk_version" 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: "unknown options: -ios_simulator_version_min -sdk_version" 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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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 "Unexpected element" in XProcessing library (<a href=" |
||
|
|
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("com.google.devtools.ksp").version("1.6.0-1.0.1") } <p>dependencies { ksp("com.squareup.moshi:moshi-kotlin-codegen:1.13.0") } </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=" |