Skip to content

Commit 48a295d

Browse files
build(deps-dev): bump acorn-loose from 8.4.0 to 8.5.0 (#301)
Bumps [acorn-loose](https://github.com/acornjs/acorn) from 8.4.0 to 8.5.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/acornjs/acorn/commit/2c59dd3bd8a10a0cc1d302128bb4df35fa4d03dd"><code>2c59dd3</code></a> Mark version 8.5.0</li> <li><a href="https://github.com/acornjs/acorn/commit/56997f83470be00facf9a1e56cf9db5742e51b1b"><code>56997f8</code></a> Upgrade test262-stream</li> <li><a href="https://github.com/acornjs/acorn/commit/49ac0492013fd201ebc3c0775631743f75111914"><code>49ac049</code></a> Support ES2022 class static blocks (<a href="https://redirect.github.com/acornjs/acorn/issues/1063">#1063</a>)</li> <li><a href="https://github.com/acornjs/acorn/commit/2846d2b8e6bd40e28e181bf4bb201f4acf68eb58"><code>2846d2b</code></a> Make token context more accurate (<a href="https://redirect.github.com/acornjs/acorn/issues/1064">#1064</a>)</li> <li><a href="https://github.com/acornjs/acorn/commit/470ec081e9fc727da5ba4fceac4f3a75b56e5fa6"><code>470ec08</code></a> Cli support parsing multiple files (<a href="https://redirect.github.com/acornjs/acorn/issues/1060">#1060</a>)</li> <li><a href="https://github.com/acornjs/acorn/commit/147b99e707d145b18971c0c755b645f9afdd7180"><code>147b99e</code></a> Properly track line numbers for non-ASCII line separator characters</li> <li><a href="https://github.com/acornjs/acorn/commit/f6f42506754fb10c3b13895295b969189a7d2435"><code>f6f4250</code></a> Propagate forInit down to arrow functions</li> <li><a href="https://github.com/acornjs/acorn/commit/06b9c8c21c0b37d3284f34f51c788e28f675a19e"><code>06b9c8c</code></a> Make sequence expression's end location correct</li> <li><a href="https://github.com/acornjs/acorn/commit/cce777af325d8944691810e3d6ea1f970e926441"><code>cce777a</code></a> Run CI on pull requests</li> <li><a href="https://github.com/acornjs/acorn/commit/691a31b1e3d6936f4e6991da3d81c1a6b06610cf"><code>691a31b</code></a> Forbid LHS in for-of loops from starting with 'let'</li> <li>Additional commits viewable in <a href="https://github.com/acornjs/acorn/compare/8.4.0...8.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn-loose&package-manager=npm_and_yarn&previous-version=8.4.0&new-version=8.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 542698c commit 48a295d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"@vscode/test-electron": "^2.4.1",
170170
"@vscode/vsce": "^3.3.2",
171171
"acorn": "^8.14.1",
172-
"acorn-loose": "^8.4.0",
172+
"acorn-loose": "^8.5.0",
173173
"ansi-colors": "^4.1.3",
174174
"chai": "^4.5.0",
175175
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)