BlueBaseJS / code-standards

📖 A collection of coding standard guidelines for BlueBase projects
0 stars 0 forks source link

chore(deps): bump metro-react-native-babel-preset from 0.53.1 to 0.60.0 #165

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps metro-react-native-babel-preset from 0.53.1 to 0.60.0.

Release notes

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

v0.60.0

Contains all changes since 0.59.0:

  • [Fix] metro-source-map: propagate sourcesContent when composing source maps (#574 (facebook/metro#574))
  • [Fix] Preserve source locations in import-export-plugin
  • [Change] Resolve path-based configuration options in Metro's config normalizer
  • [Feature] metro-memory-fs: Implement realpath.native
  • [Feature] metro-memory-fs: Implement fs.truncate
  • [Feature] metro-memory-fs: Implement fs.link (http://fs.link/)
  • [Feature] metro-memory-fs: Implement fs.rename
  • [Feature] metro-memory-fs: Implement readdir(withFileTypes)
  • [Feature] Move HttpGetStore to open source
  • [Fix] MultipartResponse to allow for binary data to be sent
  • [Fix] Size attribution in metro-symbolicate
  • [Fix] Links website Docs in Help page. (#563 (facebook/metro#563))
  • [Change] Enable loose mode for @babel/plugin-proposal-object-rest-spread
  • [Fix] Pass config overrides to metro.config.js function (#559 (facebook/metro#559))
  • [Fix] Added bundler property to babel caller (#558 (facebook/metro#558))
  • [Feature] Add rewriteRequestUrl option
  • [New] Add unstable_transformProfile as URL param
  • [Fix] DependencyGraph.resolveDependency resolves to the same module when imported from .. (#556 (facebook/metro#556))
  • [New] Add support for bytecode compilation & bytecode bundles (#546 (facebook/metro#546))
  • [Fix] Send bundle progress immediately
  • [New] New metro-hermes-compiler package @allow-large-files (#545 (facebook/metro#545))
  • [New] Create metro-transform-worker package
  • [Fix] Add getDependencies function that automatically cleans up unused graphs
  • [New] Create metro-transform-plugins package
  • [Breaking Change] Change transform worker from a class to an object interface
  • [Fix] DependencyGraph.resolveDependency resolves to the same module when imported from . (#540 (facebook/metro#540))
  • [Security] Fix security vulnerabilities in third-party dependencies
  • [Removed] Remove hmrEnabled option

See 0.59.0...0.60.0 for a full list of changes.

v0.59.0

Contains all changes since 0.58.0:

  • [Feature] Add support for optional dependencies (#511)
  • [Feature] Bring back the option to use terser as a minifier (#510)
  • [Feature] Record source locations of dependencies in graph
  • [Feature] Show a code frame for resolution errors
  • [Fix] Handle circular dependency removal in the DeltaBundler (#506)
  • [Improvement] Micro optimizations for module resolutions
  • [Breaking] Removed Metro's old configuration
  • [Breaking] Removed resolving to platform specific asset name
  • [Breaking] Removed virtualMapper config option

See https://github.com/facebook/metro/compare/0.58.0...0.59.0 for a full list of changes.

v0.58.0

Commits
  • 9ad83c2 Metro release 0.60.0
  • b1e3941 metro-source-map: propagate sourcesContent when composing source maps (#574)
  • 920ba69 Add support for efficiently reusing transform results across variants
  • e8e4fc7 Preserve source locations in import-export-plugin
  • ca82136 Resolve path-based configuration options in Metro's config normalizer
  • 4cc055c metro-memory-fs: Implement realpath.native
  • 46c5ad5 Move Metro
  • 0603ab1 upgrade to flow v0.127.0
  • b510a4e Remove rn-cli.config.js
  • a1f54f9 metro-memory-fs: Implement fs.truncate
  • 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) - `@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)
dependabot-preview[bot] commented 4 years ago

Superseded by #173.