Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

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

Package From To
@floating-ui/dom 1.7.0 1.7.4
@napi-rs/simple-git 0.1.19 0.1.22
@webgpu/types 0.1.61 0.1.64
ansi-truncate 1.2.0 1.4.0
flexsearch 0.8.142 0.8.205
minimatch 10.0.1 10.0.3
pixi.js 8.10.2 8.12.0
preact 10.26.9 10.27.1
preact-render-to-string 6.5.13 6.6.1
pretty-bytes 7.0.0 7.0.1
satori 0.13.1 0.16.2
sharp 0.34.2 0.34.3
shiki 1.29.2 3.11.0
workerpool 9.2.0 9.3.3
ws 8.18.2 8.18.3
@types/node 22.15.23 24.3.0
esbuild 0.25.2 0.25.9
prettier 3.5.3 3.6.2
tsx 4.19.3 4.20.5
typescript 5.8.3 5.9.2

Updates @floating-ui/dom from 1.7.0 to 1.7.4

Release notes

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

@​floating-ui/dom@​1.7.4

Patch Changes

  • fix(getViewportRect): account for space left by scrollbar-gutter: stable

@​floating-ui/dom@​1.7.3

Patch Changes

  • Update dependencies: @floating-ui/core@1.7.3

@​floating-ui/dom@​1.7.2

Patch Changes

  • perf: reduce memory allocations
  • Update dependencies: @floating-ui/utils@0.2.10, @floating-ui/core@1.7.2

@​floating-ui/dom@​1.7.1

Patch Changes

  • Update dependencies: @floating-ui/core@1.7.1
Changelog

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

1.7.4

Patch Changes

  • fix(getViewportRect): account for space left by scrollbar-gutter: stable

1.7.3

Patch Changes

  • Update dependencies: @floating-ui/core@1.7.3

1.7.2

Patch Changes

  • perf: reduce memory allocations
  • Update dependencies: @floating-ui/utils@0.2.10, @floating-ui/core@1.7.2

1.7.1

Patch Changes

  • Update dependencies: @floating-ui/core@1.7.1
Commits
  • 7c33a3d chore: version packages (#3388)
  • 8b34295 fix(getViewportRect): account for scrollbar-gutter: stable space (#3387)
  • 38f8b5a chore: version packages (#3377)
  • 693c9cc fix(flip): ensure perpendicular axis flips with crossAxis alignment (#3376)
  • 9497a55 chore: version packages (#3354)
  • ac2af58 perf: reduce additional memory allocations
  • 999bb86 chore: version packages (#3336)
  • 37eb937 fix(flip): check all placements for main axis overflow with `crossAxis: 'alig...
  • See full diff in compare view

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

Release notes

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

v0.1.22

What's Changed

New Contributors

Full Changelog: Brooooooklyn/simple-git@v0.1.21...v0.1.22

v0.1.21

What's Changed

Full Changelog: Brooooooklyn/simple-git@v0.1.20...v0.1.21

v0.1.20

What's Changed

... (truncated)

Commits
  • 7d01607 0.1.22
  • 5792944 chore: fix preversion script
  • 6cbeb6e chore: clippy fix and npm trusted publisher (#99)
  • a1dfc9b chore(deps): update actions/download-artifact action to v5 (#97)
  • 919cd79 ci: replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action ...
  • 3b580ef 0.1.21
  • a36a282 fix: link libz.a on Linux x64 gnu (#95)
  • bb9e05e chore(deps): update cross-platform-actions/action action to v0.29.0 (#94)
  • dea17f8 0.1.20
  • b66275d feat: upgrade to NAPI-RS 3.0 (#93)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​napi-rs/simple-git since your current version.


Updates @webgpu/types from 0.1.61 to 0.1.64

Commits

Updates ansi-truncate from 1.2.0 to 1.4.0

Commits

Updates flexsearch from 0.8.142 to 0.8.205

Commits

Updates minimatch from 10.0.1 to 10.0.3

Commits

Updates pixi.js from 8.10.2 to 8.12.0

Release notes

Sourced from pixi.js's releases.

v8.12.0

💾 Download

Installation:

npm install pixi.js@8.12.0

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.11.0...v8.12.0

🚨 Behavior Change 🚨

  • lineHeight is now correctly calculated for BitmapText. This change may result in some text elements changing position slightly. See #11531.

🎁 Added

  • feat: support scaleMode for cacheAsTexture options by @​mayakwd in pixijs/pixijs#11578
    container.cacheAsTexture({
      scaleMode: 'nearest',
    });
  • feat: Adds max anisotropy passthrough property by @​Zyie in pixijs/pixijs#11588
    texture.source.maxAnisotropy = 16;
  • feat: use DomAdapter for new Image by @​Zyie in pixijs/pixijs#11565
    const image = DomAdapter.get().createImage();
    image.src = 'path/to/image.svg';
  • feat: allow sharing device and adaptor with other engine by @​littleboarx in pixijs/pixijs#11435
    const adapter = await navigator.gpu.requestAdapter();
    const device = await adapter.requestDevice();
    const app = new Application();
    await app.init({ gpu: { adapter, device } });

  • feat: Refactors asset parser configuration by @​Zyie in pixijs/pixijs#11557

... (truncated)

Commits

Updates preact from 10.26.9 to 10.27.1

Release notes

Sourced from preact's releases.

10.27.1

Performance

Types

Fixes

Maintenance

10.27.0

Features

Fixes

  • Ensure we rerender after a suspensefully hydrating boundary throws an… (#4856, thanks @​JoviDeCroock)

Maintenance

Commits

Updates preact-render-to-string from 6.5.13 to 6.6.1

Release notes

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

v6.6.1

Patch Changes

v6.6.0

Minor Changes

Patch Changes

Changelog

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

6.6.1

Patch Changes

6.6.0

Minor Changes

Patch Changes

  • #413 27f340b Thanks @​f0x52! - Fix async rendering of multiple suspended components in a single Suspense boundary
  • #417 441dea2 Thanks @​rschristian! - Only abort/report errors from renderToPipeableStream() if the stream hasn't already been closed
Commits

Updates pretty-bytes from 7.0.0 to 7.0.1

Release notes

Sourced from pretty-bytes's releases.

v7.0.1

  • Fix precision with the binary option (#88) c9fd951

sindresorhus/pretty-bytes@v7.0.0...v7.0.1

Commits

Updates satori from 0.13.1 to 0.16.2

Release notes

Sourced from satori's releases.

0.16.2

0.16.2 (2025-07-29)

Bug Fixes

0.16.1

0.16.1 (2025-07-23)

Bug Fixes

0.16.0

This is a big update thanks to updates from our dependency Yoga.

  • Support for box-sizing
  • Support for display: contents
  • Support for position: static
  • Support for align-content: space-evenly
  • Better support for position: absolute
  • Support for percentage values for gap

Also removed the satori/wasm entrypoint as we're always inlining the WASM binary in the lib source now.

0.16.0 (2025-07-21)

Features

0.15.2

0.15.2 (2025-06-09)

Bug Fixes

0.15.1

0.15.1 (2025-06-09)

Bug Fixes

... (truncated)

Commits

Updates sharp from 0.34.2 to 0.34.3

Commits
  • 276ac2d Release v0.34.3
  • 2dedcf3 Prerelease v0.34.3-rc.1
  • 92f2145 Upgrade to sharp-libvips v1.2.0
  • 2cd2f84 Upgrade to libvips v8.17.1
  • 8ee8d27 Provide XMP as a string, as well as a Buffer, where possible
  • 4e3f379 Add keepXmp and withXmp for control over output XMP metadata #4416
  • df5454e Add support for RAW digicam input, requires custom libvips+libraw
  • 32cf6be Docs: update benchmark results ahead of v0.34.3
  • 96dfd40 Tests: update benchmark environment
  • 1422798 Upgrade to sharp-libvips v1.2.0-rc.3
  • Additional commits viewable in compare view

Updates shiki from 1.29.2 to 3.11.0

Release notes

Sourced from shiki's releases.

v3.11.0

   🚀 Features

    View changes on GitHub

v3.10.0

   🚀 Features

    View changes on GitHub

v3.9.2

   🚀 Features

    View changes on GitHub

v3.9.1

   🚀 Features

    View changes on GitHub

v3.9.0

   🐞 Bug Fixes

    View changes on GitHub

v3.8.1

   🐞 Bug Fixes

    View changes on GitHub

v3.8.0

   🚀 Features

    View changes on GitHub

... (truncated)

Commits

Updates workerpool from 9.2.0 to 9.3.3

Changelog

Sourced from workerpool's changelog.

2025-06-27, version 9.3.3

2025-05-29, version 9.3.2

  • Fix: #505 npm package missing /src/generated/ files.

2025-05-29, version 9.3.1

  • Fix: #505 npm package missing /src/generated/ files.

2025-05-28, version 9.3.0

  • Feat: support for events and std streams to parents from an abort handler (#478). Thanks @​joshLong145.
  • feat: improve compatibility with standard Promise type (#504). Thanks @​joshkel.
Commits

Updates ws from 8.18.2 to 8.18.3

Release notes

Sourced from ws's releases.

8.18.3

Bug fixes

  • Fixed a spec violation where the Sec-WebSocket-Version header was not added to the HTTP response if the client requested version was either invalid or unacceptable (33f5dbaf).
Commits

Updates @types/node from 22.15.23 to 24.3.0

Commits

Updates esbuild from 0.25.2 to 0.25.9

Release notes

Sourced from esbuild's releases.

v0.25.9

  • Better support building projects that use Yarn on Windows (#3131, #3663)

    With this release, you can now use esbuild to bundle projects that use Yarn Plug'n'Play on Windows on drives other than the C: drive. The problem was as follows:

    1. Yarn in Plug'n'Play mode on Windows stores its global module cache on the C: drive
    2. Some developers put their projects on the D: drive
    3. Yarn generates relative paths that use ../.. to get from the project directory to the cache directory
    4. Windows-style paths don't support directory traversal between drives via .. (so D:\.. is just D:)
    5. I didn't have access to a Windows machine for testing this edge case

    Yarn works around this edge case by pretending Windows-style paths beginning with C:\ are actually Unix-style paths beginning with /C:/, so the ../.. path segments are able to navigate across drives inside Yarn's implementation. This was broken for a long time in esbuild but I finally got access to a Windows machine and was able to debug and fix this edge case. So you should now be able to bundle these projects with esbuild.

  • Preserve parentheses around function expressions (#4252)

    The V8 JavaScript VM uses parentheses around function expressions as an optimization hint to immediately compile the function. Otherwise the function would be lazily-compiled, which has additional overhead if that function is always called immediately as lazy compilation involves parsing the function twice. You can read V8's blog post about this for more details.

    Previously esbuild did not represent parentheses around functions in the AST so they were lost during compilation. With this change, esbuild will now preserve parentheses around function expressions when they are present in the original source code. This means these optimization hints will not be lost when bundling with esbuild. In addition, esbuild will now automatically add this optimization hint to immediately-invoked function expressions. Here's an example:

    // Original code
    const fn0 = () => 0
    const fn1 = (() => 1)
    console.log(fn0, function() { return fn1() }())
    // Old output
    const fn0 = () => 0;
    const fn1 = () => 1;
    console.log(fn0, function() {
    return fn1();
    }());
    // New output
    const fn0 = () => 0;
    const fn1 = (() => 1);
    console.log(fn0, (function() {
    return fn1();
    })());

    Note that you do not want to wrap all function expressions in parentheses. This optimization hint should only be used for functions that are called on initial load. Using this hint for functions that are not called on initial load will unnecessarily delay the initial load. Again, see V8's blog post linked above for details.

  • Update Go from 1.23.10 to 1.23.12 (#4257, #4258)

    This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain false positive reports (specifically CVE-2025-4674 and CVE-2025-47907) from vulnerability scanners that only detect which version of the Go compiler esbuild uses.

v0.25.8

  • Fix another TypeScript parsing edge case (#4248)

    This fixes a regression with a change in the previous release that tries to more accurately parse TypeScript arrow functions inside the ?: operator. The regression specifically involves parsing an arrow function containing a #private identifier inside the middle of a ?: ternary operator inside a class body. This was fixed by propagating private identifier state into the parser clone used to speculatively parse the arrow function body. Here is an example of some affected code:

... (truncated)

Changelog

Sourced from esbuild's changelog.

0.25.9

  • Better support building projects that use Yarn on Windows (#3131, #3663)

    With this release, you can now use esbuild to bundle projects that use Yarn Plug'n'Play on Windows on drives other than the C: drive. The problem was as follows:

    1. Yarn in Plug'n'Play mode on Windows stores its global module cache on the C: drive
    2. Some developers put their projects on the D: drive
    3. Yarn generates relative paths that use ../.. to get from the project directory to the cache directory
    4. Windows-style paths don't support directory traversal between drives via .. (so D:\.. is just D:)
    5. I didn't have access to a Windows machine for testing this edge case

    Yarn works around this edge case by pretending Windows-style paths beginning with C:\ are actually Unix-style paths beginning with /C:/, so the ../.. path segments are able to navigate across drives inside Yarn's implementation. This was broken for a long time in esbuild but I finally got access to a Windows machine and was able to debug and fix this edge case. So you should now be able to bundle these projects with esbuild.

  • Preserve parentheses around function expressions (#4252)

    The V8 JavaScript VM uses parentheses around function expressions as an optimization hint to immediately compile the function. Otherwise the function would...

    Description has been truncated

…y with 20 updates

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

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.0` | `1.7.4` |
| [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.19` | `0.1.22` |
| [@webgpu/types](https://github.com/gpuweb/types) | `0.1.61` | `0.1.64` |
| [ansi-truncate](https://github.com/fabiospampinato/ansi-truncate) | `1.2.0` | `1.4.0` |
| [flexsearch](https://github.com/nextapps-de/flexsearch) | `0.8.142` | `0.8.205` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.0.1` | `10.0.3` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.10.2` | `8.12.0` |
| [preact](https://github.com/preactjs/preact) | `10.26.9` | `10.27.1` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.5.13` | `6.6.1` |
| [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.0.0` | `7.0.1` |
| [satori](https://github.com/vercel/satori) | `0.13.1` | `0.16.2` |
| [sharp](https://github.com/lovell/sharp) | `0.34.2` | `0.34.3` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.29.2` | `3.11.0` |
| [workerpool](https://github.com/josdejong/workerpool) | `9.2.0` | `9.3.3` |
| [ws](https://github.com/websockets/ws) | `8.18.2` | `8.18.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.23` | `24.3.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.2` | `0.25.9` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.3` | `4.20.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |



Updates `@floating-ui/dom` from 1.7.0 to 1.7.4
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.4/packages/dom)

Updates `@napi-rs/simple-git` from 0.1.19 to 0.1.22
- [Release notes](https://github.com/Brooooooklyn/simple-git/releases)
- [Commits](Brooooooklyn/simple-git@v0.1.19...v0.1.22)

Updates `@webgpu/types` from 0.1.61 to 0.1.64
- [Commits](gpuweb/types@v0.1.61...v0.1.64)

Updates `ansi-truncate` from 1.2.0 to 1.4.0
- [Commits](fabiospampinato/ansi-truncate@v1.2.0...v1.4.0)

Updates `flexsearch` from 0.8.142 to 0.8.205
- [Release notes](https://github.com/nextapps-de/flexsearch/releases)
- [Changelog](https://github.com/nextapps-de/flexsearch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextapps-de/flexsearch/commits)

Updates `minimatch` from 10.0.1 to 10.0.3
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.0.1...v10.0.3)

Updates `pixi.js` from 8.10.2 to 8.12.0
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.10.2...v8.12.0)

Updates `preact` from 10.26.9 to 10.27.1
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.26.9...10.27.1)

Updates `preact-render-to-string` from 6.5.13 to 6.6.1
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
- [Commits](preactjs/preact-render-to-string@v6.5.13...v6.6.1)

Updates `pretty-bytes` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
- [Commits](sindresorhus/pretty-bytes@v7.0.0...v7.0.1)

Updates `satori` from 0.13.1 to 0.16.2
- [Release notes](https://github.com/vercel/satori/releases)
- [Commits](vercel/satori@0.13.1...0.16.2)

Updates `sharp` from 0.34.2 to 0.34.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.2...v0.34.3)

Updates `shiki` from 1.29.2 to 3.11.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.11.0/packages/shiki)

Updates `workerpool` from 9.2.0 to 9.3.3
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](https://github.com/josdejong/workerpool/commits)

Updates `ws` from 8.18.2 to 8.18.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.2...8.18.3)

Updates `@types/node` from 22.15.23 to 24.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `esbuild` from 0.25.2 to 0.25.9
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.2...v0.25.9)

Updates `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](prettier/prettier@3.5.3...3.6.2)

Updates `tsx` from 4.19.3 to 4.20.5
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.3...v4.20.5)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@napi-rs/simple-git"
  dependency-version: 0.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@webgpu/types"
  dependency-version: 0.1.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ansi-truncate
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: flexsearch
  dependency-version: 0.8.205
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: minimatch
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-version: 8.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-version: 10.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact-render-to-string
  dependency-version: 6.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pretty-bytes
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: satori
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sharp
  dependency-version: 0.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: shiki
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: workerpool
  dependency-version: 9.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-version: 0.25.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tsx
  dependency-version: 4.20.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 26, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants