Skip to content

chore(deps): bump the prod-dependencies-patch group across 1 directory with 9 updates#35

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-patch-f01ba05ade
Open

chore(deps): bump the prod-dependencies-patch group across 1 directory with 9 updates#35
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-patch-f01ba05ade

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

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

Package From To
@floating-ui/react 0.27.16 0.27.19
@table-nav/core 0.0.7 0.0.9
@table-nav/react 0.0.7 0.0.9
dayjs 1.11.19 1.11.20
monaco-yaml 5.4.0 5.4.1
remark-flexible-toc 1.2.4 1.2.5
semver 7.7.3 7.7.4
yaml 2.8.1 2.8.3

Updates @floating-ui/react from 0.27.16 to 0.27.19

Release notes

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

@​floating-ui/react@​0.27.19

Patch Changes

  • fix(useDismiss): ignore non-primary inside mouse presses for click outside dismissal
  • fix(react): fix shadow root host lookup when one of the parent elements is an anchor
  • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/react-dom@2.1.8

@​floating-ui/react@​0.27.18

Patch Changes

  • fix(FloatingFocusManager): use WeakRef for previously focused elements
Changelog

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

0.27.19

Patch Changes

  • fix(useDismiss): ignore non-primary inside mouse presses for click outside dismissal
  • fix(react): fix shadow root host lookup when one of the parent elements is an anchor
  • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/react-dom@2.1.8

0.27.18

Patch Changes

  • fix(FloatingFocusManager): use WeakRef for previously focused elements

0.27.17

Patch Changes

  • feat: detectOverflow configurable via platform
  • fix(FloatingPortal): ensure accessibility of non-modal dialogs with iOS/Safari/Voice Control
  • Update dependencies: @floating-ui/react-dom@2.1.7
Commits
  • d8020ee chore: version packages (#3445)
  • fa093f3 fix(react): right-click dismiss with click outside (#3449)
  • d2681d5 fix(react): markOthers shadow root host lookup when parent chain contains anc...
  • d729054 chore: version packages (#3430)
  • f96865c fix(FloatingFocusManager): use WeakRef for previouslyFocusedElements (#3427)
  • b4d1407 chore: version packages (#3415)
  • e7d3f00 feat: detectOverflow configurable via platform (#3423)
  • 0681dbb fix(FloatingPortal): fix non-modal dialog accessibility with iOS/Safari/Voice...
  • 197e7b7 refactor: simplify useMergeRefs by removing redundant type assertions and tig...
  • See full diff in compare view
Maintainer changes

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


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](https://www.npmjs.com/~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](https://www.npmjs.com/~GitHub Actions), a new releaser for @​table-nav/react since your current version.


Updates dayjs from 1.11.19 to 1.11.20

Release notes

Sourced from dayjs's releases.

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.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](https://www.npmjs.com/~GitHub Actions), a new releaser for dayjs since your current version.


Updates monaco-yaml from 5.4.0 to 5.4.1

Release notes

Sourced from monaco-yaml's releases.

v5.4.1

What's Changed

New Contributors

Full Changelog: remcohaszing/monaco-yaml@v5.4.0...v5.4.1

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for monaco-yaml since your current version.


Updates remark-flexible-toc from 1.2.4 to 1.2.5

Release notes

Sourced from remark-flexible-toc's releases.

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
  • d53cd88 v1.2.5
  • 79d7629 Fix an eslint issue about assigned value is not used in subsequent statements
  • ad375a8 Add a new remark plugin to plugin list in README.md
  • 6abd775 Update unist-util-visit
  • 1482954 Update npm scripts
  • b14952b Update export conditions in package.json
  • a9d78fc pdate output directory as dist instead of dist/esm
  • a290e07 Add .tsbuildinfo to .npmignore
  • a7242f8 Add declarationMap to tsconfig
  • 8243d58 Update sourcemaps by adding inlineSources into tsconfig, and removing `src/...
  • Additional commits viewable in compare view

Updates semver from 7.7.3 to 7.7.4

Release notes

Sourced from semver's releases.

v7.7.4

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

Chores

Changelog

Sourced from semver's changelog.

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

Chores

Commits
  • 5993c2e chore: release 7.7.4 (#839)
  • 120968b deps: @​npmcli/template-oss@​4.29.0 (#840)
  • a29faa5 fix(cli): pass options to semver.valid() for loose version validation (#835)
  • 1d28d5e docs: fix typos and update -n CLI option documentation (#836)
  • 5816d4c chore: bump @​npmcli/template-oss from 4.28.0 to 4.28.1 (#829)
  • ab9e28a chore: bump @​npmcli/template-oss from 4.27.1 to 4.28.0 (#827)
  • 44d7130 chore: bump @​npmcli/eslint-config from 5.1.0 to 6.0.0 (#824)
  • 7073576 chore: reorder parameters in invalid-versions.js test (#820)
  • 16a35f5 chore: bump @​npmcli/template-oss from 4.26.0 to 4.27.1 (#823)
  • 3a3459d chore: bump @​npmcli/template-oss from 4.25.1 to 4.26.0 (#818)
  • See full diff in compare view

Updates unist-util-visit from 5.0.0 to 5.1.0

Release notes

Sourced from unist-util-visit's releases.

5.1.0

Types

Full Changelog: syntax-tree/unist-util-visit@5.0.0...5.1.0

Commits

Updates yaml from 2.8.1 to 2.8.3

Release notes

Sourced from yaml's releases.

v2.8.3

  • Add trailingComma ToString option for multiline flow formatting (#670)
  • Catch stack overflow during node composition (1e84ebb)

v2.8.2

  • Serialize -0 as -0 (#638)
  • Do not double newlines for empty map values (#642)
Commits
  • ce14587 2.8.3
  • 1e84ebb fix: Catch stack overflow during node composition
  • 6b24090 ci: Include Prettier check in lint action
  • 9424dee chore: Refresh lockfile
  • d1aca82 Add trailingComma ToString option for multiline flow formatting (#670)
  • 4321509 ci: Drop the branch filter from GitHub PR actions
  • 47207d0 chore: Update docs-slate
  • 5212fae chore: Update docs-slate
  • 086fa6b 2.8.2
  • 95f01e9 chore: Add funding to package.json
  • 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 9 updates

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.16` | `0.27.19` |
| [@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.20` |
| [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.4.0` | `5.4.1` |
| [remark-flexible-toc](https://github.com/ipikuka/remark-flexible-toc) | `1.2.4` | `1.2.5` |
| [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.1` | `2.8.3` |



Updates `@floating-ui/react` from 0.27.16 to 0.27.19
- [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.19/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.20
- [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.20)

Updates `monaco-yaml` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/remcohaszing/monaco-yaml/releases)
- [Commits](remcohaszing/monaco-yaml@v5.4.0...v5.4.1)

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

Updates `semver` from 7.7.3 to 7.7.4
- [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.7.3...v7.7.4)

Updates `unist-util-visit` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/syntax-tree/unist-util-visit/releases)
- [Commits](syntax-tree/unist-util-visit@5.0.0...5.1.0)

Updates `yaml` from 2.8.1 to 2.8.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.1...v2.8.3)

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  dependency-version: 0.27.19
  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.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: monaco-yaml
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: remark-flexible-toc
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: semver
  dependency-version: 7.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies-patch
- dependency-name: unist-util-visit
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies-patch
- dependency-name: yaml
  dependency-version: 2.8.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 Mar 27, 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