mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
6aa4ea7ae345c414687862ca877d7735b8c35b19
228 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
6aa4ea7ae3 |
Build(deps): Bump @radix-ui/react-context-menu in /page
Bumps [@radix-ui/react-context-menu](https://github.com/radix-ui/primitives) from 2.2.15 to 2.2.16. - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) --- updated-dependencies: - dependency-name: "@radix-ui/react-context-menu" dependency-version: 2.2.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
23001dcbab | Allow specifying commandline options | ||
|
|
6f56fec316 |
Build(deps): Bump react-dom and @types/react-dom in /page
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 19.1.0 to 19.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom) Updates `@types/react-dom` from 19.1.6 to 19.1.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react-dom" dependency-version: 19.1.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
946f57b71b |
Build(deps-dev): Bump @vitejs/plugin-react from 4.6.0 to 4.7.0 in /page (#426)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.6.0 to 4.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/releases"><code>@vitejs/plugin-react</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-react@4.7.0</h2> <h3>Add HMR support for compound components (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/518">#518</a>)</h3> <p>HMR now works for compound components like this:</p> <pre lang="tsx"><code>const Root = () => <div>Accordion Root</div> const Item = () => <div>Accordion Item</div> <p>export const Accordion = { Root, Item } </code></pre></p> <h3>Return <code>Plugin[]</code> instead of <code>PluginOption[]</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/537">#537</a>)</h3> <p>The return type has changed from <code>react(): PluginOption[]</code> to more specialized type <code>react(): Plugin[]</code>. This allows for type-safe manipulation of plugins, for example:</p> <pre lang="tsx"><code>// previously this causes type errors react({ babel: { plugins: ['babel-plugin-react-compiler'] } }) .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' })) </code></pre> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md"><code>@vitejs/plugin-react</code>'s changelog</a>.</em></p> <blockquote> <h2>4.7.0 (2025-07-18)</h2> <h3>Add HMR support for compound components (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/518">#518</a>)</h3> <p>HMR now works for compound components like this:</p> <pre lang="tsx"><code>const Root = () => <div>Accordion Root</div> const Item = () => <div>Accordion Item</div> <p>export const Accordion = { Root, Item } </code></pre></p> <h3>Return <code>Plugin[]</code> instead of <code>PluginOption[]</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/537">#537</a>)</h3> <p>The return type has changed from <code>react(): PluginOption[]</code> to more specialized type <code>react(): Plugin[]</code>. This allows for type-safe manipulation of plugins, for example:</p> <pre lang="tsx"><code>// previously this causes type errors react({ babel: { plugins: ['babel-plugin-react-compiler'] } }) .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' })) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
68eec83e0b |
Build(deps): Bump react-resizable-panels from 3.0.3 to 3.0.4 in /page (#428)
Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 3.0.3 to 3.0.4. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
01ba96c6ab |
Build(deps): Bump react and @types/react in /page (#434)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.1.0 to 19.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react's releases</a>.</em></p> <blockquote> <h2>19.1.1 (July 28, 2025)</h2> <h3>React</h3> <ul> <li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a href="https://redirect.github.com/facebook/react/pull/33680">#33680</a> by <a href="https://github.com/hoxyq"><code>@hoxyq</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react's changelog</a>.</em></p> <blockquote> <h2>19.1.1 (July 28, 2025)</h2> <h3>React</h3> <ul> <li>Fixed Owner Stacks to work with ES2015 function.name semantics (<a href="https://redirect.github.com/facebook/react/pull/33680">#33680</a> by <a href="https://github.com/hoxyq"><code>@hoxyq</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
25f9f15920 |
Build(deps-dev): Bump vite from 7.0.0 to 7.0.6 in /page
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.0.0 to 7.0.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.0.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
2fea62ba03 |
Build(deps-dev): Bump @vitejs/plugin-react from 4.6.0 to 4.7.0 in /page
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.7.0/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 4.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
fddce02a38 |
Build(deps): Bump react and @types/react in /page
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.1.0 to 19.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react) Updates `@types/react` from 19.1.8 to 19.1.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react" dependency-version: 19.1.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
c21d8eaaa0 |
Build(deps): Bump react-resizable-panels from 3.0.3 to 3.0.4 in /page
Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Commits](https://github.com/bvaughn/react-resizable-panels/compare/3.0.3...3.0.4) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
7f8f1ec3d2 |
Build(deps-dev): Bump typescript-eslint from 8.35.1 to 8.38.0 in /page (#436)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.35.1 to 8.38.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.38.0</h2> <h2>8.38.0 (2025-07-21)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> forbid optional chain in <code>TemplateTaggedLiteral</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11391">#11391</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>disallow extra properties in rule options (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11397">#11397</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-generic-constructors] resolve conflict with <code>isolatedDeclarations</code> if enabled in <code>constructor</code> option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11351">#11351</a>)</li> <li><strong>typescript-eslint:</strong> infer tsconfigRootDir with v8 API (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11412">#11412</a>)</li> <li><strong>typescript-eslint:</strong> error on nested <code>extends</code> in <code>tseslint.config()</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11361">#11361</a>)</li> <li><strong>typescript-estree:</strong> ensure the token type of the property name is Identifier (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11329">#11329</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Andrew Kazakov <a href="https://github.com/andreww2012"><code>@andreww2012</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>MK <a href="https://github.com/asdf93074"><code>@asdf93074</code></a></li> <li>tao</li> <li>Younsang Na <a href="https://github.com/nayounsang"><code>@nayounsang</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.37.0</h2> <h2>8.37.0 (2025-07-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> infer tsconfigRootDir from call stack (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11370">#11370</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11381">#11381</a>)</li> <li><strong>type-utils:</strong> add missing 'types' dependency to 'type-utils' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11383">#11383</a>)</li> <li><strong>type-utils:</strong> handle namespaced exports in specifier matching (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11380">#11380</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Bill Collins</li> <li>Josh Goldberg ✨</li> <li>René <a href="https://github.com/Renegade334"><code>@Renegade334</code></a></li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.36.0</h2> <h2>8.36.0 (2025-07-07)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.38.0 (2025-07-21)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-eslint:</strong> error on nested <code>extends</code> in <code>tseslint.config()</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11361">#11361</a>)</li> <li><strong>typescript-eslint:</strong> infer tsconfigRootDir with v8 API (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11412">#11412</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.37.0 (2025-07-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> infer tsconfigRootDir from call stack (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11370">#11370</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.36.0 (2025-07-07)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> support <code>basePath</code> in <code>tseslint.config()</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11357">#11357</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0731d624a8 |
Build(deps): Bump lucide-react from 0.525.0 to 0.536.0 in /page (#432)
Bumps
[lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react)
from 0.525.0 to 0.536.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lucide-icons/lucide/releases">lucide-react's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.536.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): arcified message icons & fixed optical volume by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3473">lucide-icons/lucide#3473</a></li>
<li>fix(icons): changed <code>hospital</code> icon by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2969">lucide-icons/lucide#2969</a></li>
<li>fix(<code>@lucide/svelte</code>): Add <code>.js</code> extensions
to imports by <a
href="https://github.com/abdel-17"><code>@abdel-17</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2950">lucide-icons/lucide#2950</a></li>
<li>fix(lucide-vue-next): Support for kebabCase props by <a
href="https://github.com/ericfennis"><code>@ericfennis</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3477">lucide-icons/lucide#3477</a></li>
<li>fix(icons): changed <code>a-arrow-*</code> icons by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3474">lucide-icons/lucide#3474</a></li>
<li>fix(icons): arcified <code>cake-slice</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3345">lucide-icons/lucide#3345</a></li>
<li>feat(lucide-static): include aliases in icons directory by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3368">lucide-icons/lucide#3368</a></li>
<li>feat(icons): added <code>turntable</code> icon by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3429">lucide-icons/lucide#3429</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/abdel-17"><code>@abdel-17</code></a>
made their first contribution in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2950">lucide-icons/lucide#2950</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.535.0...0.536.0">https://github.com/lucide-icons/lucide/compare/0.535.0...0.536.0</a></p>
<h2>Version 0.535.0</h2>
<h2>What's Changed</h2>
<ul>
<li>ci: add "telegram" to close-issue-with-banned-phrases by
<a href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3475">lucide-icons/lucide#3475</a></li>
<li>fix(lucide-static): properly select icons dir for tags & error
if no metadata found by <a
href="https://github.com/AlexProgrammerDE"><code>@AlexProgrammerDE</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3411">lucide-icons/lucide#3411</a></li>
<li>fix(docs): update prop name from absolute-stroke-width to
absoluteStrokeWidth in vue-next guide by <a
href="https://github.com/epifaniofrancisco"><code>@epifaniofrancisco</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3322">lucide-icons/lucide#3322</a></li>
<li>feat(SvgPreview): add features from lucide studio by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3365">lucide-icons/lucide#3365</a></li>
<li>chore: icon alias improvements by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2861">lucide-icons/lucide#2861</a></li>
<li>fix(icons): changed tiny heart icons by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3471">lucide-icons/lucide#3471</a></li>
<li>chore(docs): Update vitepress deps by <a
href="https://github.com/ericfennis"><code>@ericfennis</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3470">lucide-icons/lucide#3470</a></li>
<li>feat(icons): added hand-fist icon by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/1843">lucide-icons/lucide#1843</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/AlexProgrammerDE"><code>@AlexProgrammerDE</code></a>
made their first contribution in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3411">lucide-icons/lucide#3411</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.534.0...0.535.0">https://github.com/lucide-icons/lucide/compare/0.534.0...0.535.0</a></p>
<h2>Version 0.534.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): changed <code>settings</code> icon by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3467">lucide-icons/lucide#3467</a></li>
<li>fix(icons): changed <code>mails</code>, <code>tags</code>,
<code>files</code>, <code>file-stack</code>, <code>book-copy</code> and
<code>folders</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2935">lucide-icons/lucide#2935</a></li>
<li>fix(icons): changed <code>gavel</code> icon by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3465">lucide-icons/lucide#3465</a></li>
<li>fix(icons): changed <code>sun-moon</code> icon & arcified
<code>moon</code> icons by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3380">lucide-icons/lucide#3380</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.533.0...0.534.0">https://github.com/lucide-icons/lucide/compare/0.533.0...0.534.0</a></p>
<h2>Version 0.533.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(docs): Icon Component Example for Svelte 5 does not compile by
<a href="https://github.com/Zlendy"><code>@Zlendy</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3416">lucide-icons/lucide#3416</a></li>
<li>fix(icons): changed <code>sailboat</code> icon by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3460">lucide-icons/lucide#3460</a></li>
<li>fix(icons): Changed <code>a-large-small</code> icon by <a
href="https://github.com/vichotech"><code>@vichotech</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3396">lucide-icons/lucide#3396</a></li>
<li>fix(icons): added rounding to <code>heart-*</code> icons by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3061">lucide-icons/lucide#3061</a></li>
<li>fix(icons): changed <code>folder-symlink</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2558">lucide-icons/lucide#2558</a></li>
<li>fix(icons): Rounded and optically-centred
<code>flag-triangle-*</code> icons by <a
href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3438">lucide-icons/lucide#3438</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
ba84fb81cc |
Build(deps): Bump tw-animate-css from 1.3.4 to 1.3.6 in /page (#433)
Bumps [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) from 1.3.4 to 1.3.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Wombosvideo/tw-animate-css/releases">tw-animate-css's releases</a>.</em></p> <blockquote> <h2>v1.3.6</h2> <h2>Changelog</h2> <ul> <li>58f3396: fix: allow changing animation parameters for ready-to-use animations</li> <li>8313476: chore: update dependencies nd package manager version</li> <li>f81346c: chore: bump version to 1.3.6</li> </ul> <h2>Issues fixed</h2> <ul> <li><a href="https://redirect.github.com/Wombosvideo/tw-animate-css/issues/47">#47</a>: feat: allow developers to change the transition timing function for <code>--animate-accordion/collapsible-*</code> (thanks for your help, <a href="https://github.com/mikeploythai"><code>@mikeploythai</code></a>)</li> </ul> <h2>v1.3.5</h2> <h2>Changelog</h2> <ul> <li>b8cc09c: fix: update slide translate calculations to use correct sign for ratio values</li> <li>69fbfcd: chore: bump version to 1.3.5 and update dependencies</li> </ul> <h2>Issues fixed</h2> <ul> <li><a href="https://redirect.github.com/Wombosvideo/tw-animate-css/issues/44">#44</a> incorrect calculation in slide-in-from-left when using a ratio (thanks for reporting, <a href="https://github.com/alec-liminary"><code>@alec-liminary</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
4f2005c9b4 |
Build(deps-dev): Bump eslint from 9.30.0 to 9.32.0 in /page (#438)
Bumps [eslint](https://github.com/eslint/eslint) from 9.30.0 to 9.32.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.32.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
|
|
dcda45895b |
Build(deps-dev): Bump @types/node from 24.0.8 to 24.1.0 in /page (#439)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.8 to 24.1.0. <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> |
||
|
|
dfa0f95221 |
Build(deps): Bump react-router-dom from 7.6.3 to 7.7.1 in /page
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.6.3 to 7.7.1. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.7.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
c8373f06ee |
Build(deps-dev): Bump @types/node from 24.0.8 to 24.1.0 in /page
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.8 to 24.1.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
97f280ca55 |
Build(deps-dev): Bump eslint from 9.30.0 to 9.32.0 in /page
Bumps [eslint](https://github.com/eslint/eslint) from 9.30.0 to 9.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.30.0...v9.32.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
b6e8d09b5d |
Build(deps-dev): Bump typescript-eslint from 8.35.1 to 8.38.0 in /page
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.35.1 to 8.38.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.38.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.38.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
7c848924ff |
Build(deps): Bump tw-animate-css from 1.3.4 to 1.3.6 in /page
Bumps [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) from 1.3.4 to 1.3.6. - [Release notes](https://github.com/Wombosvideo/tw-animate-css/releases) - [Commits](https://github.com/Wombosvideo/tw-animate-css/compare/v1.3.4...v1.3.6) --- updated-dependencies: - dependency-name: tw-animate-css dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
b656a881ae |
Build(deps): Bump lucide-react from 0.525.0 to 0.536.0 in /page
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.525.0 to 0.536.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.536.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.536.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
b7dc284a9d | Memory 64 support | ||
|
|
d4b000d65c |
Bump vite from 6.3.5 to 7.0.0 in /page
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 7.0.0. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@7.0.0/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
35c2afaa35 | Fix vulnerability | ||
|
|
790b727281 |
Bump globals from 16.2.0 to 16.3.0 in /page
Bumps [globals](https://github.com/sindresorhus/globals) from 16.2.0 to 16.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.2.0...v16.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
40c18b036d |
Bump @types/node from 24.0.1 to 24.0.8 in /page (#397)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.1 to 24.0.8. <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> |
||
|
|
fffcb24fd4 |
Bump eslint from 9.29.0 to 9.30.0 in /page (#400)
Bumps [eslint](https://github.com/eslint/eslint) from 9.29.0 to 9.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.30.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
|
|
a42bf28f55 |
Bump @tailwindcss/vite from 4.1.10 to 4.1.11 in /page (#401)
[](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> |
||
|
|
89c18559d4 |
Bump react-resizable-panels from 3.0.2 to 3.0.3 in /page
--- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
17ef727c84 |
Bump eslint from 9.29.0 to 9.30.0 in /page
Bumps [eslint](https://github.com/eslint/eslint) from 9.29.0 to 9.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.29.0...v9.30.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
6bcc17be52 |
Bump @types/node from 24.0.1 to 24.0.8 in /page
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.1 to 24.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.0.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
bab6bae3f2 |
Bump @tailwindcss/vite from 4.1.10 to 4.1.11 in /page
Bumps [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) from 4.1.10 to 4.1.11. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.11/packages/@tailwindcss-vite) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
52a6d88920 |
Bump react-router-dom from 7.6.2 to 7.6.3 in /page (#402)
[](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> |
||
|
|
5ab39ae3f7 |
Bump @vitejs/plugin-react from 4.5.2 to 4.6.0 in /page (#399)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.5.2 to 4.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/releases"><code>@vitejs/plugin-react</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-react@4.6.0</h2> <h3>Add raw Rolldown support</h3> <p>This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md"><code>@vitejs/plugin-react</code>'s changelog</a>.</em></p> <blockquote> <h2>4.6.0 (2025-06-23)</h2> <h3>Add raw Rolldown support</h3> <p>This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
b34bc3cd3b |
Bump lucide-react from 0.515.0 to 0.525.0 in /page (#394)
Bumps
[lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react)
from 0.515.0 to 0.525.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lucide-icons/lucide/releases">lucide-react's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.525.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): Changed <code>megaphone</code> icon by <a
href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2448">lucide-icons/lucide#2448</a></li>
<li>fix(icons): arcified <code>shrub</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2292">lucide-icons/lucide#2292</a></li>
<li>fix(icons): changed <code>sun-moon</code> icon by <a
href="https://github.com/zishankadri"><code>@zishankadri</code></a> in
<a
href="https://redirect.github.com/lucide-icons/lucide/pull/3328">lucide-icons/lucide#3328</a></li>
<li>fix(icons): changed <code>flag</code> icon by <a
href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3370">lucide-icons/lucide#3370</a></li>
<li>feat(icons): added <code>tool-case</code> icon by <a
href="https://github.com/AlexNaskida"><code>@AlexNaskida</code></a> in
<a
href="https://redirect.github.com/lucide-icons/lucide/pull/3333">lucide-icons/lucide#3333</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/zishankadri"><code>@zishankadri</code></a>
made their first contribution in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3328">lucide-icons/lucide#3328</a></li>
<li><a
href="https://github.com/AlexNaskida"><code>@AlexNaskida</code></a>
made their first contribution in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3333">lucide-icons/lucide#3333</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.524.0...0.525.0">https://github.com/lucide-icons/lucide/compare/0.524.0...0.525.0</a></p>
<h2>Version 0.524.0</h2>
<h2>What's Changed</h2>
<ul>
<li>docs(packages/lucide-static): update docs for better clarity by <a
href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3225">lucide-icons/lucide#3225</a></li>
<li>fix(icons): changed <code>dessert</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3362">lucide-icons/lucide#3362</a></li>
<li>fix(icons): changed <code>ligature</code> icon by <a
href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3369">lucide-icons/lucide#3369</a></li>
<li>fix(icons): Updates to clock-related icons by <a
href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2538">lucide-icons/lucide#2538</a></li>
<li>feat(icons): added <code>vector-square</code> icon by <a
href="https://github.com/chessurisme"><code>@chessurisme</code></a> in
<a
href="https://redirect.github.com/lucide-icons/lucide/pull/2531">lucide-icons/lucide#2531</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.523.0...0.524.0">https://github.com/lucide-icons/lucide/compare/0.523.0...0.524.0</a></p>
<h2>Version 0.523.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat(icons): added <code>bottle-wine</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3265">lucide-icons/lucide#3265</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.522.0...0.523.0">https://github.com/lucide-icons/lucide/compare/0.522.0...0.523.0</a></p>
<h2>Version 0.522.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): changed <code>shopping-bag</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2483">lucide-icons/lucide#2483</a></li>
<li>feat(icons): add <code>line-squiggle</code> icon by <a
href="https://github.com/chessurisme"><code>@chessurisme</code></a> in
<a
href="https://redirect.github.com/lucide-icons/lucide/pull/2393">lucide-icons/lucide#2393</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.521.0...0.522.0">https://github.com/lucide-icons/lucide/compare/0.521.0...0.522.0</a></p>
<h2>Version 0.521.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): ensure shaft overlaps arrowhead in
<code>circle-arrow-left</code> and <code>circle-arrow-right</code> by <a
href="https://github.com/cstayyab"><code>@cstayyab</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3269">lucide-icons/lucide#3269</a></li>
<li>feat(icons): added <code>squircle-dashed</code> icon by <a
href="https://github.com/aramsoneson"><code>@aramsoneson</code></a> in
<a
href="https://redirect.github.com/lucide-icons/lucide/pull/3262">lucide-icons/lucide#3262</a></li>
<li>docs(design-guide): added bad examples for 2px rule by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2879">lucide-icons/lucide#2879</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/cstayyab"><code>@cstayyab</code></a>
made their first contribution in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3269">lucide-icons/lucide#3269</a></li>
<li><a
href="https://github.com/aramsoneson"><code>@aramsoneson</code></a>
made their first contribution in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3262">lucide-icons/lucide#3262</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
e6d17bc5e2 |
Bump prettier from 3.5.3 to 3.6.2 in /page (#396)
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.3 to 3.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.6.2</h2> <h2>What's Changed</h2> <ul> <li>Add missing blank line around code block by <a href="https://github.com/fisker"><code>@fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/17675">prettier/prettier#17675</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#362">Changelog</a></p> <h2>3.6.1</h2> <ul> <li>Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running <code>--experimental-cli</code></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#361">Changelog</a></p> <h2>3.6.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.5.3...3.6.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2025/06/23/3.6.0">Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.6.2</h1> <p><a href="https://github.com/prettier/prettier/compare/3.6.1...3.6.2">diff</a></p> <h4>Markdown: Add missing blank line around code block (<a href="https://redirect.github.com/prettier/prettier/pull/17675">#17675</a> by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="md"><code><!-- Input --> 1. Some text, and code block below, with newline after code block <pre lang="yaml"><code>--- foo: bar </code></pre> <ol> <li>Another</li> <li>List</li> </ol> <p><!-- Prettier 3.6.1 --></p> <ol> <li> <p>Some text, and code block below, with newline after code block</p> <pre lang="yaml"><code>--- foo: bar </code></pre> <ol> <li>Another</li> <li>List</li> </ol> </li> </ol> <p><!-- Prettier 3.6.2 --></p> <ol> <li> <p>Some text, and code block below, with newline after code block</p> <pre lang="yaml"><code>--- foo: bar </code></pre> <ol> <li>Another</li> <li>List<br /> </code></pre></li> </ol> </li> </ol> <h1>3.6.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.6.0...3.6.1">diff</a></p> <h4>TypeScript: Allow const without initializer (<a href="https://redirect.github.com/prettier/prettier/pull/17650">#17650</a>, <a href="https://redirect.github.com/prettier/prettier/pull/17654">#17654</a> by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
78844fd040 |
Bump @eslint/js from 9.29.0 to 9.30.0 in /page (#393)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.29.0 to 9.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.30.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
|
|
84e9083af3 |
Bump typescript-eslint from 8.34.0 to 8.35.1 in /page (#395)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.34.0 to 8.35.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.35.1</h2> <h2>8.35.1 (2025-06-30)</h2> <h3>🩹 Fixes</h3> <ul> <li>remove prettier from eslint-plugin (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11339">#11339</a>)</li> <li><strong>website:</strong> did not find a source file error if url hash doesn't contain fileType (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11350">#11350</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abhijeet Singh <a href="https://github.com/cseas"><code>@cseas</code></a></li> <li>mdm317</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.35.0</h2> <h2>8.35.0 (2025-06-23)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-base-to-string] add checkUnknown Option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11128">#11128</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>website:</strong> acquired types are shown in the editor but not reflected in linting (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11198">#11198</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>mdm317</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.34.1</h2> <h2>8.34.1 (2025-06-16)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>types:</strong> add 2026/17 to EcmaVersion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11304">#11304</a>)</li> <li><strong>typescript-estree:</strong> emit a Literal instead of Identifier for constructor when the identifier is a string (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11299">#11299</a>)</li> <li><strong>visitor-keys:</strong> bump <code>eslint-visitor-keys</code> dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11294">#11294</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>David Archibald</li> <li>overlookmotel</li> <li>Tao</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.35.1 (2025-06-30)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.35.0 (2025-06-23)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.34.1 (2025-06-16)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
fb20f2bba1 |
Bump react-router-dom from 7.6.2 to 7.6.3 in /page
--- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
3adef0001b |
Bump @vitejs/plugin-react from 4.5.2 to 4.6.0 in /page
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.6.0/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
f76f5682ac |
Bump prettier from 3.5.3 to 3.6.2 in /page
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.3 to 3.6.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.5.3...3.6.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
98f81b199c |
Bump typescript-eslint from 8.34.0 to 8.35.1 in /page
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.34.0 to 8.35.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.35.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.35.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
c97c46f21d |
Bump lucide-react from 0.515.0 to 0.525.0 in /page
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.515.0 to 0.525.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.525.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.525.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
1ecf173358 |
Bump @eslint/js from 9.29.0 to 9.30.0 in /page
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.29.0 to 9.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.30.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
b97d59d35e |
Bump tailwindcss from 4.1.10 to 4.1.11 in /page
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.10 to 4.1.11. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.11/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
4a575c39a6 |
Bump @types/react from 19.1.6 to 19.1.8 in /page (#370)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.1.6 to 19.1.8. <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> |
||
|
|
d1fc123c1d |
Bump eslint from 9.28.0 to 9.29.0 in /page
Bumps [eslint](https://github.com/eslint/eslint) from 9.28.0 to 9.29.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.28.0...v9.29.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
32ea13b8fb |
Bump @types/react from 19.1.6 to 19.1.8 in /page
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.1.6 to 19.1.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.1.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
5ec41ca68f |
Bump @types/node from 22.15.29 to 24.0.1 in /page
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.29 to 24.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
0c24cfbe45 |
Bump lucide-react from 0.511.0 to 0.515.0 in /page (#376)
Bumps
[lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react)
from 0.511.0 to 0.515.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lucide-icons/lucide/releases">lucide-react's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.515.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): changed <code>house-plus</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3238">lucide-icons/lucide#3238</a></li>
<li>fix(icons): changed <code>radiation</code> icon by <a
href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3303">lucide-icons/lucide#3303</a></li>
<li>feat(icons): added <code>rectangle-circle</code> icon by <a
href="https://github.com/zefir-git"><code>@zefir-git</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3245">lucide-icons/lucide#3245</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/zefir-git"><code>@zefir-git</code></a>
made their first contribution in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3245">lucide-icons/lucide#3245</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.514.0...0.515.0">https://github.com/lucide-icons/lucide/compare/0.514.0...0.515.0</a></p>
<h2>Version 0.514.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): changed <code>trophy</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2475">lucide-icons/lucide#2475</a></li>
<li>fix(pull-request-icon-preview): pinned and --forced svgson
installati… by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3289">lucide-icons/lucide#3289</a></li>
<li>chore(metadata): added tag to <code>bandage</code> icon by <a
href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3300">lucide-icons/lucide#3300</a></li>
<li>fix(icons): changed <code>settings-2</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2974">lucide-icons/lucide#2974</a></li>
<li>fix(docs): <a
href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2984">#2984</a>
absoluteStrokeWidth not resetting with Reset button by <a
href="https://github.com/epifaniofrancisco"><code>@epifaniofrancisco</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3261">lucide-icons/lucide#3261</a></li>
<li>feat(icons): added book-alert icon by <a
href="https://github.com/domasmark"><code>@domasmark</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3249">lucide-icons/lucide#3249</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/domasmark"><code>@domasmark</code></a>
made their first contribution in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3249">lucide-icons/lucide#3249</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.513.0...0.514.0">https://github.com/lucide-icons/lucide/compare/0.513.0...0.514.0</a></p>
<h2>Version 0.513.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat(icons): Add sim card icon from lab by <a
href="https://github.com/ericfennis"><code>@ericfennis</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3275">lucide-icons/lucide#3275</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lucide-icons/lucide/compare/0.512.0...0.513.0">https://github.com/lucide-icons/lucide/compare/0.512.0...0.513.0</a></p>
<h2>Version 0.512.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat(icons): added <code>circle-pound-sterling</code> icon by <a
href="https://github.com/lieonlion"><code>@lieonlion</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2822">lucide-icons/lucide#2822</a></li>
<li>build(deps-dev): bump vite from 6.3.2 to 6.3.4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3181">lucide-icons/lucide#3181</a></li>
<li>docs(docs): added testing website locally instructions by <a
href="https://github.com/briz123"><code>@briz123</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3124">lucide-icons/lucide#3124</a></li>
<li>build(deps-dev): bump vite from 6.0.7 to 6.1.6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3236">lucide-icons/lucide#3236</a></li>
<li>fix(icons): changed <code>square-check-big</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3156">lucide-icons/lucide#3156</a></li>
<li>fix(icons): changed <code>list-collapse</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3081">lucide-icons/lucide#3081</a></li>
<li>fix(icons): changed <code>battery-*</code> icons by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3083">lucide-icons/lucide#3083</a></li>
<li>fix(icons): changed <code>paperclip</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2956">lucide-icons/lucide#2956</a></li>
<li>fix(icons): changed <code>eraser</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3076">lucide-icons/lucide#3076</a></li>
<li>feat(icons): Add <code>cloud-check</code> icon by <a
href="https://github.com/lscheibel"><code>@lscheibel</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2612">lucide-icons/lucide#2612</a></li>
<li>feat(icon): add <code>id-card-lanyard</code> icon by <a
href="https://github.com/python2911"><code>@python2911</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2898">lucide-icons/lucide#2898</a></li>
<li>feat(angular): update peer dependencies for Angular to support
version 20.x by <a
href="https://github.com/JeevanMahesha"><code>@JeevanMahesha</code></a>
in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3273">lucide-icons/lucide#3273</a></li>
<li>fix(icons): changed <code>file-badge</code> icon by <a
href="https://github.com/jguddas"><code>@jguddas</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/2934">lucide-icons/lucide#2934</a></li>
<li>feat(icons): added <code>grid-3x2</code> icon by <a
href="https://github.com/qubrat"><code>@qubrat</code></a> in <a
href="https://redirect.github.com/lucide-icons/lucide/pull/3216">lucide-icons/lucide#3216</a></li>
</ul>
<h2>New Contributors</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|