Skip to content

Commit 0ea0fa8

Browse files
Copilotabdulahmad307smockle
authored
Bump Jest to 30.4.2 and pin @babel/core to 7.29.6 (#213)
* Update Jest to 30.4.2 * Pin Babel core to 7.29.6 * tighten engines.node to match jest@30 minimum requirement * Update package.json Co-authored-by: Clay Miller <clay@smockle.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Abdul Ahmad <abdulahmad307@github.com> Co-authored-by: Clay Miller <clay@smockle.com>
1 parent c1d8736 commit 0ea0fa8

2 files changed

Lines changed: 83 additions & 80 deletions

File tree

package-lock.json

Lines changed: 76 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"exports": "./index.js",
77
"engines": {
8-
"node": ">=18"
8+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
99
},
1010
"directories": {
1111
"test": "test"
@@ -22,9 +22,9 @@
2222
},
2323
"devDependencies": {
2424
"eslint": "^9.16.0",
25-
"globals": "^17.0.0",
2625
"eslint-plugin-github": "^6.0.0",
27-
"jest": "^30.0.3",
26+
"globals": "^17.0.0",
27+
"jest": "^30.4.2",
2828
"markdownlint": "^0.41.0",
2929
"markdownlint-cli2": "^0.22.0"
3030
},
@@ -40,5 +40,8 @@
4040
"bugs": {
4141
"url": "https://github.com/github/markdownlint-github/issues"
4242
},
43-
"homepage": "https://github.com/github/markdownlint-github#readme"
43+
"homepage": "https://github.com/github/markdownlint-github#readme",
44+
"overrides": {
45+
"@babel/core": "^7.29.6"
46+
}
4447
}

0 commit comments

Comments
 (0)