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

Update babel-plugin-add-module-exports to the latest version 🚀 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jun 25, 2018

Version 0.3.0-pre of babel-plugin-add-module-exports was just published.

Dependency [babel-plugin-add-module-exports](https://github.com/59naga/babel-plugin-add-module-exports)
Current Version 0.2.1
Type devDependency

The version 0.3.0-pre 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 babel-plugin-add-module-exports.

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.


Commits

The new version differs by 27 commits.

  • 45672a8 0.3.0-pre
  • 759fede docs: update readme
  • d2e070e feat: add TODO test cases
  • 5d3de01 docs(CHANGELOG): use conventional-github-releaser instead of changelog.js
  • 0db963b Merge pull request #50 from DvdGiessen/gh-43-add-default-property
  • 1cba906 Added documentation for the addDefaultProperty option
  • d573bca Add support for the addDefaultProperty option, fixes #43.
  • a644303 Support passing options in the test specs
  • 7606aba Make equal() work with circular references
  • c4aa1b0 fix: undefined exports issues
  • 3487ac1 feat: use preset-env instead preset-2015
  • eefa79f chore: remove npm prune
  • 574a0f1 chore: drop support node-v7 which incompatible with yarn
  • 101aad9 chore(peerDeps): fix plugin-rewire warning
  • 1cc1dda perf: drop node-v4, v5 support

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

@coveralls
Copy link

Coverage Status

Coverage decreased (-88.9%) to 0.0% when pulling 25bc2f4 on greenkeeper/babel-plugin-add-module-exports-0.3.0-pre into 1f04468 on master.

greenkeeper bot added a commit that referenced this pull request Jun 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 25, 2018

Version 0.3.0-pre.1 just got published.

Update to this version instead 🚀

Release Notes v0.3.0-pre.1

Bug Fixes

  • #54: modify guard clause(only access real properties) (720b1d0), closes #54
Commits

The new version differs by 3 commits.

  • 38ad090 v0.3.0-pre.1
  • 720b1d0 fix(#54): modify guard clause(only access real properties)
  • b67ab83 test: add reproducible issue test of #54

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 1, 2018

Version 0.3.0-pre.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 8d352f6 0.3.0-pre.2
  • 712b72c test(umd): add UMD test
  • 9bb6101 chore: code refactor
  • 92046d1 chore: remove deadlink
  • 09a6a38 chore: remove no longer used coverage and hooks(aka codeclimate/abigail)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 2, 2018

Version 0.3.0 just got published.

Update to this version instead 🚀

Release Notes v0.3.0

Bug Fixes

Commits

The new version differs by 12 commits.

  • aa1afb0 0.3.0
  • 5fe3309 docs: update v0.3.0 summary
  • e6cd0f5 fix: closes #57
  • 2d56b74 test: add "should not handle an amd module" test(refs #57)
  • 9eed6bf docs: support umd(alpha) / unsupported amd,systemjs
  • 35dcef2 chore: add comment
  • e5b35d4 chore: typo
  • 4d29040 fix: module.exports not add more than once
  • 3f28087 test: fix broken #1 test
  • 44bf616 test: add result.code as 2nd callback argument of helpers/testPlugin
  • 63b7f9d pref: remove unnecessary function isExportsModuleDeclaration
  • 0bdf788 chore: tweaks

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 2, 2018

Version 0.3.1 just got published.

Update to this version instead 🚀

Release Notes v0.3.1

Bug Fixes

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 0.3.3 just got published.

Update to this version instead 🚀

Release Notes v0.3.3

Bug Fixes

Commits

The new version differs by 18 commits.

  • d76d035 chore: tweaks CI/deploy enviroiment
  • ab74696 0.3.3
  • db82c3f fix: closes #60, #63
  • 8e83ff9 test: Add issues #60, #63 reproducing test
  • c37b6f1 docs: add See also section [ci skip]
  • b7d8f62 chore: tweaks
  • c3a34b2 0.3.2
  • 528f7d6 chore: change scripts
  • 04bb151 chore: regenarate deploy.api_key
  • a1b82d1 fix: handle as named export, Object.defineProperty of exports other than __esModule
  • c78dccb test: add replication test of #59
  • c79f39d fix: change behavior to not handle exports.__esModule as named exports
  • 880a1a2 test: add replication test of #61
  • 648d621 chore: upgrade a devDeps
  • 4ea15e3 chore: use standard instead of airbnb-standard(reverted)

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 1.0.0 just got published.

Update to this version instead 🚀

Release Notes v1.0.0

Documentation

  • remove [@next](https://github.com/next) tag (7fd260d)

BREAKING CHANGES

  • change v2 tag @latest to @legacy
Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 16, 2019

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 38e2e68 v1.0.1
  • df47a0a [patch] Add module.exports to files using es3 member literals
  • e8e5be0 docs: tweaks [ci skip]
  • d0001d5 docs(README): add webpack notes(refs #68) & tweaks [ci skip]
  • 753d945 chore: tweak postversion script [ci skip]

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 17, 2019

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant