mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
d483fdeeedeb3a9bd7225d518e87a979fd372103
73 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
6d1c962c83 |
Add service account docs (#2753)
- Improves styling of Kb sidebar - Fixes #2743 - Fixes #2749 - Refs #2021 |
||
|
|
72ab214ff8 |
Blog: Enterprises choose open source (#2803)
Fixes firezone/gtm#184 |
||
|
|
abc5f43c97 |
Source Code 3 for website, logo, and helptext updates (#2799)
* Use Source Sans 3 as font * Add `:help` slot to sections * Fix other minor grammar / typos |
||
|
|
de339b4efb |
build(deps): Bump @types/node from 20.8.10 to 20.10.1 in /website (#2777)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.10 to 20.10.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">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> |
||
|
|
b9381aa8a2 |
build(deps): Bump react-icons from 4.11.0 to 4.12.0 in /website (#2775)
Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.11.0 to 4.12.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.12.0</h2> <ul> <li>A new preview site built with Astro is available🎉 <a href="https://redirect.github.com/react-icons/react-icons/pull/834">react-icons/react-icons#834</a></li> <li>Fixed display: Ant design icons twotone icon <a href=" |
||
|
|
91a006cd4f |
build(deps): Bump rehype-slug from 5.1.0 to 6.0.0 in /website (#2780)
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=" |
||
|
|
e17d97550c |
build(deps): Bump flowbite from 1.8.1 to 2.2.0 in /website (#2778)
Bumps [flowbite](https://github.com/themesberg/flowbite) from 1.8.1 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <ul> <li>released new <a href="https://flowbite.com/docs/forms/number-input/">number input</a> component examples</li> <li>created a new <code>InputCounter</code> object class in the Flowbite JS</li> </ul> <h2>v2.1.1</h2> <ul> <li>fix the <code>InstanceOptions</code> and <code>EventListenerInstance</code> type exports for TypeScript</li> </ul> <h2>v2.1.0</h2> <p>This update adds <a href="https://flowbite.com/docs/customize/rtl/">full RTL support</a> to all of the UI components from Flowbite and also provides and update to the Instance Manager API which now allows you to set custom id's as the 4th parameter of each object class.</p> <ul> <li>updated to Tailwind CSS <code>v3.3.5</code></li> <li>added full RTL support to all UI components</li> <li>updated the JS API and Instance Manager to allow setting custom id's</li> <li>added new vertical tabs component example</li> <li>added three next modal component examples</li> <li>fixed responsive wrapping issues for the table components</li> <li>uses Tailwind CSS v3.0 classes for background opacity fixing <a href="https://redirect.github.com/themesberg/flowbite/issues/565">themesberg/flowbite#565</a></li> <li>other minor bug fixes and improvements</li> </ul> <p>Breaking changes:</p> <ul> <li><code>data-modal-toggle</code> alone won't initialise the modal anymore, you need to use <code>data-modal-target</code> for that</li> </ul> <h2>v2.0.0</h2> <p>This update introduces a new instance manager feature that allows you manage all of the interactive components from a single place. This is useful if you want to programmatically show or hide a modal, popover, or tooltip. This also works if you use the data attributes interface.</p> <p>This change introduces a few breaking changes to the JavaScript API when creating objects:</p> <ul> <li>new <code>$carouselEl</code> HTML element when creating a <code>Carousel</code> object as the first parameter</li> <li>new <code>$accordion</code> HTML element when creating a <code>Accordion</code> object as the first parameter</li> <li>new <code>$tabsEl</code> HTML element when creating a <code>Tabs</code> object as the first parameter</li> </ul> <p>The breaking changes do not apply to the data attributes interface, only for objects created programmatically via JavaScript.</p> <p>Learn more about the new <a href="https://flowbite.com/docs/getting-started/javascript/">JavaScript API on the docs</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
94099ba820 |
build(deps): Bump react-markdown from 9.0.0 to 9.0.1 in /website (#2781)
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.0 to 9.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/react-markdown/releases">react-markdown's releases</a>.</em></p> <blockquote> <h2>9.0.1</h2> <ul> <li>d8e3787 Fix double encoding in new url transform</li> <li>55d8d83 Refactor docs to use <code>createRoot</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remarkjs/react-markdown/compare/9.0.0...9.0.1">https://github.com/remarkjs/react-markdown/compare/9.0.0...9.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md">react-markdown's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes will be documented in this file.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
1df0a1dcf6 |
build(deps): Bump next from 13.4.19 to 13.5.1 in /website (#2793)
Bumps [next](https://github.com/vercel/next.js) from 13.4.19 to 13.5.1. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
e3e2baf87d |
Use typed links to detect broken links (#2750)
- Fixes firezone/gtm#220 - Add @jefferenced and @ReactorScram to team page and simplify it @conectado Interesting use of strong typing to enforce no broken links in NextJS |
||
|
|
79aa4cfb8e |
1.x docs first iteration (#2688)
Doing a first pass over documentation and minor UI cleanup. This PR isn't meant to represent the final state of launch docs, but instead something that will unblock #2685 and #2675 Fixes #2729 |
||
|
|
2371df946a |
Fix tooltips (#2734)
Fixes a JS bug |
||
|
|
480a0f336b |
Add pricing page (#2685)
Fixes firezone/gtm#194 |
||
|
|
db601312c2 |
1.x landing page first iteration (#2675)
Fixes firezone/gtm#165 Fixes firezone/gtm#219 |
||
|
|
6d08f2f4cb |
Fix button colors to match product (#2702)
Removes gradient to match product Refs #2682 |
||
|
|
ba7be34f77 |
Add Request Demo button; update sales lead form (#2673)
Fixes firezone/gtm#217 |
||
|
|
a13d1ab0c7 |
Add YC logo (#2671)
Fixes firezone/gtm#212 <img width="472" alt="Screenshot 2023-11-17 at 3 02 24 PM" src="https://github.com/firezone/firezone/assets/167144/d8e4f40c-7ff8-44e4-81d0-62cf968a21fd"> <img width="1291" alt="Screenshot 2023-11-17 at 3 02 15 PM" src="https://github.com/firezone/firezone/assets/167144/20174b47-a7d4-45df-a530-35a2800911dc"> |
||
|
|
aa29200dea |
Blog post: secure remote access makes remote work a win-win (#2642)
Review & approve --------- Signed-off-by: Jeff S. <148512665+jefferenced@users.noreply.github.com> Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com> |
||
|
|
216eb94bda |
1.0 docs structure (#2629)
Refs #2021 --------- Co-authored-by: Brian Manifold <bmanifold@gmail.com> |
||
|
|
299563edb5 |
Simplify product roadmap (#2626)
Still need to configure the view to show rough dates/times, but this should suffice for now. Fixes firezone/gtm#205 |
||
|
|
ce428d6ea7 |
Add trademark (#2625)
Fixes firezone/gtm#206 |
||
|
|
a631699c27 |
Update early access timeline, remove announcement banner (#2572)
- Update timeline to reflect revised estimates 😅
- Remove announcement banner -- been up since August and felt it was
getting stale / annoying
|
||
|
|
457845917a |
Fix logo color, font, size (#2576)
- Make logo square, fix colors - Capitalize `F` and use brand font `Source Sans Pro` - Minor tweak to mobile screen sizes' logo |
||
|
|
36a0986ada |
build(deps): Bump @next/mdx from 13.5.6 to 14.0.1 in /website (#2555)
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 13.5.6 to 14.0.1. <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>v14.0.1</h2> <h3>Core Changes</h3> <ul> <li>Add Next.js 14 codemods to CLI output.: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57552">#57552</a></li> <li>OpenTelemetry: propagate a configured context(s) to root requests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57084">#57084</a></li> <li>debug: Add tags to next build traces to track build configuration in the .next/trace file: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56965">#56965</a></li> <li>[Traces] Await the flush of the trace write stream to make sure trace file is written: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57641">#57641</a></li> <li>Add node-pty to externals list: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57640">#57640</a></li> <li>fix: move logging config validation out of experimental: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57530">#57530</a></li> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57728">#57728</a></li> <li>Support viewport export via TS Plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57554">#57554</a></li> <li>Fix: Build compilation warning when using middleware: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57685">#57685</a></li> <li>chore: Update flight-client-entry-plugin.ts typo: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57734">#57734</a></li> <li>Improve error for missing default export in dynamic metadata routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57711">#57711</a></li> <li>fix gsp tracing issue: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57766">#57766</a></li> <li>fix(turbopack): don't match empty route groups: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57647">#57647</a></li> <li>Update React from 8c8ee9ee6 to 0c6348758 and types: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57772">#57772</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>Add missing dot in codemod command: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57536">#57536</a></li> <li>docs(fix): example text unescaped entities: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57255">#57255</a></li> <li>doc: Clarify built-in support for sass after installation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57279">#57279</a></li> <li>Update docs with a Good to know box about using redirect in client components: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56966">#56966</a></li> <li>docs: fix 02-dynamic-routes.mdx: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57029">#57029</a></li> <li>Fix incorrect link in GTM docs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57547">#57547</a></li> <li>Fix typos: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57592">#57592</a></li> <li>Add apostrophe 07-error-handling.mdx: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57626">#57626</a></li> <li>Fix: codemods.mdx Incorrect heading structure of next-og-import, meta…: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57605">#57605</a></li> <li>Typo fix, version "13" to "14": <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57723">#57723</a></li> <li>Fix Google Tag Manager URL in Third Party Libraries documentation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57731">#57731</a></li> </ul> <h3>Example Changes</h3> <ul> <li>Fix: Call cookies function from route to flag as dynamic: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57494">#57494</a></li> <li>(Examples) Add <code>with-youtube-embed</code> example: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57367">#57367</a></li> <li>(Examples) Add <code>with-google-maps-embed</code> example: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57365">#57365</a></li> <li>update <code>@types/react</code> version in examples: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57259">#57259</a></li> <li>docs: fix broken link to demo: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57229">#57229</a></li> <li>(example update) Update example with-Clerk: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57050">#57050</a></li> <li>active-class-name example style js has not taken effect: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56136">#56136</a></li> <li>add inngest next.js example: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56049">#56049</a></li> <li>fix inngest example for 3.x sdk: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57712">#57712</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>update manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57523">#57523</a></li> <li>update next/third-parties to use Next 14 or 13 as a peer dependency, instead of just 13: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57515">#57515</a></li> <li>Modify tailwindcss related dependency of <code>create-next-app</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57262">#57262</a></li> <li>Remove extra CI step and lock Node.js version: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57769">#57769</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
429997bb7d |
build(deps): Bump flowbite-react from 0.4.11 to 0.6.4 in /website (#2556)
[//]: # (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 [flowbite-react](https://github.com/themesberg/flowbite-react) from 0.4.11 to 0.6.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-react/releases">flowbite-react's releases</a>.</em></p> <blockquote> <h2>v0.6.4</h2> <h2>What's Changed</h2> <ul> <li>fix: fix getWeekDays function by <a href="https://github.com/xSyki"><code>@xSyki</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1040">themesberg/flowbite-react#1040</a></li> <li>feat: checkbox colors by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1032">themesberg/flowbite-react#1032</a></li> <li>feat: Blockquote Component by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/997">themesberg/flowbite-react#997</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-react/compare/v0.6.3...v0.6.4">https://github.com/themesberg/flowbite-react/compare/v0.6.3...v0.6.4</a></p> <h2>v0.6.3</h2> <h2>What's Changed</h2> <ul> <li>docs: floating Label add missing theme and references by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1025">themesberg/flowbite-react#1025</a></li> <li>fix: Button color blue theme by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1024">themesberg/flowbite-react#1024</a></li> <li>fix: Floating Label theme import by <a href="https://github.com/okelloMarvinSophany"><code>@okelloMarvinSophany</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1023">themesberg/flowbite-react#1023</a></li> <li>Fix/conditional rendering tabs items by <a href="https://github.com/paghar"><code>@paghar</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1019">themesberg/flowbite-react#1019</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-react/compare/v0.6.2...v0.6.3">https://github.com/themesberg/flowbite-react/compare/v0.6.2...v0.6.3</a></p> <h2>v0.6.2 - borken</h2> <h2>What's Changed</h2> <ul> <li>fix(toggleswitch): disable + checked state and deprecated html event replacement by <a href="https://github.com/rluders"><code>@rluders</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/987">themesberg/flowbite-react#987</a></li> <li>docs: remove contributing yarn format for prettier:fix by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/996">themesberg/flowbite-react#996</a></li> <li>fix: homepage - missing dark mode section functionality by <a href="https://github.com/SutuSebastian"><code>@SutuSebastian</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/989">themesberg/flowbite-react#989</a></li> <li>perf: upgrade nextJS to 13.5 by <a href="https://github.com/SutuSebastian"><code>@SutuSebastian</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/999">themesberg/flowbite-react#999</a></li> <li>docs: sidebar remove dark:hover:bg-transparent by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1000">themesberg/flowbite-react#1000</a></li> <li>fix: issue <a href="https://redirect.github.com/themesberg/flowbite-react/issues/846">#846</a> - docs dropdown - <code>custom trigger</code> section not render… by <a href="https://github.com/SutuSebastian"><code>@SutuSebastian</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1005">themesberg/flowbite-react#1005</a></li> <li>fix: docs - avatar - render properly code example by <a href="https://github.com/SutuSebastian"><code>@SutuSebastian</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1006">themesberg/flowbite-react#1006</a></li> <li>feat(component): toggleSwitch add sizing prop (sm|md|lg) by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1009">themesberg/flowbite-react#1009</a></li> <li>feat: adds floating label by <a href="https://github.com/okelloMarvinSophany"><code>@okelloMarvinSophany</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/955">themesberg/flowbite-react#955</a></li> <li>fix: documentation regressions by <a href="https://github.com/rluders"><code>@rluders</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1021">themesberg/flowbite-react#1021</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/okelloMarvinSophany"><code>@okelloMarvinSophany</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/955">themesberg/flowbite-react#955</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-react/compare/v0.6.1...v0.6.2">https://github.com/themesberg/flowbite-react/compare/v0.6.1...v0.6.2</a></p> <h2>v0.6.1</h2> <h2>What's Changed</h2> <ul> <li>docs: readme docs update link + add new components (banner + datepicker) by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/950">themesberg/flowbite-react#950</a></li> <li>Documentation fixes and new components (datepicker, banner) by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/953">themesberg/flowbite-react#953</a></li> <li>Add dark: to button light theme by <a href="https://github.com/pnispel"><code>@pnispel</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/954">themesberg/flowbite-react#954</a></li> <li>docs(banner): update <code>blue</code> colors to <code>cyan</code> & fix button paddings by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/957">themesberg/flowbite-react#957</a></li> <li>fix(textarea): default font size should be <code>text-sm</code> by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/958">themesberg/flowbite-react#958</a></li> <li>docs: story <code>@deprecated</code> Use <code>StoryFn</code> instead by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/966">themesberg/flowbite-react#966</a></li> <li>docs: Add missing controls to Breadcrumbs component StoryBook by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/965">themesberg/flowbite-react#965</a></li> <li>fix(button): fix error Button cannot be used as a JSX component by <a href="https://github.com/congon4tor"><code>@congon4tor</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/974">themesberg/flowbite-react#974</a></li> <li>fix(datepicker.tsx): fix theme and add onSelectedDate callback by <a href="https://github.com/congon4tor"><code>@congon4tor</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/970">themesberg/flowbite-react#970</a></li> <li>Minor visual fixes for components (buttons, breadcrumbs, list group) by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/971">themesberg/flowbite-react#971</a></li> <li>fix(labels): default dark color of the input labels should be white by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/978">themesberg/flowbite-react#978</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-react/blob/main/CHANGELOG.md">flowbite-react's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/themesberg/flowbite-react/compare/v0.6.3...v0.6.4">0.6.4</a> (2023-10-03)</h3> <h3>Features</h3> <ul> <li>Blockquote Component (<a href="https://redirect.github.com/themesberg/flowbite-react/issues/997">#997</a>) (<a href=" |
||
|
|
26bee237fc |
build(deps): Bump rehype-highlight from 6.0.0 to 7.0.0 in /website (#2554)
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=" |
||
|
|
42535eccbb |
build(deps): Bump tailwindcss from 3.3.2 to 3.3.5 in /website (#2557)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.2 to 3.3.5. <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.5</h2> <h3>Fixed</h3> <ul> <li>Fix incorrect spaces around <code>-</code> in <code>calc()</code> expression (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12283">#12283</a>)</li> </ul> <h2>v3.3.4</h2> <h3>Fixed</h3> <ul> <li>Improve normalisation of <code>calc()</code>-like functions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11686">#11686</a>)</li> <li>Skip <code>calc()</code> normalisation in nested <code>theme()</code> calls (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11705">#11705</a>)</li> <li>Fix incorrectly generated CSS when using square brackets inside arbitrary properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11709">#11709</a>)</li> <li>Make <code>content</code> optional for presets in TypeScript types (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11730">#11730</a>)</li> <li>Handle variable colors that have variable fallback values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12049">#12049</a>)</li> <li>Batch reading content files to prevent <code>too many open files</code> error (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12079">#12079</a>)</li> <li>Skip over classes inside <code>:not(…)</code> when nested in an at-rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12105">#12105</a>)</li> <li>Update types to work with <code>Node16</code> module resolution (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12097">#12097</a>)</li> <li>Don’t crash when important and parent selectors are equal in <code>@apply</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12112">#12112</a>)</li> <li>Eliminate irrelevant rules when applying variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12113">#12113</a>)</li> <li>Improve RegEx parser, reduce possibilities as the key for arbitrary properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12121">#12121</a>)</li> <li>Fix sorting of utilities that share multiple candidates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12173">#12173</a>)</li> <li>Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12179">#12179</a>)</li> <li>Fix crash when watching renamed files on FreeBSD (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12193">#12193</a>)</li> <li>Allow plugins from a parent document to be used in an iframe (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12208">#12208</a>)</li> <li>Add types for <code>tailwindcss/nesting</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12269">#12269</a>)</li> <li>Bump <code>jiti</code>, <code>fast-glob</code>, and <code>browserlist</code> dependencies (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11550">#11550</a>)</li> <li>Improve automatic <code>var</code> injection for properties that accept a <code><dashed-ident></code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12236">#12236</a>)</li> </ul> <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=" |
||
|
|
9de301e700 |
build(deps): Bump @types/node from 20.2.3 to 20.8.10 in /website (#2558)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.3 to 20.8.10. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">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> |
||
|
|
53582add79 | Update rounded corners (#2518) | ||
|
|
3e0e08da28 |
build(deps): Bump @next/mdx from 13.5.5 to 13.5.6 in /website (#2456)
Bumps
[@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx)
from 13.5.5 to 13.5.6.
<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.6</h2>
<h3>Core Changes</h3>
<ul>
<li>Upgrade edge-runtime/cookies <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57021">#57021</a></li>
<li>Patch React with fix for write-after-close for ReadableStream <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57011">#57011</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/ijjk"><code>@ijjk</code></a> <a
href="https://github.com/huozhi"><code>@huozhi</code></a> <a
href="https://github.com/gnoff"><code>@gnoff</code></a> for
helping!</p>
<h2>v13.5.6-canary.8</h2>
<h3>Core Changes</h3>
<ul>
<li>Revert "chore(next/image): remove deprecation of
<code>onLoadingComplete</code> temporarily": <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57024">#57024</a></li>
<li>Improve performance of String.prototype.split uses: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56746">#56746</a></li>
<li>chore: support progressive jpg with sharp: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56617">#56617</a></li>
<li>Move ImageResponse to next/og: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56662">#56662</a></li>
<li>Prefer module over main on main fields for app router server
compiler: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56960">#56960</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>Fix typos in duplicate-sass.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57045">#57045</a></li>
</ul>
<h3>Misc Changes</h3>
<ul>
<li>chore: revert back to moving files w/ <code>fs-extra</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57030">#57030</a></li>
<li>Update CNA tests to avoid publish conflict: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57025">#57025</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/styfle"><code>@styfle</code></a>, <a
href="https://github.com/Yovach"><code>@Yovach</code></a>, <a
href="https://github.com/nil1511"><code>@nil1511</code></a>, <a
href="https://github.com/SukkaW"><code>@SukkaW</code></a>, <a
href="https://github.com/Bsodoge"><code>@Bsodoge</code></a>, <a
href="https://github.com/ijjk"><code>@ijjk</code></a>, and <a
href="https://github.com/huozhi"><code>@huozhi</code></a> for
helping!</p>
<h2>v13.5.6-canary.7</h2>
<h3>Core Changes</h3>
<ul>
<li>add better logs around worker restarts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57004">#57004</a></li>
<li>Handle Promise Rejections for Streams: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56976">#56976</a></li>
<li>Web Streams cleanup: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56819">#56819</a></li>
<li>chore(next/image): remove deprecation of
<code>onLoadingComplete</code> temporarily: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57020">#57020</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>chore(docs): fix missing fallback on next/image sizes example: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56718">#56718</a></li>
</ul>
<h3>Misc Changes</h3>
<ul>
<li>Add .yarn/install-state.gz to .gitignore: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56637">#56637</a></li>
<li>chore(test): add logs for create-next-app tests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56957">#56957</a></li>
</ul>
<h3>Credits</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
423fbbfe44 |
build(deps): Bump react-markdown from 8.0.7 to 9.0.0 in /website (#2457)
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/react-markdown/releases">react-markdown's releases</a>.</em></p> <blockquote> <h2>9.0.0</h2> <h4>Change</h4> <ul> <li>b67d714 Change to require Node.js 16 <strong>migrate</strong>: update too</li> <li>ec2b134 Change to require React 18 <strong>migrate</strong>: update too</li> <li>bf5824f Change to use <code>exports</code> <strong>migrate</strong>: don’t use private APIs</li> <li>c383a45 Update <code>@types/hast</code>, utilities, plugins, etc <strong>migrate</strong>: update too</li> <li>eca5e6b 08ead9e Replace <code>transformImageUri</code>, <code>transformLinkUri</code> w/ <code>urlTransform</code> <strong>migrate</strong>: see <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#add-urltransform">Add <code>urlTransform</code></a></li> <li>de29396 Remove <code>linkTarget</code> option by <a href="https://github.com/galabra"><code>@galabra</code></a> in <a href="https://redirect.github.com/remarkjs/react-markdown/pull/762">remarkjs/react-markdown#762</a> <strong>migrate</strong>: see <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-linktarget">Remove <code>linkTarget</code></a></li> <li><code>4346276</code> Remove support for passing custom props to components <strong>migrate</strong>: see <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-includeelementindex">Remove <code>includeElementIndex</code></a>,<a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-rawsourcepos"> Remove <code>rawSourcePos</code></a>, <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-sourcepos">Remove <code>sourcePos</code></a>, <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-extra-props-passed-to-certain-components">Remove extra props passed to certain components</a></li> <li><code>c0dfbd6</code> Remove UMD bundle from package <strong>migrate</strong>: use <code>esm.sh</code> or a CDN or so</li> <li><code>e12b5e9</code> Remove <code>prop-types</code> <strong>migrate</strong>: use TypeScript</li> <li><code>4eb7aa0</code> Change to throw errors for removed props <strong>migrate</strong>: don’t pass options that don’t do things</li> <li><code>8aabf74</code> Change to improve error messages <strong>migrate</strong>: expect better messages</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remarkjs/react-markdown/compare/8.0.7...9.0.0">https://github.com/remarkjs/react-markdown/compare/8.0.7...9.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md">react-markdown's changelog</a>.</em></p> <blockquote> <h2>9.0.0 - 2023-09-27</h2> <ul> <li><a href="https://github.com/remarkjs/react-markdown/commit/b67d714"><code>b67d714</code></a> Change to require Node.js 16<br /> <strong>migrate</strong>: update too</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/ec2b134"><code>ec2b134</code></a> Change to require React 18<br /> <strong>migrate</strong>: update too</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/bf5824f"><code>bf5824f</code></a> Change to use <code>exports</code><br /> <strong>migrate</strong>: don’t use private APIs</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/c383a45"><code>c383a45</code></a> Update <code>@types/hast</code>, utilities, plugins, etc<br /> <strong>migrate</strong>: update too</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/eca5e6b"><code>eca5e6b</code></a> <a href="https://github.com/remarkjs/react-markdown/commit/08ead9e"><code>08ead9e</code></a> Replace <code>transformImageUri</code>, <code>transformLinkUri</code> w/ <code>urlTransform</code><br /> <strong>migrate</strong>: see “Add <code>urlTransform</code>” below</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/de29396"><code>de29396</code></a> Remove <code>linkTarget</code> option<br /> <strong>migrate</strong>: see “Remove <code>linkTarget</code>” below</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/4346276"><code>4346276</code></a> Remove support for passing custom props to components<br /> <strong>migrate</strong>: see “Remove <code>includeElementIndex</code>”, “Remove <code>rawSourcePos</code>”, “Remove <code>sourcePos</code>”, “Remove extra props passed to certain components” below</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/c0dfbd6"><code>c0dfbd6</code></a> Remove UMD bundle from package<br /> <strong>migrate</strong>: use <code>esm.sh</code> or a CDN or so</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/e12b5e9"><code>e12b5e9</code></a> Remove <code>prop-types</code><br /> <strong>migrate</strong>: use TypeScript</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/4eb7aa0"><code>4eb7aa0</code></a> Change to throw errors for removed props<br /> <strong>migrate</strong>: don’t pass options that don’t do things</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/8aabf74"><code>8aabf74</code></a> Change to improve error messages<br /> <strong>migrate</strong>: expect better messages</li> </ul> <h3>Add <code>urlTransform</code></h3> <p>The <code>transformImageUri</code> and <code>transformLinkUri</code> were removed. Having two functions is a bit much, particularly because there are more URLs you might want to change (or which might be unsafe so <em>we</em> make them safe). And their name and APIs were a bit weird. You can use the new <code>urlTransform</code> prop instead to change all your URLs.</p> <h3>Remove <code>linkTarget</code></h3> <p>The <code>linkTarget</code> option was removed; you should likely not set targets.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
47a0249eae |
build(deps): Bump @types/react-dom from 18.2.13 to 18.2.14 in /website (#2452)
[//]: # (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 [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.13 to 18.2.14. <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> |
||
|
|
055d7bca31 |
build(deps): Bump autoprefixer from 10.4.14 to 10.4.16 in /website (#2450)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.16</h2> <ul> <li>Improved performance (by <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/coliff"><code>@coliff</code></a>).</li> </ul> <h2>10.4.15</h2> <ul> <li>Fixed <code>::backdrop</code> prefixes (by <a href="https://github.com/yisibl"><code>@yisibl</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/coliff"><code>@coliff</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.16</h2> <ul> <li>Improved performance (by Romain Menke).</li> <li>Fixed docs (by Christian Oliff).</li> </ul> <h2>10.4.15</h2> <ul> <li>Fixed <code>::backdrop</code> prefixes (by 一丝).</li> <li>Fixed docs (by Christian Oliff).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
41bd441456 |
build(deps): Bump @types/react from 18.2.6 to 18.2.30 in /website (#2458)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.6 to 18.2.30. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/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> |
||
|
|
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=" |
||
|
|
6efe495120 |
Remove remark-rehype to fix website MDX (#2436)
|
||
|
|
6ec10b2669 |
Revert "Fix/website mdx" (#2434)
Reverts firezone/firezone#2433 |
||
|
|
caef531b17 | Fix/website mdx (#2433) | ||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
0ef0dd66a2 | Fix website build (#2422) | ||
|
|
a929c6bdbf | Fix pnpm lock (#2401) |