Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Update dependency @babel/preset-react to v7.0.0-beta.52 #111

Merged
merged 1 commit into from
Jul 10, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2018

This Pull Request updates dependency @​babel/preset-react from v7.0.0-beta.51 to v7.0.0-beta.52

Release Notes

v7.0.0-beta.52

Compare Source
Deprecating the yearly/stage presets in v7 (will remove next beta). Ran npm deprecate on @babel/preset-es2015, @babel/preset-es2016, @babel/preset-es2017, @babel/preset-stage-0, @babel/preset-stage-1, @babel/preset-stage-2, @babel/preset-stage-3 only for versions >v7.0.0-beta.52. This means this will only break your build if you are using ^ in Babel v7 beta (which we have recommended against each release). (It is unfortunate that the default behavior of npm is to use ^ when using npm install though; haven't made an RFC for it yet).

Also various bugfixes, change to force the pipeline plugin to have an option.

The pipeline plugin must be configured with the minimal option. This is so people explicitly know the implementation that is being used, and someone will be able to implement and test out the other proposal options. After all, this proposal is in Stage 1 still and the semantics are being figured out: this is a great opportunity to specify via the config what people are using.

{
  "plugins": [["@​babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }]]
}
💥 Breaking Change
  • babel-core
    • #​8198 Prefer explicit object maps, and properly load relative maps.. ([@​loganfsmyth])
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator, babel-preset-stage-0, babel-preset-stage-1
    • #​8196 Require proposal flag for pipeline plugin. ([@​mAAdhaTTah])
🐛 Bug Fix
  • babel-types
    • #​8273 Add visitor key for Flow typeArguments in call expressions. ([@​rubennorte])
  • babel-core
    • #​8198 Prefer explicit object maps, and properly load relative maps.. ([@​loganfsmyth])
    • #​8197 Allow @​foo/babel-plugin as an unexpanded plugin name, and @​foo as a shorthand for it.. ([@​loganfsmyth])
  • babel-plugin-transform-typescript
    • #​8238 Typescript: Avoid stripping class properties when a decorator is set. ([@​pmdartus])
💅 Polish
  • babel-cli, babel-preset-env
    • #​8250 remove emojis from cli output. ([@​johnbuffington])
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-async-to-generator, babel-plugin-transform-react-constant-elements, babel-preset-env
    • #​8267 Optimize async to generator. ([@​jridgewell])
  • babel-core, babel-parser
    • #​8259 upgrades eslint v5 (major), babel-eslint, eslint-plugin-flowtype, eslint-plugin-prettier. ([@​dnalborczyk])
  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-runtime
    • #​8265 Rename some test fixtures so they run properly.. ([@​loganfsmyth])
  • babel-helper-fixtures, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
    • #​8208 Ensure that we don't get unexpected output files for tests that throw.. ([@​loganfsmyth])
  • babel-helper-transform-fixture-test-runner
    • #​8220 Remove regenerator hacks in checkDuplicatedNodes. ([@​Andarist])
  • Other
    • #​8158 Compile against beta 51. ([@​existentialism])
  • babel-parser
    • #​8176 babel/parser: use charCodes throughout for improved sourcecode readability in tokenizer/parser.. ([@​GerHobbelt])
    • #​8177 babel/parser: remove dead code: constant condition. ([@​GerHobbelt])


This PR has been generated by Renovate Bot.

@codecov
Copy link

codecov bot commented Jul 6, 2018

Codecov Report

Merging #111 into master will decrease coverage by 0.68%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
- Coverage   78.76%   78.08%   -0.69%     
==========================================
  Files           9        9              
  Lines         146      146              
  Branches       34       34              
==========================================
- Hits          115      114       -1     
- Misses         20       21       +1     
  Partials       11       11
Impacted Files Coverage Δ
src/dispatched.js 12.5% <0%> (-12.5%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77ab121...4afe424. Read the comment docs.

@KevinGrandon KevinGrandon merged commit 9207b26 into master Jul 10, 2018
@renovate renovate bot deleted the renovate/babel-monorepo branch July 10, 2018 17:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants