-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump tmp and patch-package #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
136
commits into
dev
Choose a base branch
from
dependabot/npm_and_yarn/multi-9c21807227
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: toasts-refactor
Merge pull request #15 from walofficial/feature/toasts-refactor feat: toasts-refactor
…requests and enabling ESLint check
feat: some-leftover-code
… staged files with Prettier
…hook and constants
…, and upgrade Node.js version in CI workflow
…nable iOS Preview build step
…remove release preview script
… imports in layout file
…local config files from repository
…with EAS update step
…Google services and enhance README with setup instructions
…orts in layout file
…aring Firebase config files from secrets
… clean up unused imports in layout file
…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.
Release/1.0.28
- 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]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps tmp to 0.2.5 and updates ancestor dependency patch-package. These dependencies need to be updated together.
Updates
tmpfrom 0.0.33 to 0.2.5Changelog
Sourced from tmp's changelog.
... (truncated)
Commits
3d2fe38Bump up the versione162828Merge pull request #309 from fflorent/fix-tmp-dir-with-dirb847d2fFix use of tmp.dir() withdiroption08fa3abUpdate version1cf4ec5Merge commit from fork188b25eFix GHSA-52f5-9888-hmc673b9fe4Add test case for GHSA-52f5-9888-hmc6b8e2f29Remove broken tests2892a02Remove outdated URLf592318Reformat package.jsonUpdates
patch-packagefrom 8.0.0 to 8.0.1Changelog
Sourced from patch-package's changelog.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.