Skip to content

deps: update Acorn to v8.5.0 - #40015

Closed
targos wants to merge 1 commit into
nodejs:masterfrom
targos:acorn-8.5
Closed

deps: update Acorn to v8.5.0#40015
targos wants to merge 1 commit into
nodejs:masterfrom
targos:acorn-8.5

Conversation

@targos

Copy link
Copy Markdown
Member

8.5.0 (2021-09-06)

Bug fixes

Improve context-dependent tokenization in a number of corner cases.

Fix location tracking after a 0x2028 or 0x2029 character in a string literal (which before did not increase the line number).

Fix an issue where arrow function bodies in for loop context would inappropriately consume in operators.

Fix wrong end locations stored on SequenceExpression nodes.

Implement restriction that for/of loop LHS can't start with let.

New features

Add support for ES2022 class static blocks.

Allow multiple input files to be passed to the CLI tool.

@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Sep 6, 2021
@targostargos added dependencies Pull requests that update a dependency file. request-ci Add this label to start a Jenkins CI on a PR. labels Sep 6, 2021
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 6, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@targostargos added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 6, 2021
@VoltrexKeyvaVoltrexKeyva removed the needs-ci PRs that need a full CI run. label Sep 7, 2021

@TrottTrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamp LGTM if CI is green

@gengjiawengengjiawen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

@gengjiawengengjiawen added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 7, 2021
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 7, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@jasnelljasnell left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

@targostargos added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 8, 2021
@github-actionsgithub-actionsBot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 8, 2021
@github-actions

Copy link
Copy Markdown
Contributor

Landed in 59d3d54...9f6fed7

nodejs-github-bot pushed a commit that referenced this pull request Sep 8, 2021
PR-URL: #40015
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targos
targos deleted the acorn-8.5 branch September 8, 2021 18:06
BethGriggs pushed a commit that referenced this pull request Sep 21, 2021
PR-URL: #40015
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Sep 21, 2021
1 task
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.dependenciesPull requests that update a dependency file.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@targos@nodejs-github-bot@jasnell@Trott@cjihrig@gengjiawen@VoltrexKeyva