Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2025

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

Package From To
inquirer 12.7.0 12.8.2
expo-image 2.3.2 2.4.0
expo-router 5.1.3 5.1.4
react-native-gesture-handler 2.27.1 2.27.2
react-native-permissions 5.4.1 5.4.2
react-i18next 15.6.0 15.6.1

Updates inquirer from 12.7.0 to 12.8.2

Release notes

Sourced from inquirer's releases.

inquirer@12.8.2

  • Fix #1786 select prompt with indexMode: number theme option didn't properly calculate the items indexes if separators where present in between choices.

inquirer@12.8.1

  • Fixes: a transitive dependency (run-aysnc) loaded devDependencies unexpectedly. This is now fixed upstream. Rel #1791

inquirer@12.8.0

  • Select prompt: When pressing a number key, we'll ignore separators in counting the index of the item to jump to.
  • Checkbox prompt: When pressing a number key, we'll ignore separators in counting the index of the item to select.
Commits
  • 5fbae89 Publish
  • 00a23b3 fix(@​inquirer/select): Fixes counting separators while incrementing. Fix #1786
  • ec2f7c7 Publish
  • 18eba07 Fix: bump run-async which loaded dev dependencies unexpectedly
  • c1a755f Publish
  • 59f8506 Chore(deps-dev): Bump the linting group with 8 updates
  • 2e15db8 Fix(@​inquirer/select): Ignore separators when selecting item with a number key
  • a2f14d5 Fix(@​inquirer/checkbox): Ignore separators when selecting item with a number key
  • See full diff in compare view

Updates expo-image from 2.3.2 to 2.4.0

Changelog

Sourced from expo-image's changelog.

2.4.0 - 2025-07-17

🎉 New features

  • [iOS] Add a new prop - enforceEarlyResizing to reduce the memory usage of the image view. (#37909 by @​lukmccall)

🐛 Bug fixes

Commits

Updates expo-router from 5.1.3 to 5.1.4

Changelog

Sourced from expo-router's changelog.

5.1.4 - 2025-07-18

🐛 Bug fixes

Commits

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

Release notes

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

2.27.2

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@2.27.1...2.27.2

Commits

Updates react-native-permissions from 5.4.1 to 5.4.2

Release notes

Sourced from react-native-permissions's releases.

5.4.2

  • Fix check returns DENIED instead of UNAVAILABLE for unsupported permissions on Android (closes #963)
Commits

Updates react-i18next from 15.6.0 to 15.6.1

Changelog

Sourced from react-i18next's changelog.

15.6.1

avoid exception when passing bindI18n: false 1856

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

… updates

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

| Package | From | To |
| --- | --- | --- |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `12.7.0` | `12.8.2` |
| [expo-image](https://github.com/expo/expo/tree/HEAD/packages/expo-image) | `2.3.2` | `2.4.0` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `5.1.3` | `5.1.4` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.27.1` | `2.27.2` |
| [react-native-permissions](https://github.com/zoontek/react-native-permissions) | `5.4.1` | `5.4.2` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.6.0` | `15.6.1` |



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

Updates `expo-image` from 2.3.2 to 2.4.0
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-image/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-image)

Updates `expo-router` from 5.1.3 to 5.1.4
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-router/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

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

Updates `react-native-permissions` from 5.4.1 to 5.4.2
- [Release notes](https://github.com/zoontek/react-native-permissions/releases)
- [Commits](zoontek/react-native-permissions@5.4.1...5.4.2)

Updates `react-i18next` from 15.6.0 to 15.6.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.6.0...v15.6.1)

---
updated-dependencies:
- dependency-name: inquirer
  dependency-version: 12.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: expo-image
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: expo-router
  dependency-version: 5.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-gesture-handler
  dependency-version: 2.27.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-permissions
  dependency-version: 5.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-i18next
  dependency-version: 15.6.1
  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 Jul 25, 2025
@zeevenn zeevenn merged commit 0bb02d3 into master Jul 25, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minor-and-patch-49fc5c269d branch July 25, 2025 06:28
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