Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 50a9456

Browse filesBrowse files
nodejs-github-botaduh95
authored andcommitted
deps: update acorn-walk to 8.3.3
PR-URL: #53466 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f56cfe7 commit 50a9456
Copy full SHA for 50a9456

2 files changed

+16-1Lines changed: 16 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎deps/acorn/acorn-walk/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: deps/acorn/acorn-walk/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.3.3 (2024-01-11)
2+
3+
### Bug fixes
4+
5+
Make acorn a dependency because acorn-walk uses the types from that package.
6+
7+
## 8.3.2 (2024-01-11)
8+
9+
### Bug fixes
10+
11+
Add missing type for `findNodeBefore`.
12+
113
## 8.3.1 (2023-12-06)
214

315
### Bug fixes
Collapse file

‎deps/acorn/acorn-walk/package.json‎

Copy file name to clipboardExpand all lines: deps/acorn/acorn-walk/package.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616
],
1717
"./package.json": "./package.json"
1818
},
19-
"version": "8.3.2",
19+
"version": "8.3.3",
2020
"engines": {
2121
"node": ">=0.4.0"
2222
},
23+
"dependencies": {
24+
"acorn": "^8.11.0"
25+
},
2326
"maintainers": [
2427
{
2528
"name": "Marijn Haverbeke",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.