Open greenkeeper[bot] opened 5 years ago
devDependency
babel-plugin-transform-async-to-promises was updated from 0.8.10
to 0.8.11
.Your tests are still failing with this version. Compare changes
The new version differs by 12 commits.
e2dd32c
Public Release 0.8.11
7b56b77
Add pure annotations in more places to help with tree shaking minifiers
900d216
Fallback to @@iterator and @@asyncIterator to be compatible with regenerator
14681af
Update dependencies
eca3a59
Always return a promise on functions that don't always have an explicit return and inlineHelpers is set
ce67368
Support patterns in default argument assignments by writing to a temporary variable (closes #29)
58855e8
Properly dodge import statements when inserting helpers
85c3f7c
Update dependencies
48cc45a
Allow using async generators without a Symbol polyfill (but only within code compiled by this same library)
e087183
Add test for compatibility with babel-env's for await of rewriting
68b7e40
Support presets in tests
3657169
Fix throws when certain parts of the AST are rewritten by other plugins
See the full diff
devDependency
babel-plugin-transform-async-to-promises was updated from 0.8.11
to 0.8.12
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
devDependency
babel-plugin-transform-async-to-promises was updated from 0.8.12
to 0.8.13
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
The new version differs by 15 commits.
74bb6c8
Public Release 0.8.13
6f3a672
Pass filename instead of sourceFilename to the babylon/babel parsers as that's the field that's passed through to plugins
6284017
Return a promise instead of undefined from empty async functions
f64d0ce
Pass a sourceFilename into the babylon parser
57d028e
Ignore babel.config.js files when loading helpers
96f98cc
Update dev dependencies
a1a6dbe
Update dependencies
cfda986
Misspelling in _asyncIteratorSymbol (#34)
b4453bf
Update dependencies
de3b0aa
Store internal state in weak maps instead of intrusively on the babel nodes
3b43974
bugfix: throw inside for ( .. of .. )
gives a ReferenceError (#33)
b5db43d
Public Release 0.8.12
8441edc
Update dev dependencies
19f1275
Unwrap promise wrapping in IIFEs
1922a05
Simplify trivial IIFEs
See the full diff
devDependency
babel-plugin-transform-async-to-promises was updated from 0.8.13
to 0.8.14
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
The new version differs by 26 commits.
1c14e08
Public Release 0.8.14
7c07f37
Update copyright date
a2697d2
Add prettier and typescript configuration files to npm ignore
99a77f2
Add minify to the package keywords
2954be4
Format code using prettier and check for formatting during CI builds
004b60d
Enable stricter TypeScript checking and cleanup new errors
db74152
Use WeakSets instead of WeakMaps where possible
d4a4751
Use a separate tsconfig.json file instead of passing arguments; switch to ES6 as compilation target
1502f61
Use babel 7 types instead of babel 6 types
b9aadf2
Avoid duplicate function names when rewriting export default
8a354a7
Support named function expressions with test case courtesy of @honzabrecka (closes #37)
74bb6c8
Public Release 0.8.13
6f3a672
Pass filename instead of sourceFilename to the babylon/babel parsers as that's the field that's passed through to plugins
6284017
Return a promise instead of undefined from empty async functions
f64d0ce
Pass a sourceFilename into the babylon parser
There are 26 commits in total.
See the full diff
devDependency
babel-plugin-transform-async-to-promises was updated from 0.8.14
to 0.8.15
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
The new version differs by 44 commits.
b409b91
Public Release 0.8.15
a35feef
Run against node 12 in CI
d28455f
Update node typings
f79b809
Make more variables const/readonly
1f941b2
Minify return statements used to implement breaks inside tails
ff5a531
Allow running only a subset of output tests, to make prototyping easier
e6e9dc3
Fix break inside of nested control flow where there is a "tail" after the break (closes #46)
17e5525
Add test case for #46
3495c04
Make the test runner cleaner
ff63a8d
Fix scope tracking problems in latest babel 7 by reregistering all newly reinserted declarations and properly hoist var declarations
3628002
Reregister relocated declarations to avoid warnings in later versions of Babel (closes #38)
dc89730
Re-enable babel 6 tests, by deeming the babel 7 output to be correct and only check the syntax of babel 6 output
656f905
Fix for async iteration when the body contains a break statement (closes #40)
ec822ef
Fix empty iteration
2df5d29
Fix most of the tests not running at all (closes #39)
There are 44 commits in total.
See the full diff
The devDependency babel-plugin-transform-async-to-promises was updated from
0.8.9
to0.8.10
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
babel-plugin-transform-async-to-promises is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **WhiteSource Security Check:** Way to go! The Security Check did not find any vulnerabilities. - β **Travis CI - Branch:** The build **errored**.Commits
The new version differs by 5 commits.
b3b6e48
Public Release 0.8.10
9075716
Package helpers in helpers-string.js as a commonjs module so that bundlers may include it as content
1a23976
Commit results of npm audit fix
ef509f6
Update dependencies
39e7bb8
Support default parameters internally so that exceptions are converted to a rejected Promise and so that it doesn't interfere with babel's rewriting passes (closes #28)
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: