benjamn / install

Minimal JavaScript module loader

Home Page:https://benjamn.github.io/install/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of reify is breaking the build 🚨

greenkeeper opened this issue Β· comments

Version 0.11.10 of reify just got published.

Branch Build failing 🚨
Dependency reify
Current Version 0.11.9
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As reify is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

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 2 commits.

  • d8a2910 Bump NPM version to 0.11.10 in preparation for publishing.
  • c194f04 Fix typo in AST modification for module.exportDefault.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Version 0.11.11 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 26ab5e4 Bump NPM version to 0.11.11 in preparation for publishing.
  • 7c81747 Use WeakMap instead of Symbol/string to associate entries with exports.

See the full diff

Version 0.11.12 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • c79c950 Bump NPM version to 0.11.12 in preparation for publishing.
  • e76208c Be careful not to trigger exports getter properties unnecessarily.

See the full diff

Version 0.11.13 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 7e8e64c Bump NPM version to 0.11.13 in preparation for publishing.
  • ee4e3bf Decompose syncExportsToNamespace helper function.

See the full diff

Version 0.11.14 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 7661dbc Bump NPM version to 0.11.14 in preparation for publishing.
  • 2fcc67b Polyfill WeakMap for the sake of very ancient browsers.

See the full diff

Version 0.11.15 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 261efb5 Bump NPM version to 0.11.15 in preparation for publishing.
  • bb1ef3f Restrict syncExportsToNamespace to explicitly imported names.

See the full diff

Version 0.11.16 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 3a30c63 Bump NPM version to 0.11.16 in preparation for publishing.
  • f8b2228 Use custom utils.assign helper for export * from "module" syntax.
  • 0f85b9c Move low-fidelity WeakMap polyfill out of lib/runtime/utils.js.

See the full diff

Version 0.11.17 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • fa5e804 Bump NPM version to 0.11.17 in preparation for publishing.
  • bf8f1f1 Add a new module.makeNsSetter() helper for export * from ....
  • a0b7ebf Better utils.assign helper implementation.

See the full diff

Version 0.11.18 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 3c002d1 Bump NPM version to 0.11.18 in preparation for publishing.
  • 5c1b08e Remove options.generateArrowFunctions (now always true).
  • 6003533 Use method syntax for module.watch setters.

See the full diff

Version 0.11.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by commits ahead by 0, behind by 21.

See the full diff

Version 0.11.19 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 25 commits.

  • d99e543 Bump NPM version to 0.11.19 in preparation for publishing.
  • aeb46dc Always call setter if never called before in callSetterIfNecessary.
  • 46757e9 Mark namespace objects as ES modules.
  • 3089e8b Go back to calling setters with undefined this value.
  • 3c002d1 Bump NPM version to 0.11.18 in preparation for publishing.
  • 5c1b08e Remove options.generateArrowFunctions (now always true).
  • 6003533 Use method syntax for module.watch setters.
  • fa5e804 Bump NPM version to 0.11.17 in preparation for publishing.
  • bf8f1f1 Add a new module.makeNsSetter() helper for export * from ....
  • a0b7ebf Better utils.assign helper implementation.
  • 3a30c63 Bump NPM version to 0.11.16 in preparation for publishing.
  • f8b2228 Use custom utils.assign helper for export * from "module" syntax.
  • 0f85b9c Move low-fidelity WeakMap polyfill out of lib/runtime/utils.js.
  • 261efb5 Bump NPM version to 0.11.15 in preparation for publishing.
  • bb1ef3f Restrict syncExportsToNamespace to explicitly imported names.

There are 25 commits in total.

See the full diff

Version 0.11.20 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • a902c8f Bump NPM version to 0.11.20 in preparation for publishing.
  • 371cc98 Simplify utils.copyKey to use Object.defineProperty consistently.

See the full diff