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

chore(deps): bump the minor-and-patch group across 1 directory with 15 updates

Closed
Number: #27
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 19, 2025 at 04:29 AM UTC
(about 2 months ago)
Updated: September 26, 2025 at 04:14 AM UTC
(about 1 month ago)
Closed: September 26, 2025 at 04:14 AM UTC
(about 1 month ago)
Time to Close: 7 days
Labels:
dependencies javascript
Description:

Bumps the minor-and-patch group with 15 updates in the / directory:

Package From To
@antfu/eslint-config 5.2.1 5.3.0
@eslint-react/eslint-plugin 1.52.7 1.53.1
@types/semver 7.7.0 7.7.1
eslint 9.34.0 9.35.0
inquirer 12.9.4 12.9.6
lint-staged 16.1.5 16.1.6
@gorhom/bottom-sheet 5.2.4 5.2.6
@react-navigation/bottom-tabs 7.4.6 7.4.7
@react-navigation/drawer 7.5.7 7.5.8
@react-navigation/elements 2.6.3 2.6.4
react-native-mmkv 3.3.0 3.3.3
react-native-screens 4.15.4 4.16.0
@babel/core 7.28.3 7.28.4
i18next 25.4.2 25.5.2
immer 10.1.1 10.1.3

Updates @antfu/eslint-config from 5.2.1 to 5.3.0

Release notes

Sourced from @​antfu/eslint-config's releases.

v5.3.0

   🐞 Bug Fixes

    View changes on GitHub

v5.2.2

   🚀 Features

    View changes on GitHub
Commits

Updates @eslint-react/eslint-plugin from 1.52.7 to 1.53.1

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v1.53.1 (2025-09-11)

What's Changed

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.53.0...v1.53.1

v1.53.0 (2025-09-04)

What's Changed

✨ New

🪄 Improvements

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.53.0

v1.52.9 (2025-08-31)

What's Changed

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.52.9

v1.52.8 (2025-08-29)

What's Changed

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.7...v1.52.8

Changelog

Sourced from @​eslint-react/eslint-plugin's changelog.

v1.53.1 (2025-09-11)

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.53.0...v1.53.1

v1.53.0 (2025-09-04)

✨ New

🪄 Improvements

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.53.0

v1.52.9 (2025-08-31)

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.52.9

v1.52.8 (2025-08-29)

🐞 Fixes

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.7...v1.52.8

Commits

Updates @types/semver from 7.7.0 to 7.7.1

Commits

Updates eslint from 9.34.0 to 9.35.0

Release notes

Sourced from eslint's releases.

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)

Chores

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
Changelog

Sourced from eslint's changelog.

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits

Updates inquirer from 12.9.4 to 12.9.6

Release notes

Sourced from inquirer's releases.

inquirer@12.9.6

  • Reduce number of transitive dependencies

inquirer@12.9.5

  • Fix #1834: (rawlist) Allows specifying numbers as explicit keys of option within the list.
Commits
  • 8300fe3 Publish
  • b85cbe2 chore: Speed up linting CI stage
  • 8fc86fe feat: Introduce @​inquirer/core/ansi export
  • dcca892 chore(@​inquirer/testing): Remove unnecessary ansi code filtering logic
  • daef4f5 chore: Bump yarn + yarn dedupe
  • 62045dc Publish
  • 7e75de6 Publish
  • b8361c5 fix(@​inquirer/rawlist): Properly handle specified numeric keys (previously wo...
  • e3aed9c Chore(deps): Bump actions/setup-node from 4 to 5 (#1832)
  • 93c7750 Chore(deps-dev): Bump the linting group with 6 updates (#1831)
  • Additional commits viewable in compare view

Updates lint-staged from 16.1.5 to 16.1.6

Release notes

Sourced from lint-staged's releases.

v16.1.6

Patch Changes

  • #1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.
Changelog

Sourced from lint-staged's changelog.

16.1.6

Patch Changes

  • #1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.
Commits
  • e2d0adf chore(changeset): release
  • 0629aaf build(deps): update dependencies
  • e93578e fix: kill subprocesses with "SIGKILL" and only if main process has a pid
  • See full diff in compare view

Updates @gorhom/bottom-sheet from 5.2.4 to 5.2.6

Release notes

Sourced from @​gorhom/bottom-sheet's releases.

Release 5.2.6

5.2.6 (2025-09-05)

🐛 Bug Fixes

  • #2452: prevented the bottom sheet from snapping to -1 when resizing the detent while keyboard is open(#2327)(by @​pakerwreah) (c68edac), closes #2452
  • prevent the bottom sheet from closing when over dragging while keyboard is open (cce1f7e)

Release 5.2.5

5.2.5 (2025-09-04)

🐛 Bug Fixes

  • #2449: adjust next index to current index when animating to a temporary position (20de151), closes #2449
  • #2449: adjust next index to the highest detent index when animating by keyboard (f8cd4fe), closes #2449
  • conditionally apply web-only cursor style to avoid TypeScript error (#2420)(by @​kirstilynn) (e5c077b)

🧹 Maintenance Chores

  • updated the example deps (c9e0473)
Changelog

Sourced from @​gorhom/bottom-sheet's changelog.

5.2.6 (2025-09-05)

🐛 Bug Fixes

  • #2452: prevented the bottom sheet from snapping to -1 when resizing the detent while keyboard is open(#2327)(by @​pakerwreah) (c68edac), closes #2452
  • prevent the bottom sheet from closing when over dragging while keyboard is open (cce1f7e)

5.2.5 (2025-09-04)

🐛 Bug Fixes

  • #2449: adjust next index to current index when animating to a temporary position (20de151), closes #2449
  • #2449: adjust next index to the highest detent index when animating by keyboard (f8cd4fe), closes #2449
  • conditionally apply web-only cursor style to avoid TypeScript error (#2420)(by @​kirstilynn) (e5c077b)

🧹 Maintenance Chores

  • updated the example deps (c9e0473)
Commits
  • d12f3f7 chore: release v5.2.6
  • cce1f7e fix: prevent the bottom sheet from closing when over dragging while keyboard ...
  • c68edac fix(#2452): prevented the bottom sheet from snapping to -1 when resizing the ...
  • ec4f6da chore: release v5.2.5
  • e5c077b fix: conditionally apply web-only cursor style to avoid TypeScript error (#24...
  • c9e0473 chore: updated the example deps
  • f8cd4fe fix(#2449): adjust next index to the highest detent index when animating by k...
  • 20de151 fix(#2449): adjust next index to current index when animating to a temporary ...
  • See full diff in compare view

Updates @react-navigation/bottom-tabs from 7.4.6 to 7.4.7

Changelog

Sourced from @​react-navigation/bottom-tabs's changelog.

7.4.7 (2025-08-31)

Note: Version bump only for package @​react-navigation/bottom-tabs

Commits

Updates @react-navigation/drawer from 7.5.7 to 7.5.8

Changelog

Sourced from @​react-navigation/drawer's changelog.

7.5.8 (2025-08-31)

Note: Version bump only for package @​react-navigation/drawer

Commits

Updates @react-navigation/elements from 2.6.3 to 2.6.4

Changelog

Sourced from @​react-navigation/elements's changelog.

2.6.4 (2025-08-31)

Note: Version bump only for package @​react-navigation/elements

Commits

Updates react-native-mmkv from 3.3.0 to 3.3.3

Release notes

Sourced from react-native-mmkv's releases.

Release 3.3.3

3.3.3 (2025-09-18)

Release 3.3.2

3.3.2 (2025-09-18)

🐛 Bug Fixes

  • Fix TurboModule not found error by checking both names (941129a)

Release 3.3.1

3.3.1 (2025-09-04)

🐛 Bug Fixes

Commits
  • b762bef chore: release 3.3.3
  • f830afb Revert "fix: Fix TurboModule not found error by checking both names"
  • 2f80b16 chore: release 3.3.2
  • 941129a fix: Fix TurboModule not found error by checking both names
  • 4e7f7e0 chore: release 3.3.1
  • 1d86ae5 fix: Bump CXX standard to 20 (#841)
  • See full diff in compare view

Updates react-native-screens from 4.15.4 to 4.16.0

Release notes

Sourced from react-native-screens's releases.

4.16.0

This release introduces support for dark mode in Bottom Tabs on Android, new search bar placements and search bar integration with the toolbar on iOS 26.

[!CAUTION]

In this release, library installation steps for Android have been modified - please refer to the "Installation" section of README and this PR for more details.

[!IMPORTANT]

In order to align our library with native iOS 26 behavior, we've decided to change default placement value in RNSSearchBar to 'automatic'. This change will make it easier for users to adopt the new integrated search bar on iOS 26. Additionally, we've fixed the default value for hideWhenScrolling prop in new architecture to match the old architecture and native UIKit behavior.

What's Changed

🟢 Improvements

🐞 Bug fixes

🔢 Misc

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/4.15.4...4.16.0

Commits
  • d81cdc3 Release 4.16.0
  • 4d2d417 feat!(iOS, Stack v4): change search bar related prop defaults (#3186)
  • 21e40a2 feat(iOS 26, Stack v4): support for new search bar placements, integration wi...
  • 4966d59 chore(iOS): add RNS_IPHONE_OS_VERSION_AVAILABLE macro (#3171)
  • 7c6d921 feat(Android): Support dark mode in android BottomTabs (#3167)
  • 24a5645 feat(iOS, Stack v4): bring back view recycling for ContentWrapper (#3187)
  • d15770f chore(deps): bump RN to 0.81.1 in lib & apps (#3185)
  • 88380a6 feat(iOS, Tabs): add shadow color to appearance (#3180)
  • 93cee67 fix(Android): add custom fragment factory & modify library installation steps...
  • ed11286 refactor: review of #3073 - rename few methods, move update logic to shadow s...
  • Additional commits viewable in compare view

Updates @babel/core from 7.28.3 to 7.28.4

Release notes

Sourced from @​babel/core's releases.

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

:house: Internal

Committers: 5

Changelog

Sourced from @​babel/core's changelog.

v7.28.4 (2025-09-05)

:house: Internal

Commits

Updates i18next from 25.4.2 to 25.5.2

Release notes

Sourced from i18next's releases.

v25.5.2

  • fix last change => for cjs there is just 1 default export, no named exports, fixes 2348

v25.5.1

  • export keyFromSelector from index.cjs 2347

v25.5.0

  • export keyFromSelector function for testing purposes 2346
Changelog

Sourced from i18next's changelog.

25.5.2

  • fix last change => for cjs there is just 1 default export, no named exports, fixes 2348

25.5.1

  • export keyFromSelector from index.cjs 2347

25.5.0

  • export keyFromSelector function for testing purposes 2346
Commits

Updates immer from 10.1.1 to 10.1.3

Release notes

Sourced from immer's releases.

v10.1.3

10.1.3 (2025-09-01)

Bug Fixes

  • Mark exports as pure, for better tree-shakability (#1124) (85faaa2)

v10.1.2

10.1.2 (2025-09-01)

Bug Fixes

  • non-enumerable (immutable) methods on Map/Set (#1069) (aa24400)
  • Update package.json exports for react-native (#1159) (b2fcc66)
Commits
  • 85faaa2 fix: Mark exports as pure, for better tree-shakability (#1124)
  • a8d78af chore: fix some comments (#1122)
  • 062210e chore(deps): bump webpack from 5.76.1 to 5.94.0 in /website (#1140)
  • b2fcc66 fix: Update package.json exports for react-native (#1159)
  • aa24400 fix: non-enumerable (immutable) methods on Map/Set (#1069)
  • b4f71a6 Fix: freezing of Map values during finalization (#1150)
  • 857b4b7 docs: unfinished todo filter condition (#1155)
  • 19cbe47 Prefix param with underscore to prevent unused param warning (#1145)
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
Pull Request Statistics
Commits:
1
Files Changed:
5
Additions:
+1345
Deletions:
-1468
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.34.0 → 9.35.0
Update Type:
Minor
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.5 → 16.1.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.6.3 → 2.6.4
Update Type:
Patch
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.28.3 → 7.28.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.5.7 → 7.5.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.15.4 → 4.16.0
Update Type:
Minor
Package:
i18next
Ecosystem:
npm
Version Change:
25.4.2 → 25.5.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.4.6 → 7.4.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.2.1 → 5.3.0
Update Type:
Minor
Package:
inquirer
Ecosystem:
npm
Version Change:
12.9.4 → 12.9.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.52.7 → 1.53.1
Update Type:
Minor
Package:
immer
Ecosystem:
npm
Version Change:
10.1.1 → 10.1.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.2.4 → 5.2.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.7.0 → 7.7.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.3.0 → 3.3.3
Update Type:
Patch
Technical Details
ID: 8013214
UUID: 2842357407
Node ID: PR_kwDOOTRVcM6pau6f
Host: GitHub
Repository: nodefinity/flow
Mergeable: Yes
Merge State: Clean