Bump acorn from 8.15.0 to 8.18.0 - #3013
Conversation
Bumps [acorn](https://github.com/acornjs/acorn) from 8.15.0 to 8.18.0. - [Commits](acornjs/acorn@8.15.0...8.18.0) --- updated-dependencies: - dependency-name: acorn dependency-version: 8.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
✅ Deploy Preview for netdata-docusaurus ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Superseded by #3021, which consolidates this compatible JavaScript parser update with the related build dependencies that share its validation surface. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps acorn from 8.15.0 to 8.18.0.
Commits
d788421Mark version 8.18.0b61cb9aAdd startLocation optionc8d515cDon't compute curLine when locations are offa7bd3cdReject an unparenthesized arrow function as the left operand of**b7c31b6Fix mistake in previous patch5c4af50Avoid scanning from start of document in loose parser's resetTo5b9d16cMark version 8.17.0449f9faMake linter happy9e1bcedAdd a strict option to turn on strict mode for scripts8a47812Convert stack overflow errors to SyntaxError instancesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
acornfrom 8.15.0 to 8.18.0 to pick up spec-compliance fixes, new options, and minor performance improvements. Notable behavior changes: unparenthesized arrow functions as the left operand of ** are now rejected, and stack overflows surface as SyntaxError.strict(enable strict mode for scripts) andstartLocation.Written for commit 59ae9d5. Summary will update on new commits.