Skip to content

Commit 9bfa2f9

Browse files
committed
Upgrade libraries
1 parent 296af6c commit 9bfa2f9

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [3.0.5] - 2026-05-15
4+
5+
- Upgrade meriyah to 7.x (`sourceType` replaces `module: boolean`)
6+
- Disable regex validation (`validateRegex: false`) during parsing
7+
38
## [3.0.4] - 2026-05-15
49

510
- Add JSX parsing support by falling back to meriyah's `jsx` option when non-JSX parsing fails (tries both module and script modes)

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "astronomical",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"type": "commonjs",
55
"description": "offers a way to query a Javascript AST to find specific patterns using a syntax somewhat similar to XPath.",
66
"sideEffects": false,

0 commit comments

Comments
 (0)