Skip to content

Update ava to the latest version 🚀 - #54

Open
greenkeeper[bot] wants to merge 45 commits into
masterfrom
greenkeeper/ava-0.23.0
Open

Update ava to the latest version 🚀#54
greenkeeper[bot] wants to merge 45 commits into
masterfrom
greenkeeper/ava-0.23.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Oct 24, 2017

Copy link
Copy Markdown

Version 0.23.0 of ava was just published.

Dependency ava
Current Version 0.20.0
Type devDependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ava.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 0.23.0

Highlights 🕴

NODE_ENV=test

AVA will now set process.env.NODE_ENV to 'test', as long as the NODE_ENV environment variable has not already been set. 42e7c74

Improved snapshot storage location 🗃

Snapshots are stored alongside your test files. This is great when your test file is executed directly but say if you're using TypeScript to precompile your test file AVA would store the snapshots in your build directory. In this release, if source maps are available, AVA determines the original test file location and uses that to store the snapshots.

You can also specify where snapshots are stored through the snapshotLocation option in the package.json file. 7fadc34

Matching anonymous tests 🕵️

--match='*' now matches all tests, including those without a title. 1df502d

Miscellaneous 🎒

  • The verbose logger now only displays the timestamp when in watch mode 1ea758f
  • Anonymous functions are now included in stack traces c72f4f2
  • Concurrency is now capped at 2 in CI environments 3f81fc4
  • AVA no longer calls Bluebird.longStackTraces(). If you're using Bluebird you may want to call this yourself using a require script. ebf78b3 61101d9
  • There's a new recipe for endpoint testing using Mongoose c9fe8db
  • The browser testing recipe has been updated with an example of exposing global variables, such as jQuery f43d5ae
  • t.log() is now supported in the Flow and TypeScript type definitions 64b7755
  • t.title is now supported in the TypeScript type definitions 3c8b1be
  • t.snapshot() now has a better Flow type definition ded7ab8

All changes 🛋

v0.22.0...v0.23.0

Thanks 💌

💖 Huge thanks to @anshulwadhawan, @mliou8, @dehbmarques, @forivall, @forresst, @Couto, @impaler, @kristianmandrup, @lukechilds, @neoeno, @jugglinmike, @P-Seebauer, @philippotto, @ptim, @rhendric, @ntwb, @tdeschryver, @timothyjellison and @zellwk for helping us with this release. We couldn’t have done it without you!

Get involved ✌️

We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.

Commits

The new version differs by 57 commits.

  • 3b81e2c 0.23.0
  • 3f81fc4 Limit concurrency to 2 in a CI environment
  • 1cb9d4f Adjust NODE_PATH test to fix linting issue
  • 1ea758f Only display timestamp in verbose logger if watch mode is active (#1557)
  • c72f4f2 Include anonymous functions in stacktraces (#1508)
  • eebf26e Add Awesome mentioned badge
  • f43d5ae Recipe instructions for making jQuery available in browser (#1543)
  • 68ce4b8 Update tsconfig.json docs link in the TS recipe
  • 837b0dd Fix TypeScript recipe typo (#1549)
  • 2349316 Update package-lock with changes in #1407
  • bb91862 Version warning when local version is behind (#1407)
  • 42e7c74 Set NODE_ENV to to 'test' if not already set (#1523)
  • 64b7755 Add t.log() for Flow and TypeScript (#1538)
  • 8955e15 Lint test fixtures
  • fa4f73c Update to npm@5.4.2

There are 57 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper Bot and others added 30 commits April 26, 2017 13:26
…er-2.4.5

Update webpack-dev-server to the latest version 🚀
…er-1.1.0

Update redux-auth-wrapper to the latest version 🚀
Update jsdom to the latest version 🚀
Update style-loader to the latest version 🚀
Update css-loader to the latest version 🚀
Update webpack to the latest version 🚀
Update autoprefixer to the latest version 🚀
….0.0

Update postcss-loader to the latest version 🚀
Update redux-actions to the latest version 🚀
Update redux-logger to the latest version 🚀
greenkeeper Bot added a commit that referenced this pull request Sep 16, 2019
@greenkeeper

greenkeeper Bot commented Sep 16, 2019

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 2.4.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jan 19, 2020
@greenkeeper

greenkeeper Bot commented Jan 19, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.0.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jan 26, 2020
@greenkeeper

greenkeeper Bot commented Jan 26, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.1.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 2, 2020
@greenkeeper

greenkeeper Bot commented Feb 2, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.2.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 9, 2020
@greenkeeper

greenkeeper Bot commented Feb 9, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.3.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 23, 2020
@greenkeeper

greenkeeper Bot commented Feb 23, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.4.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 1, 2020
@greenkeeper

greenkeeper Bot commented Mar 1, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.5.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 22, 2020
@greenkeeper

greenkeeper Bot commented Mar 22, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.5.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 30, 2020
@greenkeeper

greenkeeper Bot commented Mar 30, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.5.2.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 5, 2020
@greenkeeper

greenkeeper Bot commented Apr 5, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.6.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 13, 2020
@greenkeeper

greenkeeper Bot commented Apr 13, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.7.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 19, 2020
@greenkeeper

greenkeeper Bot commented Apr 19, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.7.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 26, 2020
@greenkeeper

greenkeeper Bot commented Apr 26, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.8.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 27, 2020
@greenkeeper

greenkeeper Bot commented Apr 27, 2020

Copy link
Copy Markdown
Author
  • The devDependency ava was updated from 0.20.0 to 3.8.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 8, 2020
@greenkeeper

greenkeeper Bot commented May 8, 2020

Copy link
Copy Markdown
Author

🚨 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 ava was updated from 0.20.0 to 3.8.2.

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.

1 participant