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 aegir to the latest version 🚀 #74

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 16, 2017

Version 11.0.2 of aegir just got published.

Dependency aegir
Current Version 11.0.1
Type devDependency

The version 11.0.2 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of aegir.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v11.0.2

Features

  • pick the right uglify-js by commit (75ad531)
Commits

The new version differs by 6 commits.

  • 7e071b9 chore: release version v11.0.2
  • 34be443 chore: update contributors
  • 876f682 Merge pull request #130 from dignifiedquire/fix/build-step
  • a962021 chore: update yarn.lock
  • 75ad531 feat: pick the right uglify-js by commit
  • 32b7c1b readme - typo fix (#122)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

greenkeeper bot commented Aug 25, 2017

Version 12.0.0 just got published.

Update to this version instead 🚀

Release Notes v12.0.0

Bug Fixes

  • gitignore: add all source files (61ee9f4)
  • correct jest version (2f47bb8)
  • improve package.json config (36d231d)
  • release: fix typo (ceae294)
  • release: missing pieces (471184f)
  • test: always use spec reporter in the browser (5f60764), closes #140
  • test: correct browser hooks (4a2c643)
  • test: handle various test states (adbfa41)
  • test: higher disconnect timeout for karma (0976088)
  • webpack: remove deprecated json-loader (b61e7be), closes #137

Features

  • browser: use uglify-es instead of uglify-js (668f3ac)
  • build: add filesizes to output (7a6f30c)
  • coverage: allow for multiple provider publish (a323017)
  • deps: update chalk and webpack (f37112c)
  • eslint: extract config into its own package (61ad82a)
  • lint: allow lint config via eslintrc (dce396c)
  • release: include docs generation (07d3554)
  • test: better interop and --files option (5468940)
  • add update-notifier (fd0a6d8)
  • better patch for this.timeout (d4b8c31)
  • coverage on travis (261c213)
  • implement hooks and fix some bugs (e0f716c)
  • make parallel and timeout customizable (4ae78ac)
  • reduce default timeout to 40s and enable it in node tests (489fbb3)
  • reduce timeout and monkeypatch this.timeout (13894a4)
  • support --files on coverage and release (9d58062)
  • webpack: include AEGIR_ prefixed env variables (a4adb59)
  • use different renderer on ci (c4a9924)
  • use jest beta version (bfe2ae2)
Commits

The new version differs by 55 commits.

  • c85cdfe chore: release version v12.0.0
  • 5347532 chore: update contributors
  • 471184f fix(release): missing pieces
  • ceae294 fix(release): fix typo
  • 0976088 fix(test): higher disconnect timeout for karma
  • 4a2c643 fix(test): correct browser hooks
  • 2f47bb8 fix: correct jest version
  • bfe2ae2 feat: use jest beta version
  • 5f60764 fix(test): always use spec reporter in the browser
  • 32ad780 chore(deps): update
  • 4ae78ac feat: make parallel and timeout customizable
  • b61e7be fix(webpack): remove deprecated json-loader
  • 6266215 Merge pull request #134 from ipfs/next
  • d4b8c31 feat: better patch for this.timeout
  • 847805d docs: update readme with better migration instructions

There are 55 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 30, 2017

Version 12.0.1 just got published.

Update to this version instead 🚀

Release Notes v12.0.1

Bug Fixes

  • coverage: fix overlapping aliases (0382f6d)
Commits

The new version differs by 7 commits.

  • 6a15ad3 chore: release version v12.0.1
  • 620a12d chore: update contributors
  • c77a335 chore: update yarn.lock
  • 0382f6d fix(coverage): fix overlapping aliases
  • c6bd52f chore: upddate deps
  • 2ee9da8 docs(utils): add module definition
  • b797ea2 docs(readme): update some outdated information

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 4, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 4, 2017

Version 12.0.2 just got published.

Update to this version instead 🚀

Release Notes v12.0.2

Bug Fixes

  • coverage: handle hooks properly (ec15fde)
Commits

The new version differs by 4 commits.

  • fa87df5 chore: release version v12.0.2
  • 2cb38cb chore: update contributors
  • 004e6dd chore: update deps
  • ec15fde fix(coverage): handle hooks properly

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 4, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 4, 2017

Version 12.0.3 just got published.

Update to this version instead 🚀

Release Notes v12.0.3

Bug Fixes

  • build: correct browser builds (e9ceb97)
  • test: add <rootDir> to src to ignore patterns for jest (0e1bb1e)
Commits

The new version differs by 4 commits.

  • 253e2fe chore: release version v12.0.3
  • 301ccfc chore: update contributors
  • 0e1bb1e fix(test): add <rootDir> to src to ignore patterns for jest
  • e9ceb97 fix(build): correct browser builds

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 5, 2017

Version 12.0.4 just got published.

Update to this version instead 🚀

Release Notes v12.0.4

Features

  • coverage: add ignore option (4811444)
Commits

The new version differs by 3 commits.

  • 5abaaae chore: release version v12.0.4
  • 11bd18b chore: update contributors
  • 4811444 feat(coverage): add ignore option

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 5, 2017

Version 12.0.5 just got published.

Update to this version instead 🚀

Release Notes v12.0.5

Bug Fixes

Commits

The new version differs by 4 commits.

  • f160976 chore: release version v12.0.5
  • 81f2636 chore: update contributors
  • b362313 fix(test): custom jest environemnt
  • b642832 chore: update jest to official release

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 5, 2017

Version 12.0.6 just got published.

Update to this version instead 🚀

Release Notes v12.0.6

Bug Fixes

  • release: do not overwrite changelog (58677a4)
Commits

The new version differs by 4 commits.

  • eebd9de chore: release version v12.0.6
  • 14c14e7 chore: update contributors
  • 58677a4 fix(release): do not overwrite changelog
  • 5873fc1 chore: restor changelog

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 16, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 16, 2017

Version 12.0.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 96f1b39 chore: release version v12.0.8
  • 868947b chore: update contributors
  • ed787b6 chore: release version v12.0.7
  • 3ee597d chore: update contributors
  • 78b36b2 fix: filter env vars

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 22, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2017

Version 12.1.0 just got published.

Update to this version instead 🚀

Release Notes v12.1.0

Bug Fixes

  • use os independent test execution (2e1639c)
  • use windows compatible findup module (a91119c)
Commits

The new version differs by 11 commits.

  • 2e31d84 chore: release version v12.1.0
  • 03ffa7b chore: update contributors
  • 2ce2bad docs(readme): remove jest mentions
  • 812f196 Merge pull request #162 from ipfs/mocha
  • a91119c fix: use windows compatible findup module
  • 39fc051 test: increas lint test timeout
  • 2e1639c fix: use os independent test execution
  • e623bdf Merge branch 'windows' into mocha
  • c918439 migrate to mocha
  • 9fa5c03 docs(readme): add appveyor badge
  • d30ba32 chore: add appveyor config

See the full diff

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

greenkeeper bot commented Oct 25, 2017

Version 12.1.1 just got published.

Update to this version instead 🚀

Release Notes v12.1.1

Bug Fixes

  • add exit option back to fix buggy tests (819dacb)
Commits

The new version differs by 4 commits.

  • b6de20f chore: release version v12.1.1
  • f00af68 chore: update contributors
  • 384c874 Merge pull request #163 from ipfs/exit
  • 819dacb fix: add exit option back to fix buggy tests

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 30, 2017

Version 12.1.2 just got published.

Update to this version instead 🚀

Release Notes v12.1.2

Bug Fixes

Features

  • add timeout flag for mocha runs and increase default to 5000 (f6b10d4)
  • test-browser: add flag to allow enabling and disabling of CORS (c159534)
Commits

The new version differs by 8 commits.

  • 19e8551 chore: release version v12.1.2
  • 3f83059 chore: update contributors
  • 1b4417b chore: remote lock files
  • 76b2b3a chore: update deps
  • c159534 feat(test-browser): add flag to allow enabling and disabling of CORS
  • 654bbbd fix: typo (#168)
  • f6b10d4 feat: add timeout flag for mocha runs and increase default to 5000
  • 9ddadf9 fix: use mocha@4 compatible karma-mocha reporter

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 31, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 31, 2017

Version 12.1.3 just got published.

Update to this version instead 🚀

Release Notes v12.1.3

Features

Commits

The new version differs by 3 commits.

  • 0a847e1 chore: release version v12.1.3
  • 6f8db72 chore: update contributors
  • f498ff3 feat: add timeout to coverage (#171)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 21, 2017

Version 12.2.0 just got published.

Update to this version instead 🚀

Release Notes v12.2.0

Features

  • docs: add format flag to which selects docs output formats (456858f)
Commits

The new version differs by 3 commits.

  • 49641c8 chore: release version v12.2.0
  • 3e0cc7b chore: update contributors
  • 456858f feat(docs): add format flag to which selects docs output formats

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 18, 2017

Version 12.3.0 just got published.

Update to this version instead 🚀

Release Notes v12.3.0

Bug Fixes

  • release: correctly run tests on release (e7b544a), closes #172
  • process.env inacessible in browser tests (2ca2863)
  • update uglify config to not compress (and mess with js-ipfs) (17a28a6)
  • use rel paths on windows (#183) (d57dd3f)
  • test: inject missing webpack config into tests (bb4c0e4)

Features

  • test: output junit reports on CI (61ab915)
Commits

The new version differs by 17 commits.

  • dc56c03 chore: release version v12.3.0
  • 8a0476e chore: update contributors
  • f6d5302 Merge pull request #187 from ipfs/fix-env
  • c38dade chore(ci): slow things everywhere
  • 10683ca chore(scripts): set AEGIR_TEST for coverage
  • 751681b chore(ci): use cross-env to set env variables accross oses
  • bb4c0e4 fix(test): inject missing webpack config into tests
  • 41efd8d Revert "fix: process.env inacessible in browser tests"
  • 9fdd79f chore: fix release scripts
  • 61ab915 feat(test): output junit reports on CI
  • 7ff93b0 Merge pull request #179 from mkg20001/fix/process-env
  • d57dd3f fix: use rel paths on windows (#183)
  • 5b5f148 chore: update deps (#178)
  • 17a28a6 fix: update uglify config to not compress (and mess with js-ipfs)
  • 2ca2863 fix: process.env inacessible in browser tests

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 23, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.4.4.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 25, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.4.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.5.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.5.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.6.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.7.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 14, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.8.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 14, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.8.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 20, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 20, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.9.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 30, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 30, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.9.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 30, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 30, 2020

  • The devDependency aegir was updated from 11.0.1 to 21.9.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 5, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency aegir was updated from 11.0.1 to 21.10.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 5, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency aegir was updated from 11.0.1 to 21.10.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 6, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency aegir was updated from 11.0.1 to 21.10.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 7, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 7, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency aegir was updated from 11.0.1 to 22.0.0.

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

0 participants