noyobo / img-spriter-transform

converter img spriter meta datasource to style sheet(css)
MIT License
0 stars 0 forks source link

chore(deps-dev): bump ava from 1.2.1 to 1.4.0 #18

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ava from 1.2.1 to 1.4.0.

Release notes *Sourced from [ava's releases](https://github.com/avajs/ava/releases).* > ## 1.4.0 > ## 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

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.


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 #19.