Skip to content

build(deps): bump the prod-dependencies-patch group across 1 directory with 10 updates - #20

Open
dependabot[bot] wants to merge 1 commit into
agent-sessionsfrom
dependabot/npm_and_yarn/prod-dependencies-patch-eeb90f1fea
Open

build(deps): bump the prod-dependencies-patch group across 1 directory with 10 updates#20
dependabot[bot] wants to merge 1 commit into
agent-sessionsfrom
dependabot/npm_and_yarn/prod-dependencies-patch-eeb90f1fea

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the prod-dependencies-patch group with 10 updates in the / directory:

Package From To
@floating-ui/react 0.27.19 0.27.20
@table-nav/core 0.0.7 0.0.10
@table-nav/react 0.0.7 0.0.10
@tanstack/react-virtual 3.14.3 3.14.10
dayjs 1.11.19 1.11.23
fast-average-color 9.5.0 9.5.2
remark-flexible-toc 1.2.4 1.2.6
semver 7.8.4 7.8.5
uuid 14.0.0 14.0.1
ws 8.21.0 8.21.3

Updates @floating-ui/react from 0.27.19 to 0.27.20

Release notes

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

@​floating-ui/react@​0.27.20

Patch Changes

  • fix: remove redundant passive options from scroll listeners
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • Update dependencies: @floating-ui/react-dom@2.1.9, @floating-ui/utils@0.2.12
Changelog

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

0.27.20

Patch Changes

  • fix: remove redundant passive options from scroll listeners
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • Update dependencies: @floating-ui/react-dom@2.1.9, @floating-ui/utils@0.2.12
Commits
  • 12d9473 chore: version packages (#3480)
  • 9887c96 fix(types): restore bivariant parameters for optional callbacks
  • 73c1f76 fix(types): support exactOptionalPropertyTypes (#3456)
  • 8999976 chore: upgrade vulnerable direct dependencies (#3484)
  • fa63ca6 chore: remove unnecessary passive flag from scroll events (#3470)
  • fabb80b breaking(vue): drop vue-demi and require Vue >=3.3.0 (#3452)
  • See full diff in compare view

Updates @table-nav/core from 0.0.7 to 0.0.10

Changelog

Sourced from @​table-nav/core's changelog.

0.0.10

Patch Changes

  • 32d3d0e: fix(core): bind keyboard listeners so they work when passed by reference

0.0.9

Patch Changes

  • 044643a: bump broken workspace reference

0.0.8

Patch Changes

  • 79c91ba: fix rapid arrow navigation handling
Commits
  • f6cbf0a ci: releasing new version
  • 1043c28 fix(core): bind keyboard listeners so they work when passed by reference (#9)
  • 11a8568 ci: releasing new version
  • 44af826 ci: releasing new version
  • 102c932 fix: rapid arrow key navigation
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​table-nav/core since your current version.


Updates @table-nav/react from 0.0.7 to 0.0.10

Changelog

Sourced from @​table-nav/react's changelog.

0.0.10

Patch Changes

  • 32d3d0e: fix(core): bind keyboard listeners so they work when passed by reference
  • Updated dependencies [32d3d0e]
    • @​table-nav/core@​0.0.10

0.0.9

Patch Changes

  • 044643a: bump broken workspace reference
  • Updated dependencies [044643a]
    • @​table-nav/core@​0.0.9

0.0.8

Patch Changes

  • 79c91ba: fix rapid arrow navigation handling
  • Updated dependencies [79c91ba]
    • @​table-nav/core@​0.0.8
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​table-nav/react since your current version.


Updates @tanstack/react-virtual from 3.14.3 to 3.14.10

Release notes

Sourced from @​tanstack/react-virtual's releases.

@​tanstack/react-virtual@​3.14.10

Patch Changes

@​tanstack/react-virtual@​3.14.9

Patch Changes

  • Updated dependencies [a5417b4]:
    • @​tanstack/virtual-core@​3.17.7

@​tanstack/react-virtual@​3.14.8

Patch Changes

  • #1237 aa536e7 - Fix a gap at the top of the list after an end-anchored prepend in directDomUpdates mode. The prepend grows the total size and bumps scrollOffset to the new bottom in the same pass, but the size container's height was written after _willUpdate synced the scroll position — so the browser clamped the scrollTop write to the stale (shorter) scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affected directDomUpdates mode (React-rendered sizers receive their height during render).

  • Updated dependencies [7ae32b5]:

    • @​tanstack/virtual-core@​3.17.6

@​tanstack/react-virtual@​3.14.7

Patch Changes

@​tanstack/react-virtual@​3.14.6

Patch Changes

@​tanstack/react-virtual@​3.14.5

Patch Changes

@​tanstack/react-virtual@​3.14.4

Patch Changes

Changelog

Sourced from @​tanstack/react-virtual's changelog.

3.14.10

Patch Changes

3.14.9

Patch Changes

  • Updated dependencies [a5417b4]:
    • @​tanstack/virtual-core@​3.17.7

3.14.8

Patch Changes

  • #1237 aa536e7 - Fix a gap at the top of the list after an end-anchored prepend in directDomUpdates mode. The prepend grows the total size and bumps scrollOffset to the new bottom in the same pass, but the size container's height was written after _willUpdate synced the scroll position — so the browser clamped the scrollTop write to the stale (shorter) scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affected directDomUpdates mode (React-rendered sizers receive their height during render).

  • Updated dependencies [7ae32b5]:

    • @​tanstack/virtual-core@​3.17.6

3.14.7

Patch Changes

3.14.6

Patch Changes

3.14.5

Patch Changes

3.14.4

Patch Changes

Commits

Updates dayjs from 1.11.19 to 1.11.23

Release notes

Sourced from dayjs's releases.

v1.11.23

1.11.23 (2026-08-17)

Bug Fixes

  • plugin: timezone plugin prevent RangeError for invalid Day.js values (#3180) (dad46e6)
  • plugin: timezone plugin prevent RangeError for invalid Day.js values (#3180) (#3181) (2a3785f)

v1.11.22

1.11.22 (2026-08-16)

Bug Fixes

  • plugin: timezone compute instance .tz() offset without host DST (#3174) (e27ee80), closes #3169

v1.11.21

1.11.21 (2026-05-26)

Bug Fixes

v1.11.20

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118
Changelog

Sourced from dayjs's changelog.

1.11.23 (2026-08-17)

Bug Fixes

  • plugin: timezone plugin prevent RangeError for invalid Day.js values (#3180) (dad46e6)
  • plugin: timezone plugin prevent RangeError for invalid Day.js values (#3180) (#3181) (2a3785f)

1.11.22 (2026-08-16)

Bug Fixes

  • plugin: timezone compute instance .tz() offset without host DST (#3174) (e27ee80), closes #3169

1.11.21 (2026-05-26)

Bug Fixes

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118
Commits
  • 4549b8d chore(release): 1.11.23 [skip ci]
  • 2a3785f fix(plugin): timezone plugin prevent RangeError for invalid Day.js values (#3...
  • dad46e6 fix(plugin): timezone plugin prevent RangeError for invalid Day.js values (#3...
  • ae3a550 chore(release): 1.11.22 [skip ci]
  • accfc67 D2M (#3177)
  • e27ee80 fix(plugin): timezone compute instance .tz() offset without host DST (#3174)
  • 98364bc chore: update doc
  • f6a1556 chore: update doc
  • 6609c5e chore: update doc
  • a25f01e chore(release): 1.11.21 [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

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


Updates fast-average-color from 9.5.0 to 9.5.2

Release notes

Sourced from fast-average-color's releases.

v9.5.2

Fixed image loading completion check.

v9.5.1

Fixed binding of event handler for image.

Changelog

Sourced from fast-average-color's changelog.

v9.5.2

  • Fixed image loading completion check.

v9.5.1

  • Fixed binding of event handler for image.
Commits

Updates remark-flexible-toc from 1.2.4 to 1.2.6

Release notes

Sourced from remark-flexible-toc's releases.

v1.2.6

The changes made by @​talatkuyuk:

  • Update github action excluding trigger on pushing a tag
  • Update copyright to 2026 in LICENSE
  • Add 'My Unist Utils and Plugins' section to README
  • Remove unnecessary tsconfig options
  • Update tsconfig include option as "src" instead of a glob
  • Add type checking for test files
  • Add type checking for eslint config
  • Move tsbuildinfo to root to prevent npm deploy via dist and drop .npmignore
  • Refine the code and types
  • Replace remark-heading-id with remark-custom-header-id in devDependencies due to lack of maintenance
  • Update unist utils and unified plugins section in README
  • Update sponsorship announcement in README
  • Update devDependencies
  • Reproduce package-lock.json

v1.2.5

The changes made by @​talatkuyuk:

  • Update unist-util-visit
  • Update output directory as "dist" instead of "dist/esm"
  • Update export conditions in package.json
  • Update npm scripts in package.json
  • Update sourcemaps by adding inlineSources into tsconfig, and removing "src/" directory from files in package.json
  • Add declarationMap to tsconfig
  • Add .tsbuildinfo to .npmignore
  • Update github actions
  • Update devDependencies
  • Update eslint to version 10
  • Update eslint config using defineConfig instead of tseslint.config
  • Add a sponsorship banner into README.md
  • Add a new remark plugin to plugin list in README.md
Commits
  • 87b0fc6 v1.2.6
  • d39726a Refine the code and types
  • d0c0fd1 Reproduce package-lock.json
  • 32e2c62 Update devDependencies
  • b5b1753 Update sponsorship announcement in README
  • 6e8b1cb Move tsbuildinfo to root to prevent npm deploy via dist and drop .npmignore
  • 5b969dd Add type checking for eslint config
  • c6cf348 Refine the code and types
  • 9b2ebda Add type checking for test files
  • 3d2a4bc Update tsconfig include option as "src" instead of a glob
  • Additional commits viewable in compare view

Updates semver from 7.8.4 to 7.8.5

Release notes

Sourced from semver's releases.

v7.8.5

7.8.5 (2026-06-19)

Bug Fixes

Changelog

Sourced from semver's changelog.

7.8.5 (2026-06-19)

Bug Fixes

Commits
  • 6e05b76 chore: release 7.8.5 (#879)
  • 9c8692a fix: include prereleases in tilde range lower bound with includePrerelease (#...
  • See full diff in compare view

Updates uuid from 14.0.0 to 14.0.1

Release notes

Sourced from uuid's releases.

v14.0.1

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)
Changelog

Sourced from uuid's changelog.

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)
Commits
Install script changes

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


Updates ws from 8.21.0 to 8.21.3

Release notes

Sourced from ws's releases.

8.21.3

Bug fixes

  • The server now correctly rejects permessage-deflate offers if the incoming client_max_window_bits parameter value is smaller than its configured clientMaxWindowBits (e97a20ea).

8.21.2

Bug fixes

  • Fixed a test for CITGM (2eb3be0b).

8.21.1

Bug fixes

  • Empty fragments are now counted toward the limit (a2f4e7c0).
  • The default values of the maxBufferedChunks and maxFragments options have been reduced (f197ac65).
Commits
  • c791e70 [dist] 8.21.3
  • e97a20e [fix] Reject offers with client_max_window_bits below config
  • 787ebf2 [dist] 8.21.2
  • b4d62eb Revert "[ci] Trust Coveralls Homebrew tap"
  • e4bb883 [security] Use GitHub PVR as main reporting channel
  • 2eb3be0 [test] Skip test on Node.js versions where it does not apply
  • ae1de54 [dist] 8.21.1
  • 8e9511b [ci] Trust Coveralls Homebrew tap
  • f197ac6 [fix] Lower default values of maxBufferedChunks and maxFragments
  • 8df8265 [ci] Update actions/checkout action to v7
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 10 updates

Bumps the prod-dependencies-patch group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.27.19` | `0.27.20` |
| [@table-nav/core](https://github.com/konsalex/table-nav/tree/HEAD/packages/core) | `0.0.7` | `0.0.10` |
| [@table-nav/react](https://github.com/konsalex/table-nav/tree/HEAD/packages/react) | `0.0.7` | `0.0.10` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.14.3` | `3.14.10` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.19` | `1.11.23` |
| [fast-average-color](https://github.com/fast-average-color/fast-average-color) | `9.5.0` | `9.5.2` |
| [remark-flexible-toc](https://github.com/ipikuka/remark-flexible-toc) | `1.2.4` | `1.2.6` |
| [semver](https://github.com/npm/node-semver) | `7.8.4` | `7.8.5` |
| [uuid](https://github.com/uuidjs/uuid) | `14.0.0` | `14.0.1` |
| [ws](https://github.com/websockets/ws) | `8.21.0` | `8.21.3` |



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

Updates `@table-nav/core` from 0.0.7 to 0.0.10
- [Changelog](https://github.com/konsalex/table-nav/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/konsalex/table-nav/commits/@table-nav/core@0.0.10/packages/core)

Updates `@table-nav/react` from 0.0.7 to 0.0.10
- [Changelog](https://github.com/konsalex/table-nav/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/konsalex/table-nav/commits/@table-nav/react@0.0.10/packages/react)

Updates `@tanstack/react-virtual` from 3.14.3 to 3.14.10
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.14.10/packages/react-virtual)

Updates `dayjs` from 1.11.19 to 1.11.23
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.23/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.19...v1.11.23)

Updates `fast-average-color` from 9.5.0 to 9.5.2
- [Release notes](https://github.com/fast-average-color/fast-average-color/releases)
- [Changelog](https://github.com/fast-average-color/fast-average-color/blob/master/CHANGELOG.md)
- [Commits](fast-average-color/fast-average-color@v9.5.0...v9.5.2)

Updates `remark-flexible-toc` from 1.2.4 to 1.2.6
- [Release notes](https://github.com/ipikuka/remark-flexible-toc/releases)
- [Commits](ipikuka/remark-flexible-toc@v1.2.4...v1.2.6)

Updates `semver` from 7.8.4 to 7.8.5
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.8.4...v7.8.5)

Updates `uuid` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v14.0.0...v14.0.1)

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

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  dependency-version: 0.27.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: "@table-nav/core"
  dependency-version: 0.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: "@table-nav/react"
  dependency-version: 0.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.14.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: dayjs
  dependency-version: 1.11.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: fast-average-color
  dependency-version: 9.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: remark-flexible-toc
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: semver
  dependency-version: 7.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: uuid
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: ws
  dependency-version: 8.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
...

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 21, 2026
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