Closed greenkeeper[bot] closed 5 years ago
devDependency
esm was updated from 3.2.4
to 3.2.6
.Update to this version instead π
The new version differs by 51 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 51 commits in total.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.7
.Update to this version instead π
The new version differs by 21 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 21 commits in total.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.8
.Update to this version instead π
The new version differs by 35 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 35 commits in total.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.9
.Update to this version instead π
Module._cache
initialization in Jest (#734)devDependency
esm was updated from 3.2.4
to 3.2.10
.Update to this version instead π
The new version differs by 32 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 32 commits in total.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.11
.Update to this version instead π
The new version differs by 11 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.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.12
.Update to this version instead π
The new version differs by 16 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 16 commits in total.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.13
.Update to this version instead π
The new version differs by 10 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.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.14
.Update to this version instead π
The new version differs by 17 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 17 commits in total.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.15
.Update to this version instead π
The new version differs by 30 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 30 commits in total.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.16
.Update to this version instead π
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
devDependency
esm was updated from 3.2.4
to 3.2.17
.Update to this version instead π
The new version differs by 17 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 17 commits in total.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.18
.Update to this version instead π
The new version differs by 20 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 20 commits in total.
See the full diff
devDependency
esm was updated from 3.2.4
to 3.2.19
.Update to this version instead π
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
devDependency
esm was updated from 3.2.4
to 3.2.20
.devDependency
esm was updated from 3.2.4
to 3.2.22
.Update to this version instead π
Module#_compile()
calls are based on default options.node
files are stored in the real Module._cache
in Jest (#765)import
use in Puppeteerβs page.evaluate()
(#762)ts-node/register
(#769)"main"
fields (#770)%s
token of util.formatWithOptions()
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
devDependency
esm was updated from 3.2.4
to 3.2.22
.Update to this version instead π
devDependency
esm was updated from 3.2.4
to 3.2.23
.Update to this version instead π
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
devDependency
esm was updated from 3.2.4
to 3.2.24
.devDependency
esm was updated from 3.2.4
to 3.2.25
.
The devDependency esm was updated from
3.2.4
to3.2.5
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
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: