auth0-samples / auth0-react-native-sample

Auth0 Integration Samples for React Native
https://auth0.com/docs/quickstart/native/react-native
MIT License
128 stars 156 forks source link

Bump metro-react-native-babel-preset from 0.70.3 to 0.71.0 in /00-Login #64

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps metro-react-native-babel-preset from 0.70.3 to 0.71.0.

Release notes

Sourced from metro-react-native-babel-preset's releases.

Release v0.71.0

  • [Breaking] Reject runServer promise if the HTTP server can't start listening (f39af2cba2c3f39f674ad40ddf97ca7c3daa91f5)
  • [Feature] Add fileMapCacheDirectory config option, deprecate hasteMapCacheDirectory (93966c0065e24dfaed15e409eeedf4b9bc209a41)
  • [Fix] Fail runServer quickly if the port is not available (6d9623eec0250f8b0e78d1843c18a531444713ff)
  • [Fix] Add explicit dependency on @babel/runtime to metro-runtime (#816)
  • [Fix] Fix missing dependency on metro-transform-worker (#817)
  • [Fix] Fix batching bugs causing modules to be incorrectly omitted from delta updates(#819)
  • [Fix] InspectorProxy: Don't pass an Error object to socket.close() (fdc4ef17230ee093cfd302ddc8c59a88019b1f02)

NOTE: Experimental features are not covered by semver and can change at any time.

  • [Experimental] Open source our jest-haste-map fork as metro-file-map (#812)

Full Changelog: v0.70.2...v0.71.0

Commits
  • fcff382 Publish Metro Release 0.71.0
  • 93966c0 Mark metro-file-map as experimental, rename hasteMapCacheDirectory -> `fi...
  • a86cac5 Update reference to NetworkStore-->HttpStore
  • fdc4ef1 InspectorProxy: Don't pass an Error object to socket.close()
  • 05c83d7 Store graph entry points as a Set
  • 832ee06 Refactor graph representation to allow private state for graph operations
  • 1cd095f Enable Flow in DeltaBundler graph tests
  • 3e3e5ea Refactor wiring of filesystem change events in bundler
  • 26c3dd6 Codemod to implicit exact object syntax
  • 6d68720 Fix batching bugs causing modules to be incorrectly omitted from delta update...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)