Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2025

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

Package From To
@eslint-react/eslint-plugin 1.52.3 1.52.5
eslint 9.31.0 9.33.0
inquirer 12.8.2 12.9.2
lint-staged 16.1.2 16.1.5
tsx 4.20.3 4.20.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.6
@react-navigation/drawer 7.5.3 7.5.7
@react-navigation/elements 2.5.2 2.6.3
@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
react-native-screens 4.13.1 4.14.1
react-native-tab-view 4.1.2 4.1.3
react-native-track-player 4.1.1 4.1.2
@babel/core 7.28.0 7.28.3
drizzle-orm 0.44.3 0.44.4
i18next 25.3.2 25.3.6
zustand 5.0.6 5.0.7

Updates @eslint-react/eslint-plugin from 1.52.3 to 1.52.5

Release notes

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

v1.52.5 (2025-08-15)

What's Changed

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.52.4...v1.52.5

v1.52.4 (2025-08-13)

What's Changed

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.52.3...v1.52.4

Changelog

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

v1.52.5 (2025-08-15)

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.52.4...v1.52.5

v1.52.4 (2025-08-13)

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.52.3...v1.52.4

Commits

Updates eslint from 9.31.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)

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)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

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

Release notes

Sourced from inquirer's releases.

inquirer@12.9.2

  • Make @types/node an optional peer dependency.

inquirer@12.9.1

  • Replace external-editor dependency with new @inquirer/external-editor. This remove the vulnerable tmp transitive dependency from the dependency tree.

inquirer@12.9.0

  • Search prompt: New instructions config to allow localizing the help tips.
Commits
  • daf4d6f Publish
  • b4992d3 fix: lockfile regenerated
  • 7ddf02b chore (@​inquirer/external-editor): Add keyword to help search
  • 82df7a2 fix (@​inquirer/external-editor): Make @​types/node an optional peer dependency
  • 28c2f20 chore (@​inquirer/external-editor): Add note to README about being a replacement
  • 6d8ae68 Chore(deps): Bump @​sindresorhus/tsconfig from 7.0.0 to 8.0.1 (#1807)
  • 4fd165a Chore(deps-dev): Bump the linting group with 6 updates (#1808)
  • 1a8d667 Chore(deps): Bump run-async from 4.0.5 to 4.0.6 (#1806)
  • 9d4a5b1 chore: Add sponsor block
  • 15b1e9c Publish
  • Additional commits viewable in compare view

Updates lint-staged from 16.1.2 to 16.1.5

Release notes

Sourced from lint-staged's releases.

v16.1.5

Patch Changes

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

Patch Changes

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
  • 15369c2 chore(changeset): release
  • 690d7c2 build(deps): update dependencies
  • 4e3ce22 fix: fix the incorrect relativeTopLevelDir detection when working with the wo...
  • 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)
  • Additional commits viewable in compare view

Updates tsx from 4.20.3 to 4.20.4

Release notes

Sourced from tsx's releases.

v4.20.4

4.20.4 (2025-08-12)

Bug Fixes


This release is also available on:

Commits

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

Changelog

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

7.4.6 (2025-08-10)

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

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

Changelog

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

7.5.7 (2025-08-10)

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

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

Release notes

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

@​react-navigation/elements@​2.6.3

2.6.3 (2025-08-10)

Bug Fixes

@​react-navigation/elements@​2.6.0

2.6.0 (2025-07-25)

Features

Changelog

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

2.6.3 (2025-08-10)

Bug Fixes

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: software-mansion/react-native-gesture-handler@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...

Description has been truncated

…1 updates

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

| Package | From | To |
| --- | --- | --- |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `1.52.3` | `1.52.5` |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.33.0` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `12.8.2` | `12.9.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.2` | `16.1.5` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.3` | `4.20.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | `5.1.6` | `5.1.8` |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.4.2` | `7.4.6` |
| [@react-navigation/drawer](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/drawer) | `7.5.3` | `7.5.7` |
| [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/elements) | `2.5.2` | `2.6.3` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.1.14` | `7.1.17` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.27.2` | `2.28.0` |
| [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | `6.8.1` | `6.9.1` |
| [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | `5.5.2` | `5.6.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.13.1` | `4.14.1` |
| [react-native-tab-view](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/react-native-tab-view) | `4.1.2` | `4.1.3` |
| [react-native-track-player](https://github.com/doublesymmetry/react-native-track-player) | `4.1.1` | `4.1.2` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.0` | `7.28.3` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.44.3` | `0.44.4` |
| [i18next](https://github.com/i18next/i18next) | `25.3.2` | `25.3.6` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.6` | `5.0.7` |



Updates `@eslint-react/eslint-plugin` from 1.52.3 to 1.52.5
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/2.0.0-beta/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v1.52.5/packages/plugins/eslint-plugin)

Updates `eslint` from 9.31.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.33.0)

Updates `inquirer` from 12.8.2 to 12.9.2
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@12.8.2...inquirer@12.9.2)

Updates `lint-staged` from 16.1.2 to 16.1.5
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.2...v16.1.5)

Updates `tsx` from 4.20.3 to 4.20.4
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.3...v4.20.4)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `@gorhom/bottom-sheet` from 5.1.6 to 5.1.8
- [Release notes](https://github.com/gorhom/react-native-bottom-sheet/releases)
- [Changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/master/CHANGELOG.md)
- [Commits](gorhom/react-native-bottom-sheet@v5.1.6...v5.1.8)

Updates `@react-navigation/bottom-tabs` from 7.4.2 to 7.4.6
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/bottom-tabs@7.4.6/packages/bottom-tabs/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/bottom-tabs@7.4.6/packages/bottom-tabs)

Updates `@react-navigation/drawer` from 7.5.3 to 7.5.7
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/drawer@7.5.7/packages/drawer/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/drawer@7.5.7/packages/drawer)

Updates `@react-navigation/elements` from 2.5.2 to 2.6.3
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/elements@2.6.3/packages/elements/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/elements@2.6.3/packages/elements)

Updates `@react-navigation/native` from 7.1.14 to 7.1.17
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.1.17/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.1.17/packages/native)

Updates `react-native-gesture-handler` from 2.27.2 to 2.28.0
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@2.27.2...2.28.0)

Updates `react-native-pager-view` from 6.8.1 to 6.9.1
- [Release notes](https://github.com/callstack/react-native-pager-view/releases)
- [Changelog](https://github.com/callstack/react-native-pager-view/blob/master/release-it.json)
- [Commits](https://github.com/callstack/react-native-pager-view/commits)

Updates `react-native-safe-area-context` from 5.5.2 to 5.6.0
- [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v5.5.2...v5.6.0)

Updates `react-native-screens` from 4.13.1 to 4.14.1
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.13.1...4.14.1)

Updates `react-native-tab-view` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/react-native-tab-view@4.1.3/packages/react-native-tab-view/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/react-native-tab-view@4.1.3/packages/react-native-tab-view)

Updates `react-native-track-player` from 4.1.1 to 4.1.2
- [Changelog](https://github.com/doublesymmetry/react-native-track-player/blob/main/CHANGELOG.md)
- [Commits](doublesymmetry/react-native-track-player@v4.1.1...v4.1.2)

Updates `@babel/core` from 7.28.0 to 7.28.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.3/packages/babel-core)

Updates `drizzle-orm` from 0.44.3 to 0.44.4
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.44.3...0.44.4)

Updates `i18next` from 25.3.2 to 25.3.6
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.3.2...v25.3.6)

Updates `zustand` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.6...v5.0.7)

---
updated-dependencies:
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 1.52.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: inquirer
  dependency-version: 12.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lint-staged
  dependency-version: 16.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tsx
  dependency-version: 4.20.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@gorhom/bottom-sheet"
  dependency-version: 5.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/drawer"
  dependency-version: 7.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/elements"
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/native"
  dependency-version: 7.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-gesture-handler
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-native-pager-view
  dependency-version: 6.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-native-safe-area-context
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-native-screens
  dependency-version: 4.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-native-tab-view
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-track-player
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@babel/core"
  dependency-version: 7.28.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: drizzle-orm
  dependency-version: 0.44.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: i18next
  dependency-version: 25.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: zustand
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-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 15, 2025
@zeevenn zeevenn merged commit 41f3524 into master Aug 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minor-and-patch-0485fd1e76 branch August 15, 2025 04:45
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.

2 participants