dacz / max-in-flight

Limits max. async running operations.
MIT License
1 stars 0 forks source link

Update @std/esm to the latest version šŸš€ #7

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 0.24.0 of @std/esm was just published.

Dependency @std/esm
Current Version 0.23.4
Type devDependency

The version 0.24.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of @std/esm.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donā€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 0.24.0
  • Aligned internal module.loaded of ESM more closely with the CJS API contract
  • Deferred to the default module._compile when no CJS compilation changes occur
  • Ensured parse errors are of the userā€™s context
Commits

The new version differs by 27 commits.

  • 5f0eca5 Bump to v0.24.0.
  • b63c459 Refine maskFunction() and toExternalFunction().
  • e106e74 Add toExternalError() to make parse errors of the user context.
  • 698f064 Generate source maps when no source transformation has occured to hide module wrapper.
  • 2dab5af Cleanup require-hook loader test.
  • f700f18 Cleanup import.meta tests.
  • 3cacd01 Donā€™t generate source maps when no source transformation has occured.
  • e381dbf Cleanup warn module.
  • d6cf9ce Use default module._compile when no compilation changes occur.
  • d29804b Update eslint and webpack-cli.
  • dd6f4d4 Use the Super constructor for builtin errors.
  • 835d7bb Update errors class to produce error functions of their codes.
  • 8746185 Cleanup Node rules tests.
  • 4111a5a Ensure files are found before packages.
  • 45d73c4 Donā€™t unwrap value when setting them on the namespace object.

There are 27 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

Version 0.25.0 just got published.

Update to this version instead šŸš€

Release Notes 0.25.0
  • Renamed the "esm" option to "mode"
Commits

The new version differs by 32 commits.

  • c44914f Bump to v0.25.0.
  • a489eff Fix == typo in visitIdentifier() of import-export visitor.
  • 9c6c4bd Remove unneeded truthy check for meta map.
  • 91947e2 Ensure initial cache read is from the package cache.
  • 6543b7b Remove toNullObject helper.
  • bf3bb96 Remove webpack-cli dep.
  • b394d2c Make Entry#type a plain data property.
  • 60d7a8e Use proto:null in more places.
  • 41b820a Fix == typo in makeRequireFunction().
  • 7d4b2ec Include dot files in ignore-paths.
  • e4a6176 Align source type constants value with entry type.
  • e4b6453 Make Entry#compileData a plain data property.
  • e8de948 Rename entry.mode to entry.type.
  • 9166d94 Add symbols check to checkErrorProps().
  • a34139a Use numeric values for package constants.

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.25.1 just got published.

Update to this version instead šŸš€

Release Notes 0.25.1
  • Dropped Node 4 code from eval implementation
  • Removed fragile mtime fast path
Commits

The new version differs by 5 commits.

  • d6ec7d3 Bump to v0.25.1.
  • a19e7d4 Remove Node 4 block scoped declarations guard.
  • e2618b1 Update mocha.
  • 844ea0f Remove mtime fast path because itā€™s too fragile.
  • 881abf6 Use has() to check json cache.map.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.25.2 just got published.

Update to this version instead šŸš€

Release Notes 0.25.2
  • Ensured mtime helper supports Node < 8
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.25.3 just got published.

Update to this version instead šŸš€

Release Notes 0.25.3
  • Ensured builtin modules are loadable from the require hook
  • Ensured the real require is accessible to esm even if loaders are layered
Commits

The new version differs by 12 commits.

  • e3aa66e Bump to v0.25.3.
  • 641b1a3 Fix tests on Windows.
  • 43a9205 Add more explicit appveyor config.
  • 6590f62 Temporarily allow failures on appveyor.
  • 499af7c Add ESM_PREFIX constant.
  • a0319f4 Remove isRuntimeWrapped() helper.
  • e707127 Add real-module module.
  • aac3007 Simplify resolving Module in index.js.
  • ec16bea Add realRequire helper.
  • 798c98a Move isRuntimeWrapped() check to compile().
  • dbb7cc7 Ensure builtin modules are loadable from the require hook.
  • 73c7074 Avoid runtime wrapping content if code is already runtime wrapped.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.25.4 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 2 commits.

  • 2a72bcb Bump to v0.25.4.
  • d3b75fd Rename inspect symbol to be more descriptive.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.25.5 just got published.

Update to this version instead šŸš€

Release Notes 0.25.5
  • Ensured non-deprecated Buffer usage
Commits

The new version differs by 2 commits.

  • e5963f9 Bump to v0.25.5.
  • d4ceda0 Use GenericBuffer.alloc() instead of the deprecated new Buffer syntax.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.26.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 3 commits.

  • 3fd56c0 Bump to v0.26.0.
  • e467014 Discontinue std/esm in favor of esm.
  • 9ca1035 Use onlyDirectories in cleanEmptyDirs() glob.

See the full diff