rahafoundation / raha-mobile-app

Mobile app for Raha
8 stars 1 forks source link

Bump metro-react-native-babel-preset from 0.47.0 to 0.54.1 #537

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps metro-react-native-babel-preset from 0.47.0 to 0.54.1.

Release notes *Sourced from [metro-react-native-babel-preset's releases](https://github.com/facebook/metro/releases).* > ## v0.54.1 > * **[Fixed]**: Minor issues in `metro-symbolicate`. > > *[(list of commits since v0.54.0)](https://github.com/facebook/metro/compare/v0.54.0...v0.54.1)* > > ## v0.54.0 > * **[Breaking]**: Removed hooks feature in the default module registry (19412af). > * **[Feature]**: Validated new configuration using `jest-validate` ([#205](https://github-redirect.dependabot.com/facebook/metro/issues/205)). > * **[Fixes]**: Several fixes in `metro-inspector-proxy` (35afd38, d68eb4e, 0393cdf, 22a87e0, 3587eac, 0187b31, > d1149ee) > * **[Fixes]**: Several fixes in `metro-source-map`. > * **[Fixes]**: Improved symbolication of wrapped functions in `metro-symbolicate` (b8c5243) > * **[Maintenance]**: Upgraded several dependencies. > > *[(list of commits since v0.53.1)](https://github.com/facebook/metro/compare/v0.53.1...v0.54.0)* > > ## v0.53.1 > * **[Feature]**: Added support for verifying incoming connections (more info: [1](https://github.com/facebook/metro/commit/dcb41e39f0df6ae1e0b3dfeff9ef5a69128830d5), [2](https://github.com/facebook/metro/commit/ba01db616f3371a9832825afa42506643b7b173f)). > * **[Feature]**: Support an array of whitelisted paths in `lazyImportExportTransform` and default to lazy requires for all public React Native exports ([more info](https://github.com/facebook/metro/commit/23e3503dde5f914f3e642ef214f508d0a699851d)). > * **[Fixed]**: Support symbolicating stack frames in the `file:line:column` format ([more info](https://github.com/facebook/metro/commit/0af35a37ee170db596c7492440abc30c402a67ed)). > > *[(list of commits since v0.53.0)](https://github.com/facebook/metro/compare/v0.53.0...v0.53.1)* > > ## v0.53.0 > * **[Breaking]**: Support setting custom `BABEL_ENV` in transformer ([more info](https://github-redirect.dependabot.com/facebook/metro/pull/364)). > * **[Feature]**: Move the `react-native-symbolicate` package to the Metro repository, under the name `metro-symbolicate` ([more info](https://github.com/facebook/metro/commit/5eb02d827090d88bb15cd78f0b199d2dd629122b)). > * **[Fixed]**: Don't override `process.env.NODE_ENV` in prelude if already set ([more info](https://github.com/facebook/metro/commit/2fe29220777f0b3c316e867e3813215c0f0e8280)). > * **[Fixed]**: Add missing dependencies (more info: [1](https://github.com/facebook/metro/commit/ffb3cb7a467a5511d4ad512b3aff374fc34c16ae), [2](https://github.com/facebook/metro/commit/b7ccf1478b04da38f2adbf822e70aa42272b321f)). > * **[Improvement]**: Remove dependency on `babel-core` which has since been renamed `@babel/core` ([more info](https://github.com/facebook/metro/commit/86941a51425baa98e2c5c68595340ace43355945)). > > *[(list of commits since v0.52.0)](https://github.com/facebook/metro/compare/v0.52.0...v0.53.0)* > > ## v0.52.0 > * **[Breaking]**: Rename the `dependencies` command to `get-dependencies` and document it ([more info](https://github-redirect.dependabot.com/facebook/metro/pull/339)). > * **[Feature]**: Add `disableFlowStripTypesTransform` option ([more info](https://github.com/facebook/metro/commit/eb6d88030e9e2db5abe94515491fb8df650f8572)). > * **[Feature]**: Add support for `promises` to `metro-memory-fs` ([more info](https://github-redirect.dependabot.com/facebook/metro/pull/354)). > * **[Fix]**: Correctly fail resolution when checking a nonexistent folder ([more info](https://github.com/facebook/metro/commit/ce6824ced730d4aa6c4b63c007ed915e1180c258)). > * **[Fix]**: Only attach HMR server once the main Metro server is listening ([more info](https://github.com/facebook/metro/commit/0ca9b05de2bf228b98b199cbac4b0187d81929bb)). > * **[Documentation]**: Change docs UI for config options to fix search indexing issue > ([more info](https://github-redirect.dependabot.com/facebook/metro/pull/342)). > > *[(list of commits since v0.51.1)](https://github.com/facebook/metro/compare/v0.51.1...v0.52.0)* > > ## v0.51.1 > *[(list of commits since v0.51.0)](https://github.com/facebook/metro/compare/v0.51.0...v0.51.1)* > > ## v0.51.0 > * **[Breaking]**: Create `metro-react-native-babel-transformer` package and remove `reactNativeTransformer.js` file from the `metro` package (more info: [1](https://github.com/facebook/metro/commit/0c26c5c28a539ef062bc311d1b0db680951f3e61), [2](https://github.com/facebook/metro/commit/7fafc5df6cb611242bd216d6609bcea0d95df2c6)). > * **[Security]**: Bump ws package to 1.1.5 due to vulnerability issues ([more info](https://github-redirect.dependabot.com/facebook/react-native/pull/21769)). > * **[Fix]**: Issue with assets living outside of the project root ([#322](https://github-redirect.dependabot.com/facebook/metro/issues/322)). > ... (truncated)
Commits - [`9608c8a`](https://github.com/facebook/metro/commit/9608c8aa4e83c459965278cc99f19d72d505777c) Bump Metro to v0.54.1 - [`01442b1`](https://github.com/facebook/metro/commit/01442b1d15dd346cb0d4025210e8b5c869a1a4d5) Fix crash when a source file's metadata is null - [`48ed242`](https://github.com/facebook/metro/commit/48ed2424d4751828207117313dfe5bafd2e3a2e4) Make line and column numbering conventions configurable - [`c8bcdb3`](https://github.com/facebook/metro/commit/c8bcdb381b4eb357fde132d41277ce344afdb269) Preserve parens when symbolicating traces in Node format - [`3bbd8c7`](https://github.com/facebook/metro/commit/3bbd8c728263c58b0e01042ee3d10aaf3d477ae8) Add test for symbolicating traces in Node format - [`8ab77ea`](https://github.com/facebook/metro/commit/8ab77ea5b81d2af09bc080a348e88504c73e1e46) Make generateFunctionMap a top-level export - [`1b49bf4`](https://github.com/facebook/metro/commit/1b49bf441a2fc20bd7c8928016d941a5f20e33a4) Don't repeat filename at start of inferred function name - [`8063c4b`](https://github.com/facebook/metro/commit/8063c4bb11fd57972687206eed355ee9ad1d03e1) Tweak function name inference algorithm for source maps - [`1ae9194`](https://github.com/facebook/metro/commit/1ae9194c183d77ce3c0c86ba9fae08fac73abcc5) Indent inline snapshots in generateFunctionMap-test - [`7bd7d06`](https://github.com/facebook/metro/commit/7bd7d06b831c0a9d6064b284013443e724027185) Add type definitions for @babel/core parse and parseSync - Additional commits viewable in [compare view](https://github.com/facebook/metro/compare/v0.47.0...v0.54.1)
Maintainer changes This version was pushed to npm by [metro-bot](https://www.npmjs.com/~metro-bot), a new releaser for metro-react-native-babel-preset since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.