dacz / max-in-flight

Limits max. async running operations.
MIT License
1 stars 0 forks source link

Update @std/esm to the latest version 🚀 #3

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.20.0 of @std/esm was just published.

Dependency @std/esm
Current Version 0.19.7
Type devDependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of @std/esm.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 102 commits.

  • e565d12 Bump to v0.20.0.
  • fad03dc Cleanup .babelrc.js files in scenario tests.
  • b3e2205 Temporarily reset parsing/passthru toggles while loading esmrc files.
  • a35e085 Set require mode.
  • 895855e Add tests for intercepting require and import.
  • 24ce8bf Use toString’ed version of error messages when updating them in stack output.
  • f497d79 Ensure error.stack doesn’t throw when it isn’t on the error. [closes #259]
  • f087964 Cleanup watch helpers in runtime.
  • e8456fd Fix dirPath typo in readdir.
  • 2ac767a Pass esm through module.require().
  • 4555b2d Make var name for esm/_load consistent,.
  • 696046f Remove unnecessary returns from cjs/_load and esm/_load.
  • 323119e Rename entry.cacheKey to entry.id.
  • 7ce7bf6 Make module.require more mode generic.
  • 64595b3 Align cjs/esm loaders more closely.

There are 102 commits in total.

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:

codecov[bot] commented 6 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #3   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          21     21           
=====================================
  Hits           21     21

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 8bc5f07...96b1426. Read the comment docs.