paranoidjk / egg-tmpfs

A plugin for egg which help to create and auto clean temp folder when request finish or error
MIT License
5 stars 2 forks source link

An in-range update of egg is breaking the build 🚨 #2

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The devDependency egg was updated from 2.11.0 to 2.11.2.

🚨 View failing branch.

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

egg is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/paranoidjk/egg-tmpfs/builds/430425091?utm_source=github_status&utm_medium=notification)).

Release Notes for 2018-09-19, Version 2.11.2 @XadillaX

Notable changes

  • fix

    • typescript: add missing 'ignore', 'match'
  • refactor

    • separate dumping config object and config file

Commits

Commits

The new version differs by 7 commits.

  • fc45504 Release 2.11.2 (#3017)
  • 1d30166 refactor: separate dumping config object and config file (#3014)
  • e3f183e fix (typescript): Add missing 'ignore','match' (#3010)
  • d8c865a Release 2.11.1 (#3005)
  • eed74e8 chore: update deps, debug@4 and coffee@5 (#2995)
  • a8a3dfb fix(httpclient): can't use runInBackground in agent (#3003)
  • 4faf68f doc (loader.md): Add missing English translations (#2996)

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 2.11.0 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 5 years ago

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

Release Notes for 2018-10-08, Version 2.12.0 @dead-horse

Notable changes

  • feature

    • add Subscription base class on app instance
  • fix

    • upgrade to egg-logger@2, don't write log when stream was destroyed.
    • pin circular-json@0.5.5 to avoid output deprecate message
  • docs

    • corrected lots documentation errors, thanks @Maledong
    • use egg-logger definition

Commits

Commits

The new version differs by 14 commits.

  • 085e980 Release 2.12.0 (#3075)
  • eb1eae7 refactor(typescript): use egg-logger definition (#3078)
  • 04d9a3b deps: egg-logger@2 (#3073)
  • 886d9ad feat: add Subscription base class on app instance (#3058)
  • 4c6fb2a doc (socket.io): Make 'uws' cannot use anymore clear (#3068)
  • 0d6798d docs (Controller.md): Add new feat description (#3066)
  • 3999026 doc(typescript.md): Clarify the middleware's usages (#3039)
  • 6bf812f chore: fix middleware docs typo (#3060)
  • b13d904 test: avoid DNS pollution on local env (#3034)
  • bace243 fix: remove loader.loadBootHook
  • 6a7db2a doc (objects.md): Fix number and code errors (#3029)
  • c65a648 doc (TypeScript): Formation errors with missing translations (#3020)
  • abd8d12 deps: pin circular-json@0.5.5 to avoid output deprecate message (#3023)
  • e3ffcbe docs (typescript.md): Add missing trans in English for TypeScript (#2998)

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 2018-11-07, Version 2.13.0 @mansonchor

Notable changes

  • feature

    • emit event when runInBackground catch error
  • perf

    • better TypeScript support
  • docs

    • supplement documentation

Commits

Commits

The new version differs by 27 commits.

  • fd3a8d4 Release 2.13.0 (#3172)
  • 03378b8 docs(plugin.md): fix 'path' declaration example (#3152)
  • 3c25221 chore: use is.string() in utils.js for consistency (#3153)
  • a9b0fce chore(typings): add method beforeClose in index.d.ts (#3120)
  • 4709db7 feat(context): emit event when runInBackground catch error (#3118)
  • e1dc2a7 docs: add promo logo (#3113)
  • 51e9c15 chore(typings): add interface IBoot (#3098)
  • 8052d7f doc: Update the configWillLoad explainations (#3116)
  • c3c4e2e docs: add configWillLoad to lifecycle (#3101)
  • 4abdb49 docs(CONTRIBUTION): Add missing link for Accquire the submitted files (#3102)
  • c7061ec fix(docs): Grammar of "lots of" (#3100)
  • 92181e8 doc (CONTRIBUTION): Add missing English translations and clearify dns (#3035)
  • 0a74979 doc(logger.md): Fix incorrect description on default log output level. (#3082)
  • 085e980 Release 2.12.0 (#3075)
  • eb1eae7 refactor(typescript): use egg-logger definition (#3078)

There are 27 commits in total.

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 2018-11-17, Version 2.14.0 @dead-horse

Notable changes

  • features

    • add create anonymous context to agent
    • support server timeout
  • fixes

    • curl: allow request timeout bigger than agent timeout
    • triggerServerDidReady should be triggered only once

Commits

Commits

The new version differs by 36 commits.

  • 19c7189 Release 2.14.0 (#3207)
  • db999d3 docs: add serverTimeout to d.ts (#3200)
  • a43fef4 docs(index.d.ts): curl 增加泛型 (#3197)
  • d40124a feat: add create anonymous context to agent (#3193)
  • 9dfd19e fix: triggerServerDidReady should be triggered only once (#3190)
  • 7802528 feat: support server timeout (#3133)
  • ff79101 docs: Update service.md (#3191)
  • 327fa17 fix: allow request timeout bigger than agent timeout (#3146)
  • 86093c0 docs: remove promo logo (#3176)
  • fd3a8d4 Release 2.13.0 (#3172)
  • 03378b8 docs(plugin.md): fix 'path' declaration example (#3152)
  • 3c25221 chore: use is.string() in utils.js for consistency (#3153)
  • a9b0fce chore(typings): add method beforeClose in index.d.ts (#3120)
  • 4709db7 feat(context): emit event when runInBackground catch error (#3118)
  • e1dc2a7 docs: add promo logo (#3113)

There are 36 commits in total.

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 2018-11-24, Version 2.14.1 @atian25

Notable changes

  • fixes

    • remove timeout log msg
  • others

    • use circular-json-for-egg to remove deprecate message

Commits

Commits

The new version differs by 39 commits.

  • 7ff98ab Release 2.14.1 (#3233)
  • 0fb5a96 fix: remove timeout log msg (#3229)
  • de81cae deps: use circular-json-for-egg to remove deprecate message (#3211)
  • 19c7189 Release 2.14.0 (#3207)
  • db999d3 docs: add serverTimeout to d.ts (#3200)
  • a43fef4 docs(index.d.ts): curl 增加泛型 (#3197)
  • d40124a feat: add create anonymous context to agent (#3193)
  • 9dfd19e fix: triggerServerDidReady should be triggered only once (#3190)
  • 7802528 feat: support server timeout (#3133)
  • ff79101 docs: Update service.md (#3191)
  • 327fa17 fix: allow request timeout bigger than agent timeout (#3146)
  • 86093c0 docs: remove promo logo (#3176)
  • fd3a8d4 Release 2.13.0 (#3172)
  • 03378b8 docs(plugin.md): fix 'path' declaration example (#3152)
  • 3c25221 chore: use is.string() in utils.js for consistency (#3153)

There are 39 commits in total.

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 2018-12-20, Version 2.14.2 @atian25

Notable changes

  • fixes

    • fix d.ts context declaration not works
  • docs

    • more document improvement

Commits

Commits

The new version differs by 49 commits.

  • 0b6a8ce Release 2.14.2 (#3334)
  • edfe660 fix: Add comments for re-writing properties from Koa (#3332)
  • f312db7 fix: fix context declaration not works (#3329)
  • ef47a27 docs: fix config heading level (#3327)
  • cddd91d chore: adjust template
  • 7319727 chore: Update issue templates (#3326)
  • 0cb246e doc: Fix some translations with some icons (#3315)
  • 9dc2037 doc: session special usage tip (#3304)
  • 6f4e912 docs: Update httpclient.md (#3276)
  • 64e88ab docs(egg-passport): add redirection desc while auth succeed (#3260)
  • 7ff98ab Release 2.14.1 (#3233)
  • 0fb5a96 fix: remove timeout log msg (#3229)
  • de81cae deps: use circular-json-for-egg to remove deprecate message (#3211)
  • 19c7189 Release 2.14.0 (#3207)
  • db999d3 docs: add serverTimeout to d.ts (#3200)

There are 49 commits in total.

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 2019-02-03, Version 2.15.0 @dead-horse

Notable changes

  • features

    • [EXPERIMENT FEATURE] support single process mode
  • fixes

    • [TYPE] array supporting for config.static.dir
    • [TYPE] fix IMiddleware type is incompatible
    • [TYPE] fix type error while esModuleInterop is true
  • others

    • more document improvement

Commits

Commits

The new version differs by 74 commits.

  • f73790d Release 2.15.0 (#3443)
  • 83c423a docs(development.md): Add English translation
  • d79da17 fix: type error while esModuleInterop is true (#3436)
  • 20ba463 feat: support single process mode (#3430)
  • 1336169 docs: fix typo in socketio.md (#3431)
  • e899630 fix: array supporting for config.static.dir (#3421)
  • 43f2e3c fix: IMiddleware type is incompatible (#3419)
  • b3256b5 doc:Add new loaderUpdate.md (#3395)
  • 7176800 docs: Wrong words are corrected (#3418)
  • 20d56c7 fix: fix ts ci (#3416)
  • 8beacd1 docs(logger): add logger.disableConsoleAfterReady to docs (#3384)
  • 271bc63 chore: typo "submit an PR" should be "submit a PR" (#3408)
  • 688f67c Chore: Fix some chore issues (#3400)
  • cfcebc6 doc (typescript.md): Sync the English translation (#3397)
  • 7e5ef21 docs(typescript): optimize docs of typescript (#3374)

There are 74 commits in total.

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 2019-02-04, Version 2.15.1 @dead-horse

Notable changes

  • fixes
    • add missing framework support for single process mode

Commits

Commits

The new version differs by 76 commits.

  • 86fe598 Release 2.15.1 (#3446)
  • 277c024 fix: add missing framework support for single process mode (#3445)
  • f73790d Release 2.15.0 (#3443)
  • 83c423a docs(development.md): Add English translation
  • d79da17 fix: type error while esModuleInterop is true (#3436)
  • 20ba463 feat: support single process mode (#3430)
  • 1336169 docs: fix typo in socketio.md (#3431)
  • e899630 fix: array supporting for config.static.dir (#3421)
  • 43f2e3c fix: IMiddleware type is incompatible (#3419)
  • b3256b5 doc:Add new loaderUpdate.md (#3395)
  • 7176800 docs: Wrong words are corrected (#3418)
  • 20d56c7 fix: fix ts ci (#3416)
  • 8beacd1 docs(logger): add logger.disableConsoleAfterReady to docs (#3384)
  • 271bc63 chore: typo "submit an PR" should be "submit a PR" (#3408)
  • 688f67c Chore: Fix some chore issues (#3400)

There are 76 commits in total.

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 2019-02-14, Version 2.16.0 @dead-horse

Notable changes

  • features
    feat: allow ctx.router setter
  • others
    • more document improvement

Commits

Commits

The new version differs by 81 commits.

  • d440210 Release 2.16.0 (#3461)
  • 0b67c85 feat: allow ctx.router setter (#3460)
  • ae5f56f chore: Add principles for English titles and change all English titles (#3444)
  • a9bee07 docs(sequelize): fix init doc (#3456)
  • f76c230 docs(logger): add logger.outputJSON to docs (#3425)
  • 86fe598 Release 2.15.1 (#3446)
  • 277c024 fix: add missing framework support for single process mode (#3445)
  • f73790d Release 2.15.0 (#3443)
  • 83c423a docs(development.md): Add English translation
  • d79da17 fix: type error while esModuleInterop is true (#3436)
  • 20ba463 feat: support single process mode (#3430)
  • 1336169 docs: fix typo in socketio.md (#3431)
  • e899630 fix: array supporting for config.static.dir (#3421)
  • 43f2e3c fix: IMiddleware type is incompatible (#3419)
  • b3256b5 doc:Add new loaderUpdate.md (#3395)

There are 81 commits in total.

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 2019-02-15, Version 2.16.1 @atian25

Notable changes

  • docs

    • remove declaration of view
  • others

    • update dependencies

Commits

Commits

The new version differs by 84 commits.

  • cf6ad1d Release 2.16.1 (#3469)
  • 1e859f2 feat(types): remove declaration of view (#3466)
  • 4a3ab5a deps: update dependencies (#3464)
  • d440210 Release 2.16.0 (#3461)
  • 0b67c85 feat: allow ctx.router setter (#3460)
  • ae5f56f chore: Add principles for English titles and change all English titles (#3444)
  • a9bee07 docs(sequelize): fix init doc (#3456)
  • f76c230 docs(logger): add logger.outputJSON to docs (#3425)
  • 86fe598 Release 2.15.1 (#3446)
  • 277c024 fix: add missing framework support for single process mode (#3445)
  • f73790d Release 2.15.0 (#3443)
  • 83c423a docs(development.md): Add English translation
  • d79da17 fix: type error while esModuleInterop is true (#3436)
  • 20ba463 feat: support single process mode (#3430)
  • 1336169 docs: fix typo in socketio.md (#3431)

There are 84 commits in total.

See the full diff

atian25 commented 5 years ago

@paranoidjk 处理下这个?每次发版本都 @ 我们。。。

paranoidjk commented 5 years ago

诶,这是啥,我看看

paranoidjk commented 5 years ago

😅 已经把 greenkeeper 关了,应该没有了