Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Bump alex from 8.0.0 to 8.1.1 (#2407)
Browse files Browse the repository at this point in the history
Summary:
Bumps [alex](https://github.com/get-alex/alex) from 8.0.0 to 8.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/get-alex/alex/releases">alex's releases</a>.</em></p>
<blockquote>
<h2>8.1.1</h2>
<ul>
<li>b6283b2 Refactor prose</li>
<li>3629145 Refactor language around what alex checks for</li>
<li>0612149 Update setup tutorial link</li>
</ul>
<h2>8.1.0</h2>
<ul>
<li>de8b339 Update <code>retext-equality</code></li>
</ul>
<h2>8.0.1</h2>
<ul>
<li>ebc61af Add <code>funding</code> field to <code>package.json</code></li>
<li>5f55841 Add setup tutorial link to <code>install</code> in <code>readme.md</code></li>
<li>1903a43 Update logo in readme</li>
<li>0658fde Update assets</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/get-alex/alex/commit/fde1c9a02d2ea48e5cb874f05c4dd04a1d3ffe8e"><code>fde1c9a</code></a> 8.1.1</li>
<li><a href="https://github.com/get-alex/alex/commit/428737ca2f5fed1d51ce2c8c2796709058d422b2"><code>428737c</code></a> Fix xo</li>
<li><a href="https://github.com/get-alex/alex/commit/b6283b2545332047348adbd98ceaa037e8a22a61"><code>b6283b2</code></a> Refactor prose</li>
<li><a href="https://github.com/get-alex/alex/commit/be7ecfab104e0f44e24d95d77a2fcf0232daab66"><code>be7ecfa</code></a> Update Node in Travis</li>
<li><a href="https://github.com/get-alex/alex/commit/0cc55023ac92da4a691c45f8156790b09d204176"><code>0cc5502</code></a> Update dev-dependencies</li>
<li><a href="https://github.com/get-alex/alex/commit/36291459d5dcecf4807fa32e8d2018b34132ea5d"><code>3629145</code></a> Refactor language around what alex checks for</li>
<li><a href="https://github.com/get-alex/alex/commit/061214981b6a61124e8ea67219ceb2b0b426afcc"><code>0612149</code></a> Update setup tutorial link</li>
<li><a href="https://github.com/get-alex/alex/commit/8ab860fea401a99e9636b2f7bcaeadccca0a4777"><code>8ab860f</code></a> 8.1.0</li>
<li><a href="https://github.com/get-alex/alex/commit/de8b339a38b486a1f9931a7ad756ff5c045cf035"><code>de8b339</code></a> Update <code>retext-equality</code></li>
<li><a href="https://github.com/get-alex/alex/commit/98798bd43369a373e273eddac59887ae45a95f9a"><code>98798bd</code></a> 8.0.1</li>
<li>Additional commits viewable in <a href="https://github.com/get-alex/alex/compare/8.0.0...8.1.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=alex&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.1.1)](https://dependabot.com/compatibility-score/?dependency-name=alex&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.1.1)

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-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

**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](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- 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)

</details>
Pull Request resolved: #2407

Reviewed By: mrkev

Differential Revision: D21424837

Pulled By: claudiopro

fbshipit-source-id: 59f1537bc722ee39cca96dc2ce2b53d265bc6857
  • Loading branch information
dependabot-preview[bot] authored and facebook-github-bot committed May 7, 2020
1 parent 1f5d40e commit 7e604b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1113,9 +1113,9 @@ ajv@^6.10.2:
uri-js "^4.2.2"

alex@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/alex/-/alex-8.0.0.tgz#39422b53e19fb93be9fd8d94e87a5a958dae45d5"
integrity sha512-E2XUxYvzLGWa7LsWN1qgQlJ3FdS/szAL6AIc5ZjfxTM/D1/gxKHraLxUZPT3S7zWgMDSOKc6xW/kKddDOJipXw==
version "8.1.1"
resolved "https://registry.yarnpkg.com/alex/-/alex-8.1.1.tgz#361bc91f1d8e540c4441937e0f40de6303cbf064"
integrity sha512-WH3BEF0fr+Pj7N8caH6Y+DInOUIB2VnRyT8UJ/39cmHivCu6raX++d0ZcYwbD/ONLTWU+VMAiQjCYaNywIZAjw==
dependencies:
meow "^5.0.0"
rehype-parse "^6.0.0"
Expand All @@ -1125,7 +1125,7 @@ alex@^8.0.0:
remark-parse "^7.0.0"
remark-retext "^3.0.0"
retext-english "^3.0.0"
retext-equality "~4.2.0"
retext-equality "~4.3.0"
retext-profanities "~5.0.0"
unified "^8.0.0"
unified-diff "^3.0.0"
Expand Down Expand Up @@ -7713,10 +7713,10 @@ retext-english@^3.0.0:
parse-english "^4.0.0"
unherit "^1.0.4"

retext-equality@~4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/retext-equality/-/retext-equality-4.2.0.tgz#89ad472444f74e54656eada33ab7748fcbe7a2ef"
integrity sha512-7ie79FKs/unD01g3yciMqmKBInECngoCi1keH3HHhylepZ6IqQddzPPxSSHAnhGTCp4VD1WvlzNtet7Gsjl/Ow==
retext-equality@~4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/retext-equality/-/retext-equality-4.3.0.tgz#818e00311f56517a8f9e72c8eb7fb87441f1f0d5"
integrity sha512-jW+6X5BrxVEaZ71qLIaqK6/Y+jqlxijVOcPH2SdHtNaMIHJWvBf5fd1IgHmEp0UREth0YQSI7KNtJurrSPQyMA==
dependencies:
lodash.difference "^4.5.0"
lodash.intersection "^4.4.0"
Expand Down

0 comments on commit 7e604b0

Please sign in to comment.