An open index of dependabot pull requests across open source projects.

chore(deps): bump the production-dependencies group across 1 directory with 30 updates

Closed
Number: #20
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: October 27, 2025 at 10:02 PM UTC
(16 days ago)
Updated: November 03, 2025 at 09:25 PM UTC
(9 days ago)
Closed: November 03, 2025 at 09:25 PM UTC
(9 days ago)
Time to Close: 7 days
Labels:
dependencies javascript
Description:

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

Package From To
@clack/prompts 0.10.0 0.11.0
@floating-ui/dom 1.6.13 1.7.4
@myriaddreamin/rehype-typst 0.5.4 0.6.0
@napi-rs/simple-git 0.1.19 0.1.22
chalk 5.4.1 5.6.2
flexsearch 0.7.43 0.8.212
globby 14.1.0 15.0.0
is-absolute-url 4.0.1 5.0.0
lightningcss 1.29.2 1.30.2
mdast 2.3.2 3.0.0
pixi.js 8.8.1 8.14.0
preact 10.26.4 10.27.2
preact-render-to-string 6.5.13 6.6.3
pretty-bytes 6.1.1 7.1.0
rehype-citation 2.2.2 2.3.1
rehype-pretty-code 0.14.0 0.14.1
remark-rehype 11.1.1 11.1.2
satori 0.12.1 0.18.3
sharp 0.33.5 0.34.4
shiki 1.26.2 3.14.0
workerpool 9.2.0 10.0.0
ws 8.18.1 8.18.3
@types/ws 8.18.0 8.18.1
yargs 17.7.2 18.0.0
@types/node 22.13.10 24.9.1
@types/yargs 17.0.33 17.0.34
esbuild 0.25.1 0.25.11
prettier 3.5.3 3.6.2
tsx 4.19.3 4.20.6
typescript 5.8.2 5.9.3

Updates @clack/prompts from 0.10.0 to 0.11.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​0.11.0

Minor Changes

  • 07ca32d: Reverted a change where placeholders were being set as values on return.

Patch Changes

  • Updated dependencies [07ca32d]
    • @​clack/core@​0.5.0

@​clack/prompts@​0.10.1

Patch Changes

  • 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
  • 30aa7ed: Adds a new selectableGroups boolean to the group multi-select prompt. Using selectableGroups: false will disable the ability to select a top-level group, but still allow every child to be selected individually.
  • Updated dependencies [30aa7ed]
  • Updated dependencies [5dfce8a]
  • Updated dependencies [f574297]
    • @​clack/core@​0.4.2
Changelog

Sourced from @​clack/prompts's changelog.

0.11.0

Minor Changes

  • 07ca32d: Reverted a change where placeholders were being set as values on return.

Patch Changes

  • Updated dependencies [07ca32d]
    • @​clack/core@​0.5.0

0.10.1

Patch Changes

  • 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
  • 30aa7ed: Adds a new selectableGroups boolean to the group multi-select prompt. Using selectableGroups: false will disable the ability to select a top-level group, but still allow every child to be selected individually.
  • Updated dependencies [30aa7ed]
  • Updated dependencies [5dfce8a]
  • Updated dependencies [f574297]
    • @​clack/core@​0.4.2
Commits

Updates @floating-ui/dom from 1.6.13 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

@​floating-ui/dom@​1.7.0

Minor Changes

  • feat(flip): add "alignment" string value for crossAxis option. This value determines if cross axis overflow checking is restricted to the alignment of the placement only. This prevents fallbackPlacements/fallbackAxisSideDirection from too eagerly changing to the perpendicular side (thereby preferring shift() if overflow is detected along the cross axis, even if shift() is placed after flip() in the middleware array).

Patch Changes

  • fix: correct position when document scrollbar is on left side with fixed strategy
  • Update dependencies: @floating-ui/core@1.7.0
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

1.7.0

Minor Changes

  • feat(flip): add "alignment" string value for crossAxis option. This value determines if cross axis overflow checking is restricted to the alignment of the placement only. This prevents fallbackPlacements/fallbackAxisSideDirection from too eagerly changing to the perpendicular side (thereby preferring shift() if overflow is detected along the cross axis, even if shift() is placed after flip() in the middleware array).

Patch Changes

  • fix: correct position when document scrollbar is on left side with fixed strategy
  • Update dependencies: @floating-ui/core@1.7.0
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...
  • fdcb0a9 chore: version packages (#3310)
  • 1150bcf chore: make dom depend on core for minors
  • Additional commits viewable in compare view

Updates @myriaddreamin/rehype-typst from 0.5.4 to 0.6.0

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: https://github.com/Brooooooklyn/simple-git/compare/v0.1.21...v0.1.22

v0.1.21

What's Changed

Full Changelog: https://github.com/Brooooooklyn/simple-git/compare/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 chalk from 5.4.1 to 5.6.2

Release notes

Sourced from chalk's releases.

v5.6.2

v5.6.0

  • Make WezTerm terminal use true color a8f5bf7

https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0

v5.5.0

  • Make Ghostty terminal use true color (#653) 79ee2d3

https://github.com/chalk/chalk/compare/v5.4.1...v5.5.0

Commits

Updates flexsearch from 0.7.43 to 0.8.212

Release notes

Sourced from flexsearch's releases.

v0.8.2

  • Config-Serialized Query Caches, Improved caching strategy for Document indexes and Resolver
  • Resolver Async Processing Workflow (including Queuing)
  • Extended Resolver Support: Worker, Persistent, Cache
  • Extended Result Highlighting: Boundaries, Ellipsis, Alignment
  • Improved TypeScript Typings
  • Improved Stemmer Handling
  • Improved Result Highlighting
  • Use multi-language charset normalization as the default Encoder
  • Simplified charset support for multi-language content
  • Charset renamed LatinExact => Exact, LatinDefault => Default and LatinSimple => Normalize, these are universal charset presets for any languages
  • Charset ArabicDefault and CyrillicDefault was removed, they are fully covered by the default universal charset presets
  • Charset Charset.CjkDefault was renamed to Charset.CJK

v0.8.1

  • Resolver Support for Documents
  • Asynchronous Runtime Balancer, new option priority
  • Export/Import Worker Indexes + Document Worker, new extern config options export and import
  • Improved interoperability of the different build packages, including source folder
  • Support custom filter function for encoder (stop-word filter)

v0.8.0

  • Persistent indexes support for: IndexedDB (Browser), Redis, SQLite, Postgres, MongoDB, Clickhouse
  • Enhanced language customization via the new Encoder class
  • Result Highlighting
  • Query performance achieve results up to 4.5 times faster compared to the previous generation v0.7.x by also improving the quality of results
  • Enhanced support for larger indexes or larger result sets
  • Improved offset and limit processing achieve up to 100 times faster traversal performance through large datasets
  • Support for larger In-Memory index with extended key size (the defaults maximum keystore limit is: 2^24)
  • Greatly enhanced performance of the whole text encoding pipeline
  • Improved indexing of numeric content (Triplets)
  • Intermediate result sets and Resolver
  • Basic Resolver: and, or, xor, not, limit, offset, boost, resolve
  • Improved charset collection
  • New charset preset soundex which further reduces memory consumption by also increasing "fuzziness"
  • Performance gain when polling tasks to the index by using "Event-Loop-Caches"
  • Up to 100 times faster deletion/replacement when not using the additional "fastupdate" register
  • Regex Pre-Compilation (transforms hundreds of regex rules into just a few)
  • Extended support for multiple tags (DocumentIndex)
  • Custom Fields ("Virtual Fields")
  • Custom Filter
  • Custom Score Function
  • Added French language preset (stop-word filter, stemmer)
  • Enhanced Worker Support
  • Export / Import index in chunks
  • Improved Build System + Bundler (Supported: CommonJS, ESM, Global Namespace), also the import of language packs are now supported for Node.js
  • Full covering index.d.ts type definitions
  • Fast-Boot Serialization optimized for Server-Side-Rendering (PHP, Python, Ruby, Rust, Java, Go, Node.js, ...)
Changelog

Sourced from flexsearch's changelog.

Changelog

Current Version

  • Calling index.clear() on a persistent Index does not stack to the task queue by default (which executes on commit), instead it will execute immediately and return a Promise
  • Added new tokenizer tolerant, inherits from strict but also matches simple typos like missing letters and swapped letters
  • Improved Redis Cleanup
  • Resolver: Support Result Highlighting

v0.8.2

  • Config-Serialized Query Caches, Improved caching strategy for Document indexes and Resolver
  • Resolver Async Processing Workflow (including Queuing)
  • Extended Resolver Support: Worker, Persistent, Cache
  • Extended Result Highlighting: Boundaries, Ellipsis, Alignment
  • Improved TypeScript Typings
  • Improved Stemmer Handling
  • Improved Result Highlighting
  • Use multi-language charset normalization as the default Encoder
  • Simplified charset support for multi-language content
  • Charset renamed LatinExact => Exact, LatinDefault => Default and LatinSimple => Normalize, these are universal charset presets for any languages
  • Charset ArabicDefault and CyrillicDefault was removed, they are fully covered by the default universal charset presets
  • Charset Charset.CjkDefault was renamed to Charset.CJK

v0.8.1

  • Resolver Support for Documents
  • Asynchronous Runtime Balancer, new option priority
  • Export/Import Worker Indexes + Document Worker, new extern config options export and import
  • Improved interoperability of the different build packages, including source folder
  • Support custom filter function for encoder (stop-word filter)

v0.8.0

  • Persistent indexes support for: IndexedDB (Browser), Redis, SQLite, Postgres, MongoDB, Clickhouse
  • Enhanced language customization via the new Encoder class
  • Result Highlighting
  • Query performance achieve results up to 4.5 times faster compared to the previous generation v0.7.x by also improving the quality of results
  • Enhanced support for larger indexes or larger result sets
  • Improved offset and limit processing achieve up to 100 times faster traversal performance through large datasets
  • Support for larger In-Memory index with extended key size (the defaults maximum keystore limit is: 2^24)
  • Greatly enhanced performance of the whole text encoding pipeline
  • Improved indexing of numeric content (Triplets)
  • Intermediate result sets and Resolver
  • Basic Resolver: and, or, xor, not, limit, offset, boost, resolve
  • Improved charset collection
  • New charset preset soundex which further reduces memory consumption by also increasing "fuzziness"
  • Performance gain when polling tasks to the index by using "Event-Loop-Caches"
  • Up to 100 times faster deletion/replacement when not using the additional "fastupdate" register
  • Regex Pre-Compilation (transforms hundreds of regex rules into just a few)

... (truncated)

Commits

Updates globby from 14.1.0 to 15.0.0

Release notes

Sourced from globby's releases.

v15.0.0

Breaking

  • Require Node.js 20 4ae42c8

Fixes

  • Fix expandDirectories not working with globstar patterns 98d691a
  • Fix relative paths with gitignore option b4d78d8
  • Fix gitignore patterns in subdirectories not applying recursively 2cb6088
  • Fix TypeScript types for globbyStream to correctly yield strings 1c7f3ed

https://github.com/sindresorhus/globby/compare/v14.1.0...v15.0.0

Commits
  • b65747e 15.0.0
  • 4ae42c8 Require Node.js 20
  • 98d691a Fix expandDirectories not working with globstar patterns
  • b4d78d8 Fix relative paths with gitignore option
  • 2cb6088 Fix gitignore patterns in subdirectories not applying recursively
  • 0a4df0e Document performance implications of gitignore option
  • 1c7f3ed Fix TypeScript types for globbyStream to correctly yield strings
  • See full diff in compare view

Updates is-absolute-url from 4.0.1 to 5.0.0

Release notes

Sourced from is-absolute-url's releases.

v5.0.0

Breaking

  • Require Node.js 20 430699d
  • It now only allows http:// and https:// protocols by default 05e1989
    • To get the old behavior, pass in {httpOnly: false}

Improvements

  • Add httpOnly option and make it the default 05e1989

https://github.com/sindresorhus/is-absolute-url/compare/v4.0.1...v5.0.0

Commits

Updates lightningcss from 1.29.2 to 1.30.2

Release notes

Sourced from lightningcss's releases.

v1.30.2

Fixes

Rust crate changes

v1.30.1

Fixed crash on process exit when lightningcss was loaded inside a Node.js worker thread on Linux

v1.30.0

Features

  • Update relative color parsing to latest spec: colors now support numbers in addition to percentages, and calcs in colors are now always numbers. Note that this was technically a breaking change in the spec. You may need to update code using relative color calculations on percentages to use numbers instead. See the PR for details. – #465
  • Update nesting implementation for new spec: It is now possible to nest selectors with pseudo elements, and declarations and nested rules can be interleaved. See https://web.dev/blog/css-nesting-cssnesteddeclarations for more details. – https://github.com/parcel-bundler/lightningcss/commit/6c465c123deb549dfb45fd3558f25dca0dbde0d6
  • Skip generating unnecessary @supports rules when already nested in a @supports rule – #878, d398c1b86439dfd243a6c2ba627a8e7981118a44
  • Improve error recovery for media queries – #954
  • Add support for ::picker, ::picker-icon and ::checkmark – #957
  • Add build support for Android – #932

Fixes

  • Fix error message for invalid composes selectors – parcel-bundler/lightningcss#948
  • Update browserslist – parcel-bundler/lightningcss#961
  • Fix linear-gradient direction conversion for legacy vendor-prefixed values – #936
  • Prevent new lines in license comments from breaking source maps – #971
  • Do not inline layers before imports – 33ea2c149e2c94f6e45a86d6d666d092729c9523
  • Statically link Visual Studio redistributables on Windows builds – e5c4139be325c03704072c948be38f8b1f990071
  • update browser compat data – 17bdc80ff5282c410daf65d135ef6cac79200e55

v1.29.3

Commits

Updates mdast from 2.3.2 to 3.0.0

Release notes

Sourced from mdast's releases.

3.0.0

Commits

Updates pixi.js from 8.8.1 to 8.14.0

Release notes

Sourced from pixi.js's releases.

v8.14.0

💾 Download

Installation:

npm install pixi.js@8.14.0

Development Build:

Production Build:

Documentation:

Changed

https://github.com/pixijs/pixi.js/compare/v8.13.2...v8.14.0

🎁 Added

  • feat: add asset loading strategies by @​Zyie in pixijs/pixijs#11693
    • Three new loading strategies have been introduced: throw, skip, and retry
      • throw: The default strategy and matches the behavior of previous versions. With this strategy enabled any asset that fails to load will throw an error and the promise will reject.
      • skip: If any asset fails to load not error is thrown and the loader continues to load other assets
      • retry: Allow for multiple attempts at loading an asset before an error is thrown. The number of attempts and the delay between attempts are configurable
    const options: LoadOptions = {
      strategy: 'retry',
      retryCount: 5, // Retry up to 5 times
    };
    await Assets.load('unstable-asset.png', options);
    
    await Assets.init({
        basePath,
        loadOptions: { strategy: 'skip', onError: (error, asset) => console.log(error, asset.url) },
    });
    

    Assets.addBundle('testBundle', [
    { alias: 'bunny', src: 'textures/bunny_no_img.png' },
    { alias: 'bunny2', src: 'textures/bunny.png' },
    ]);

    // only bunny2 is defined and did not throw an error
    const assets = await Assets.loadBundle('testBundle');

  • feat: Adds progress size to asset loading by @​Zyie in pixijs/pixijs#11699

... (truncated)

Commits
  • 4cfcbc0 v8.14.0
  • 5c2ec18 feat: added rotate to Point math-extras (#11704)
  • 0833a7a feat: Adds progress size to asset loading (#11699)
  • 793f9c6 fix: Allow IRenderLayer as part of the ContainerOptions children array (#11687)
  • b549b04 fix: removes accessibility system event listeners correctly (#11700)
  • 7057530 fix: directly pass instanceCount to instanced draw when !== 1 (#11639)
  • 63f30c0 fix: respect filter enabled state (#11674)
  • 3fb7bc8 fix: ensure updateTextBounds is called regardless of style and resolution c...
  • 7fb35ad feat: add change guards to TextStyle setters to prevent redundant updates (#1...
  • b021f26 fix: incorrect accessibility div when recycled from the pool (#11679) (#11680)
  • Additional commits viewable in compare view

Updates preact from 10.26.4 to 10.27.2

Release notes

Sourced from preact's releases.

10.27.2

Types

Fixes

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

10.26.9

Fixes

... (truncated)

Commits

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

Release notes

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

v6.6.3

Patch Changes

v6.6.2

Patch Changes

v6.6.1

Patch Changes

v6.6.0

Minor Changes

Patch Changes

Changelog

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

6.6.3

Patch Changes

Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
22.13.10 → 24.9.1
Update Type:
Major
Package:
ws
Ecosystem:
npm
Version Change:
8.18.1 → 8.18.3
Update Type:
Patch
Package:
prettier
Ecosystem:
npm
Version Change:
3.5.3 → 3.6.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.10.0 → 0.11.0
Update Type:
Minor
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.2 → 5.9.3
Update Type:
Minor
Package:
yargs
Ecosystem:
npm
Version Change:
17.7.2 → 18.0.0
Update Type:
Major
Package:
esbuild
Ecosystem:
npm
Version Change:
0.25.1 → 0.25.11
Update Type:
Patch
Package:
tsx
Ecosystem:
npm
Version Change:
4.19.3 → 4.20.6
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.0.1 → 5.0.0
Update Type:
Major
Package:
satori
Ecosystem:
npm
Version Change:
0.12.1 → 0.18.3
Update Type:
Minor
Package:
pixi.js
Ecosystem:
npm
Version Change:
8.8.1 → 8.14.0
Update Type:
Minor
Package:
shiki
Ecosystem:
npm
Version Change:
1.26.2 → 3.14.0
Update Type:
Major
Package:
chalk
Ecosystem:
npm
Version Change:
5.4.1 → 5.6.2
Update Type:
Minor
Package:
sharp
Ecosystem:
npm
Version Change:
0.33.5 → 0.34.4
Update Type:
Minor
Package:
flexsearch
Ecosystem:
npm
Version Change:
0.7.43 → 0.8.212
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.6.13 → 1.7.4
Update Type:
Minor
Package:
preact
Ecosystem:
npm
Version Change:
10.26.4 → 10.27.2
Update Type:
Minor
Package:
workerpool
Ecosystem:
npm
Version Change:
9.2.0 → 10.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
0.14.0 → 0.14.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.29.2 → 1.30.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.1.1 → 7.1.0
Update Type:
Major
Ecosystem:
npm
Version Change:
2.2.2 → 2.3.1
Update Type:
Minor
Package:
globby
Ecosystem:
npm
Version Change:
14.1.0 → 15.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
0.5.4 → 0.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
11.1.1 → 11.1.2
Update Type:
Patch
Package:
@types/ws
Ecosystem:
npm
Version Change:
8.18.0 → 8.18.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.5.13 → 6.6.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.1.19 → 0.1.22
Update Type:
Patch
Ecosystem:
npm
Version Change:
17.0.33 → 17.0.34
Update Type:
Patch
Package:
mdast
Ecosystem:
npm
Version Change:
2.3.2 → 3.0.0
Update Type:
Major
Technical Details
ID: 10815002
UUID: 3558805095
Node ID: PR_kwDOOI-0MM6wAF_G
Host: GitHub
Repository: codeblech/codeblech.github.io