bndkt / sharemystack

Share your stack with the world!
https://sharemystack.com
349 stars 31 forks source link

Bump the expo group with 6 updates #128

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the expo group with 6 updates:

Package Update
@sentry/react-native 5.5.0 to 5.8.0
expo-build-properties 0.8.3 to 0.9.0
expo-font 11.4.0 to 11.5.1
expo-image 1.3.2 to 1.4.1
react-native-safe-area-context 4.6.3 to 4.7.1
react-native-svg 13.9.0 to 13.10.0

Updates @sentry/react-native from 5.5.0 to 5.8.0

Release notes

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

5.8.0

Features

  • Alpha support for Hermes JavaScript Profiling (#3057)

    Profiling is disabled by default. To enable it, configure both tracesSampleRate and profilesSampleRate when initializing the SDK:

      Sentry.init({
        dsn: '__DSN__',
        tracesSampleRate: 1.0,
        _experiments: {
          // The sampling rate for profiling is relative to TracesSampleRate.
          // In this case, we'll capture profiles for 100% of transactions.
          profilesSampleRate: 1.0,
        },
      });
    

    More documentation on profiling and current limitations can be found here.

Fixes

  • Warn users about multiple versions of promise package which can cause unexpected behavior like undefined Promise.allSettled (#3162)
  • Event is enriched with all the Android context on the JS layer and you can filter/modify all the data in the beforeSend callback similarly to iOS. (#3170)

Dependencies

5.7.1

Dependencies

5.7.0

Fixes

  • Filter beforeSendTransaction from the Native SDK (#3140)

... (truncated)

Changelog

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

5.8.0

Features

  • Alpha support for Hermes JavaScript Profiling (#3057)

    Profiling is disabled by default. To enable it, configure both tracesSampleRate and profilesSampleRate when initializing the SDK:

      Sentry.init({
        dsn: '__DSN__',
        tracesSampleRate: 1.0,
        _experiments: {
          // The sampling rate for profiling is relative to TracesSampleRate.
          // In this case, we'll capture profiles for 100% of transactions.
          profilesSampleRate: 1.0,
        },
      });
    

    More documentation on profiling and current limitations can be found here.

Fixes

  • Warn users about multiple versions of promise package which can cause unexpected behavior like undefined Promise.allSettled (#3162)
  • Event is enriched with all the Android context on the JS layer and you can filter/modify all the data in the beforeSend callback similarly to iOS. (#3170)

Dependencies

5.7.1

Dependencies

5.7.0

... (truncated)

Commits
  • 3f3cfbc release: 5.8.0
  • 5ce6eed chore(deps): update JavaScript SDK to v7.60.1 (#3199)
  • 0c6c447 fix(ci): bump-version.js logs out modified files paths (#3214)
  • e4212f4 feat(profiling): Add Hermes JS Profiling (experimental) (#3057)
  • b0855ef fix(android): Load Android context in JS like on iOS (#3170)
  • 94c1854 build(deps-dev): bump replace-in-file from 6.1.0 to 7.0.1 (#3156)
  • da34c83 build(deps): bump tough-cookie from 4.1.2 to 4.1.3 (#3169)
  • 6df3dd4 chore(deps): update Cocoa SDK to v8.9.3 (#3206)
  • f2cd69e fix(sample): Windows build (#3208)
  • a4076f9 chore(deps): update Cocoa SDK to v8.9.1 (#3188)
  • Additional commits viewable in compare view


Updates expo-build-properties from 0.8.3 to 0.9.0

Changelog

Sourced from expo-build-properties's changelog.

0.9.0 — 2023-07-28

This version does not introduce any user-facing changes.

Commits


Updates expo-font from 11.4.0 to 11.5.1

Changelog

Sourced from expo-font's changelog.

11.5.1 — 2023-08-02

💡 Others

11.5.0 — 2023-07-28

🐛 Bug fixes

  • Gracefully catch exceptions during font loading on web with fontfaceobserver. (#22954 by @​bradjones1)
Commits


Updates expo-image from 1.3.2 to 1.4.1

Changelog

Sourced from expo-image's changelog.

1.4.1 — 2023-08-02

This version does not introduce any user-facing changes.

1.4.0 — 2023-07-28

🎉 New features

🐛 Bug fixes

  • Fixed placeholders aren't always replaced by full-size images on Android. (#23705 by @​lukmccall)
  • Fixed the image components rendering incorrect assets when the Proguard is enabled on Android. (#23704 by @​lukmccall)

💡 Others

  • [Web] Refactored and split some functions for better readability. (#23465 by @​aleqsio)
Commits


Updates react-native-safe-area-context from 4.6.3 to 4.7.1

Release notes

Sourced from react-native-safe-area-context's releases.

Release 4.7.1

4.7.1 (2023-07-11)

  • Update podspec to tvOS 12.4 (#415)

Release 4.7.0

4.7.0 (2023-07-10)

Bug Fixes

Release 4.6.4

4.6.4 (2023-07-04)

Commits
  • 930f703 chore: release 4.7.1
  • aeaa21b Update podspec to tvOS 12.4 (#415)
  • 55d384d chore: release 4.7.0
  • 1b23b4f Fixes for tvOS (#412)
  • b683c52 chore: don't run yarn test on prepublish
  • 9535676 chore: bump gradle in /android
  • 13f02cb chore: fix ci
  • eb55cc7 chore: update rn to 0.72.1
  • 720cbc9 fix: use RCT_NEW_ARCH_ENABLED in RNCSafeAreaContext module
  • 664c518 fix: use install_modules_dependencies to make fabric build more reliable
  • Additional commits viewable in compare view


Updates react-native-svg from 13.9.0 to 13.10.0

Release notes

Sourced from react-native-svg's releases.

v13.10.0

Minor release fixing some long-standing issues, adding new features such as web support for toDataURL (software-mansion/react-native-svg#2072) and fallback prop for SvgXml and others (software-mansion/react-native-svg#2071). It also adds support for RN 0.72 on new architecture, at the same time dropping the support for RN 0.71 there. Thanks for all your contributions 🚀

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v13.9.0...v13.10.0

Commits
  • 0e93157 Release 13.10.0
  • 78aaffa feat: strokeDasharray with Animated (#2089)
  • 24dba65 chore: bump TestsExample to 0.72 (#2088)
  • 54bec6d chore: run prettier and lint (#2087)
  • e04a159 Prevents SvgUri crashes when uri is invalid and adds fallback prop (#2071)
  • 7983ad2 Add web support for toDataURL() on svg tags (#2072)
  • f6570d3 chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 in /TestsExample (#2085)
  • 4061203 chore(deps): bump vm2 from 3.9.14 to 3.9.19 (#2056)
  • e6724d6 chore(deps): bump fast-xml-parser from 4.1.3 to 4.2.4 in /TestsExample (#2063)
  • 91f6bd1 chore: bump Examples to 0.72 (#2084)
  • Additional commits viewable in compare view


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
cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: d5f88cb
Status: ✅  Deploy successful!
Preview URL: https://5c108844.sharemystack.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-expo-felt.sharemystack.pages.dev

View logs

dependabot[bot] commented 1 year ago

Looks like these dependencies are updatable in another way, so this is no longer needed.