Bump the production-dependencies group across 1 directory with 21 updates #8

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/production-dependencies-8943dcfe91 into v5
dependabot[bot] commented 2026-07-13 14:57:27 -06:00 (Migrated from github.com)

Bumps the production-dependencies group with 21 updates in the / directory:

Package From To
@clack/prompts 0.11.0 1.7.0
@floating-ui/dom 1.7.5 1.8.0
@myriaddreamin/rehype-typst 0.6.0 0.7.0
@napi-rs/simple-git 0.1.22 1.1.0
esbuild-sass-plugin 3.6.0 3.7.0
globby 16.1.1 16.2.1
isomorphic-git 1.37.2 1.38.7
lightningcss 1.31.1 1.32.0
preact 10.28.4 10.29.7
preact-render-to-string 6.6.6 6.7.0
sharp 0.34.5 0.35.3
workerpool 10.0.1 10.0.3
@quartz-community/types d413569 d342893
@quartz-community/utils e09d8b0 ff02040
@types/hast 3.0.4 3.0.5
@types/node 25.3.0 26.1.1
node-addon-api 8.8.0 8.9.0
node-gyp 12.4.0 13.0.1
prettier 3.8.1 3.9.5
tsx 4.22.4 4.23.1
typescript 5.9.3 7.0.2

Updates @clack/prompts from 0.11.0 to 1.7.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.7.0

Minor Changes

  • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

Patch Changes

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    

    note( 'You can edit the file src/index.jsx', 'Next steps.'

    • { format: (text) => styleText('dim', text) } );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    @​clack/prompts@​1.5.1

    Patch Changes

    @​clack/prompts@​1.5.0

    Minor Changes

    ... (truncated)

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.7.0

    Minor Changes

    • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

    Patch Changes

    1.6.0

    Minor Changes

    • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

      If you want the old behavior, provide a format() function:

      import { note } from '@clack/prompts';
      +import { styleText } from 'node:util';
      

      note( 'You can edit the file src/index.jsx', 'Next steps.'

      • { format: (text) => styleText('dim', text) } );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    1.5.1

    Patch Changes

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​clack/prompts since your current version.


    Updates @floating-ui/dom from 1.7.5 to 1.8.0

    Release notes

    Sourced from @​floating-ui/dom's releases.

    @​floating-ui/dom@​1.8.0

    Minor Changes

    • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

    Patch Changes

    • fix: remove redundant passive options from scroll listeners
    • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
    • fix(autoUpdate): update immediately instead of waiting for the 1s layoutShift refresh throttle when the reference moved during an observer refresh
    • fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements
    • perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities
    • fix(getViewportRect): account for scrollbar-gutter: stable both-edges reserved space
    • fix(getViewportRect): don't overflow past a left-side document scrollbar
    • fix(platform): don't throw in getClientRects when a virtual element without a getClientRects method is used with the inline() middleware
    • fix(autoUpdate): refresh layout shift observer on root resize
    • Update dependencies: @floating-ui/core@1.8.0, @floating-ui/utils@0.2.12

    @​floating-ui/dom@​1.7.6

    Patch Changes

    • fix(types): ensure Platform type contains detectOverflow type
    • perf: bundle and runtime improvements
    • feat(autoUpdate): allow not passing a floating element
    • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/core@1.7.5
    Changelog

    Sourced from @​floating-ui/dom's changelog.

    1.8.0

    Minor Changes

    • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

    Patch Changes

    • fix: remove redundant passive options from scroll listeners
    • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
    • fix(autoUpdate): update immediately instead of waiting for the 1s layoutShift refresh throttle when the reference moved during an observer refresh
    • fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements
    • perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities
    • fix(getViewportRect): account for scrollbar-gutter: stable both-edges reserved space
    • fix(getViewportRect): don't overflow past a left-side document scrollbar
    • fix(platform): don't throw in getClientRects when a virtual element without a getClientRects method is used with the inline() middleware
    • fix(autoUpdate): refresh layout shift observer on root resize
    • Update dependencies: @floating-ui/core@1.8.0, @floating-ui/utils@0.2.12

    1.7.6

    Patch Changes

    • fix(types): ensure Platform type contains detectOverflow type
    • perf: bundle and runtime improvements
    • feat(autoUpdate): allow not passing a floating element
    • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/core@1.7.5
    Commits
    • 12d9473 chore: version packages (#3480)
    • ad0a73f fix(getViewportRect): account for scrollbar-gutter: stable both-edges reser...
    • 9887c96 fix(types): restore bivariant parameters for optional callbacks
    • 28bc9c1 fix(autoUpdate): avoid duplicate update on window resize
    • 5976f20 test(dom): run unit tests in vitest browser mode
    • 705a03c fix(platform): support virtual elements without getClientRects in inline() (#...
    • 3785f3b feat: add layoutViewport string option to rootBoundary (#3486)
    • 0d0e88e fix(inline): no-op on empty client rects and detect RTL disjoined line rects ...
    • 73c1f76 fix(types): support exactOptionalPropertyTypes (#3456)
    • cd58dd2 fix(getClippingRect): correct clipping-ancestor filtering for fixed-position ...
    • Additional commits viewable in compare view

    Updates @myriaddreamin/rehype-typst from 0.6.0 to 0.7.0

    Release notes

    Sourced from @​myriaddreamin/rehype-typst's releases.

    v0.7.0

    Packages

    Compiler

    rustdoc-typst-demo (New)

    Package: typst.ts

    Package: typst.react

    Package: typst.vue3

    Package: typst.svelte (New)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​myriaddreamin/rehype-typst since your current version.


    Updates @napi-rs/simple-git from 0.1.22 to 1.1.0

    Release notes

    Sourced from @​napi-rs/simple-git's releases.

    v1.1.0

    What's Changed

    Full Changelog: https://github.com/Brooooooklyn/simple-git/compare/v1.0.0...v1.1.0

    v1.0.0

    What's Changed

    ... (truncated)

    Commits
    • 3b8e55c 1.1.0
    • e580290 fix(deps): update void to v0.10.6 (#153)
    • 659d5ca feat: add created (first-add commit) to FileModification (#152)
    • 3ca64c5 chore(deps): update dorny/paths-filter action to v4 (#150)
    • 9b5a48b fix(deps): update dependency void to v0.10.5 (#151)
    • 723f6b3 chore: move renovate.json
    • 4ca5860 chore: fix yarn and renovate config
    • 638b632 fix(deps): update dependency @​void/react to v0.10.5 (#148)
    • 8300a3f fix(deps): update dependency @​void/md to v0.10.5 (#147)
    • 6881589 feat: simple-git.napi.rs website (landing + docs + Cloudflare deploy) (#146)
    • Additional commits viewable in compare view

    Updates esbuild-sass-plugin from 3.6.0 to 3.7.0

    Release notes

    Sourced from esbuild-sass-plugin's releases.

    v3.7.0 Hasta la vista

    Commits

    Updates globby from 16.1.1 to 16.2.1

    Release notes

    Sourced from globby's releases.

    v16.2.1

    • Fix gitignore ignoring an entire checkout under an anchored ancestor path (#277) e7bd988

    https://github.com/sindresorhus/globby/compare/v16.2.0...v16.2.1

    v16.2.0


    https://github.com/sindresorhus/globby/compare/v16.1.1...v16.2.0

    Commits

    Updates isomorphic-git from 1.37.2 to 1.38.7

    Release notes

    Sourced from isomorphic-git's releases.

    v1.38.7

    1.38.7 (2026-07-11)

    Bug Fixes

    v1.38.6

    1.38.6 (2026-06-30)

    Bug Fixes

    v1.38.5

    1.38.5 (2026-06-16)

    Bug Fixes

    • Support windows file paths in utils/join.js (#2302) (1395431)

    v1.38.4

    1.38.4 (2026-06-02)

    Bug Fixes

    • pass credential config username to auth callbacks (#2346) (d9920c5)

    v1.38.3

    1.38.3 (2026-05-26)

    Bug Fixes

    • Improve internal error reporting guidance (#2345) (955acf3)

    v1.38.2

    1.38.2 (2026-05-25)

    Bug Fixes

    • add bot authoring to release commit (#2329) (328b1ba)
    • add Clever Cloud logo to Acknowledgments in README (#2334) (89f441d)

    v1.38.1

    ... (truncated)

    Commits

    Updates lightningcss from 1.31.1 to 1.32.0

    Release notes

    Sourced from lightningcss's releases.

    v1.32.0

    Added

    Fixed

    Commits

    Updates preact from 10.28.4 to 10.29.7

    Release notes

    Sourced from preact's releases.

    10.29.7

    Maintenance

    10.29.6

    We had to revert preactjs/preact#5055 due to an incompatibility with useSignalEffect

    10.29.5

    Fixes

    10.29.4

    Fixes

    10.29.3

    Fixes

    Performance

    Types

    Maintenance

    10.29.2

    Fixes

    Maintenance

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for preact since your current version.

    Install script changes

    This version modifies prepare script that runs during installation. Review the package contents before updating.


    Updates preact-render-to-string from 6.6.6 to 6.7.0

    Release notes

    Sourced from preact-render-to-string's releases.

    v6.7.0

    Minor Changes

    • #450 dbc692f Thanks @​JoviDeCroock! - Adjust the comment-marker for streaming to be the same as renderToStringAsync where we use \$s

    Patch Changes

    v6.6.7

    Patch Changes

    • #457 ce6ef71 Thanks @​lemonmade! - fix: renderToStringAsync produces commas for suspended components with complex children
    Changelog

    Sourced from preact-render-to-string's changelog.

    6.7.0

    Minor Changes

    • #450 dbc692f Thanks @​JoviDeCroock! - Adjust the comment-marker for streaming to be the same as renderToStringAsync where we use $s

    Patch Changes

    6.6.7

    Patch Changes

    • #457 ce6ef71 Thanks @​lemonmade! - fix: renderToStringAsync produces commas for suspended components with complex children
    Commits
    • eb871c8 Merge pull request #460 from preactjs/changeset-release/main
    • b22fc16 Version Packages
    • 833043b Merge pull request #461 from preactjs/fix-link
    • e32a4cd Reject namespaced attribute
    • 990307a Merge pull request #458 from preactjs/changesets-based-publishing
    • bcd3b0b Pin npm in CI
    • 950a59f Add changesets based publishing
    • 797a662 Merge pull request #450 from preactjs/id-adjustements
    • Description has been truncated

    Bumps the production-dependencies group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.7.0` | | [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.5` | `1.8.0` | | [@myriaddreamin/rehype-typst](https://github.com/Myriad-Dreamin/typst.ts) | `0.6.0` | `0.7.0` | | [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.22` | `1.1.0` | | [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) | `3.6.0` | `3.7.0` | | [globby](https://github.com/sindresorhus/globby) | `16.1.1` | `16.2.1` | | [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) | `1.37.2` | `1.38.7` | | [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.31.1` | `1.32.0` | | [preact](https://github.com/preactjs/preact) | `10.28.4` | `10.29.7` | | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.6` | `6.7.0` | | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.3` | | [workerpool](https://github.com/josdejong/workerpool) | `10.0.1` | `10.0.3` | | [@quartz-community/types](https://github.com/quartz-community/types) | ``d413569`` | ``d342893`` | | [@quartz-community/utils](https://github.com/quartz-community/utils) | ``e09d8b0`` | ``ff02040`` | | [@types/hast](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/hast) | `3.0.4` | `3.0.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `26.1.1` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.8.0` | `8.9.0` | | [node-gyp](https://github.com/nodejs/node-gyp) | `12.4.0` | `13.0.1` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.9.5` | | [tsx](https://github.com/privatenumber/tsx) | `4.22.4` | `4.23.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` | Updates `@clack/prompts` from 0.11.0 to 1.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bombshell-dev/clack/releases">@​clack/prompts's releases</a>.</em></p> <blockquote> <h2><code>@​clack/prompts</code><a href="https://github.com/1"><code>@​1</code></a>.7.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/bombshell-dev/clack/pull/574">#574</a> <a href="https://github.com/bombshell-dev/clack/commit/8f1c380683cfb5fb7a094610342046ae1603e28e"><code>8f1c380</code></a> Thanks <a href="https://github.com/dreyfus92"><code>@​dreyfus92</code></a>! - Add <code>showInstructions</code> option to <code>select</code>, <code>multiselect</code>, and <code>groupMultiselect</code>. Keyboard hints remain shown by default; pass <code>showInstructions: false</code> to hide them.</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/582">#582</a> <a href="https://github.com/bombshell-dev/clack/commit/4b249539e28eecc16c13b3a1bd0ba447e9f38d06"><code>4b24953</code></a> Thanks <a href="https://github.com/43081j"><code>@​43081j</code></a>! - Handle empty arrays in various prompts and utilities.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/bombshell-dev/clack/commit/4b249539e28eecc16c13b3a1bd0ba447e9f38d06"><code>4b24953</code></a>]:</p> <ul> <li><code>@​clack/core</code><a href="https://github.com/1"><code>@​1</code></a>.4.3</li> </ul> </li> </ul> <h2><code>@​clack/prompts</code><a href="https://github.com/1"><code>@​1</code></a>.6.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/568">#568</a> <a href="https://github.com/bombshell-dev/clack/commit/f87933fb7b3f4c401b9e51a152b95cb8e7200fe5"><code>f87933f</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Updates default formatter of <code>note()</code> to note dim lines anymore</p> <p>If you want the old behavior, provide a <code>format()</code> function:</p> <pre lang="diff"><code>import { note } from '@clack/prompts'; +import { styleText } from 'node:util'; <p>note( 'You can edit the file src/index.jsx', 'Next steps.'</p> <ul> <li>{ format: (text) =&gt; styleText('dim', text) } ); </code></pre></li> </ul> </li> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/567">#567</a> <a href="https://github.com/bombshell-dev/clack/commit/cc6aab50186cff8a02dc98e9cfd3897c29a33b15"><code>cc6aab5</code></a> Thanks <a href="https://github.com/dreyfus92"><code>@​dreyfus92</code></a>! - Add keyboard instruction footers to <code>select</code>, <code>multiselect</code>, and <code>groupMultiselect</code> in the active state, matching autocomplete. No option — always shown.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/bombshell-dev/clack/commit/2f2b52f77cbfa9af618c6d929249ab8395fc37a1"><code>2f2b52f</code></a>, <a href="https://github.com/bombshell-dev/clack/commit/e1b6ee71a76e17a3c33ba7ee6e5fb34e886233bb"><code>e1b6ee7</code></a>]: <ul> <li><code>@​clack/core</code><a href="https://github.com/1"><code>@​1</code></a>.4.2</li> </ul> </li> </ul> <h2><code>@​clack/prompts</code><a href="https://github.com/1"><code>@​1</code></a>.5.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/548">#548</a> <a href="https://github.com/bombshell-dev/clack/commit/2356e97c1f46007ead55133c3a26910404ef1cfb"><code>2356e97</code></a> Thanks <a href="https://github.com/43081j"><code>@​43081j</code></a>! - Remove sourcemaps and enable pretty-ish build output.</p> </li> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/546">#546</a> <a href="https://github.com/bombshell-dev/clack/commit/56e9d6707715bc858d9c2dbc444230b02813e809"><code>56e9d67</code></a> Thanks <a href="https://github.com/ghostdevv"><code>@​ghostdevv</code></a>! - docs: add jsdoc for <code>date</code>, <code>limit-options</code>, and <code>messages</code></p> </li> <li> <p>Updated dependencies [<a href="https://github.com/bombshell-dev/clack/commit/2356e97c1f46007ead55133c3a26910404ef1cfb"><code>2356e97</code></a>]:</p> <ul> <li><code>@​clack/core</code><a href="https://github.com/1"><code>@​1</code></a>.4.1</li> </ul> </li> </ul> <h2><code>@​clack/prompts</code><a href="https://github.com/1"><code>@​1</code></a>.5.0</h2> <h3>Minor Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md">@​clack/prompts's changelog</a>.</em></p> <blockquote> <h2>1.7.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/bombshell-dev/clack/pull/574">#574</a> <a href="https://github.com/bombshell-dev/clack/commit/8f1c380683cfb5fb7a094610342046ae1603e28e"><code>8f1c380</code></a> Thanks <a href="https://github.com/dreyfus92"><code>@​dreyfus92</code></a>! - Add <code>showInstructions</code> option to <code>select</code>, <code>multiselect</code>, and <code>groupMultiselect</code>. Keyboard hints remain shown by default; pass <code>showInstructions: false</code> to hide them.</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/582">#582</a> <a href="https://github.com/bombshell-dev/clack/commit/4b249539e28eecc16c13b3a1bd0ba447e9f38d06"><code>4b24953</code></a> Thanks <a href="https://github.com/43081j"><code>@​43081j</code></a>! - Handle empty arrays in various prompts and utilities.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/bombshell-dev/clack/commit/4b249539e28eecc16c13b3a1bd0ba447e9f38d06"><code>4b24953</code></a>]:</p> <ul> <li><code>@​clack/core</code><a href="https://github.com/1"><code>@​1</code></a>.4.3</li> </ul> </li> </ul> <h2>1.6.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/568">#568</a> <a href="https://github.com/bombshell-dev/clack/commit/f87933fb7b3f4c401b9e51a152b95cb8e7200fe5"><code>f87933f</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Updates default formatter of <code>note()</code> to note dim lines anymore</p> <p>If you want the old behavior, provide a <code>format()</code> function:</p> <pre lang="diff"><code>import { note } from '@clack/prompts'; +import { styleText } from 'node:util'; <p>note( 'You can edit the file src/index.jsx', 'Next steps.'</p> <ul> <li>{ format: (text) =&gt; styleText('dim', text) } ); </code></pre></li> </ul> </li> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/567">#567</a> <a href="https://github.com/bombshell-dev/clack/commit/cc6aab50186cff8a02dc98e9cfd3897c29a33b15"><code>cc6aab5</code></a> Thanks <a href="https://github.com/dreyfus92"><code>@​dreyfus92</code></a>! - Add keyboard instruction footers to <code>select</code>, <code>multiselect</code>, and <code>groupMultiselect</code> in the active state, matching autocomplete. No option — always shown.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/bombshell-dev/clack/commit/2f2b52f77cbfa9af618c6d929249ab8395fc37a1"><code>2f2b52f</code></a>, <a href="https://github.com/bombshell-dev/clack/commit/e1b6ee71a76e17a3c33ba7ee6e5fb34e886233bb"><code>e1b6ee7</code></a>]: <ul> <li><code>@​clack/core</code><a href="https://github.com/1"><code>@​1</code></a>.4.2</li> </ul> </li> </ul> <h2>1.5.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/548">#548</a> <a href="https://github.com/bombshell-dev/clack/commit/2356e97c1f46007ead55133c3a26910404ef1cfb"><code>2356e97</code></a> Thanks <a href="https://github.com/43081j"><code>@​43081j</code></a>! - Remove sourcemaps and enable pretty-ish build output.</p> </li> <li> <p><a href="https://redirect.github.com/bombshell-dev/clack/pull/546">#546</a> <a href="https://github.com/bombshell-dev/clack/commit/56e9d6707715bc858d9c2dbc444230b02813e809"><code>56e9d67</code></a> Thanks <a href="https://github.com/ghostdevv"><code>@​ghostdevv</code></a>! - docs: add jsdoc for <code>date</code>, <code>limit-options</code>, and <code>messages</code></p> </li> <li> <p>Updated dependencies [<a href="https://github.com/bombshell-dev/clack/commit/2356e97c1f46007ead55133c3a26910404ef1cfb"><code>2356e97</code></a>]:</p> <ul> <li><code>@​clack/core</code><a href="https://github.com/1"><code>@​1</code></a>.4.1</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bombshell-dev/clack/commit/dc5bce8aae84a57b5863124adfaa839c1db1fa23"><code>dc5bce8</code></a> [ci] release (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/575">#575</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/4b249539e28eecc16c13b3a1bd0ba447e9f38d06"><code>4b24953</code></a> chore: enable strict index checks (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/582">#582</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/8f1c380683cfb5fb7a094610342046ae1603e28e"><code>8f1c380</code></a> feat(prompts): add showInstructions opt-out (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/574">#574</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/06c16c7b65b69dee44301e7e6c8f1110c6da4149"><code>06c16c7</code></a> chore: update license copyright to Bombshell contributors (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/572">#572</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/0e700562dfb54bd693d98c5b7e28d34213fcb226"><code>0e70056</code></a> [ci] release (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/562">#562</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/f87933fb7b3f4c401b9e51a152b95cb8e7200fe5"><code>f87933f</code></a> fix(prompts): do not dim note contents (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/568">#568</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/cc6aab50186cff8a02dc98e9cfd3897c29a33b15"><code>cc6aab5</code></a> feat(prompts): add instructions footer for <code>select</code>, <code>multi-select</code> &amp; `group-...</li> <li><a href="https://github.com/bombshell-dev/clack/commit/02ae19193ed1155a57fb3dfd830ecc356a1cc11a"><code>02ae191</code></a> [ci] release (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/549">#549</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/56e9d6707715bc858d9c2dbc444230b02813e809"><code>56e9d67</code></a> docs: add jsdoc for <code>date</code>, <code>limit-options</code>, and <code>messages</code> (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/546">#546</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/030ba4d776e5985050c0e2712da7008bd93b8847"><code>030ba4d</code></a> [ci] release (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/539">#539</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.7.0/packages/prompts">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@​clack/prompts</code> since your current version.</p> </details> <br /> Updates `@floating-ui/dom` from 1.7.5 to 1.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/releases">@​floating-ui/dom's releases</a>.</em></p> <blockquote> <h2><code>@​floating-ui/dom</code><a href="https://github.com/1"><code>@​1</code></a>.8.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add <code>'layoutViewport'</code> string option to <code>rootBoundary</code>. Unlike the visual <code>'viewport'</code> boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed <code>Rect</code> of the documentElement's client size, it accounts for space reserved by <code>scrollbar-gutter: stable</code>.</li> </ul> <h3>Patch Changes</h3> <ul> <li>fix: remove redundant passive options from scroll listeners</li> <li>fix: support explicit <code>undefined</code> for optional properties with <code>exactOptionalPropertyTypes</code></li> <li>fix(autoUpdate): update immediately instead of waiting for the 1s <code>layoutShift</code> refresh throttle when the reference moved during an observer refresh</li> <li>fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements</li> <li>perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities</li> <li>fix(getViewportRect): account for <code>scrollbar-gutter: stable both-edges</code> reserved space</li> <li>fix(getViewportRect): don't overflow past a left-side document scrollbar</li> <li>fix(platform): don't throw in <code>getClientRects</code> when a virtual element without a <code>getClientRects</code> method is used with the <code>inline()</code> middleware</li> <li>fix(autoUpdate): refresh layout shift observer on root resize</li> <li>Update dependencies: <code>@floating-ui/core@1.8.0</code>, <code>@floating-ui/utils@0.2.12</code></li> </ul> <h2><code>@​floating-ui/dom</code><a href="https://github.com/1"><code>@​1</code></a>.7.6</h2> <h3>Patch Changes</h3> <ul> <li>fix(types): ensure <code>Platform</code> type contains <code>detectOverflow</code> type</li> <li>perf: bundle and runtime improvements</li> <li>feat(autoUpdate): allow not passing a floating element</li> <li>Update dependencies: <code>@floating-ui/utils@0.2.11</code>, <code>@floating-ui/core@1.7.5</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md">@​floating-ui/dom's changelog</a>.</em></p> <blockquote> <h2>1.8.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add <code>'layoutViewport'</code> string option to <code>rootBoundary</code>. Unlike the visual <code>'viewport'</code> boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed <code>Rect</code> of the documentElement's client size, it accounts for space reserved by <code>scrollbar-gutter: stable</code>.</li> </ul> <h3>Patch Changes</h3> <ul> <li>fix: remove redundant passive options from scroll listeners</li> <li>fix: support explicit <code>undefined</code> for optional properties with <code>exactOptionalPropertyTypes</code></li> <li>fix(autoUpdate): update immediately instead of waiting for the 1s <code>layoutShift</code> refresh throttle when the reference moved during an observer refresh</li> <li>fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements</li> <li>perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities</li> <li>fix(getViewportRect): account for <code>scrollbar-gutter: stable both-edges</code> reserved space</li> <li>fix(getViewportRect): don't overflow past a left-side document scrollbar</li> <li>fix(platform): don't throw in <code>getClientRects</code> when a virtual element without a <code>getClientRects</code> method is used with the <code>inline()</code> middleware</li> <li>fix(autoUpdate): refresh layout shift observer on root resize</li> <li>Update dependencies: <code>@floating-ui/core@1.8.0</code>, <code>@floating-ui/utils@0.2.12</code></li> </ul> <h2>1.7.6</h2> <h3>Patch Changes</h3> <ul> <li>fix(types): ensure <code>Platform</code> type contains <code>detectOverflow</code> type</li> <li>perf: bundle and runtime improvements</li> <li>feat(autoUpdate): allow not passing a floating element</li> <li>Update dependencies: <code>@floating-ui/utils@0.2.11</code>, <code>@floating-ui/core@1.7.5</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/floating-ui/floating-ui/commit/12d94738472e922e1b3fa31b02b2b61b9ed77e6a"><code>12d9473</code></a> chore: version packages (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom/issues/3480">#3480</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/ad0a73f1f13a9a03fc68c41bbf6fe7fc6142a451"><code>ad0a73f</code></a> fix(getViewportRect): account for <code>scrollbar-gutter: stable both-edges</code> reser...</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/9887c9679906900ffac4ee632deaa8bc959f71d2"><code>9887c96</code></a> fix(types): restore bivariant parameters for optional callbacks</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/28bc9c11b0e342ec8e4af7285fbbe10ba44bbd18"><code>28bc9c1</code></a> fix(autoUpdate): avoid duplicate update on window resize</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/5976f20ad99d0eceb8275b85626c0f657640e244"><code>5976f20</code></a> test(dom): run unit tests in vitest browser mode</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/705a03cb8f32b9af228a1f112a6009fb2c54c088"><code>705a03c</code></a> fix(platform): support virtual elements without getClientRects in inline() (#...</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/3785f3b2b938dbdd6a6a81ec59d28387afba4d21"><code>3785f3b</code></a> feat: add <code>layoutViewport</code> string option to <code>rootBoundary</code> (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom/issues/3486">#3486</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/0d0e88ecf5827038d97323184cdc39913f45ed7a"><code>0d0e88e</code></a> fix(inline): no-op on empty client rects and detect RTL disjoined line rects ...</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/73c1f762a2670a3eb1e99935df59c81ef241b90a"><code>73c1f76</code></a> fix(types): support <code>exactOptionalPropertyTypes</code> (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom/issues/3456">#3456</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/cd58dd258a924d11393db0badb68effdcbe24998"><code>cd58dd2</code></a> fix(getClippingRect): correct clipping-ancestor filtering for fixed-position ...</li> <li>Additional commits viewable in <a href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.8.0/packages/dom">compare view</a></li> </ul> </details> <br /> Updates `@myriaddreamin/rehype-typst` from 0.6.0 to 0.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Myriad-Dreamin/typst.ts/releases">@​myriaddreamin/rehype-typst's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <ul> <li>Bumped typst to v0.14.2 in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/796">Myriad-Dreamin/typst.ts#796</a>, <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/811">Myriad-Dreamin/typst.ts#811</a>, and <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/814">Myriad-Dreamin/typst.ts#814</a></li> </ul> <h3>Packages</h3> <ul> <li>(Fix) Resetting before using high-level compile/renderer APIs in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/778">Myriad-Dreamin/typst.ts#778</a></li> <li>(Fix) Iterating rects in labelled content in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/783">Myriad-Dreamin/typst.ts#783</a></li> <li>(Fix) Correct typing of compile format in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/790">Myriad-Dreamin/typst.ts#790</a></li> <li>(Change) Removing <code>createTypstSvgRenderer</code> in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/779">Myriad-Dreamin/typst.ts#779</a></li> <li>(Test) Testing renderer initialization in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/791">Myriad-Dreamin/typst.ts#791</a></li> <li>(Test) Adding all renderer tests in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/792">Myriad-Dreamin/typst.ts#792</a></li> <li>Added <code>set_fonts</code> API in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/780">Myriad-Dreamin/typst.ts#780</a></li> <li>Supported compile with root argument in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/781">Myriad-Dreamin/typst.ts#781</a></li> <li>Supported query with html target in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/786">Myriad-Dreamin/typst.ts#786</a> and <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/788">Myriad-Dreamin/typst.ts#788</a></li> <li>Supported load fonts on demand in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/787">Myriad-Dreamin/typst.ts#787</a></li> <li>Provided snapshot API in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/777">Myriad-Dreamin/typst.ts#777</a></li> </ul> <h3>Compiler</h3> <ul> <li>Implemented typst2hast in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/743">Myriad-Dreamin/typst.ts#743</a></li> </ul> <h3>rustdoc-typst-demo (New)</h3> <ul> <li>Added <a href="https://github.com/Myriad-Dreamin/typst.ts/tree/main/projects/rustdoc-typst-demo"><code>rustdoc-typst-demo</code></a> in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/725">Myriad-Dreamin/typst.ts#725</a></li> </ul> <h3>Package: typst.ts</h3> <ul> <li>(Fix) Fixed race condition in snippet lib in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/725">Myriad-Dreamin/typst.ts#725</a></li> <li>(Fix) Respecting wrapper script passed on initialization in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/804">Myriad-Dreamin/typst.ts#804</a></li> <li>(Fix) Set PageMerge to default to get merged content for plain SVGs by <a href="https://github.com/TeddyHuang-00"><code>@​TeddyHuang-00</code></a> in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/826">Myriad-Dreamin/typst.ts#826</a></li> <li>Added PDF standards supported in typst v0.14 in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/800">Myriad-Dreamin/typst.ts#800</a></li> <li>Added pdf tags options in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/803">Myriad-Dreamin/typst.ts#803</a></li> </ul> <h3>Package: typst.react</h3> <ul> <li>(Fix) Not using property 'local-fonts', which is missed in Firefox by <a href="https://github.com/caterpillar-1"><code>@​caterpillar-1</code></a> in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/724">Myriad-Dreamin/typst.ts#724</a></li> </ul> <ul> <li>feat: add css format to published files in typst.react by <a href="https://github.com/shipurjan"><code>@​shipurjan</code></a> in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/765">Myriad-Dreamin/typst.ts#765</a></li> </ul> <h3>Package: typst.vue3</h3> <ul> <li>(Fix) Preventing reinitialization of compiler and renderer options during HMR by <a href="https://github.com/bryarrow"><code>@​bryarrow</code></a> in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/773">Myriad-Dreamin/typst.ts#773</a></li> <li>(Fix) Fixed incorrect Typst source code change listener by <a href="https://github.com/bryarrow"><code>@​bryarrow</code></a> in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/767">Myriad-Dreamin/typst.ts#767</a></li> <li>Generating ESM and type declarations for publishing in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/776">Myriad-Dreamin/typst.ts#776</a></li> </ul> <h3>Package: typst.svelte (New)</h3> <ul> <li>added svelte 5 package by <a href="https://github.com/AquaBx"><code>@​AquaBx</code></a> in <a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/pull/809">Myriad-Dreamin/typst.ts#809</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/0501ced21131dccc68d12c5602cdb20909a52541"><code>0501ced</code></a> docs: clean up release workflow wording (<a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/issues/847">#847</a>)</li> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/61cd6bdf5c08f508ce63406f58a92b0971ee84b8"><code>61cd6bd</code></a> test: skip flaky page label canvas snapshot (<a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/issues/846">#846</a>)</li> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/98319ccb8683d650a2072be8a7c09c8d6d3ae144"><code>98319cc</code></a> fix: allow npm dry-run release reruns (<a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/issues/845">#845</a>)</li> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/ad8699f18127034dc7140005ec6a69c08b610c5d"><code>ad8699f</code></a> fix: add repository metadata for npm provenance (<a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/issues/844">#844</a>)</li> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/d1b5d6616ce932211335f7d658698ee2c3942364"><code>d1b5d66</code></a> fix: publish npm packages to npm registry (<a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/issues/843">#843</a>)</li> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/fc86b40f2be85135ad31021339c85441be66b14b"><code>fc86b40</code></a> fix: make typst.node publish reruns tolerant (<a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/issues/842">#842</a>)</li> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/750e46c44a5f468ee64949be28fe7e77e782473a"><code>750e46c</code></a> ci: fix release orchestration workflow (<a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/issues/841">#841</a>)</li> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/1880ef1ac6edbc0c5610582c30f4c5d529f29ee5"><code>1880ef1</code></a> ci: add manual trusted publishing release flow (<a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/issues/839">#839</a>)</li> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/2a8b32d8cca70cc4d105fef074d2f35fc7546450"><code>2a8b32d</code></a> fix: publish was not passed</li> <li><a href="https://github.com/Myriad-Dreamin/typst.ts/commit/e101afc0f9119cb972a57ae107b65a64afdc4b6b"><code>e101afc</code></a> build: bump version to 0.7.0 (<a href="https://redirect.github.com/Myriad-Dreamin/typst.ts/issues/831">#831</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Myriad-Dreamin/typst.ts/compare/v0.6.0...v0.7.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@​myriaddreamin/rehype-typst</code> since your current version.</p> </details> <br /> Updates `@napi-rs/simple-git` from 0.1.22 to 1.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Brooooooklyn/simple-git/releases">@​napi-rs/simple-git's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>feat: simple-git.napi.rs website (landing + docs + Cloudflare deploy) by <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a> in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/146">Brooooooklyn/simple-git#146</a></li> <li>fix(deps): update dependency <code>@​void/md</code> to v0.10.5 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/147">Brooooooklyn/simple-git#147</a></li> <li>fix(deps): update dependency <code>@​void/react</code> to v0.10.5 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/148">Brooooooklyn/simple-git#148</a></li> <li>fix(deps): update dependency void to v0.10.5 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/151">Brooooooklyn/simple-git#151</a></li> <li>chore(deps): update dorny/paths-filter action to v4 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/150">Brooooooklyn/simple-git#150</a></li> <li>feat: add <code>created</code> (first-add commit) to FileModification by <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a> in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/152">Brooooooklyn/simple-git#152</a></li> <li>fix(deps): update void to v0.10.6 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/153">Brooooooklyn/simple-git#153</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Brooooooklyn/simple-git/compare/v1.0.0...v1.1.0">https://github.com/Brooooooklyn/simple-git/compare/v1.0.0...v1.1.0</a></p> <h2>v1.0.0</h2> <h2>What's Changed</h2> <ul> <li>feat: implement Repository.getFileCreatedDate method with async support by <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a> with <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/100">Brooooooklyn/simple-git#100</a></li> <li>chore(deps): update yarn to v4.9.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/101">Brooooooklyn/simple-git#101</a></li> <li>chore(deps): update yarn to v4.9.4 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/102">Brooooooklyn/simple-git#102</a></li> <li>chore(deps): update actions/setup-node action to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/103">Brooooooklyn/simple-git#103</a></li> <li>chore(deps): update yarn to v4.10.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/104">Brooooooklyn/simple-git#104</a></li> <li>chore(deps): update yarn to v4.10.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/105">Brooooooklyn/simple-git#105</a></li> <li>chore(deps): update yarn to v4.10.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/106">Brooooooklyn/simple-git#106</a></li> <li>chore(deps): update actions/setup-node action to v6 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/108">Brooooooklyn/simple-git#108</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/107">Brooooooklyn/simple-git#107</a></li> <li>chore(deps): update github artifact actions (major) by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/109">Brooooooklyn/simple-git#109</a></li> <li>chore(deps): update dependency node to v24 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/110">Brooooooklyn/simple-git#110</a></li> <li>chore(deps): update cross-platform-actions/action action to v0.30.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/112">Brooooooklyn/simple-git#112</a></li> <li>chore(deps): update yarn to v4.11.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/113">Brooooooklyn/simple-git#113</a></li> <li>chore(deps): update yarn to v4.12.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/115">Brooooooklyn/simple-git#115</a></li> <li>chore(deps): update actions/checkout action to v6 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/114">Brooooooklyn/simple-git#114</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/111">Brooooooklyn/simple-git#111</a></li> <li>chore(deps): update actions/cache action to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/116">Brooooooklyn/simple-git#116</a></li> <li>chore(deps): update github artifact actions (major) by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/117">Brooooooklyn/simple-git#117</a></li> <li>chore(deps): update cross-platform-actions/action action to v0.31.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/118">Brooooooklyn/simple-git#118</a></li> <li>chore(deps): update cross-platform-actions/action action to v0.32.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/119">Brooooooklyn/simple-git#119</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/120">Brooooooklyn/simple-git#120</a></li> <li>chore(deps): update dependency ava to v7 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/122">Brooooooklyn/simple-git#122</a></li> <li>chore(deps): update github artifact actions (major) by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/121">Brooooooklyn/simple-git#121</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/123">Brooooooklyn/simple-git#123</a></li> <li>chore(deps): update yarn to v4.13.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/124">Brooooooklyn/simple-git#124</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/125">Brooooooklyn/simple-git#125</a></li> <li>chore(deps): update cross-platform-actions/action action to v1 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/126">Brooooooklyn/simple-git#126</a></li> <li>chore(deps): update yarn to v4.14.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/127">Brooooooklyn/simple-git#127</a></li> <li>chore(deps): update yarn to v4.14.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/128">Brooooooklyn/simple-git#128</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/130">Brooooooklyn/simple-git#130</a></li> <li>chore(deps): update dependency ava to v8 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/129">Brooooooklyn/simple-git#129</a></li> <li>chore(deps): update cross-platform-actions/action action to v1.1.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/131">Brooooooklyn/simple-git#131</a></li> <li>fix(deps): update rust crate git2 to 0.21 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/132">Brooooooklyn/simple-git#132</a></li> <li>chore(deps): update yarn to v4.15.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/133">Brooooooklyn/simple-git#133</a></li> <li>chore(deps): update cross-platform-actions/action action to v1.2.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/134">Brooooooklyn/simple-git#134</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/3b8e55c3043061d2ed97bde3c160295186d2fde6"><code>3b8e55c</code></a> 1.1.0</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/e580290094c8e7c73e252b546034560b8bf19875"><code>e580290</code></a> fix(deps): update void to v0.10.6 (<a href="https://redirect.github.com/Brooooooklyn/simple-git/issues/153">#153</a>)</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/659d5cadae717ab86d577176d30d1ebf52c00b37"><code>659d5ca</code></a> feat: add <code>created</code> (first-add commit) to FileModification (<a href="https://redirect.github.com/Brooooooklyn/simple-git/issues/152">#152</a>)</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/3ca64c522fd2ace16425cb0a3fba19ebddf374c3"><code>3ca64c5</code></a> chore(deps): update dorny/paths-filter action to v4 (<a href="https://redirect.github.com/Brooooooklyn/simple-git/issues/150">#150</a>)</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/9b5a48b84273d27264bb95c5a69b732a38766022"><code>9b5a48b</code></a> fix(deps): update dependency void to v0.10.5 (<a href="https://redirect.github.com/Brooooooklyn/simple-git/issues/151">#151</a>)</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/723f6b340676b5cc78910bdd7681c8f88b31c487"><code>723f6b3</code></a> chore: move renovate.json</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/4ca5860cf822a6c54320a161a4126f6d722dd465"><code>4ca5860</code></a> chore: fix yarn and renovate config</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/638b632190d05052a3d18055fdcfe72ff58ae9c2"><code>638b632</code></a> fix(deps): update dependency <code>@​void/react</code> to v0.10.5 (<a href="https://redirect.github.com/Brooooooklyn/simple-git/issues/148">#148</a>)</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/8300a3f72a1d8d21d7a1b6c407b616e2a09593cc"><code>8300a3f</code></a> fix(deps): update dependency <code>@​void/md</code> to v0.10.5 (<a href="https://redirect.github.com/Brooooooklyn/simple-git/issues/147">#147</a>)</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/6881589370d643831a0e057b84ff9b4ee32da299"><code>6881589</code></a> feat: simple-git.napi.rs website (landing + docs + Cloudflare deploy) (<a href="https://redirect.github.com/Brooooooklyn/simple-git/issues/146">#146</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Brooooooklyn/simple-git/compare/v0.1.22...v1.1.0">compare view</a></li> </ul> </details> <br /> Updates `esbuild-sass-plugin` from 3.6.0 to 3.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/glromeo/esbuild-sass-plugin/releases">esbuild-sass-plugin's releases</a>.</em></p> <blockquote> <h2>v3.7.0 Hasta la vista</h2> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/glromeo/esbuild-sass-plugin/commits/v3.7.0">compare view</a></li> </ul> </details> <br /> Updates `globby` from 16.1.1 to 16.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/globby/releases">globby's releases</a>.</em></p> <blockquote> <h2>v16.2.1</h2> <ul> <li>Fix <code>gitignore</code> ignoring an entire checkout under an anchored ancestor path (<a href="https://redirect.github.com/sindresorhus/globby/issues/277">#277</a>) e7bd988</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globby/compare/v16.2.0...v16.2.1">https://github.com/sindresorhus/globby/compare/v16.2.0...v16.2.1</a></p> <h2>v16.2.0</h2> <ul> <li>Add <a href="https://github.com/sindresorhus/globby?tab=readme-ov-file#globalgitignore"><code>globalGitignore</code></a> option 51555b2</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globby/compare/v16.1.1...v16.2.0">https://github.com/sindresorhus/globby/compare/v16.1.1...v16.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/globby/commit/47e7f658b87c1f48a4e62600a47dc0eca6dae249"><code>47e7f65</code></a> 16.2.1</li> <li><a href="https://github.com/sindresorhus/globby/commit/e7bd988344d47dbd154310983a06431991a05946"><code>e7bd988</code></a> Fix <code>gitignore</code> ignoring an entire checkout under an anchored ancestor path (...</li> <li><a href="https://github.com/sindresorhus/globby/commit/60e816778abd4fc805d8ce2e981567759b035504"><code>60e8167</code></a> 16.2.0</li> <li><a href="https://github.com/sindresorhus/globby/commit/51555b26d780002f2fe7b2aaddc45f36d8ad339d"><code>51555b2</code></a> Add <code>globalGitignore</code> option</li> <li><a href="https://github.com/sindresorhus/globby/commit/8d946e288354c8ed87e7848e8a9f684c4b840f28"><code>8d946e2</code></a> Fix CI</li> <li>See full diff in <a href="https://github.com/sindresorhus/globby/compare/v16.1.1...v16.2.1">compare view</a></li> </ul> </details> <br /> Updates `isomorphic-git` from 1.37.2 to 1.38.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/isomorphic-git/isomorphic-git/releases">isomorphic-git's releases</a>.</em></p> <blockquote> <h2>v1.38.7</h2> <h2><a href="https://github.com/isomorphic-git/isomorphic-git/compare/v1.38.6...v1.38.7">1.38.7</a> (2026-07-11)</h2> <h3>Bug Fixes</h3> <ul> <li>NTFS Alternate Data Streams handling (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2376">#2376</a>) (<a href="https://github.com/isomorphic-git/isomorphic-git/commit/e5dbec689fab148fd5b518f3d4958c9d728886f9">e5dbec6</a>)</li> </ul> <h2>v1.38.6</h2> <h2><a href="https://github.com/isomorphic-git/isomorphic-git/compare/v1.38.5...v1.38.6">1.38.6</a> (2026-06-30)</h2> <h3>Bug Fixes</h3> <ul> <li>fixing git internals (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2370">#2370</a>) (<a href="https://github.com/isomorphic-git/isomorphic-git/commit/823843d1cd19182df79bc907c767f5bcecb39a0b">823843d</a>)</li> </ul> <h2>v1.38.5</h2> <h2><a href="https://github.com/isomorphic-git/isomorphic-git/compare/v1.38.4...v1.38.5">1.38.5</a> (2026-06-16)</h2> <h3>Bug Fixes</h3> <ul> <li>Support windows file paths in utils/join.js (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2302">#2302</a>) (<a href="https://github.com/isomorphic-git/isomorphic-git/commit/1395431bc1ee8770e6936eeb26da3ec34ca0ae7b">1395431</a>)</li> </ul> <h2>v1.38.4</h2> <h2><a href="https://github.com/isomorphic-git/isomorphic-git/compare/v1.38.3...v1.38.4">1.38.4</a> (2026-06-02)</h2> <h3>Bug Fixes</h3> <ul> <li>pass credential config username to auth callbacks (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2346">#2346</a>) (<a href="https://github.com/isomorphic-git/isomorphic-git/commit/d9920c57b254fc7de846c9b939cb5eb31242f1a2">d9920c5</a>)</li> </ul> <h2>v1.38.3</h2> <h2><a href="https://github.com/isomorphic-git/isomorphic-git/compare/v1.38.2...v1.38.3">1.38.3</a> (2026-05-26)</h2> <h3>Bug Fixes</h3> <ul> <li>Improve internal error reporting guidance (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2345">#2345</a>) (<a href="https://github.com/isomorphic-git/isomorphic-git/commit/955acf37adb69e50b98e92addb468f241cfb62e7">955acf3</a>)</li> </ul> <h2>v1.38.2</h2> <h2><a href="https://github.com/isomorphic-git/isomorphic-git/compare/v1.38.1...v1.38.2">1.38.2</a> (2026-05-25)</h2> <h3>Bug Fixes</h3> <ul> <li>add bot authoring to release commit (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2329">#2329</a>) (<a href="https://github.com/isomorphic-git/isomorphic-git/commit/328b1baba0e24c91143c6a26cf947c3e34d3752b">328b1ba</a>)</li> <li>add Clever Cloud logo to Acknowledgments in README (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2334">#2334</a>) (<a href="https://github.com/isomorphic-git/isomorphic-git/commit/89f441dce81190037c919e5885db192b88b3072a">89f441d</a>)</li> </ul> <h2>v1.38.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/e5dbec689fab148fd5b518f3d4958c9d728886f9"><code>e5dbec6</code></a> fix: NTFS Alternate Data Streams handling (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2376">#2376</a>)</li> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/31c4b397e557daffc4227f72b6fa1f8c1533e307"><code>31c4b39</code></a> update CONTRIBUTING.md (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2375">#2375</a>)</li> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/823843d1cd19182df79bc907c767f5bcecb39a0b"><code>823843d</code></a> fix: fixing git internals (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2370">#2370</a>)</li> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/1395431bc1ee8770e6936eeb26da3ec34ca0ae7b"><code>1395431</code></a> fix: Support windows file paths in utils/join.js (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2302">#2302</a>)</li> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/4912ef3523ad7164cc11a5faeedc3dab1bcad473"><code>4912ef3</code></a> Github Actions: windows-latest (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2305">#2305</a>)</li> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/0afda829b5872ea4a35b437c25d05f3434c24c36"><code>0afda82</code></a> disable dependabot (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2360">#2360</a>)</li> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/d9920c57b254fc7de846c9b939cb5eb31242f1a2"><code>d9920c5</code></a> fix: pass credential config username to auth callbacks (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2346">#2346</a>)</li> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/955acf37adb69e50b98e92addb468f241cfb62e7"><code>955acf3</code></a> fix: Improve internal error reporting guidance (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2345">#2345</a>)</li> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/89f441dce81190037c919e5885db192b88b3072a"><code>89f441d</code></a> fix: add Clever Cloud logo to Acknowledgments in README (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2334">#2334</a>)</li> <li><a href="https://github.com/isomorphic-git/isomorphic-git/commit/328b1baba0e24c91143c6a26cf947c3e34d3752b"><code>328b1ba</code></a> fix: add bot authoring to release commit (<a href="https://redirect.github.com/isomorphic-git/isomorphic-git/issues/2329">#2329</a>)</li> <li>Additional commits viewable in <a href="https://github.com/isomorphic-git/isomorphic-git/compare/v1.37.2...v1.38.7">compare view</a></li> </ul> </details> <br /> Updates `lightningcss` from 1.31.1 to 1.32.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/parcel-bundler/lightningcss/releases">lightningcss's releases</a>.</em></p> <blockquote> <h2>v1.32.0</h2> <h2>Added</h2> <ul> <li><a href="https://redirect.github.com/parcel-bundler/lightningcss/pull/880">Enable custom resolvers to mark imports as external</a>. Resolvers may now return <code>{external: string}</code> to mark an import as external. This will leave the <code>@import</code> in the output CSS instead of bundling it. See <a href="https://lightningcss.dev/bundling.html#custom-resolvers">the docs</a> for details.</li> <li><a href="https://redirect.github.com/parcel-bundler/lightningcss/pull/1170">Allow visitors to add dependencies</a>. Visitors may now be functions which receive an <code>addDependency</code> function as an option. Dependencies may be used by tools that call Lightning CSS such as bundlers to implement file watching or caching. See <a href="https://lightningcss.dev/transforms.html#dependencies">the docs</a> for details.</li> <li><a href="https://redirect.github.com/parcel-bundler/lightningcss/pull/1148">Add <code>mix-blend-mode</code> property support</a></li> </ul> <h2>Fixed</h2> <ul> <li><a href="https://redirect.github.com/parcel-bundler/lightningcss/pull/1152">Output unknown <code>color-scheme</code> keywords as-is instead of <code>normal</code></a></li> <li><a href="https://redirect.github.com/parcel-bundler/lightningcss/pull/1147">Improved serialization of the rotate property</a></li> <li><a href="https://redirect.github.com/parcel-bundler/lightningcss/pull/1145">keep a single space between functions when formatting <code>transform</code> values</a></li> <li><a href="https://redirect.github.com/parcel-bundler/lightningcss/pull/1142">Fix additionally inserted whitespace in <code>var(--foo,)</code> and <code>env(--foo,)</code></a></li> <li><a href="https://redirect.github.com/parcel-bundler/lightningcss/pull/1174">Convert the percentage in the <code>scale</code> property or <code>scale()</code> to a number</a></li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/836741b5ecc4ae70289b2a26ce265df6c8486357">update compat data</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/parcel-bundler/lightningcss/commits/v1.32.0">compare view</a></li> </ul> </details> <br /> Updates `preact` from 10.28.4 to 10.29.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/preactjs/preact/releases">preact's releases</a>.</em></p> <blockquote> <h2>10.29.7</h2> <h2>Maintenance</h2> <ul> <li>Make RTS optional peer dep (<a href="https://redirect.github.com/preactjs/preact/issues/5150">#5150</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>10.29.6</h2> <p>We had to revert <a href="https://redirect.github.com/preactjs/preact/pull/5055">preactjs/preact#5055</a> due to an incompatibility with <code>useSignalEffect</code></p> <h2>10.29.5</h2> <h2>Fixes</h2> <ul> <li>Compat Suspense hydration children recovery (<a href="https://redirect.github.com/preactjs/preact/issues/5144">#5144</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>10.29.4</h2> <h2>Fixes</h2> <ul> <li>Fix hydration-suspense crashing due to sCU bail (<a href="https://redirect.github.com/preactjs/preact/issues/5134">#5134</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Revert &quot;Fix useId stability across async Suspense (<a href="https://redirect.github.com/preactjs/preact/issues/5108">#5108</a>)&quot; (<a href="https://redirect.github.com/preactjs/preact/issues/5135">#5135</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>10.29.3</h2> <h2>Fixes</h2> <ul> <li>Fix error recovery for partially rendered subtrees (<a href="https://redirect.github.com/preactjs/preact/issues/5120">#5120</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Fix <code>useId</code> stability across async <code>Suspense</code> (<a href="https://redirect.github.com/preactjs/preact/issues/5108">#5108</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Flush subtree effects when rendering a pending node (<a href="https://redirect.github.com/preactjs/preact/issues/5055">#5055</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Fix hydrate recovery with null excess DOM children (<a href="https://redirect.github.com/preactjs/preact/issues/5112">#5112</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>Performance</h2> <ul> <li>Address and guard memory leak hotspots (<a href="https://redirect.github.com/preactjs/preact/issues/5116">#5116</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Avoid redundant allocations and writes (<a href="https://redirect.github.com/preactjs/preact/issues/5115">#5115</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>Types</h2> <ul> <li>Accept <code>Signalish</code> for <code>input</code> DOM-type (<a href="https://redirect.github.com/preactjs/preact/issues/5096">#5096</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>Maintenance</h2> <ul> <li>Use npm staged publishing (<a href="https://redirect.github.com/preactjs/preact/issues/5101">#5101</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Add tier 3 sponsor logos (<a href="https://redirect.github.com/preactjs/preact/issues/5098">#5098</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>10.29.2</h2> <h2>Fixes</h2> <ul> <li>Fix hydration when we have defaultValue or value on a textarea (<a href="https://redirect.github.com/preactjs/preact/issues/5081">#5081</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <h2>Maintenance</h2> <ul> <li>Add CODEOWNERS for GitHub configuration (v10.x) (<a href="https://redirect.github.com/preactjs/preact/issues/5088">#5088</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> <li>Fix trusted publishing workflow (<a href="https://redirect.github.com/preactjs/preact/issues/5084">#5084</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/preactjs/preact/commit/d7421adf6eb349c3f4316c05492fdf81b2dafbcb"><code>d7421ad</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/5152">#5152</a> from preactjs/10.29.7</li> <li><a href="https://github.com/preactjs/preact/commit/ce79b9638d2c8ca0d2e1aac72a828575f3084448"><code>ce79b96</code></a> 10.29.7</li> <li><a href="https://github.com/preactjs/preact/commit/a2418b8d03afa2655ef1d9529125f3e97c374f28"><code>a2418b8</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/5150">#5150</a> from preactjs/preact-rts</li> <li><a href="https://github.com/preactjs/preact/commit/58a2bb1a3b0cea1a9506c8f2df910b9f890dd8da"><code>58a2bb1</code></a> Make RTS optional peer dep</li> <li><a href="https://github.com/preactjs/preact/commit/287288f52a9e45aee88e43e0e016e07d061efe42"><code>287288f</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/5149">#5149</a> from preactjs/10.29.6</li> <li><a href="https://github.com/preactjs/preact/commit/fe8f16e362da8dc550f352520a41819f16ca46ee"><code>fe8f16e</code></a> 10.29.6</li> <li><a href="https://github.com/preactjs/preact/commit/860b5a566f671e6d1ce35113284cd640f04d8bfe"><code>860b5a5</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/5148">#5148</a> from preactjs/revert-5055-v10.x</li> <li><a href="https://github.com/preactjs/preact/commit/177295668777c1207da11e2324cb4753eb710060"><code>1772956</code></a> Revert &quot;Flush subtree effects (<a href="https://redirect.github.com/preactjs/preact/issues/5055">#5055</a>)&quot;</li> <li><a href="https://github.com/preactjs/preact/commit/91108813241c152db28d2366d8b6cef0a61ad5ed"><code>9110881</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/5145">#5145</a> from preactjs/10.29.5</li> <li><a href="https://github.com/preactjs/preact/commit/dc81cf3935ddea3fa55f004d4230118b6d7726a2"><code>dc81cf3</code></a> 10.29.5</li> <li>Additional commits viewable in <a href="https://github.com/preactjs/preact/compare/10.28.4...10.29.7">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for preact since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> Updates `preact-render-to-string` from 6.6.6 to 6.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/preactjs/preact-render-to-string/releases">preact-render-to-string's releases</a>.</em></p> <blockquote> <h2>v6.7.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/450">#450</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/dbc692fd60a9187174491a085d60e635560cb8c6"><code>dbc692f</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Adjust the comment-marker for streaming to be the same as renderToStringAsync where we use \$s</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/461">#461</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/e32a4cd8e7cb06d906a8854616d109c2d2a0189f"><code>e32a4cd</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Reject unsafe namespaced attribute names before normalizing SVG/XML attribute casing.</li> </ul> <h2>v6.6.7</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/457">#457</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/ce6ef7153113af70c32ee952d0fbce01e0115de4"><code>ce6ef71</code></a> Thanks <a href="https://github.com/lemonmade"><code>@​lemonmade</code></a>! - fix: renderToStringAsync produces commas for suspended components with complex children</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md">preact-render-to-string's changelog</a>.</em></p> <blockquote> <h2>6.7.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/450">#450</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/dbc692fd60a9187174491a085d60e635560cb8c6"><code>dbc692f</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Adjust the comment-marker for streaming to be the same as renderToStringAsync where we use $s</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/461">#461</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/e32a4cd8e7cb06d906a8854616d109c2d2a0189f"><code>e32a4cd</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Reject unsafe namespaced attribute names before normalizing SVG/XML attribute casing.</li> </ul> <h2>6.6.7</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/457">#457</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/ce6ef7153113af70c32ee952d0fbce01e0115de4"><code>ce6ef71</code></a> Thanks <a href="https://github.com/lemonmade"><code>@​lemonmade</code></a>! - fix: renderToStringAsync produces commas for suspended components with complex children</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/eb871c8e808ed94bcd95824b10048683d4ccb358"><code>eb871c8</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/460">#460</a> from preactjs/changeset-release/main</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/b22fc16c3aa8efcd15e33f01b2e9acfd4500f3be"><code>b22fc16</code></a> Version Packages</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/833043bc3463c81094464f3143fab3469e2e1052"><code>833043b</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/461">#461</a> from preactjs/fix-link</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/e32a4cd8e7cb06d906a8854616d109c2d2a0189f"><code>e32a4cd</code></a> Reject namespaced attribute</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/990307a99cace84c67bd7520a6bd32cffa9ad219"><code>990307a</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/458">#458</a> from preactjs/changesets-based-publishing</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/bcd3b0b1618dc825a37aef2f8f2052a4b10c8345"><code>bcd3b0b</code></a> Pin npm in CI</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/950a59f11fd0c392890332401f2deb16cdd8b012"><code>950a59f</code></a> Add changesets based publishing</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/797a662aa267c917fcb446cd92129066db682b6e"><code>797a662</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/450">#450</a> from preactjs/id-adjustements</li> <l... _Description has been truncated_
    This pull request can be merged automatically.
    You are not authorized to merge this pull request.
    View command line instructions

    Checkout

    From your project repository, check out a new branch and test the changes.
    git fetch -u origin dependabot/npm_and_yarn/production-dependencies-8943dcfe91:dependabot/npm_and_yarn/production-dependencies-8943dcfe91
    git switch dependabot/npm_and_yarn/production-dependencies-8943dcfe91

    Merge

    Merge the changes and update on Forgejo.

    Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

    git switch v5
    git merge --no-ff dependabot/npm_and_yarn/production-dependencies-8943dcfe91
    git switch dependabot/npm_and_yarn/production-dependencies-8943dcfe91
    git rebase v5
    git switch v5
    git merge --ff-only dependabot/npm_and_yarn/production-dependencies-8943dcfe91
    git switch dependabot/npm_and_yarn/production-dependencies-8943dcfe91
    git rebase v5
    git switch v5
    git merge --no-ff dependabot/npm_and_yarn/production-dependencies-8943dcfe91
    git switch v5
    git merge --squash dependabot/npm_and_yarn/production-dependencies-8943dcfe91
    git switch v5
    git merge --ff-only dependabot/npm_and_yarn/production-dependencies-8943dcfe91
    git switch v5
    git merge dependabot/npm_and_yarn/production-dependencies-8943dcfe91
    git push origin v5
    Sign in to join this conversation.
    No description provided.