make-github-pseudonymous-again / js-hash

:hocho: Hashing algorithms for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of babel-preset-env is breaking the build 🚨

greenkeeper opened this issue Β· comments

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

Branch Build failing 🚨
Dependency babel-preset-env
Current Version 1.2.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-preset-env is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes v1.3.0

v1.3.0 (2017-03-30)

πŸ› Bug Fix

We now properly check for Symbol.species support in ArrayBuffer and include the
polyfill if necessary. This should, as a side effect, fix ArrayBuffer-related
errors on IE9.

πŸ’… Polish

We've simplified things by adding electron as a target instead of doing a bunch of
things at runtime. Electron targets should now also be displayed in the debug output.

If you are targeting the node environment exclusively, the always-included web polyfills
(like dom.iterable, and a few others) will now no longer be included.

πŸ“ Documentation

🏠 Internal

  • npmignore: Add related to build data and codecov. (#216) (@yavorsky)
Commits

The new version differs by 8 commits .

  • 8b2dc4f 1.3.0
  • 6ebf857 Update changelog
  • 046f326 Add check for ArrayBuffer[Symbol.species] (#233)
  • aead61c Fill data with electron as a target. (#229)
  • 48a329b separate default builtins for platforms (#226)
  • a4d585c remove deprecated projects (#223) [skip ci]
  • 88cbe17 Merge pull request #216 from babel/update-npmignore
  • cf94af3 npmignore: Add related to build data and codecov.

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 🌴

Version 1.3.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 2 commits .

See the full diff.

Version 1.3.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 3 commits .

See the full diff.

Version 1.3.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v1.3.3

v1.3.3 (2017-04-07)

πŸ› Bug Fix

Adding electron as a target was an inadvertent breaking change as it no longer
allowed string versions. We added an exception for now, even though it is
inconsistent with other versions. Just as a note, the upcoming version 2.x will
allow both number and string versions.

We now force the const-es2015-check plugin to run first (so that it can
correctly report issues before they get transpiled away).

πŸš€ New Feature

  • Allow use babel-plugin- prefix for include and exclude (#242) (@yavorsky)

The include and exclude options now allow both prefixed (babel-plugin-transform-es2015-spread)
and prefix-less (transform-es2015-spread) plugin names.

πŸ“ Documentation

🏠 Internal

Commits

The new version differs by 15 commits .

  • a222453 1.3.3
  • 801c6d4 Fix and update changelog for v1.3.3 [skip ci]
  • 8701755 Ensure const-check plugin order (#257)
  • 19bd172 Update changelog (#253)
  • d7adb12 Merge pull request #252 from yavorsky/electron-string
  • b3edcf5 Support electron version in a string format.
  • c2e99b2 Merge pull request #245 from babel/existentialism-patch-1
  • b3f17b8 Note babel plugin prefix handling in include/exclude [skip ci]
  • f901427 Allow use babel-plugin- prefix for include and exclude. (#242)
  • b2057c0 Add simple smoke-test (#240)
  • fe74b77 Fix README: debug option shows info in stdout. (#236)
  • 500b2fb Add prepublish script
  • 147a33b 1.3.2
  • 6e7b8d1 1.3.1
  • 8534335 Revert npmignoring data

See the full diff.

Version 1.4.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v1.4.0

v1.4.0 (2017-04-14)

πŸš€ New Feature

Added an option to enable more spec compliant, but potentially slower, transformations for any plugins in this preset that support them.

We updated our mappings so that you can get native support for async/await and other goodies when targeting Edge 15!

πŸ› Bug Fix

Fixed a bug that was ignoring Android targets in browserslist queries (for example: "Android >= 4").

πŸ“ Documentation

🏠 Internal

Commits

The new version differs by 26 commits .

  • 125e928 1.4.0
  • e22c26c Update changelog [skip ci]
  • 2aaecc5 Support spec option (#98)
  • 8bca925 Clarify note about loading polyfills only once (#282)
  • 2135fb9 Add a reminder about include/exclude options (#275)
  • 40da88e Chore: reduce package size. (#281) [skip ci]
  • cad1b2b Merge pull request #273 from babel/compat-table
  • 7033974 Bump compat-table for Edge 15 support
  • 38a1369 Remove deprecated comment (#271)
  • d197aa0 Merge pull request #270 from babel/issue268
  • c0d641e Add Android browser to name map
  • a222453 1.3.3
  • 801c6d4 Fix and update changelog for v1.3.3 [skip ci]
  • 8701755 Ensure const-check plugin order (#257)
  • 19bd172 Update changelog (#253)

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

Version 1.5.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v1.5.0

v1.5.0 (2017-05-19)

πŸš€ New Feature

We were originally waiting on 2.x for a breaking change, but since node v7.10
and other targets are causing some pain, we decided to land a backwards
compatible version.

🏠 Internal

Commits

The new version differs by 40 commits.

  • d937261 1.5.0
  • 590bfb5 Update changelog for v1.5 [skip ci]
  • ddea7c8 Merge pull request #321 from babel/backport-string-versions
  • 6bc5326 Backport: use preset-env and remove flow-strip-types (#324)
  • c7d0e17 Merge branch 'master' into backport-string-versions
  • fd35519 Merge pull request #329 from babel/bump-electron
  • 8fb2222 Use ensureDirSync in smoke test
  • 58055c8 Support target versions as strings (#231)
  • 78ed702 Bump electron-to-chromium
  • abdbeec Tweak version mappings to match compat-table updates (#323)
  • 0e917de Bump browserslist. (#319)
  • 20ddb72 Bump compat-table (#307)
  • 966922d Add debug-fixtures and test/tmp to .eslintignore (#305)
  • db5daff Remove hidden files from debug fixtures targets. (#287)
  • 125e928 1.4.0

There are 40 commits in total.

See the full diff

Version 1.5.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v1.5.1

v1.5.1 (2017-05-22)

πŸ› Bug Fix

Commits

The new version differs by 43 commits.

  • 5ff37e3 1.5.1
  • 86ce2db Update changelog for v1.5.1 [skip ci]
  • cb11cb1 Compile with loose mode (#332)
  • d937261 1.5.0
  • 590bfb5 Update changelog for v1.5 [skip ci]
  • ddea7c8 Merge pull request #321 from babel/backport-string-versions
  • 6bc5326 Backport: use preset-env and remove flow-strip-types (#324)
  • c7d0e17 Merge branch 'master' into backport-string-versions
  • fd35519 Merge pull request #329 from babel/bump-electron
  • 8fb2222 Use ensureDirSync in smoke test
  • 58055c8 Support target versions as strings (#231)
  • 78ed702 Bump electron-to-chromium
  • abdbeec Tweak version mappings to match compat-table updates (#323)
  • 0e917de Bump browserslist. (#319)
  • 20ddb72 Bump compat-table (#307)

There are 43 commits in total.

See the full diff

Version 1.5.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v1.5.2

v1.5.2 (2017-06-07)

πŸ› Bug Fix

browser targets should be overridden by explicit targets, and we inadvertently broke this when we landed string version support.

Commits

The new version differs by 48 commits.

  • f4ce53c 1.5.2
  • 00490ac Merge pull request #346 from babel/issue345
  • 2896925 Add node 8 to travis (#347)
  • 0017129 Ensure explicit targets always override browsers key targets
  • e23bd47 README: Add string type as valid node target value (#337) [skip ci]
  • 5ff37e3 1.5.1
  • 86ce2db Update changelog for v1.5.1 [skip ci]
  • cb11cb1 Compile with loose mode (#332)
  • d937261 1.5.0
  • 590bfb5 Update changelog for v1.5 [skip ci]
  • ddea7c8 Merge pull request #321 from babel/backport-string-versions
  • 6bc5326 Backport: use preset-env and remove flow-strip-types (#324)
  • c7d0e17 Merge branch 'master' into backport-string-versions
  • fd35519 Merge pull request #329 from babel/bump-electron
  • 8fb2222 Use ensureDirSync in smoke test

There are 48 commits in total.

See the full diff