Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps glob from 10.4.5 to 10.5.0.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

nshelia added 30 commits August 31, 2025 22:00
Merge pull request #15 from walofficial/feature/toasts-refactor

feat: toasts-refactor
…, and upgrade Node.js version in CI workflow
…Google services and enhance README with setup instructions
nshelia and others added 26 commits September 27, 2025 19:19
- Removed unnecessary console.log statements and replaced them with user-friendly alerts for error handling.
- Adjusted layout properties for better responsiveness and consistency across components.
- Updated the inviteToStage function to streamline parameters and improve clarity.
- Enhanced the WaveAudio component by refining styles and removing redundant code.
…eet components

- Added invokeAgent mutation to handle agent invocation in SpacesBottomControls.
- Updated raiseHand request to use participant_identity for improved clarity.
- Enhanced PresenceDialog to include transcription tracking and refined participant metadata handling.
- Cleaned up layout and styles in SpacesBottomControls for better user experience.
- Added a retry utility function to handle user creation and fetching with exponential backoff.
- Updated handleUserNotFound and fetchUser functions to utilize the new retry logic for improved error handling.
- Enhanced error handling to differentiate between system and client errors during retries.
- Introduced CountryChangeToast component to notify users about country changes.
- Implemented logic in TabLayout to show the toast based on user's preferred news feed and country.
- Enhanced user update mutation to include country preferences and update user session accordingly.
- Updated localization files to support new toast messages and actions.
- Updated FriendsList, useCommentCount, useCountAnonList, useFriendRequests, useLocationFeedPaginated, useMessageRoom, useUserVerificationsPaginated, and useVerificationById to enable refetching when the window gains focus.
- Removed the refetchOnWindowFocus setting from several hooks to ensure consistent behavior across the application.
- Deleted the memory leak prevention utilities file as it is no longer needed.
…tion updates

- Added long press functionality to SentMediaItem for copying message content to clipboard with a success toast notification.
- Updated CreatePostHeader to handle navigation differently based on share intent.
- Refactored TabLayout and ShareIntent components to use router.navigate for improved navigation consistency.
- Adjusted localization files to include new clipboard copy success message.
- Added a new log file to capture API error details for better debugging.
- Refactored createSpace function call for improved readability.
- Cleaned up unnecessary whitespace in PostControls and other components.
- Streamlined inviteToStage and raiseHand functions for clarity.
- Added TypeScript no-check directive in Viewers component to suppress type errors.
chore(release): bump version to 1.0.29
- Added options to show banner and list notifications in the notification handler.
- Added a FriendRequests component to the ChatFriendsStories layout for improved friend request visibility.
- Updated RegisterView to display an error message for taken usernames directly in the form, enhancing user feedback.
…ents

- Commented out staleTime in useMessageFetching for clarity.
- Added a new line in useMessageUpdates for better readability.
- Removed unnecessary whitespace in ChatRoomList and CommentsList components.
- Increased hitSlop in MenuView for improved touch responsiveness.
- Refactored LocationUserListSheet to include a Portal for better structure.
- Updated localization files for forced logout messages in English and Georgian.
…improve message handling

- Replaced useLocalSearchParams with useGlobalSearchParams in SharedChat, MessageConnectionWrapper, and ChatList components for consistency.
- Updated error handling in SharedChat to redirect instead of displaying an error message card.
- Enhanced MessageToast to invalidate chat room queries upon navigation.
- Filtered out undefined message IDs in useMessageUpdates for better reliability.
… components

- Removed conditional checks for router.canGoBack() and directly called router.dismissAll() on tab presses for improved navigation consistency.
- Added router.dismissAll() in ShareIntent to ensure all modals are dismissed before navigating to create-post.
- Enhanced user experience by simplifying navigation logic across components.
… experience

- Changed redirect paths from news to home in Index, Register, and SignIn components to unify navigation.
- Removed unused fact-check and news components, streamlining the application structure.
- Updated TabLayout to utilize categoryId instead of specific feed IDs, enhancing flexibility.
- Simplified LocationFeed by removing unnecessary props related to fact-check and news feeds.
- Introduced new home and user layout components to better organize routing and improve maintainability.
… and compatibility

- Added "expo-video" to the plugins list in app.config.js.
- Enabled new architecture for iOS and Android in build properties.
- Updated various dependencies in package-lock.json and package.json for better stability and features.
- Removed babel.config.js as it is no longer needed.
- Adjusted metro.config.js to disable package exports.
- Refactored notification cleanup in EnableNotifications component for better resource management.
- Commented out unused navigation bar settings in navigationBar.ts for clarity.
- Deleted outdated patch for react-native-vision-camera.
…nality

- Removed outdated build properties from app.config.js and added expo-localization plugin for better locale support.
- Updated package dependencies in package.json and package-lock.json for compatibility with the latest versions.
- Refactored localization handling in i18n.ts to utilize the modern API for device locales.
- Adjusted ProtocolService to use the updated react-native-libsodium package.
- Cleaned up commented-out code in ScrollableFeedProvider for better readability.
…nality

- Added default channel and background remote notifications support in app.config.js.
- Updated @livekit/react-native and related packages to their latest versions in package.json and package-lock.json for improved performance and compatibility.
- Refactored notification handling in various components to ensure better resource management and type safety.
- Cleaned up unused imports and adjusted type references for better clarity and maintainability.
- Deleted the patch file for @livekit/react-native version 2.9.4 as it is no longer needed due to recent updates in the package.
- Added `// @ts-nocheck` directive to CommentItem, ProfileHeader, Switch, Tab, and Typography components to suppress TypeScript errors and facilitate development.
- Added `// @ts-nocheck` directive to MuteButton, AnimatedStatusBadge, useLocationFeedPaginated, and styles.ts files to suppress TypeScript errors and facilitate development.
…ponents

- Standardized quotation marks in app.config.js for consistency.
- Reformatted imports in CaptureButton.tsx for better organization.
- Enhanced readability in CaptureButtonPhoto.tsx by adjusting the dependencies array.
- Cleaned up whitespace in useNotificationHandler.ts for clarity.
- Improved formatting in useOTAUpdates.ts for better code structure.
- Adjusted localization assignment in i18n.ts for consistency.
- Removed unnecessary blank lines in livekit__react-native.d.ts for cleaner code.
…r experience

- Removed the `react-native-share` plugin in favor of using the built-in React Native Share API and Expo Sharing for better compatibility and performance.
- Updated date picker components to utilize `@react-native-community/datetimepicker` for enhanced date selection experience.
- Added new permissions and configurations in `GoogleService-Info.plist` and `google-services.json` for Firebase integration.
- Refactored media sharing logic in `MediaPage` to handle sharing through Expo Sharing, with a fallback to React Native Share.
- Cleaned up unused imports and adjusted component structures for better maintainability.
…nd DateOfBirth components

- Reformatted import statements in schedule-space.tsx for better organization.
- Enhanced readability in DateOfBirth component by adjusting JSX structure and indentation.
- Cleaned up inline styles for better clarity and maintainability.
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.5...v10.5.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 19, 2025
@coderabbitai
Copy link

coderabbitai bot commented Nov 19, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant