knpwrs / ms.macro

Convert various time formats to milliseconds at build time in Babel.
MIT License
197 stars 8 forks source link

An in-range update of babel-plugin-macros is breaking the build 🚨 #13

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency babel-plugin-macros was updated from 2.5.0 to 2.5.1.

🚨 View failing branch.

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

babel-plugin-macros is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/knpwrs/ms.macro/builds/513519946?utm_source=github_status&utm_medium=notification)).

Release Notes for v2.5.1

2.5.1 (2019-03-29)

Bug Fixes

Commits

The new version differs by 2 commits.

  • e0ebca7 fix(deps): upgrade all deps
  • bfb5b21 docs: add pshrmn as a contributor (#104)

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 5 years ago

After pinning to 2.5.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

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

Release Notes for v2.6.0

2.6.0 (2019-05-30)

Features

  • config: allow macro config to come from plugin options in babel config. (#113) (796c189)
Commits

The new version differs by 2 commits.

  • 97cdfdd docs: add conartist6 as a contributor (#114)
  • 796c189 feat(config): allow macro config to come from plugin options in babel config. (#113)

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v2.6.1

2.6.1 (2019-06-05)

Bug Fixes

  • macro options from plugin options in required macros (#120) (2d57c60)
Commits

The new version differs by 7 commits.

  • 2d57c60 fix: macro options from plugin options in required macros (#120)
  • 5913bae chore: rearrange CI stages and disable Windows stage on main repo (#119)
  • 5fec689 chore: Fix Travis build (#118)
  • 9559ef2 docs: add InvictusMB as a contributor (#117)
  • 1e85b3b core: add CI run in Windows environment (#116)
  • 97cdfdd docs: add conartist6 as a contributor (#114)
  • 796c189 feat(config): allow macro config to come from plugin options in babel config. (#113)

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v2.6.2

2.6.2 (2019-11-15)

Bug Fixes

  • update all deps and fix cosmiconfig usage (1fcdc4f)
Commits

The new version differs by 12 commits.

  • 1fcdc4f fix: update all deps and fix cosmiconfig usage
  • e7ea8eb docs: add coderberry as a contributor (#130)
  • f980d42 chore: Add CodeFund sponsorship message to README (#129)
  • 8b5c687 docs add reference to CRA example
  • 4e64f64 docs: add CRA example reference
  • 2d57c60 fix: macro options from plugin options in required macros (#120)
  • 5913bae chore: rearrange CI stages and disable Windows stage on main repo (#119)
  • 5fec689 chore: Fix Travis build (#118)
  • 9559ef2 docs: add InvictusMB as a contributor (#117)
  • 1e85b3b core: add CI run in Windows environment (#116)
  • 97cdfdd docs: add conartist6 as a contributor (#114)
  • 796c189 feat(config): allow macro config to come from plugin options in babel config. (#113)

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v2.7.0

2.7.0 (2019-11-20)

Features

Commits

The new version differs by 14 commits.

  • 800a12d docs: add futagoza as a contributor (#134)
  • c2e2ec9 feat: add isMacrosName option (#133)
  • 1fcdc4f fix: update all deps and fix cosmiconfig usage
  • e7ea8eb docs: add coderberry as a contributor (#130)
  • f980d42 chore: Add CodeFund sponsorship message to README (#129)
  • 8b5c687 docs add reference to CRA example
  • 4e64f64 docs: add CRA example reference
  • 2d57c60 fix: macro options from plugin options in required macros (#120)
  • 5913bae chore: rearrange CI stages and disable Windows stage on main repo (#119)
  • 5fec689 chore: Fix Travis build (#118)
  • 9559ef2 docs: add InvictusMB as a contributor (#117)
  • 1e85b3b core: add CI run in Windows environment (#116)
  • 97cdfdd docs: add conartist6 as a contributor (#114)
  • 796c189 feat(config): allow macro config to come from plugin options in babel config. (#113)

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v2.7.1

2.7.1 (2019-11-22)

Bug Fixes

  • Do not log error message when config is missing (#136) (a3c0e23)
Commits

The new version differs by 15 commits.

  • a3c0e23 fix: Do not log error message when config is missing (#136)
  • 800a12d docs: add futagoza as a contributor (#134)
  • c2e2ec9 feat: add isMacrosName option (#133)
  • 1fcdc4f fix: update all deps and fix cosmiconfig usage
  • e7ea8eb docs: add coderberry as a contributor (#130)
  • f980d42 chore: Add CodeFund sponsorship message to README (#129)
  • 8b5c687 docs add reference to CRA example
  • 4e64f64 docs: add CRA example reference
  • 2d57c60 fix: macro options from plugin options in required macros (#120)
  • 5913bae chore: rearrange CI stages and disable Windows stage on main repo (#119)
  • 5fec689 chore: Fix Travis build (#118)
  • 9559ef2 docs: add InvictusMB as a contributor (#117)
  • 1e85b3b core: add CI run in Windows environment (#116)
  • 97cdfdd docs: add conartist6 as a contributor (#114)
  • 796c189 feat(config): allow macro config to come from plugin options in babel config. (#113)

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v2.8.0

2.8.0 (2019-12-07)

Bug Fixes

Features

  • resolve: add fallback path to resolve modules relatively (#138) (2cac571)
Commits

The new version differs by 21 commits.

  • 6ecddef fix: manual release
  • 12a8341 docs: add wintercounter as a contributor (#139)
  • 2cac571 feat(resolve): add fallback path to resolve modules relatively (#138)
  • b674123 docs: remove experimental note from author docs
  • f2368c7 docs: remove experimental note
  • 737e683 docs: add lucleray as a contributor (#137)
  • a3c0e23 fix: Do not log error message when config is missing (#136)
  • 800a12d docs: add futagoza as a contributor (#134)
  • c2e2ec9 feat: add isMacrosName option (#133)
  • 1fcdc4f fix: update all deps and fix cosmiconfig usage
  • e7ea8eb docs: add coderberry as a contributor (#130)
  • f980d42 chore: Add CodeFund sponsorship message to README (#129)
  • 8b5c687 docs add reference to CRA example
  • 4e64f64 docs: add CRA example reference
  • 2d57c60 fix: macro options from plugin options in required macros (#120)

There are 21 commits in total.

See the full diff