Skip to content

Commit

Permalink
Bump acorn from 8.0.5 to 8.1.0
Browse files Browse the repository at this point in the history
Bumps [acorn](https://github.com/acornjs/acorn) from 8.0.5 to 8.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/acornjs/acorn/commit/2cceb5ec3aeb98b2dd6958106709d97aa8ab0c04"><code>2cceb5e</code></a> Mark version 8.1.0</li>
<li><a href="https://github.com/acornjs/acorn/commit/513c16ea6cbbd2a69312936abc617de2fbe3f8e9"><code>513c16e</code></a> Support <code>import.meta</code> in scripts (via <code>allowImportExportEverywhere</code>).</li>
<li><a href="https://github.com/acornjs/acorn/commit/74b59384320ced82e09da2e8fdbed16810f7379a"><code>74b5938</code></a> Work around corner case with nested destructuring arrays</li>
<li><a href="https://github.com/acornjs/acorn/commit/2808256eb4b370267d2bea39f48239a0b7d214e0"><code>2808256</code></a> Update authors list, use .mailmap file</li>
<li><a href="https://github.com/acornjs/acorn/commit/aec3b93e619e907b079b38799f06b46495a787b2"><code>aec3b93</code></a> Add flag to cli to enable await outside function option</li>
<li><a href="https://github.com/acornjs/acorn/commit/83a6e6ffeed96eb2ef4040a27f9809e8274852fd"><code>83a6e6f</code></a> Mark acorn-walk 8.0.2</li>
<li><a href="https://github.com/acornjs/acorn/commit/6d27f743df2d8fc3ecaea3a3078bf29edb587d08"><code>6d27f74</code></a> Mark acorn-loose 8.0.2</li>
<li>See full diff in <a href="https://github.com/acornjs/acorn/compare/8.0.5...8.1.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=8.0.5&new-version=8.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

---

<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)


</details>
  • Loading branch information
dependabot[bot] committed Mar 27, 2021
1 parent dab4a5d commit d71a4e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.9.1",
"@vercel/ncc": "^0.27.0",
"acorn": "^8.0.5",
"acorn": "^8.1.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
Expand Down

0 comments on commit d71a4e0

Please sign in to comment.