asset-pipe / integration

Integration verification module
Other
0 stars 0 forks source link

An in-range update of @asset-pipe/client is breaking the build 🚨 #50

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 3.4.0 of @asset-pipe/client was just published.

Branch Build failing 🚨
Dependency @asset-pipe/client
Current Version 3.3.0
Type dependency

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

@asset-pipe/client 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 failed [Details](https://travis-ci.org/asset-pipe/integration/builds/352866943?utm_source=github_status&utm_medium=notification)

Release Notes v3.4.0

3.4.0 (2018-03-13)

Features

  • add bundlingComplete helper method (98c43e2)
Commits

The new version differs by 2 commits.

  • 98c43e2 feat: add bundlingComplete helper method
  • 89ac62a chore: update package-lock

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

After pinning to 3.3.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 6 years ago

Version 3.4.1 just got published.

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

Release Notes v3.4.1

3.4.1 (2018-03-20)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 30c966b fix: update @asset-pipe/js-writer to fix paths

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.2 just got published.

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

Release Notes v3.4.2

3.4.2 (2018-03-22)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 27f71b1 fix(package): update @asset-pipe/common to version 3.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.5.0 just got published.

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

Release Notes v3.5.0

3.5.0 (2018-03-23)

Bug Fixes

  • keep original error when parse fails (6c05887)

Features

  • add sync to server to get public urls (dbe516a)
Commits

The new version differs by 5 commits.

  • 6c05887 fix: keep original error when parse fails
  • 285c4f4 docs: update README with sync method information
  • 07e879c docs: fix input messages
  • dbe516a feat: add sync to server to get public urls
  • 4fc61b7 refactor: code cleanup

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.5.2 just got published.

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

Release Notes v3.5.2

3.5.2 (2018-05-14)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 93c2d2f fix: update @asset-pipe/css-writer to correctly handle ~ chars
  • 44d7168 fix: include fix for ~ chars in import statements

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.6.0 just got published.

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

Release Notes v3.6.0

3.6.0 (2018-08-02)

Features

  • add and expose metrics to key methods (7b7c28f)
  • add support for custom loggers, add logs (0fe623c)
  • support non array entrypoint argument (350c63d)
Commits

The new version differs by 11 commits.

  • 749edce docs: document change to publishAssets in README
  • 350c63d feat: support non array entrypoint argument
  • 2e953ae docs: add logger option to README
  • 0fe623c feat: add support for custom loggers, add logs
  • 224ed71 test: add tests for metrics
  • a69c463 docs: add documentation for metrics
  • 7b7c28f feat: add and expose metrics to key methods
  • a4a91f3 refactor: update class name
  • f7eafed chore: update dependencies, format code, fix tests
  • b13e91d chore(package): update travis-deploy-once to version 5.0.0
  • 1ee5fc6 chore(package): update eslint to version 5.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.7.0 just got published.

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

Release Notes v3.7.0

3.7.0 (2018-08-07)

Features

  • integrate a dev experience (1810823)
Commits

The new version differs by 5 commits.

  • a1d224c refactor: use a single development flag
  • fbfecc3 docs: add in missing doc for tag option
  • c9c9d18 docs: document new methods and options in README
  • 14b9ad4 test: bring test coverage up to 100%
  • 1810823 feat: integrate a dev experience

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.0 just got published.

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

Release Notes v4.0.0

4.0.0 (2018-09-04)

Features

  • improve bundle and url creation (ac9ca26)
  • introduce publish and bundle methods (d3eab36)

BREAKING CHANGES

  • No longer accept js and css paths via the constructor
Commits

The new version differs by 7 commits.

  • 3125f45 test: add test for calling scripts and styles methods without having
  • 10a9a14 refactor: add input validation
  • 7dc1cde docs: update README.md to reflect latest changes
  • a069cac refactor: bring test coverage up to 100%, fix bugs
  • ac9ca26 feat: improve bundle and url creation
  • 16eb1e1 refactor: support "server" in place of "buildServerUri"
  • d3eab36 feat: introduce publish and bundle methods

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.1 just got published.

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

Release Notes v4.0.1

4.0.1 (2018-09-04)

Bug Fixes

  • pass options to publish and bundle, add metrics and logging (ef825d2)
Commits

The new version differs by 2 commits.

  • c80e5eb docs: clean up docs
  • ef825d2 fix: pass options to publish and bundle, add metrics and logging

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

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

Release Notes v4.0.2

4.0.2 (2018-09-11)

Bug Fixes

  • update locking to individually lock for js and css (b89fab5)
Commits

The new version differs by 1 commits.

  • b89fab5 fix: update locking to individually lock for js and css

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.1.0

4.1.0 (2018-09-12)

Features

  • support disabling rebundling when publishing (2f1856c)
Commits

The new version differs by 1 commits.

  • 2f1856c feat: support disabling rebundling when publishing

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.0

4.2.0 (2018-09-17)

Features

  • fallback if .bundle has not been called (19d32e1)
Commits

The new version differs by 1 commits.

  • 19d32e1 feat: fallback if .bundle has not been called

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.1

4.2.1 (2018-09-17)

Bug Fixes

  • handle non error failures (1ff3ab9)
Commits

The new version differs by 1 commits.

  • 1ff3ab9 fix: handle non error failures

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.2

4.2.2 (2018-12-19)

Bug Fixes

  • update all dependencies to the latest version (3c9b691)
Commits

The new version differs by 4 commits.

  • e79aa26 chore: fix linting
  • a9b637b chore: add --forceExit to make ci exit
  • a5df9b0 chore: update travis to build on 10
  • 3c9b691 fix: update all dependencies to the latest version

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.3

4.2.3 (2018-12-20)

Bug Fixes

  • update dependencies to fix vulnerabilities (e9bbc6f)
  • update dev middleware to fix vulnerabilities (bd728ab)
Commits

The new version differs by 2 commits.

  • e9bbc6f fix: update dependencies to fix vulnerabilities
  • bd728ab fix: update dev middleware to fix vulnerabilities

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.0

4.3.0 (2019-02-05)

Bug Fixes

  • additional changes needed to publish assets in dev mode (877c89c)
  • allow ready to wait for publish promises (1385d86)

Features

  • continue to upload in dev mode (c9c66ae)
Commits

The new version differs by 4 commits.

  • 877c89c fix: additional changes needed to publish assets in dev mode
  • 1385d86 fix: allow ready to wait for publish promises
  • c9c66ae feat: continue to upload in dev mode
  • 67d8a8b chore: test on node 11

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.1

4.3.1 (2019-03-15)

Bug Fixes

  • change ow syntax to mitigate breaking change (3dc4b39)
  • update css writer and jest (e070bcf)
Commits

The new version differs by 4 commits.

  • 41730ef chore: remove package lock file as this is a lib
  • 57f2aed chore: update @metrics/client
  • 3dc4b39 fix: change ow syntax to mitigate breaking change
  • e070bcf fix: update css writer and jest

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.0

4.4.0 (2019-05-06)

Bug Fixes

  • add backward compat, signature. move type into options object, and fall back to determining it from file extension (a304ac4)
  • add jsx to regexp, and a test (f39bd74)
  • Added ts/tsx fo the filename regex check. plus tests (16af806)

Features

  • update to support typescript (3e7998b)
Commits

The new version differs by 6 commits.

  • a304ac4 fix: add backward compat, signature. move type into options object, and fall back to determining it from file extension
  • f39bd74 fix: add jsx to regexp, and a test
  • 16af806 fix: Added ts/tsx fo the filename regex check. plus tests
  • 0d0c9bd chore: prittifi
  • 2c4a87e test: add tests
  • 3e7998b feat: update to support typescript

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.1

4.4.1 (2019-08-08)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 4968c5b fix: bump js-writer (#98)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.0

4.5.0 (2020-01-24)

Bug Fixes

  • convert remaining meta to labels and fix incorrect buckets (20da50b)
  • fixup package.json and test expectations (d089583)
  • set buckets to something more reasonable (1085e50)

Features

  • convert metrics to latest format and set histogram buckets (9f579e1)
Commits

The new version differs by 9 commits.

  • 2a0783d test: force tests to exit again
  • 20da50b fix: convert remaining meta to labels and fix incorrect buckets
  • 1085e50 fix: set buckets to something more reasonable
  • 62abc22 chore: remove/rationalise captured metrics
  • d089583 fix: fixup package.json and test expectations
  • 3401e2f chore: replace lint setup with airbnb
  • 41cd4c0 chore: update to node v12 and v13, drop tests for v8 and v10
  • 39d8f1d chore: update dependencies
  • 9f579e1 feat: convert metrics to latest format and set histogram buckets

See the full diff