Kronos-Integration / test-step

kronos-step testing support with ava
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency esm was updated from 3.2.0 to 3.2.1.

🚨 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](https://travis-ci.org/Kronos-Integration/test-step/builds/489001537?utm_source=github_status&utm_medium=notification)).

Release Notes for 3.2.1
  • Added support for class properties to options.cjs.namedExports
  • Ensured builtin modules in .mjs files are more restricted
  • Reduced instrumentation of non-circular modules
  • Reverted require() interoperability of options.cjs.interop (#721)
Commits

The new version differs by 113 commits.

  • fb13223 Bump to v3.2.1.
  • 042bf17 Update deps.
  • 3716627 Generate Loader.init() cacheKey with the module's name.
  • 689c78b Make getModuleName() return module.filename when module.id is "."
  • 67e8725 Set explicit options to false when using a single boolean to set CJS options.
  • 0998084 Add tests for explicit fields against zero-config defaults.
  • ff1d943 Add tests for options.cjs.interop fallback.
  • e7fec56 Update set traps.
  • dada180 Simplify isUpdatableGet() isUpdatableSet().
  • 28cabe5 Refine mutable defineProperty trap.
  • f139a84 Refine immutable defineProperty trap.
  • ccfa2cc Add options.cjs.dedefault but don't enable it by default.
  • ac51317 Update acorn parser plugins.
  • 532d8f4 Rename options.cjs.interop to options.cjs.esModule.
  • 07786d2 Add instrumentation tests.

There are 113 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 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 28 commits.

  • 68136a5 Bump to v3.2.2.
  • 15e831d Update deps.
  • 547f6fb Cleanup globalConsole proxy.
  • 8f60a67 Minor comment nits for function references.
  • 5dfdefe Align console property assignment when inspector is enabled with Node core.
  • 74f2689 Add isObjectLike() guard to real/get-proxy-details.
  • a263243 Add more comments to map in src/binding.
  • 772fd45 Simplify shared.hiddenKeyType.
  • 4b8bd9d Format nits in getFlags().
  • a24a4a9 Update default export tests to ensure class and functions are hoisted.
  • 55d92f8 Revert "Only hoist function declarations."
  • 8a0d44a Remove vm.runInDebugContext and process.binding(inspector).callAndPauseOnStart() use in module/proto/compile.
  • f1c6787 Comment process.binding() use.
  • 519f7f6 Add FLAGS.inspectBrk.
  • 3fff00b Defer FLAGS.preserveSymlinks and FLAGS.preserveSymlinksMain access in module/internal/find-path.

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 3066218 Bump to v3.2.3.
  • 53cadae Add back process._breakFirstLine branch in module/proto/compile.
  • 5a8bb34 Add isPath() check to createSourceMap().
  • 54443e1 Extract createInlineSourceMap().
  • 77ea662 Defer builtinConsole creation.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 13 commits.

  • fc771b0 Bump to v3.2.4.
  • 18de00e Update deps.
  • 5f5634d Set import.meta.url to null for non-path ids.
  • ea6901f Fix eval stdin detection.
  • d1d6d97 Add stdin to features list.
  • fa9c19f Add mocha -r test.
  • 8420a50 Flatten top-level await error.
  • 08c324f Set entry.state to STATE_EXECUTION_COMPLETED on parse or run error.
  • 4480fa8 Ensure sideloaded modules have a parse pass.
  • 2e2433b Expand isWrappable() to allow process and Symbol.toStringTag'ed objects.
  • 011b2d6 Add detection for eval stdin.
  • 7c3878b Ensure filename is a string before calling extname() in maskStackTrace().
  • 8f7f53e More accurately copy Console.prototype properties.

See the full diff