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

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

Closed
Number: #12
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 08, 2025 at 04:24 AM UTC
(3 months ago)
Updated: August 15, 2025 at 04:22 AM UTC
(3 months ago)
Closed: August 15, 2025 at 04:22 AM UTC
(3 months ago)
Time to Close: 7 days
Labels:
dependencies javascript
Description:

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

Package From To
eslint 9.31.0 9.32.0
inquirer 12.8.2 12.9.0
lint-staged 16.1.2 16.1.4
typescript 5.8.3 5.9.2
@gorhom/bottom-sheet 5.1.6 5.1.8
@react-navigation/bottom-tabs 7.4.2 7.4.5
@react-navigation/drawer 7.5.3 7.5.6
@react-navigation/elements 2.5.2 2.6.2
@react-navigation/native 7.1.14 7.1.17
react-native-gesture-handler 2.27.2 2.28.0
react-native-pager-view 6.8.1 6.9.1
react-native-safe-area-context 5.5.2 5.6.0
drizzle-orm 0.44.3 0.44.4
zustand 5.0.6 5.0.7

Updates eslint from 9.31.0 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates inquirer from 12.8.2 to 12.9.0

Release notes

Sourced from inquirer's releases.

inquirer@12.9.0

  • Search prompt: New instructions config to allow localizing the help tips.
Commits
  • 69944cc Publish
  • 36a7897 doc(@​inquirer/search): Document the new config. Rel #1773
  • 8ccf932 feat(@​inquirer/search): Support providing custom instructions. Fix #1773
  • aa7f74b chore: ignore some claude code settings
  • 884829b Chore(deps): Bump form-data in the npm_and_yarn group
  • See full diff in compare view

Updates lint-staged from 16.1.2 to 16.1.4

Release notes

Sourced from lint-staged's releases.

v16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Changelog

Sourced from lint-staged's changelog.

16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Commits
  • 9151254 chore(changeset): release
  • 90b37b0 fix: add root-level "types" field to package.json
  • 795be13 chore(changeset): release
  • 4463089 build(deps): update dependencies
  • 7ea700b fix: allow npm to detect built-in TypeScript type definitions
  • 0a0a701 test: make sure "git amend" works as expected
  • bfb71eb perf: combine git ls-files calls into single process (#1587)
  • f549d8a docs: replace execa link with nano-span link
  • bd5b9f6 perf(config): optimize config discovery with pathspecs
  • 020a246 docs: fix typo in CHANGELOG.md
  • See full diff in compare view

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates @gorhom/bottom-sheet from 5.1.6 to 5.1.8

Release notes

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

Release 5.1.8

5.1.8 (2025-07-27)

Bug Fixes

Release 5.1.7

5.1.7 (2025-07-27)

Migrataion

Changelog

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

5.1.8 (2025-07-27)

Bug Fixes

5.1.7 (2025-07-27)

Commits

Updates @react-navigation/bottom-tabs from 7.4.2 to 7.4.5

Changelog

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

7.4.5 (2025-08-02)

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

7.4.4 (2025-07-26)

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

7.4.3 (2025-07-25)

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

Commits

Updates @react-navigation/drawer from 7.5.3 to 7.5.6

Changelog

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

7.5.6 (2025-08-02)

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

7.5.5 (2025-07-26)

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

7.5.4 (2025-07-25)

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

Commits

Updates @react-navigation/elements from 2.5.2 to 2.6.2

Release notes

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

@​react-navigation/elements@​2.6.0

2.6.0 (2025-07-25)

Features

Changelog

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

2.6.2 (2025-08-02)

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

2.6.1 (2025-07-26)

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

2.6.0 (2025-07-25)

Features

Commits

Updates @react-navigation/native from 7.1.14 to 7.1.17

Changelog

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

7.1.17 (2025-08-02)

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

7.1.16 (2025-07-26)

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

7.1.15 (2025-07-25)

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

Commits

Updates react-native-gesture-handler from 2.27.2 to 2.28.0

Release notes

Sourced from react-native-gesture-handler's releases.

2.28.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/2.27.2...2.28.0

Commits

Updates react-native-pager-view from 6.8.1 to 6.9.1

Commits

Updates react-native-safe-area-context from 5.5.2 to 5.6.0

Release notes

Sourced from react-native-safe-area-context's releases.

Release 5.6.0

5.6.0 (2025-08-07)

Features

  • Support RN 0.81: set compile options using target_compile_reactnative_options (#653) (c505e73)
Commits

Updates drizzle-orm from 0.44.3 to 0.44.4

Release notes

Sourced from drizzle-orm's releases.

0.44.4

Commits

Updates zustand from 5.0.6 to 5.0.7

Release notes

Sourced from zustand's releases.

v5.0.7

This enables a small optimization in some edge cases.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/zustand/compare/v5.0.6...v5.0.7

Commits

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:
+430
Deletions:
-430
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.31.0 → 9.32.0
Update Type:
Minor
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.2 → 16.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.5.2 → 2.6.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.5.2 → 5.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.5.3 → 7.5.6
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.27.2 → 2.28.0
Update Type:
Minor
Package:
zustand
Ecosystem:
npm
Version Change:
5.0.6 → 5.0.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.1.14 → 7.1.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.4.2 → 7.4.5
Update Type:
Patch
Package:
drizzle-orm
Ecosystem:
npm
Version Change:
0.44.3 → 0.44.4
Update Type:
Patch
Package:
inquirer
Ecosystem:
npm
Version Change:
12.8.2 → 12.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.6 → 5.1.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.8.1 → 6.9.1
Update Type:
Minor
Technical Details
ID: 4775516
UUID: 2729548253
Node ID: PR_kwDOOTRVcM6isZnd
Host: GitHub
Repository: nodefinity/flow
Mergeable: Yes
Merge State: Clean
Rebaseable: Yes