Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps tmp to 0.2.5 and updates ancestor dependency patch-package. These dependencies need to be updated together.

Updates tmp from 0.0.33 to 0.2.5

Changelog

Sourced from tmp's changelog.

v0.2.2 (2024-02-28)

🐛 Bug Fix

📝 Documentation

Committers: 5

v0.2.1 (2020-04-28)

🚀 Enhancement

🏠 Internal

Committers: 1

v0.2.0 (2020-04-25)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

... (truncated)

Commits

Updates patch-package from 8.0.0 to 8.0.1

Changelog

Sourced from patch-package's changelog.

8.0.1

  • Update tmp to fix security alert. #578
Commits

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 24 commits September 24, 2025 03:52
…roved UI consistency

- Removed elevation styles from Toast, Chat topbar, and CreatePostGlobal components to streamline shadow effects.
- Updated background color in CustomBottomSheetBackground for better contrast in light mode.
- Deleted unused useCheckLocation hook to clean up the codebase.
- Refactored RecordPage to utilize ScreenLoader for permission handling, enhancing user experience.
- Renamed the deploy job to remote_update for clarity and added conditional execution based on input mode.
- Introduced separate jobs for building and submitting Android and iOS applications, ensuring they only run when not in remote_update mode.
- Enhanced the setup steps for both Android and iOS builds, including Node.js setup and dependency installation.
- Added verification for the existence of iOS Firebase plist files to prevent build failures.
- Streamlined the workflow for better organization and maintainability.
- Removed the verificationId prop from SimpleGoBackHeader in VerificationView for cleaner component usage.
- Updated the blockUser mutation in ContactSyncFriendItem to use an object structure for better clarity and maintainability.
- Standardized spacing and alignment in layout files for better consistency.
- Cleaned up import statements and adjusted prop organization in various components.
- Enhanced readability by removing unnecessary whitespace and ensuring consistent formatting.
chore(release): bump version to 1.0.27
- Increased Node.js memory allocation with the addition of --max_old_space_size=8192 to NODE_OPTIONS.
- Configured Gradle memory settings to optimize build performance, including JVM arguments for heap size and metaspace.
- Added steps to set up Java with increased memory for Android builds and configured Gradle properties for better resource management.
- Introduced a new utility function to retrieve and manage device IDs, enhancing user identification across sessions.
- Updated the AuthLayer to send device ID along with user ID when sending public keys.
- Modified socket connection to include device ID for improved authentication.
- Removed unused checkLocation functionality and related types to streamline the codebase.
- Cleaned up layout components by commenting out unnecessary visibility settings for the navigation bar.
- Introduced a new ProfilePicture component for displaying user profile images.
- Updated navigation structure to include a route for the profile picture screen.
- Modified ChatTopbar to navigate to the new profile picture screen correctly.
- Enhanced MessageConnectionWrapper to handle forced logout events with user notifications.
- Integrated device ID management in DbUserGetter for improved user session handling.
…ogic and code clarity

- Removed unused import in FriendsList component to streamline the code.
- Enhanced the hide logic in SourceInfoCard within CreatePost to account for selected images, improving user experience.
- Integrated useNotificationHandler in RootLayout for better notification management.
- Updated Layout components in camera and chat sections to handle user session loading states.
- Refactored navigation logic in tabs to streamline routing for shared content.
- Improved user experience by adding loading states and handling friend deletion in ChatTopbar.
- Cleaned up unused imports and optimized component structures for better maintainability.
- Standardized spacing and alignment in various components for better readability.
- Cleaned up import statements and adjusted prop organization in multiple files.
- Enhanced notification handling logic and improved component structures for maintainability.
- Eliminated console.log statements for keyPair and registrationId in ProtocolService to clean up the code and reduce unnecessary output.
- Added the ability to create a space with updated API parameters in CreateSpace component.
- Integrated SpacesBottomSheet into the main layout for improved user interaction.
- Updated navigation to include a new route for creating spaces.
- Enhanced LocationUserListSheet to allow navigation to the create space screen.
- Refactored various components for better code clarity and consistency.
- 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.
Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.5 and updates ancestor dependency [patch-package](https://github.com/ds300/patch-package). These dependencies need to be updated together.


Updates `tmp` from 0.0.33 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.0.33...v0.2.5)

Updates `patch-package` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/ds300/patch-package/releases)
- [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ds300/patch-package/commits)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: indirect
- dependency-name: patch-package
  dependency-version: 8.0.1
  dependency-type: direct:production
...

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 Oct 1, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 1, 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