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 🚨 #41

Open
greenkeeper bot opened this issue Sep 17, 2018 · 29 comments
Open

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

greenkeeper bot opened this issue Sep 17, 2018 · 29 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 17, 2018

The devDependency esm was updated from 3.0.82 to 3.0.83.

🚨 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 could not complete due to an error (Details).

Commits

The new version differs by 73 commits.

  • 82f4a8d Bump to v3.0.83.
  • c7d1225 Add ESM_DISABLE_CACHE to readme.
  • 9339890 Add ext priority test for options.cjs.paths.
  • 85cd3c1 Remove unused assert import from ext tests.
  • b73ca44 Destructure error code in tests.
  • ab1aba5 Make ext tests use the actual ext.
  • 04e567c Cleanup Entry#addGetterFrom(), Runtime.addExportFromSetter(), and Runtime.addNamespaceSetter().
  • 0d7117c Remove ERR_MODULE_RESOLUTION_LEGACY guard from makeRequireFunction().
  • e980f7d Remove isError() and options.cjs.paths guard from tryParse().
  • 608a625 Minor format Entry format nits.
  • ea100b1 Remove isError() guards for errors coming from esm/validate.
  • 38accbe Use Map for the stat cache.
  • 4419e2d Minor dummyProxy class cleanup.
  • 96c8257 Use maps for memoize caches.
  • d0a33f6 Ensure .cache folder is cleared before the first test run.

There are 73 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 Sep 17, 2018

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 18, 2018

  • The devDependency esm was updated from 3.0.83 to 3.0.84.

Your tests are still failing with this version. Compare changes

Release Notes for 3.0.84
  • Ensured esm paths aren’t reloaded when preloading modules
  • Fixed regression translating empty export-from lists
Commits

The new version differs by 7 commits.

  • cd5ea52 Bump to v3.0.84.
  • a1131a7 Update deps.
  • c13d4ee Use isOwnPath() guard to avoid removing esm modules from cache.
  • ba46371 Cleanup constant/esm.
  • 13dfe74 Ensure NormalModuleReplacementPlugin regexp matches paths on Windows.
  • 161e7b5 Cleanup import-export visitor.
  • 669b7e5 Ensure empty export-from specifier lists are transpiled.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2019

  • The devDependency esm was updated from 3.0.84 to 3.1.0.

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

Commits

The new version differs by 424 commits.

  • 33ee0ac Bump to v3.1.0.
  • a84a624 Update deps.
  • 9110dd2 Cleanup readme.
  • 7adc4fd Make Package exposable through require().
  • c149647 Newline nit.
  • 885afd0 Add circular entry to esm loader fake compile data.
  • c7a5a1f Update getNativeSource() for latest Node master branch.
  • 8a3d1ce Remove unneeded catch param.
  • 8e8c354 Add more entry and package cache guards to env modules.
  • b77cf1a Don't cache entry or package instances in isSideloaded().
  • f326152 Fix wasm support regression.
  • fd47bfc Reset entry validation for repl.
  • 7869529 Remove validation dead code from vm hook for now.
  • 6ac3788 Cleanup done() handler.
  • 34c0624 Avoid multi-var assignments.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 5, 2019

  • The devDependency esm was updated from 3.2.0 to 3.2.1.

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

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 724 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 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 7, 2019

  • The devDependency esm was updated from 3.2.1 to 3.2.2.

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

Commits

The new version differs by 752 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 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 7, 2019

  • The devDependency esm was updated from 3.2.2 to 3.2.3.

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

Commits

The new version differs by 757 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.
  • 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.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 8, 2019

  • The devDependency esm was updated from 3.2.3 to 3.2.4.

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

Commits

The new version differs by 770 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.
  • 3066218 Bump to v3.2.3.
  • 53cadae Add back process._breakFirstLine branch in module/proto/compile.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2019

  • The devDependency esm was updated from 3.2.4 to 3.2.5.

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

Commits

The new version differs by 824 commits.

  • 28ba30a Bump to v3.2.5.
  • 94089d9 Cleanup scenario tests.
  • 801a421 Cleanup src/errors.
  • 739eb2f Pin eslint until sort-keys regression is fixed.
  • d4b1358 Update deps.
  • 5aebd18 Cleanup rootModule.
  • 8d4683a Add .requireStack to MODULE_NOT_FOUND errors.
  • ac5752d Add ava, nyc, and sinon scenario tests.
  • 5cc5619 Add rewire scenario test.
  • f40788d Cleanup compiler tests.
  • f93f6b4 Add console transform tests.
  • a9f3e6b Rename instrumentation tests to transform tests.
  • 3a39db8 Remove entry.type deferral.
  • 38849ce Discard changes for eval-only for CJS modules under the default package config.
  • 1276f5a Refine bitmask checks.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 23, 2019

  • The devDependency esm was updated from 3.2.5 to 3.2.6.

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

Commits

The new version differs by 875 commits.

  • d695f2f Bump to v3.2.6.
  • 85e50d5 Update deps.
  • 7fac927 Fix module wrapping for Electron.
  • 365d358 Make Module.wrapper an array of the default realm.
  • 8334235 Align Module.wrap() with core.
  • 1014316 Don't use vm.compileFunction() for ESM.
  • 70f5b12 Space nit.
  • d7cbc20 Fix isIdentifier typo.
  • 15acb86 Cleanup overwriting globals tests.
  • d577412 Transform more console use.
  • f367cd6 Var name nit.
  • 1eabfd8 Avoid shadowing custom consoles. [closes #682]
  • ef1e070 Fix exportDefaultOnly detection.
  • b4a7962 Remove .mjs gate to cjs.dedefault and cjs.esModule.
  • c7fde80 Continue simplifying prepareContext().

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 26, 2019

  • The devDependency esm was updated from 3.2.6 to 3.2.7.

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

Commits

The new version differs by 896 commits.

  • 2d6962b Bump to v3.2.7.
  • 370032a Update deps.
  • 1ab39c8 Minor style nits.
  • 270a22a Extract wasmLoad() and wasmParse() from wasmCompiler().
  • 9567490 Make wasm exports settable.
  • db3d14b Ensure mocked modules work with wasm.
  • 480692e Use esmImport() for parsing wasm imports.
  • b35a959 Add test for exporting re-declared classes.
  • c22d399 Consistent use of re-.
  • e8d2d54 Add separate parse and load phases for wasm imports.
  • 1f0a5fd Minor style nits.
  • 95e20a6 Set entry.state in entry.resumeChildren().
  • e8c64b4 Style nits for entry.state in module hook.
  • 0533b90 Set more entry.state in vm hook.
  • 45051af Set state lower in src/module/internal/compile.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 2, 2019

  • The devDependency esm was updated from 3.2.7 to 3.2.8.

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

Commits

The new version differs by 931 commits.

  • 3ca7cf5 Bump to v3.2.8.
  • 3ae83e1 Update deps.
  • f739ffe Remove reserved word guard from isIdentifierName().
  • a7e2b19 Extract isBindingName() util.
  • 340dc76 Add tests to ensure named exports are valid identifiers.
  • 5701dfb Fix json test.
  • 62245d0 Use createWordsRegExp() to define reservedWordsRegExp.
  • d444ed0 Import style nits.
  • baecc82 Check reserved words in isBindingName().
  • d8b6ce1 Remove unused strict option from import-export visitor.
  • 823ec61 Rename execute to evaluate.
  • 790c2ec Export order nit.
  • a1dd6f6 Add cyclical wasm module test.
  • ccf726c Use consistent isESM and isWASM checks.
  • 753ce75 Var reference nit.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 2, 2019

  • The devDependency esm was updated from 3.2.8 to 3.2.9.

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

Release Notes for 3.2.9
  • Fixed Module._cache initialization in Jest (#734)
Commits

The new version differs by 935 commits.

  • 7486662 Bump to v3.2.9.
  • 372f43a Update deps.
  • d372c49 Remove JEST environment variable.
  • daa6ca6 Initialize Module._cache with Jest's require.cache. [closes #734]
  • 3ca7cf5 Bump to v3.2.8.
  • 3ae83e1 Update deps.
  • f739ffe Remove reserved word guard from isIdentifierName().
  • a7e2b19 Extract isBindingName() util.
  • 340dc76 Add tests to ensure named exports are valid identifiers.
  • 5701dfb Fix json test.
  • 62245d0 Use createWordsRegExp() to define reservedWordsRegExp.
  • d444ed0 Import style nits.
  • baecc82 Check reserved words in isBindingName().
  • d8b6ce1 Remove unused strict option from import-export visitor.
  • 823ec61 Rename execute to evaluate.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2019

  • The devDependency esm was updated from 3.2.9 to 3.2.10.

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

Commits

The new version differs by 967 commits.

  • c6d905d Bump to v3.2.10.
  • 04c09d3 Update deps.
  • 905c43f Add isObjectLike() checks to keys helpers.
  • 6eb86dc Cleanup getStackFrames() use in module/internal/compile.
  • 1d5a8d2 Add emptyArray and emptyObject helpers.
  • 07754b5 Remove Entry#assignExportsToNamespace().
  • 78b9a7b Simplify WASM pipeline.
  • a6a3574 Use JSON module compiler fallback when possible.
  • b061a29 Simplify Entry#assignExportsToNamespace() use.
  • 763c7c3 Add JSON module parse/evaluate phases.
  • 466d473 Use toExternalFunction() in getStackFrames().
  • 62b4754 Fix builtin error constructor resolution in getBuiltinErrorConstructor().
  • 94f3a44 Rename constructStackless() to constructError() and allow setting the stackTraceLimit.
  • 2b95df2 Style nits of isXyz() methods.
  • 3330c2b Give isWebAssemblyCompiledModule() a fallback.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2019

  • The devDependency esm was updated from 3.2.10 to 3.2.11.

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

Commits

The new version differs by 978 commits.

  • a42303e Bump to v3.2.11.
  • bb6c517 Update deps.
  • 2fc48d3 Be more explicit with TYPE_CJS and TYPE_PSEUDO checks.
  • 69273af Only use fallback() for TYPE_CJS. [closes #735]
  • 3715a23 Tweak persisted module error check.
  • 4a8ea4d Var placement nit.
  • 4612eca Simplify assignCommonNamespaceHandlerTraps() errored guard.
  • 383f349 Remove last stripPrereleaseTag reference.
  • 38cb062 Ensure JSON modules are validated as CJS from .mjs files.
  • f31cedc Simplify validateDeep() guards.
  • 2c6606c Remove stripPrereleaseTag() in favor of using the SemVer includePrerelease option.
  • c6d905d Bump to v3.2.10.
  • 04c09d3 Update deps.
  • 905c43f Add isObjectLike() checks to keys helpers.
  • 6eb86dc Cleanup getStackFrames() use in module/internal/compile.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 8, 2019

  • The devDependency esm was updated from 3.2.11 to 3.2.12.

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

Commits

The new version differs by 994 commits.

  • 33cafee Bump to v3.2.12.
  • d6c6414 Update deps.
  • a0b2375 Don't project over custom console methods provided by the runtime. [closes #737]
  • d53f38d Var order nit.
  • fa8644d Remove @babel/register dirty cache guard.
  • 8b8bcd1 Use fallback content for mod._compile() if provided.
  • 3ea7eef Use setProperty() and toExternalFunction() when setting mod._compile().
  • d19a517 Use more toExternalError().
  • a183ab4 Mask errors in Module._preloadModules().
  • 42115e9 Cleanup error masking branches.
  • fbb22d6 Move entry._passthruCompile reset to the same module it's set in.
  • 4453156 Lint nit.
  • 94a8e7c Track entry._ranthruCompile.
  • 7a37941 Whitespace nit.
  • c42eaf1 Avoid running code through a possible transform pipeline when compile cached.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 8, 2019

  • The devDependency esm was updated from 3.2.12 to 3.2.13.

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

Commits

The new version differs by 1004 commits.

  • ccad0c6 Bump to v3.2.13.
  • 23c5d19 Update deps.
  • 3ea8860 Fix tests in Node < 11.
  • 666c08d Check that console methods are bound before adding them to the method map.
  • f405d10 Add isBound().
  • 75d64c1 Extract isNativeLike().
  • ce7336a Set prototype of sideloaded module before exiting early in module hook.
  • 9939f0c Avoid module._compile wrapping when loading cached code.
  • da6e263 Clarify checks to use Module._extensions in esm/loader.
  • 8440d9f Var name nit.
  • 33cafee Bump to v3.2.12.
  • d6c6414 Update deps.
  • a0b2375 Don't project over custom console methods provided by the runtime. [closes #737]
  • d53f38d Var order nit.
  • fa8644d Remove @babel/register dirty cache guard.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 9, 2019

  • The devDependency esm was updated from 3.2.13 to 3.2.14.

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

Commits

The new version differs by 1021 commits.

  • e8e17d1 Bump to v3.2.14.
  • 3d7fab3 Readme tweaks.
  • 37aee5d Return values of tryPassthru().
  • 5ab620c Use sideloaded compile wrapper if it exists. [closes #739]
  • 3cf1b9c Update tagline in readme.
  • ce55266 Cleanup V8 bug comments.
  • 23a163a Avoid V8 tail call optimization bug with --harmony flag in Node 6.
  • f1a4361 Avoid exposing private realm to inspect().
  • e861807 Use more toExternalFunction() in OwnProxy().
  • e5dc24f Import order nit.
  • fd262ef Use setProperty() in shims.
  • 92de1ab Add comment for natives binding use.
  • bf4fb2b Use safeProcess in src/module/esm/extensions and src/caching-compiler.
  • 2d28cb4 Use safeProcess in src/binding.
  • 8233b80 Add safeProcess methods.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 12, 2019

  • The devDependency esm was updated from 3.2.14 to 3.2.15.

Your tests are still failing with this version. Compare changes

Release Notes for 3.2.15
  • Ensured console and util can access Loader.state.package.default (#740)
  • Ensured esm works with requizzle (#744)
Commits

The new version differs by 1051 commits.

  • 697a722 Bump to v3.2.15.
  • e4fe04f Update deps.
  • 0677119 Cleanup sqreen scenario test.
  • cda36ce Add requizzle scenario test.
  • 91b121c Fix inspect() test in Node 6.2.0.
  • e21b261 Fix interoperability with requizzle. [closes #744]
  • 17656ad Ensure console.Console works in Node < 10 still.
  • fc232ac Constructor var name cleanup.
  • 2c0585f Minor cleanup in safe/console.
  • f6971e9 Var name nits.
  • 8fc80c7 Add scenario test for util.inspect().
  • e9d4178 Test label nit.
  • 7c2a93d Var name nit.
  • 10f749c Add tests to ensure .mjs errors on named exports of CJS and JSON modules.
  • b40bca1 Minor cleanup in safe().

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 12, 2019

  • The devDependency esm was updated from 3.2.15 to 3.2.16.

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

Release Notes for 3.2.16
  • Fixed inline source map detection
Commits

The new version differs by 4 commits.

  • 0330972 Bump to v3.2.16.
  • 15097d5 Track Loader.state.module.breakFirstLine instead of relying on process._breakFirstLine.
  • d5614ec Fix getSourceMappingURL() typo.
  • 67bed64 Use builtinInspect() instead of passing the inspect() reference around.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2019

  • The devDependency esm was updated from 3.2.16 to 3.2.17.

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

Commits

The new version differs by 21 commits.

  • e39d3d3 Bump to v3.2.17.
  • e32acb5 Update deps.
  • be7c3a1 Track state of getInfo() and readInfo().
  • d4a670f Remove setProperty() use from setSilent().
  • 333f4f1 Use more correct property descriptors instead of the setProperty() helper.
  • 027f381 Fix regression in prepareContext() that caused "constructor" to be enumerable. [closes #747]
  • 13e99b3 Make setPrototypeOf() return a boolean value.
  • bd5b394 Set prototype before assigning properties.
  • 3b52d81 Use moduleTypeOptions when FLAGS.type is "module" in src/package.js.
  • a051af6 Remove unused FLAGS.strict.
  • 16aba24 Add errors.ERR_INVALID_TYPE_FLAG().
  • 20d9e6e Cleanup src/errors.
  • eb7bcc4 Add FLAGS.esModuleSpecifierResolution and FLAGS.type.
  • 958ca2c Support package.json type field to populate esm options.
  • a901833 Prepare for new .mjs rules regarding file extension resolution.

There are 21 commits in total.

See the full diff

1 similar comment
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2019

  • The devDependency esm was updated from 3.2.16 to 3.2.17.

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

Commits

The new version differs by 21 commits.

  • e39d3d3 Bump to v3.2.17.
  • e32acb5 Update deps.
  • be7c3a1 Track state of getInfo() and readInfo().
  • d4a670f Remove setProperty() use from setSilent().
  • 333f4f1 Use more correct property descriptors instead of the setProperty() helper.
  • 027f381 Fix regression in prepareContext() that caused "constructor" to be enumerable. [closes #747]
  • 13e99b3 Make setPrototypeOf() return a boolean value.
  • bd5b394 Set prototype before assigning properties.
  • 3b52d81 Use moduleTypeOptions when FLAGS.type is "module" in src/package.js.
  • a051af6 Remove unused FLAGS.strict.
  • 16aba24 Add errors.ERR_INVALID_TYPE_FLAG().
  • 20d9e6e Cleanup src/errors.
  • eb7bcc4 Add FLAGS.esModuleSpecifierResolution and FLAGS.type.
  • 958ca2c Support package.json type field to populate esm options.
  • a901833 Prepare for new .mjs rules regarding file extension resolution.

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 15, 2019

  • The devDependency esm was updated from 3.2.17 to 3.2.18.

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

Release Notes for 3.2.18
  • Fixed undefined property access error for Loader.state.package.default (#752)
  • Reintroduced an improved Electron v1 fix (#750)
Commits

The new version differs by 41 commits.

  • 691f55e Bump to v3.2.18.
  • 7d83b47 Update deps.
  • a975ee2 Add Loader.state.package.default guard to prepareValue(). [closes #752]
  • 5947eb4 Revert "Remove SafeJSON."
  • c0aad80 Add toExternalObject().
  • 713171e Remove SafeJSON.
  • 41e0f0e Use SafeJSON in formatWithOptions().
  • c07d4ad Don't cache cache modules in shared.module if they use, or are used by, inspect().
  • 5cdab28 Cleanup NATIVE_SOURCE_TEXT in src/shim/function-prototype-to-string.
  • 3953a53 Add back new and improved Electron v1 fix. [closes #750]
  • 76b55af Check FLAGS.esModuleSpecifierResolution in src/module/esm/resolve-filename.
  • 86de88f Remove FLAG validation since that's handled by Node.
  • c9305df Add isCalledFromStrictCode() to shared.module cache.
  • e39f706 Use ModuleConcatenationPlugin in dev builds.
  • 4d2a3a9 Fix test262 fails.

There are 41 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 21, 2019

  • The devDependency esm was updated from 3.2.18 to 3.2.19.

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

Commits

The new version differs by 70 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 70 commits in total.

See the full diff

@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 72 commits.

  • 2edaca3 Bump to v3.2.20.
  • 16516d0 Fix runResult assignment typo. [closes #760]
  • 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.

There are 72 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 passing again with this update. Explicitly upgrade to this version 🚀

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 137 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 137 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 passing again with this update. Explicitly upgrade to this version 🚀

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

The new version differs by 148 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.
  • 3afa86c Bump to v3.2.21.
  • 603abaa Update deps.
  • 52615b5 Cleanup misc test descriptions.
  • 2f04cc9 Add CJS variable access tests.

There are 148 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.22 to 3.2.23.

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

Commits

The new version differs by 167 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 167 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 passing again with this update. Explicitly upgrade to this version 🚀

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

The new version differs by 169 commits.

  • e173189 Bump to v3.2.24.
  • 51c217b Fix static property parse regression. [closes #804]
  • 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.

There are 169 commits in total.

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 passing again with this update. Explicitly upgrade to this version 🚀

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

The new version differs by 172 commits.

  • bd5da7e Bump to v3.2.25.
  • 64df0a8 Update deps.
  • ab2230e Fix regression in computed methods. [closes #807]
  • e173189 Bump to v3.2.24.
  • 51c217b Fix static property parse regression. [closes #804]
  • 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+.

There are 172 commits in total.

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