arlac77/statetransition-mixin

An in-range update of esm is breaking the build 🚨

greenkeeper opened this issue · 2 comments

The devDependency esm was updated from 3.2.20 to 3.2.21.

🚨 View failing branch.

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

esm 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
  • continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • codecov/project: 90.77% (-0.16%) compared to 0e9096e (Details).
  • codecov/patch: Coverage not affected when comparing 0e9096e...eb85e8a (Details).
  • coverage/coveralls: First build on greenkeeper/esm-3.2.21 at 95.707% (Details).

Release Notes for 3.2.21
  • Ensured deep parse validation is performed before shallow (#768)
  • Ensured direct Module#_compile() calls are based on default options
  • Ensured .node files are stored in the real Module._cache in Jest (#765)
  • Fixed cache invalidation of re-published modules (#746)
  • Fixed dynamic import use in Puppeteer’s page.evaluate() (#762)
  • Fixed regression with ts-node/register (#769)
  • Fixed regression for packages with invalid "main" fields (#770)
  • Updated %s token of util.formatWithOptions()
Commits

The new version differs by 65 commits.

  • 3afa86c Bump to v3.2.21.
  • 603abaa Update deps.
  • 52615b5 Cleanup misc test descriptions.
  • 2f04cc9 Add CJS variable access tests.
  • 31b8077 Cleanup and comments.
  • 5717b58 Update util.formatWithOptions() inspection with %s.
  • 4da4091 Ensure .node extensions are stored on RealModule._cache. [closes #765]
  • 208b3bb Update deprecation warning code.
  • 25a5b78 Perform deep validation before shallow. [closes #768]
  • 950e741 Mask errors from main hook.
  • 9ede7cb Newline nits.
  • d049dcf Add isExtNode().
  • f9b27e4 Rename ext methods.
  • 1b204db Use more has().
  • 1e04110 More Entry cleanup.

There are 65 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

  • The devDependency esm was updated from 3.2.21 to 3.2.22.

Your tests are still failing with this version. Compare changes

Release Notes for 3.2.22
  • Reverted cache invalidation fix because of overactive file attribute updates (#746)
Commits

The new version differs by 11 commits.

  • 0749eb8 Bump to v3.2.22.
  • 77c7286 Update deps.
  • 93d8e16 Revert touching files that have the same birthtime and mtime. [closes #771]
  • b26d9db Add shared.initedMs and use it when touching files.
  • 07036ec Only compile source with top-level return if the module itself does. [closes #769]
  • 353fb1e Track firstReturnOutsideFunction.
  • 24c8bdc Add firstReturnOutsideFunction acorn plugin.
  • 4cbb79c Cleanup internal/find-path.
  • f939956 Fix typos in main entry resolution. [closes #770]
  • df83a8b Ensure Module._cache is object-like before wrapping in a proxy.
  • aab5c81 Remove internal acorn and walk plugin fallbacks.

See the full diff

After pinning to 3.2.20 your tests are passing again. Downgrade this dependency 📌.