bndkt / sharemystack

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

Bump the expo group with 9 updates #169

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the expo group with 9 updates:

Package From To
@sentry/react-native 5.5.0 5.9.1
expo-dev-client 2.4.6 2.4.8
expo-router 2.0.2 2.0.5
expo-updates 0.18.11 0.18.12
react-native-pager-view 6.2.0 6.2.1
react-native-safe-area-context 4.6.3 4.7.1
react-native-svg 13.9.0 13.13.0
react-native-web 0.19.7 0.19.8
@types/react 18.2.20 18.2.21

Updates @sentry/react-native from 5.5.0 to 5.9.1

Release notes

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

5.9.1

  • Bump Cocoa SDK from v8.9.4 to v8.10.0 (#3250)
    • This fixes a compile error for projects that use CocoaPods with use_frameworks! option.
    • changelog
    • diff

5.9.0

Important Note

Do not use this version if you use CocoaPods with use_frameworks! option. It introduces a bug where the project won't compile. This has been fixed in version 5.9.1.

Features

  • Add support for React Native mixed stacktraces (#3201)

    In the current react-native@nightly (0.73.0-nightly-20230809-cb60e5c67) JS errors from native modules can contain native JVM or Objective-C exception stack trace. Both JS and native stack trace are processed by default no configuration needed.

  • Add tracePropagationTargets option (#3230)

    This release adds support for distributed tracing without requiring performance monitoring to be active on the React Native SDK. This means even if there is no sampled transaction/span, the SDK will still propagate traces to downstream services. Distributed Tracing can be configured with the tracePropagationTargets option, which controls what requests to attach the sentry-trace and baggage HTTP headers to (which is what propagates tracing information).

    Sentry.init({
      tracePropagationTargets: ["third-party-site.com", /^https:\/\/yourserver\.io\/api/],
    });
    

Fixes

  • Sentry.init must be called before Sentry.wrap(#3227)
    • The SDK now shows warning if incorrect order is detected
  • Stall Time is no longer counted when App is in Background. (#3211)
  • Use application variant instead of variant output to hook to correct package task for modules cleanup (#3161)
  • Fix isNativeAvailable after SDK reinitialization (#3200)

Dependencies

... (truncated)

Changelog

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

5.9.1

  • Bump Cocoa SDK from v8.9.4 to v8.10.0 (#3250)
    • This fixes a compile error for projects that use CocoaPods with use_frameworks! option.
    • changelog
    • diff

5.9.0

Important Note

Do not use this version if you use CocoaPods with use_frameworks! option. It introduces a bug where the project won't compile. This has been fixed in version 5.9.1.

Features

  • Add support for React Native mixed stacktraces (#3201)

    In the current react-native@nightly (0.73.0-nightly-20230809-cb60e5c67) JS errors from native modules can contain native JVM or Objective-C exception stack trace. Both JS and native stack trace are processed by default no configuration needed.

  • Add tracePropagationTargets option (#3230)

    This release adds support for distributed tracing without requiring performance monitoring to be active on the React Native SDK. This means even if there is no sampled transaction/span, the SDK will still propagate traces to downstream services. Distributed Tracing can be configured with the tracePropagationTargets option, which controls what requests to attach the sentry-trace and baggage HTTP headers to (which is what propagates tracing information).

      Sentry.init({
        tracePropagationTargets: ["third-party-site.com", /^https:\/\/yourserver\.io\/api/],
      });
    

Fixes

  • Sentry.init must be called before Sentry.wrap(#3227)
    • The SDK now shows warning if incorrect order is detected
  • Stall Time is no longer counted when App is in Background. (#3211)
  • Use application variant instead of variant output to hook to correct package task for modules cleanup (#3161)
  • Fix isNativeAvailable after SDK reinitialization (#3200)

Dependencies

... (truncated)

Commits
  • 371d5f1 Update CHANGELOG.md
  • 4390b30 release: 5.9.1
  • d8c64a4 chore: Bump Sentry-Cocoa version (#3250)
  • 15b60b6 Merge branch 'release/5.9.0'
  • 88bc47b release: 5.9.0
  • adf2ea2 fix(android): Add instructionsAddr param to `fetchNativeStackFramesBy (#3238)
  • e64a66f feat(rn): Add Native Linked Errors (RN Mixed stack traces) (#3201)
  • a36d5e1 chore(deps): update JavaScript SDK to v7.63.0 (#3235)
  • 0408e3c chore(deps): update CLI to v2.20.5 (#3233)
  • ba8eeb5 Use clientOptions.tracePropagationTargets, support for Tracing without Perf...
  • Additional commits viewable in compare view


Updates expo-dev-client from 2.4.6 to 2.4.8

Changelog

Sourced from expo-dev-client's changelog.

Changelog

This is the log of notable changes to the Expo client that are developer-facing. Package-specific changes not released in any SDK will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see packages directory).

Unpublished

📚 3rd party library updates

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

49.0.0 — 2023-06-27

📚 3rd party library updates

... (truncated)

Commits


Updates expo-router from 2.0.2 to 2.0.5

Commits


Updates expo-updates from 0.18.11 to 0.18.12

Changelog

Sourced from expo-updates's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

0.19.1 — 2023-08-02

💡 Others

  • Update API documentation to clarify channel behavior in Expo Go/ development builds. (#23783 by @​keith-kurak)

0.19.0 — 2023-07-28

🎉 New features

🐛 Bug fixes

💡 Others

Commits


Updates react-native-pager-view from 6.2.0 to 6.2.1

Release notes

Sourced from react-native-pager-view's releases.

v6.2.1

  • gitignore update (2c72ac4)
  • fix(ios): return when user navigates to the same page (#760) (28973cc)
  • fix(ios): rename setScrollEnabled to setScrollEnabledImperatively on old arch (#761) (a03e44e)
  • chore(deps): bump activesupport from 6.1.7.3 to 6.1.7.6 in /example (#758) (b962980)
  • chore(deps): bump activesupport in /fabricexample (#759) (53b66be)
  • feat(chore): registration compat for 0.68/0.69 (#753) (9c662b1)
  • feat(android): 🌟 add support for React Native 0.73 (#736) (45d4530)
  • chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.7 in /example (#755) (5790904)
  • chore: add test id to the example (#731) (de2c067)
  • chore(deps): bump vm2 from 3.9.17 to 3.9.19 (#728) (dc65cd0)
  • chore(deps): bump fast-xml-parser from 4.2.2 to 4.2.4 in /example (#735) (f882dd8)
  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /example (#741) (6013bf7)
  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /fabricexample (#742) (c7b91a0)
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#747) (6fcbd2b)
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /example (#748) (ec80ed4)
  • chore: upgrade example to 71 (#725) (2946c1c)
  • chore(ci): E2E setup (#716) (e1dd3ef)
  • fix(android): stop debouncing onPageSelected (#719) (16173bd)
  • Merge pull request #717 from callstack/feat/@​okwasniewski/locale (9b4b87e)
  • feat: add button to quickly switch layout direction (d292995)
  • Fix issues reported by QA (#715) (e9e9f36)
  • Merge pull request #711 from callstack/fix-safe-area (3d00044)
  • apply suggestions and fix fabric examples (9a37131)
  • remove unnecessary ignore (f9a96c3)
  • fix @​types/react (7dacf41)
  • ignore error (31d5b31)
  • chore: update @​type/react in root folder (16ff477)
  • fix: safe area in examples (05d6a05)
  • chore: update @​type/react (d1555ee)
Commits
  • 1d82f25 Release 6.2.1
  • 2c72ac4 gitignore update
  • 28973cc fix(ios): return when user navigates to the same page (#760)
  • a03e44e fix(ios): rename setScrollEnabled to setScrollEnabledImperatively on old arch...
  • b962980 chore(deps): bump activesupport from 6.1.7.3 to 6.1.7.6 in /example (#758)
  • 53b66be chore(deps): bump activesupport in /fabricexample (#759)
  • 9c662b1 feat(chore): registration compat for 0.68/0.69 (#753)
  • 45d4530 feat(android): 🌟 add support for React Native 0.73 (#736)
  • 5790904 chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.7 in /example (#755)
  • de2c067 chore: add test id to the example (#731)
  • Additional commits viewable in compare view


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.13.0

Release notes

Sourced from react-native-svg's releases.

v13.13.0

Minor release restoring usage of UIGraphicsBeginImageContextWithOptions on macOS since there is no implementation for UIGraphicsImageRendererFormat there yet.

What's Changed

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

v13.12.0

Minor release introducing the change of API used on iOS from UIGraphicsBeginImageContextWithOptions to UIGraphicsImageRenderer.

What's Changed

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

v13.11.0

Minor release cleaning the repository 🧹 Please submit any issues that come up with the newest version 🐛 Thanks for your contributions 🚀

What's Changed

New Contributors

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

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

... (truncated)

Commits


Updates react-native-web from 0.19.7 to 0.19.8

Commits


Updates @types/react from 18.2.20 to 18.2.21

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
cloudflare-pages[bot] commented 9 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: f2765b7
Status: ✅  Deploy successful!
Preview URL: https://16c6e796.sharemystack.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-expo-kptl.sharemystack.pages.dev

View logs

dependabot[bot] commented 8 months ago

Superseded by #171.