gas-buddy / configured-swaggerize-express

A configuration driven swaggerize-express middleware
0 stars 0 forks source link

An in-range update of cross-env is breaking the build 🚨 #3

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.2.0 of cross-env just got published.

Branch Build failing 🚨
Dependency cross-env
Current Version 3.1.4
Type devDependency

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

As cross-env 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 :muscle:


Status Details - ❌ **wercker/build** Wercker pipeline failed [Details](https://app.wercker.com/GasBuddy/configured-swaggerize-express/runs/build/58bae29e30bf8a01000c7ab5)
Release Notes v3.2.0

<a name"3.2.0">

3.2.0 (2017-03-04)

Features

  • revamp: revamp the entire lib (backward compatible) (#63) (dad00c46)
Commits

The new version differs by 4 commits .

  • dad00c4 feat(revamp): revamp the entire lib (backward compatible) (#63)
  • e33a85c docs(README): Add doc for cross-var. (#58)
  • 5e590ec docs(README): added how to use cross-env to run npm sub-scripts (#53)
  • afdb2de docs(README): mention Bash on Windows (#49)

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 3.2.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v3.2.3

<a name"3.2.3">

3.2.3 (2017-03-04)

Bug Fixes

Commits

The new version differs by 5 commits .

  • 967f472 fix(bin): babelify bin (#75)
  • dba0b39 docs: update path to release page (#71)
  • b303b9f fix: bin require
  • 85b8e8a docs: contributor member (#66)
  • aae44df fix: bin location

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.2.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v3.2.4

<a name"3.2.4">

3.2.4 (2017-03-14)

Bug Fixes

  • args: make args conversion stateless (#85) (c1a9ed07)
Commits

The new version differs by 13 commits .

  • c1a9ed0 fix(args): make args conversion stateless (#85)
  • 920451d docs(contributors): add @inyono (#83)
  • b59473a docs(contributors): add @danielo515 (#81)
  • 4799cc2 docs(README): Add compumike08 as a contributor (#79)
  • 4fceddd docs(badges): add appveyor badge
  • 80b382e chore(build): add appveyor (#76)
  • cdffc6e docs: fix contributing nps references
  • a154170 docs: add wopian as contributor (#73)
  • 967f472 fix(bin): babelify bin (#75)
  • dba0b39 docs: update path to release page (#71)
  • b303b9f fix: bin require
  • 85b8e8a docs: contributor member (#66)
  • aae44df fix: bin location

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 5.0.1 just got published.

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

Release Notes v5.0.1

<a name"5.0.1">

5.0.1 (2017-06-08)

Bug Fixes

Commits

The new version differs by 26 commits.

  • b10de51 fix: Change splitter regex to use .* instead of .+ (#117)
  • c9908f3 test(JSON): add JSON value tests that work on both Windows and UNIX (#112)
  • 9c4f346 fix(bin): add a bin entry for cross-env-shell
  • d7b48d5 feat(bin): two bins (shell, non-shell) (#104)
  • 3881423 feat: don't change colons on non-PATH/NODE_PATH on win32 (#107)
  • 6994a24 docs(contributors): add amilajack to contributors (#98)
  • e8a1614 fix: Resolve value of env variables before invoking cross-spawn (#95)
  • 9e0ea05 docs(engine): revert support to node 4 (#96)
  • 0a846e6 fix: Remove Windows => UNIX variable conversion (#94)
  • ea0ac4b feat: Convert list delimiters for PATH-style env variables (#93)
  • ea80021 feat(spawn): add support for quoted scripts
  • 22d1c80 fix(module): Add export for commonjs (#88)
  • 1b172fe feat(args): convert embedded and braced variables in command args (#86)
  • c1a9ed0 fix(args): make args conversion stateless (#85)
  • 920451d docs(contributors): add @inyono (#83)

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.2 just got published.

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

Release Notes v5.0.2

<a name"5.0.2">

5.0.2 (2017-08-01)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 487241d fix: Handle relative path in cmd on windows (#130)
  • f83a163 chore(deps): updated package babel-cli from 6.23.0 to 6.24.1 (#119)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v5.0.3

<a name"5.0.3">

5.0.3 (2017-08-03)

Bug Fixes

  • Normalize command only and not command args(windows) (#134) (277cf075)
Commits

The new version differs by 3 commits.

  • 277cf07 fix: Normalize command only and not command args(windows) (#134)
  • 601632d test: Fix EventEmitter.MaxListenersExceededWarning warning (#132)
  • 0fe3482 chore: rm yarn.lock, add lock files to .gitignore (#131)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v5.0.4

<a name"5.0.4">

5.0.4 (2017-08-06)

Bug Fixes

  • Don't pass fn reference(commandConvert) to commandArgs.map (#135) (c03ec7a2)
Commits

The new version differs by 4 commits.

  • c03ec7a fix: Don't pass fn reference(commandConvert) to commandArgs.map (#135)
  • 277cf07 fix: Normalize command only and not command args(windows) (#134)
  • 601632d test: Fix EventEmitter.MaxListenersExceededWarning warning (#132)
  • 0fe3482 chore: rm yarn.lock, add lock files to .gitignore (#131)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.0.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v5.0.5

<a name"5.0.5">

5.0.5 (2017-08-08)

Bug Fixes

  • docs: add malware warning to README (44b37dd1)
Commits

The new version differs by 5 commits.

  • 44b37dd fix(docs): add malware warning to README
  • c03ec7a fix: Don't pass fn reference(commandConvert) to commandArgs.map (#135)
  • 277cf07 fix: Normalize command only and not command args(windows) (#134)
  • 601632d test: Fix EventEmitter.MaxListenersExceededWarning warning (#132)
  • 0fe3482 chore: rm yarn.lock, add lock files to .gitignore (#131)

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 v5.2.1

5.2.1 (2019-08-31)

Bug Fixes

Commits

The new version differs by 28 commits.

  • a75fd0e fix: remove is-windows dependency (#207)
  • 4889923 docs: add note for windows issues
  • 2b36bb3 docs: add Jason-Cooke as a contributor (#201)
  • 41ab3b0 docs: Fix typo (#200)
  • 553705c docs(README): list @naholyr/cross-env in Other Solutions section (#189)
  • 5d0f19f docs: remove codesponsor (#186)
  • 739fd62 feat(deps): upgrade cross-spawn (#182)
  • b88977c fix: check for sigint before setting exit code to 1 (#181)
  • eb37984 docs: inform about signal events on Windows (#179)
  • d5170bf fix: exit code should be set to 1 when os kills child process (#177)
  • 450dae9 fix: allow backslash (#173)
  • 5204dd6 docs: Fix typo (#166)
  • 3c064d8 docs: Closes #153 with documentation update (#165)
  • 3cf4170 fix: regex flag fix (#161)
  • 7fa5c08 fix: handle escaping and single quotes (#158)

There are 28 commits in total.

See the full diff