Skip to content

Commit

Permalink
build(deps-dev): bump acorn from 8.12.1 to 8.13.0 (#176)
Browse files Browse the repository at this point in the history
Bumps [acorn](https://github.com/acornjs/acorn) from 8.12.1 to 8.13.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/acornjs/acorn/commit/cc5ec013e7dae1b2ad60cbbb87c1b9e1fe252df9"><code>cc5ec01</code></a>
Mark version 8.13.0</li>
<li><a
href="https://github.com/acornjs/acorn/commit/fdf144b8654abe6f8a8010072f286d724fe23e64"><code>fdf144b</code></a>
Remove unused eslint-plugin-promise package</li>
<li><a
href="https://github.com/acornjs/acorn/commit/42b8796c03a46c9426cb7ff6c679db4751732c84"><code>42b8796</code></a>
Add Unicode v16 support</li>
<li><a
href="https://github.com/acornjs/acorn/commit/82de2450f3b6b3f250c89d5ec1d5f6d5701f6422"><code>82de245</code></a>
Fix whitelist, unsupported features</li>
<li><a
href="https://github.com/acornjs/acorn/commit/1fcd4510a850b3c7d45eb2b14986ccff42fb2041"><code>1fcd451</code></a>
Bump test262</li>
<li><a
href="https://github.com/acornjs/acorn/commit/dfebfd514ccfd3114c6d3aa1c44aa2cb6e5122e8"><code>dfebfd5</code></a>
Mark acorn-walk version 8.3.4</li>
<li><a
href="https://github.com/acornjs/acorn/commit/570d513f8821cfc1f5d6cd78861f8162603c2941"><code>570d513</code></a>
Walk SwitchCase nodes as separate nodes in the base walker for
SwitchStatement</li>
<li>See full diff in <a
href="https://github.com/acornjs/acorn/compare/8.12.1...8.13.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.12.1&new-version=8.13.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 605ce46 commit d687b13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^3.1.1",
"acorn": "^8.12.1",
"acorn": "^8.13.0",
"acorn-loose": "^8.4.0",
"ansi-colors": "^4.1.3",
"chai": "^4.4.1",
Expand Down

0 comments on commit d687b13

Please sign in to comment.