Bump @babel/parser to 8.0.4 and raise Node floor (#430)

Upgrade @babel/parser from 7.29.7 to 8.0.4 and raise the repository Node 22 minimum from 22.12.0 to 22.18.0 across package metadata, CI, and npm documentation.

No parser API migration was required. Validated with the full local suite and refreshed GitHub CI on Node 22.18.0 and Node 24.

Prepared and validated with AI assistance from OpenAI Codex under maintainer instructions.
This commit is contained in:
dependabot[bot]
2026-08-03 10:46:55 -07:00
committed by GitHub
parent 707794c597
commit 5dfeba6d3e
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [22.12.0, 24]
node-version: [22.18.0, 24]
steps:
- name: Checkout repository
uses: actions/checkout@v7