enatega / food-delivery-multivendor

Enatega is a fully realized and customizable food delivery application that can be used to set up your own order/delivery management system. For more information, visit the Enatega product page: 🚀🛒📦🌐
https://enatega.com/?utm_source=github&utm_medium=referral&utm_campaign=github_guide&utm_id=12345678
MIT License
802 stars 258 forks source link

Bump the npm_and_yarn group in /enatega-multivendor-rider with 5 updates #595

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps the npm_and_yarn group in /enatega-multivendor-rider with 5 updates:

Package From To
@sentry/react-native 5.17.0 5.19.1
ws 6.2.2 6.2.3
ip 1.1.9 removed
react-native 0.73.4 0.73.8
tar 6.2.0 6.2.1

Updates @sentry/react-native from 5.17.0 to 5.19.1

Release notes

Sourced from @​sentry/react-native's releases.

5.19.1

Fixes

  • Don't add Expo Plugin option authToken to application bundle (#3630)
    • Expo plugin configurations are generally stored in plain text, and are also automatically added to built app bundles, and are therefore considered insecure.
    • You should not set the auth token in the plugin config except for local testing. Instead, use the SENTRY_AUTH_TOKEN env variable, as pointed out in our docs.
    • In addition to showing a warning, we are now actively removing an authToken from the plugin config if it was set.
    • If you had set the auth token in the plugin config previously, and built and published an app with that config, you should rotate your token.
  • Reduce waning messages spam when a property in Expo plugin configuration is missing (#3631)
  • Add concrete error messages for RN bundle build phase patch (#3626)

5.19.0

This release contains upgrade of sentry-android dependency to major version 7. There are no breaking changes in the JS API. If you are using the Android API please check the migration guide.

Features

  • Add Android profiles to React Native Profiling (#3397)

  • Add Sentry.metrics (#3590)

    To learn more, see the Set Up Metrics guide.

    import * as Sentry from '@sentry/react-native';
    

    Sentry.init({ dsn: 'DSN', integrations: [ Sentry.metrics.metricsAggregatorIntegration(), ], });

    Sentry.metrics.increment("button_click", 1, { tags: { system: "iOS", app_version: "1.0.0" }, });

Fixes

  • Upload Debug Symbols Build Phase continues when node not found in WITH_ENVIRONMENT (#3573)
  • Fix proguardUuid loading on Android (#3591)

Dependencies

... (truncated)

Changelog

Sourced from @​sentry/react-native's changelog.

5.19.1

Fixes

  • Don't add Expo Plugin option authToken to application bundle (#3630)
    • Expo plugin configurations are generelly stored in plain text, and are also automatically added to built app bundles, and are therefore considered insecure.
    • You should not set the auth token in the plugin config except for local testing. Instead, use the SENTRY_AUTH_TOKEN env variable, as pointed out in our docs.
    • In addition to showing a warning, we are now actively removing an authToken from the plugin config if it was set.
    • If you had set the auth token in the plugin config previously, and built and published an app with that config, you should rotate your token.
  • Reduce waning messages spam when a property in Expo plugin configuration is missing (#3631)
  • Add concrete error messages for RN bundle build phase patch (#3626)

5.19.0

This release contains upgrade of sentry-android dependency to major version 7. There are no breaking changes in the JS API. If you are using the Android API please check the migration guide.

Features

  • Add Android profiles to React Native Profiling (#3397)

  • Add Sentry.metrics (#3590)

    To learn more, see the Set Up Metrics guide.

    import * as Sentry from '@sentry/react-native';
    

    Sentry.init({ dsn: 'DSN', integrations: [ Sentry.metrics.metricsAggregatorIntegration(), ], });

    Sentry.metrics.increment("button_click", 1, { tags: { system: "iOS", app_version: "1.0.0" }, });

Fixes

  • Upload Debug Symbols Build Phase continues when node not found in WITH_ENVIRONMENT (#3573)
  • Fix proguardUuid loading on Android (#3591)

Dependencies

... (truncated)

Commits
  • f44bad6 release: 5.19.1
  • 664fb8a fix(expo): Reduce waning messages spam when a property in configuration is mi...
  • 9148964 fix(expo): Ensure authToken is not written to application package (#3630)
  • 4200779 release: 5.19.0
  • e69e91e feat(sdk): Add JS Core metrics (#3590)
  • 82eeed0 chore(deps): update JavaScript SDK to v7.100.1 (#3589)
  • bab71cf fix(ci): Fix iOS builds failing Hermes cocoapods (#3592)
  • ae9f909 fix(android): proguardUuid loading (#3591)
  • 7835531 feat(profiling): Add RN/Android mixed profiles (#3397)
  • b282f25 Update README badges, add Expo (#3580)
  • Additional commits viewable in compare view


Updates ws from 6.2.2 to 6.2.3

Release notes

Sourced from ws's releases.

6.2.3

Bug fixes

  • Backported e55e5106 to the 6.x release line (eeb76d31).
Commits


Removes ip

Updates react-native from 0.73.4 to 0.73.8

Release notes

Sourced from react-native's releases.

0.73.8

Added

iOS specific

  • Added privacy manifest to template (520d120375 by @​philIip) (fixed to include the file in the build)

Changed

  • Update Hermes version (1d0cbfd01b by @​Titozzz)
    • removed Apple's RR API that were unused. Hermes does not requires a PrivacyManifest now
    • fixed experimental debugger object logging

Fixed

iOS specific


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.73.7

Fixed

Android specific

iOS specific


Hermes dSYMS:


... (truncated)

Changelog

Sourced from react-native's changelog.

v0.73.8

Added

iOS specific

  • Added privacy manifest to template (520d120375 by @​philIip) (fixed to include the file in the build)

Changed

Fixed

iOS specific

v0.73.7

Fixed

Android specific

  • Fix possible deadlock in dispatchViewUpdates (b741899f99)
  • Fix crash in getChildDrawingOrder (342ce6115b)
  • Fix Android HorizontalScrollView fling when content length less than ScrollView length (bd19d0ec6a)

iOS specific

v0.73.6

Breaking

iOS specific

Fixed

iOS specific

... (truncated)

Commits
  • c39538b [0.73.8] Bump version numbers
  • fd48b94 [LOCAL][iOS] Add missing dependency to React-RuntimeHermes podspec
  • 12da0cd pick 42978 add privacy manifest to hello world template
  • 7e4626c Fix enable hermes debugger in Bridgeless mode
  • 9bf64c4 Fix Symbol not found: (_JSGlobalContextSetInspectable) (#44185)
  • 1d0cbfd Update Hermes version
  • 7e7277e Update Hermes version
  • 8b09449 [0.73.7] Bump version numbers
  • 1a53ac8 Remove extra pod functions from bad cherry-pick
  • 3ccbd9c add privacy manifest to pod install
  • Additional commits viewable in compare view


Updates tar from 6.2.0 to 6.2.1

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ninjas-code-official/food-delivery-multivendor/network/alerts).
coderabbitai[bot] commented 5 months ago

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


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
netlify[bot] commented 5 months ago

Deploy Preview for polite-fairy-234917 canceled.

Name Link
Latest commit 874b7340df178897e2b3062a66e29b1d11a27ce6
Latest deploy log https://app.netlify.com/sites/polite-fairy-234917/deploys/66720bff685e6a0008b95465
netlify[bot] commented 5 months ago

Deploy Preview for cheery-zabaione-34f12e canceled.

Name Link
Latest commit 874b7340df178897e2b3062a66e29b1d11a27ce6
Latest deploy log https://app.netlify.com/sites/cheery-zabaione-34f12e/deploys/66720bff1c88920008efb29a