Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update babel-preset-env to the latest version 馃殌 #68

Merged
merged 1 commit into from Mar 16, 2017

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 4, 2017

Version 1.2.0 of babel-preset-env just got published.

Dependency babel-preset-env
Current Version 1.1.10
Type devDependency

The version 1.2.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of babel-preset-env.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v1.2.0

v1.2.0 (2017-03-03)

馃殌 New Feature

Support for uglify as a target is now available! This will enable all plugins and, as a result, fully compiles your code to ES5. Note, that useBuiltIns will work as before, and only the polyfills that your other target(s) need will be included.

{
  "presets": [
    ["env", {
      "targets": {
        "chrome": 55,
        "uglify": true
      },
      "useBuiltIns": true,
      "modules": false
    }]
  ]
}

馃悰 Bug Fix

  • Respect older versions in invert equals map (#180) (@danez)

Fixes a number of bugs that caused some incorrect and/or missing environment data when parsing compat-table.

Commits

The new version differs by 23 commits .

  • 82b62c9 v1.2.0 changelog [skip ci]
  • b1399d9 1.2.0
  • c7bd064 Add uglify as a target (#178)
  • f0b6e51 Merge pull request #180 from babel/fix-compat-import
  • 1edddca Don鈥檛 add duplicate entries to map
  • fc040dd Version can be float and correctly lookup envMap
  • 6549565 Update compat-table to include ndoe4 and ios8 fixes
  • b5786d3 Add comments
  • 29bd962 Secure script
  • 880fb30 Fix tests
  • 7319e7a Fix node 4
  • 2db35c8 Remove console.log
  • f05ef3b Respect older versions in invert map
  • 18771ed Add additional note about async support on changelog [skip ci]
  • d43cfe3 v1.1.11 changelog [skip ci]

There are 23 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2017

Version 1.2.1 just got published.

Update to this version instead 馃殌

Release Notes v1.2.1

v1.2.1 (2017-03-06)

馃悰 Bug Fix

Our plugin data was missing a mapping for the transform-duplicate-keys plugin which caused it to never be included. (s/o to @Timer for the report!)

馃摑 Documentation

Commits

The new version differs by 4 commits .

  • 14b2e4f v1.2.1 changelog [skip ci]
  • e407ea4 1.2.1
  • e4d0040 Add transform-duplicate-keys mapping (#192)
  • 0465a63 Clarify reasons for the uglify option in README.md (#188)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 15, 2017

Version 1.2.2 just got published.

Update to this version instead 馃殌

Release Notes v1.2.2

v1.2.2 (2017-03-14)

馃悰 Bug Fix

When parsing plugin data, we weren't properly handling browser families. This caused
transform-es2015-block-scoping and other plugins to be incorrectly added for Edge >= 12.
(s/o to @mgol for the the report and review!)

  • Add typed array methods to built-ins features. (#198) (@yavorsky)

Fixes an issue where some TypedArray features were not being polyfilled properly. (s/o to @alippai for the report!)

馃摑 Documentation

馃彔 Internal

Commits

The new version differs by 25 commits .

  • 40c3a1f v1.2.2 changelog [skip ci]
  • e186f2d 1.2.2
  • ac9cf86 Change how yarn is installed on travis
  • 81a7a82 Merge pull request #198 from yavorsky/typed-ie
  • 491dc2c Add typed array methods to built-ins features.
  • ed59056 Merge pull request #208 from babel/issue207
  • 0cd96f5 address review comments
  • ea788f8 Refactor browser data parsing to handle families
  • df1452f Merge pull request #201 from yavorsky/bump-plugins
  • 215e5eb Merge branch 'master' into bump-plugins
  • defdd5e Merge pull request #200 from alxpy/alxpy-patch-1
  • 1bc6235 Tweak package scripts and travis config for code coverage
  • 707bf10 Add babel-plugin-istanbul
  • 5964dec Add codecov badge
  • 163ed64 Enable code coverage

There are 25 commits in total. See the full diff.

@ahmadnassri ahmadnassri merged commit b1452f4 into master Mar 16, 2017
@greenkeeper greenkeeper bot deleted the greenkeeper/babel-preset-env-1.2.0 branch March 16, 2017 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant