stormwarning / typeset.css

✍ tr.v. type·set To set (written material) into type; compose.
http://stormwarning.github.io/typeset.css/
ISC License
20 stars 0 forks source link

Bump ava from 1.0.1 to 1.4.1 #53

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ava from 1.0.1 to 1.4.1.

Release notes *Sourced from [ava's releases](https://github.com/avajs/ava/releases).* > ## 1.4.1 > ## Focusing [`power-assert`](https://github.com/power-assert-js/power-assert) > > AVA comes with [`power-assert`](https://github.com/power-assert-js/power-assert) built-in, giving you more descriptive assertion messages. However it's been confusing to understand *which* assertions come with `power-assert`. To address this we've added the new `t.assert()` assertion. It's now the only assertion that is `power-assert` enabled. The assertion passes if called with a truthy value. Consider this example: > > ```js > test('enhanced assertions', t => { > const a = /foo/; > const b = 'bar'; > const c = 'baz'; > t.assert(a.test(b) || b === c); > }); > ``` > >
> AVA will output: >
6:   const c = 'baz';
> 7:   t.assert(a.test(b) || b === c);
> 8: });
> 
> Value is not truthy:
> 
> false
> 
> a.test(b) || b === c
> => false
> 
> b === c
> => false
> 
> c
> => 'baz'
> 
> b
> => 'bar'
> 
> a.test(b)
> => false
> 
> b
> => 'bar'
> 
> a
> => /foo/
>

Our ESLint plugin has been updated to support this new assertion. Many thanks to @​eemed for implementing this! 94064702837583f1cd3920142c5d0ce50e71e255

Watch mode

... (truncated)

Commits
  • 9ef456b 1.4.1
  • 55d973d Tweak reporter integration tests so they pass on Node.js 12-pre
  • a7605de Add t.assert() to type definitions
  • 20db474 1.4.0
  • 0154a7f Bump dependencies
  • 9406470 Only apply power-assert to new t.assert() assertion
  • c1f6fdf Shim all tty methods
  • 23e302a Don't report filtered tests as pending
  • 99a10a1 Document that there is no default timeout
  • cd256ac Print commands in watch mode
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #72.