davidbonnet / foundation

🏛 Base repository for building JavaScript apps or libraries.
1 stars 0 forks source link

An in-range update of @std/esm is breaking the build 🚨 #4

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.19.2 of @std/esm was just published.

Branch Build failing 🚨
Dependency @std/esm
Current Version 0.19.1
Type devDependency

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

@std/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](https://travis-ci.org/davidbonnet/foundation/builds/328357637?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 95 commits.

  • 9ae2d70 Bump to v0.19.2.
  • 2a19786 Be more explicit about return value of repl.eval in repl tests.
  • 1ccec8b Make getCachePathHash() and getCacheStateHash() handle non-strings gracefully.
  • f6a41c3 Use .js extension for cache files unless .gz.
  • 9a74fa9 Remove toStringLiteral() use where not needed.
  • 6975f6f Increase arrow count to the length of the identifier for parse errors in maskStackTrace().
  • 77cb332 Simplify parse/errors constructor.
  • 4a2c597 Append to error message instead of overwriting entirely.
  • 0a6d1b1 Use export from syntac in acorn-parser.
  • c1265a5 Move errors assignment to the bottom.
  • 902f4ee Create parse/errors module.
  • 29f30df Don’t throw raise().
  • 06f05e6 Add test for erroring when exporting non-local bindings.
  • 3ecb296 Add code after top-level arguments use in arguments-undefined-nested fixture.
  • dbdf832 Skip visiting if already warned for arguments.

There are 95 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:

greenkeeper[bot] commented 6 years ago

After pinning to 0.19.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 0.19.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 29 commits.

  • 52d690a Bump to v0.19.3.
  • b6756b4 Remove console.logs from production build.
  • 2316cc2 Simplify babel-mocha-nyc scenario test.
  • 99b4b2e Restore Module.wrap in the CJS pass if it is overwritten. [closes #230]
  • ab17689 Use readFile() in gzip branch of readWith().
  • b2282e0 Swap v8is with native sleep to fix native module test in chakra-node.
  • 46dcb63 Destructure nit in visitor/import-export.
  • ed153cb Consistent spec references.
  • 26a1e80 Coerce dynamic import specifier into a string.
  • 3ecbcce Simplify load pass if module already loaded.
  • 0624ac9 Ensure dynamic imports inside exported functions and classes are transpiled. [closes #232]
  • c241c93 Cleanup scenario tests.
  • 4ca9025 Avoid compiling re-exported builtin modules. [closes #231]
  • 0da8681 Move cache creation to the process exit.
  • 04fddac Remove scopePath from mkdirp.

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.19.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 0.19.5
  • Ensured CJS modules loaded during the parse phase of ESM aren’t executed (#239)
Commits

The new version differs by 16 commits.

  • 210263b Bump to v0.19.5.
  • 0aa02eb Ensure parse bypass is only done for files not loaded by ESM. [closes #239]
  • e9698d3 Fix top-level await test in Node < 7.
  • d072b83 Bump to v0.19.4.
  • 237da7f Update semver dep.
  • 92eec81 Cleanup tests.
  • 931f891 Add another ava+nyc scenario test.
  • 993d63b Clarify babel/register test descriptions.
  • 94c8bac Cleanup main hook ESM_OPTIONS test description.
  • 45f7f1b More carefully track state to avoid unintentionally lowering state.
  • 9a86919 Only set to state 4 if loaded.
  • 07e2a34 Add more debug skips to tests.
  • 54078f5 Ensure other hooks aren’t skipped in the parsing pass. [closes #236]
  • c50af02 add scenario tests for babel-interop (#237)
  • 49f2ebb Add options.await test.

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.19.6 just got published.

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

Release Notes 0.19.6
  • Enabled sharing pending cache writes across loader instances
Commits

The new version differs by 7 commits.

  • aecf9c2 Bump to v0.19.6.
  • 9bb2085 Tweak indentation in getting started section.
  • 8c59a0d Update babel.
  • 949c080 Add ava options tip to readme.
  • e384bb9 Clarify getting started section.
  • c946fc0 Adjust process exit maxListeners count.
  • b7777d7 Share pendingWrites between loader instances.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.19.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 0.19.7
  • Ensured validation errors are masked
Commits

The new version differs by 25 commits.

  • 71de837 Bump to v0.19.7.
  • df7bf21 Add warning comments to read-file and read-file-fast.
  • b511d88 Use indexOf instead of includes.
  • 59c4f06 Update jest and mocha.
  • 6adf0a6 Cleanup tryValidateESM().
  • cb406d7 Remove unneeded package.json from test/fixture/error.
  • 352a32b Add validation error stack trace test.
  • a8fdec5 Add getModuleURL util.
  • 50e6bde Fix isStackTraceMasked() detection in Node < 7.
  • 695c75e Comment out options param in usage example.
  • 022cf91 Simplify masking errors.
  • 4c8a8d0 Newline nit in mask-stack-trace.
  • 4dfb61b Tracke filenames for validation errors.
  • 54280c5 Add is-stack-trace-decorated and is-stack-trace-masked utils.
  • 99dcfec Split out domain-to-unicode, get-hidden-value, and set-hidden-value utils.

There are 25 commits in total.

See the full diff