Skip to content

Bump the prod-dependencies-patch group across 1 directory with 8 updates - #41

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-patch-a4a074eeb0
Open

Bump the prod-dependencies-patch group across 1 directory with 8 updates#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-patch-a4a074eeb0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown

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

Package From To
@floating-ui/react 0.27.19 0.27.20
@table-nav/core 0.0.7 0.0.9
@table-nav/react 0.0.7 0.0.9
dayjs 1.11.19 1.11.21
fast-average-color 9.5.0 9.5.2
papaparse 5.5.3 5.5.4
qs 6.15.0 6.15.3
remark-flexible-toc 1.2.4 1.2.6

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.9

Changelog

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

0.0.9

Patch Changes

  • 044643a: bump broken workspace reference

0.0.8

Patch Changes

  • 79c91ba: fix rapid arrow navigation handling
Commits
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.9

Changelog

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

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 dayjs from 1.11.19 to 1.11.21

Release notes

Sourced from dayjs's releases.

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.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
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 papaparse from 5.5.3 to 5.5.4

Changelog

Sourced from papaparse's changelog.

Changelog

Commits

Updates qs from 6.15.0 to 6.15.3

Changelog

Sourced from qs's changelog.

6.15.3

  • [Fix] parse: enforce throwOnLimitExceeded for cumulative array growth via combine/merge
  • [Fix] utils: respect encoding of surrogate pairs across chunks (#559)
  • [Robustness] parse: throw the arrayLimit error before splitting oversized comma values
  • [Robustness] utils.merge / utils.assign: avoid invoking __proto__ setter when copying own properties
  • [Robustness] utils: enforce arrayLimit consistently across merge's array paths
  • [Perf] utils: make compact O(n) via a side-channel visited-set instead of Array.indexOf
  • [Deps] update side-channel
  • [Dev Deps] update eslint, mock-property, tape
  • [Tests] parse: characterize current lenient handling of unbalanced bracket keys (#558)

6.15.2

  • [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + encodeValuesOnly instead of crashing in encoder
  • [Fix] stringify: use configured delimiter after charsetSentinel (#555)
  • [Fix] stringify: apply formatter to encoded key under strictNullHandling (#554)
  • [Fix] stringify: skip null/undefined filter-array entries instead of crashing in encoder (#551)
  • [Fix] parse: handle nested bracket groups and add regression tests (#530)
  • [readme] fix grammar (#550)
  • [Dev Deps] update @ljharb/eslint-config
  • [Tests] add regression tests for keys containing percent-encoded bracket text

6.15.1

  • [Fix] parse: parameterLimit: Infinity with throwOnLimitExceeded: true silently drops all parameters
  • [Deps] update @ljharb/eslint-config
  • [Dev Deps] update @ljharb/eslint-config, iconv-lite
  • [Tests] increase coverage
Commits
  • 18d085e v6.15.3
  • c38af42 [Deps] update side-channel
  • adce539 [Dev Deps] update eslint, mock-property, tape
  • 74a0f6a [Robustness] utils: enforce arrayLimit consistently across merge's arra...
  • f4938f5 [Tests] parse: characterize current lenient handling of unbalanced bracket ...
  • 5d5f723 [Perf] utils: make compact O(n) via a side-channel visited-set instead of...
  • 52afe00 [Robustness] parse: throw the arrayLimit error before splitting oversized...
  • 963e538 [Fix] parse: enforce throwOnLimitExceeded for cumulative array growth via...
  • 59da434 [Fix] utils: respect encoding of surrogate pairs across chunks
  • 9532969 [Robustness] utils.merge / utils.assign: avoid invoking __proto__ sette...
  • Additional commits viewable in compare view

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

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
Bumps the prod-dependencies-patch group with 8 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.9` |
| [@table-nav/react](https://github.com/konsalex/table-nav/tree/HEAD/packages/react) | `0.0.7` | `0.0.9` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.19` | `1.11.21` |
| [fast-average-color](https://github.com/fast-average-color/fast-average-color) | `9.5.0` | `9.5.2` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.5.3` | `5.5.4` |
| [qs](https://github.com/ljharb/qs) | `6.15.0` | `6.15.3` |
| [remark-flexible-toc](https://github.com/ipikuka/remark-flexible-toc) | `1.2.4` | `1.2.6` |



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.9
- [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.9/packages/core)

Updates `@table-nav/react` from 0.0.7 to 0.0.9
- [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.9/packages/react)

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

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 `papaparse` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Changelog](https://github.com/mholt/PapaParse/blob/master/CHANGELOG.md)
- [Commits](mholt/PapaParse@5.5.3...5.5.4)

Updates `qs` from 6.15.0 to 6.15.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.15.0...v6.15.3)

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)

---
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.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: "@table-nav/react"
  dependency-version: 0.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: dayjs
  dependency-version: 1.11.21
  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: papaparse
  dependency-version: 5.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: qs
  dependency-version: 6.15.3
  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
...

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 Jul 17, 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

0 participants