Skip to content

Commit 97d7604

Browse files
authored
chore(deps): ignore updates for @oxc-node/core and downgrade to 0.0.22 (#396)
see reasons here: oxc-project/oxc-node#109
1 parent 9e02119 commit 97d7604

File tree

3 files changed

+71
-71
lines changed

3 files changed

+71
-71
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"groupName": "npm packages",
1010
"matchManagers": ["npm"],
11-
"ignoreDeps": ["oxlint"]
11+
"ignoreDeps": ["oxlint", "@oxc-node/core"]
1212
},
1313
{
1414
"groupName": "oxlint",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
"devDependencies": {
5656
"@eslint/js": "^9.13.0",
57-
"@oxc-node/core": "^0.0.23",
57+
"@oxc-node/core": "^0.0.22",
5858
"@types/eslint-config-prettier": "^6.11.3",
5959
"@types/node": "^22.7.7",
6060
"@types/shelljs": "^0.8.15",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)