GithubHelp home page GithubHelp logo

Comments (7)

greenkeeper avatar greenkeeper commented on June 1, 2024

After pinning to 3.0.82 your tests are passing again. Downgrade this dependency πŸ“Œ.

from next-boilerplate.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The dependency esm was updated from 3.0.83 to 3.0.84.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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

from next-boilerplate.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The dependency 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 431 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

from next-boilerplate.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The dependency 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 731 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

from next-boilerplate.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The dependency 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 759 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

from next-boilerplate.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The dependency 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 764 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

from next-boilerplate.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The dependency 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 777 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

from next-boilerplate.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.