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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenkeeper bot opened this issue Mar 21, 2019 · 7 comments
Open

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

greenkeeper bot opened this issue Mar 21, 2019 · 7 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 21, 2019

The devDependency esm was updated from 3.2.18 to 3.2.19.

🚨 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 failed (Details).

Commits

The new version differs by 29 commits.

  • 2941c50 Bump to v3.2.19.
  • 0c9700a Update deps.
  • 40651a8 Make builtin-errors expose more stack.
  • 90fa0c1 Cleanup matches().
  • a7859b4 Remove -m alias detection from FLAGS.type.
  • 5b5eba9 Add FLAGS.experimentalJSONModules.
  • 1ea356b Rename Runtime._runResult to Runtime.runResult.
  • 427cc17 Cleanup cjsVars compile options assignment in Runtime.compileEval() and Runtime.compileGlobalEval().
  • 40bf1e0 Don't clip stack traces of parse/syntax errors.
  • bc3b212 Newline nits.
  • 4e6d73e Don't use URLs in stack traces if options.cjs.paths is true.
  • d8dcf0d Update mocha link to require options (#758)
  • 1d93fb3 Add util.format() and util.formatWithOptions() tests.
  • e411656 Add copyright header to src/util/format.
  • 371e752 Add type guard to safeFormatWithOptions.

There are 29 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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 21, 2019

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 21, 2019

  • The devDependency esm was updated from 3.2.19 to 3.2.20.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 2 commits.

  • 2edaca3 Bump to v3.2.20.
  • 16516d0 Fix runResult assignment typo. [closes #760]

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • 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.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 67 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 67 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2019

  • The devDependency esm was updated from 3.2.22 to 3.2.23.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 19 commits.

  • a2b7949 Bump to v3.2.23.
  • a50cb19 Update deps.
  • 6e5a22d Revert "Temporarily remove node-sleep until it builds on Node 12+."
  • dff4f0d Add support for public and private static class fields. [closes #801]
  • a0a21ac Align Node error objects with Node 12.2.0.
  • 25e6299 Fix REPL hook in Node 12. [closes #792]
  • 078f335 Update Node test matrix.
  • 82467e3 Move decoyProxy into OwnProxy().
  • 04cdca8 Fix mock scenario tests in Node 12.
  • 2207949 Temporarily remove node-sleep until it builds on Node 12+.
  • 3c50b83 Fix parsing of computed class fields. [closes #787]
  • c93add3 Revert partial package type support. [closes #784]
  • 8389f17 Fix namespace object inspection in Node 12.
  • c94675d Update deps.
  • 56c5f3a Fix fs.promises tests.

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2019

  • The devDependency esm was updated from 3.2.23 to 3.2.24.

Your tests are still failing with this version. Compare changes

Release Notes for 3.2.24
  • Fixed regression parsing a static methods (#804)
Commits

The new version differs by 2 commits.

  • e173189 Bump to v3.2.24.
  • 51c217b Fix static property parse regression. [closes #804]

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 17, 2019

  • The devDependency esm was updated from 3.2.24 to 3.2.25.

Your tests are still failing with this version. Compare changes

Release Notes for 3.2.25
  • Fixed regression in computed methods (#807)
Commits

The new version differs by 3 commits.

  • bd5da7e Bump to v3.2.25.
  • 64df0a8 Update deps.
  • ab2230e Fix regression in computed methods. [closes #807]

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants