Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 2.3.0 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/mdx/releases"><code>@mdx-js/react</code>'s releases</a>.</em></p> <blockquote> <h2>3.0.0</h2> <p>(see <a href="https://mdxjs.com/migrating/v3/">https://mdxjs.com/migrating/v3/</a> on how to migrate)</p> <h4>Change</h4> <ul> <li>e08b7596 5afa48e6 Change to require Node 16</li> <li>5a13d73b Change to use export maps</li> <li>cbc2822f Update <code>unified</code>, types, plugins, etc</li> <li>96b51f93 Remove inferral of development from <code>NODE_ENV</code></li> </ul> <h4>Change (unlikely to affect you)</h4> <ul> <li>c961af80 Remove <code>useDynamicImport</code> option</li> <li>9cb26fd1 <code>@mdx-js/register</code>: remove package</li> <li>0d1558a3 <code>@mdx-js/esbuild</code>: remove experimental <code>allowDangerousRemoteMdx</code></li> <li>0f62bce9 <code>@mdx-js/node-loader</code>: remove <code>fixRuntimeWithoutExportMap</code></li> <li>4f924227 <code>@mdx-js/preact</code>: remove deprecated <code>MDXContext</code>, <code>withMDXComponents</code></li> <li>a362bb43 <code>@mdx-js/react</code>: remove deprecated <code>MDXContext</code>, <code>withMDXComponents</code></li> </ul> <h4>Add</h4> <ul> <li>e12f3079 Add support for passing <code>baseUrl</code> when running</li> <li>2c511a40 Add support for <code>baseUrl</code> as a <code>URL</code></li> <li>1863914c Add deprecation warning for classic runtime</li> <li>a34177c3 Add support for ES2024 in MDX, adjacent JSX and expression blocks</li> <li>44fd9cac Add support for <code>await</code> in MDX</li> <li>3a7f1947 Add <code>tableCellAlignToStyle</code> option, to use <code>align</code></li> <li>fdfe17b8 <code>@mdx-js/rollup</code>: add support for Vite development mode by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2376">mdx-js/mdx#2376</a></li> </ul> <h4>Misc</h4> <ul> <li>f48d038b Remove unneeded pragma comment after transform</li> <li>8f3b2920 Add a <code>use strict</code> directive to function bodies</li> <li>172e5190 <code>@mdx-js/react</code>: fix to classify <code>@types/react</code> as a peer dependency by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2281">mdx-js/mdx#2281</a></li> <li>a7bd79bb Refactor output to immediately export default</li> <li>e525db9b dae82ae4 Refactor some errors</li> <li>ce173f28 Refactor to add types for JSX runtimes</li> <li>8a563128 Refactor output to use spread, not <code>Object.assign</code> by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2328">mdx-js/mdx#2328</a></li> <li>825717fd Refactor to sort default components by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2318">mdx-js/mdx#2318</a></li> <li>d8a62d20 Add missing type dependencies by <a href="https://github.com/arcanis"><code>@arcanis</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2256">mdx-js/mdx#2256</a></li> </ul> <h4>Docs</h4> <ul> <li>a9f0c046 Add guide on injecting components</li> <li>24e3d8d1 Add compat sections to readmes</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="9a40e181db"><code>9a40e18</code></a> 3.0.0</li> <li><a href="e08b759668"><code>e08b759</code></a> Change to require Node 16</li> <li><a href="bc1d9e56ce"><code>bc1d9e5</code></a> Refactor more docs</li> <li><a href="24e3d8d126"><code>24e3d8d</code></a> Add compat sections to readmes</li> <li><a href="a51248a379"><code>a51248a</code></a> Remove unneeded Vue JSX setup</li> <li><a href="74aee5693a"><code>74aee56</code></a> Refactor docs of packages</li> <li><a href="172e519013"><code>172e519</code></a> react: fix to classify <code>@types/react</code> as a peer dependency</li> <li><a href="5a13d73bca"><code>5a13d73</code></a> Change to use <code>exports</code></li> <li><a href="a362bb43ee"><code>a362bb4</code></a> react: remove deprecated, <code>MDXContext</code>, <code>withMDXComponents</code></li> <li><a href="a94f28521d"><code>a94f285</code></a> Refactor code-style</li> <li>Additional commits viewable in <a href="https://github.com/mdx-js/mdx/commits/3.0.0/packages/react">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>
A modern alternative to legacy VPNs.
Note: 🚧 The main branch is undergoing major restructuring in preparation
for the release of Firezone 1.0 🚧.
See the legacy branch if
you're looking for Firezone 0.7.
Read the 1.0 announcement for more.
Overview
Firezone is an open source platform to securely manage remote access for any-sized organization. Unlike most VPNs, Firezone takes a granular, least-privileged approach to access management with group-based policies that control access to individual applications, entire subnets, and everything in between.
Features
Firezone is:
- Fast: Built on WireGuard® to be 3-4 times faster than OpenVPN.
- Scalable: Deploy two or more gateways for automatic load balancing and failover.
- Private: Peer-to-peer, end-to-end encrypted tunnels prevent packets from routing through our infrastructure.
- Secure: Zero attack surface thanks to Firezone's holepunching tech which establishes tunnels on-the-fly at the time of access.
- Open: Our entire product is open-source, allowing anyone to audit the codebase.
- Flexible: Authenticate users via email, Google Workspace, or OIDC and sync users and groups automatically.
- Simple: Deploy gateways and configure access in minutes with a snappy admin UI.
Firezone is not:
- A tool for creating bi-directional mesh networks
- A full-featured router or firewall
- An IPSec or OpenVPN server
Contents of this repository
This is a monorepo containing the full Firezone product, marketing website, and product documentation, organized as follows:
- elixir: Control plane and internal Elixir libraries:
- elixir/apps/web: Admin UI
- elixir/apps/api: API for Clients, Relays and Gateways.
- rust/: Data plane and internal Rust libraries:
- rust/gateway: Gateway - Tunnel server based on WireGuard and deployed to your infrastructure.
- rust/relay: Relay - STUN/TURN server to facilitate holepunching.
- rust/linux-client: Linux client.
- rust/windows-client: Windows client.
- swift/: macOS / iOS clients.
- kotlin/: Android / ChromeOS clients.
- website/: Marketing website and product documentation.
- terraform/: Terraform files for our cloud infrastructure:
- terraform/modules/gateway-google-cloud-compute: Example Terraform module for deploying a Gateway to a Google Compute Regional Instance Group.
Quickstart
Firezone 1.x is currently accepting early access signups for closed testing. Fill out the early access form to request access and we'll be in touch!
Frequently asked questions (FAQ)
Can I self-host Firezone?
Our license won't stop you from self-hosting the entire Firezone product top to bottom, but we can't commit the resources to make this a smooth experience and therefore don't support self-hosting the control plane at this time.
If you have a business case requiring an on-prem installation of Firezone please get in touch.
If you're feeling especially adventurous and want to self-host Firezone for educational or recreational purposes, you'll want to build and distribute the clients from source to ensure they remain locked to a version compatible with your self-hosted control plane. Unfortunately, the following clients must be distributed through proprietary app stores due to restrictions imposed by Apple and Google:
- macOS
- iOS
- Android / ChromeOS
Because it's impossible to select which client version to install from a particular app store, building and distributing Firezone from source is the only to way self-host Firezone at this time.
Otherwise, if you're hobbyist or developer and are looking to spin it up locally to contribute or experiment with, see CONTRIBUTING.md.
How do I upgrade from 0.7?
Unfortunately, you can't. The good news is Firezone 1.x is much easier to setup and manage than 0.x and so you probably don't need to.
How long will 0.7 be supported until?
Firezone 0.7 is currently end-of-life and will stop receiving updates after
January 31st, 2024. It will continue to be available indefinitely from the
legacy branch of this repo under the Apache 2.0 license.
What's your pricing structure like?
Please see our pricing page at https://www.firezone.dev/pricing?utm_source=readme
Documentation
Additional documentation on general usage, troubleshooting, and configuration can be found at https://docs.firezone.dev.
Get Help
If you're looking for help installing, configuring, or using Firezone, check our community support options:
- Discussion Forums: Ask questions, report bugs, and suggest features.
- Public Slack Group: Join live discussions, meet other users, and get to know the contributors.
- Open a PR: Contribute a bugfix or make a contribution to Firezone.
Star History
Developing and Contributing
See CONTRIBUTING.md.
Security
See SECURITY.md.
License
Portions of this software are licensed as follows:
- All content residing under the "elixir/" directory of this repository, if that directory exists, is licensed under the "Elastic License 2.0" license defined in "elixir/LICENSE".
- All third party components incorporated into the Firezone Software are licensed under the original license provided by the owner of the applicable component.
- Content outside of the above mentioned directories or restrictions above is available under the "Apache 2.0 License" license as defined in "LICENSE".
WireGuard® is a registered trademark of Jason A. Donenfeld.
