Skip to content

Commit f65c6f2

Browse files
fix(deps): bump oxc-parser from 0.137.0 to 0.138.0 (#120)
Bumps [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) from 0.137.0 to 0.138.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/parser/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.138.0/napi/parser) --- updated-dependencies: - dependency-name: oxc-parser dependency-version: 0.138.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e3146f commit f65c6f2

7 files changed

Lines changed: 240 additions & 28 deletions

File tree

packages/doctor-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@vue/compiler-sfc": "^3.5.39",
5858
"c12": "^4.0.0-beta.5",
5959
"kolorist": "^1.8.0",
60-
"oxc-parser": "^0.137.0",
60+
"oxc-parser": "^0.138.0",
6161
"oxlint": "^1.72.0",
6262
"picocolors": "^1.1.1",
6363
"semver": "^7.8.5",

packages/doctor-rule-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@types/node": "^25.9.4",
53-
"oxc-parser": "^0.137.0",
53+
"oxc-parser": "^0.138.0",
5454
"typescript": "^6.0.3",
5555
"vitest": "^4.1.9"
5656
},

packages/nuxt-doctor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@vue/compiler-core": "^3.5.39",
6969
"@vue/compiler-sfc": "^3.5.39",
7070
"c12": "^4.0.0-beta.5",
71-
"oxc-parser": "^0.137.0",
71+
"oxc-parser": "^0.138.0",
7272
"picocolors": "^1.1.1",
7373
"semver": "^7.8.5",
7474
"tinyglobby": "^0.2.17",

packages/oxlint-plugin-nuxt-doctor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@types/node": "^25.9.4",
57-
"oxc-parser": "^0.137.0",
57+
"oxc-parser": "^0.138.0",
5858
"typescript": "^6.0.3",
5959
"vitest": "^4.1.9"
6060
},

packages/oxlint-plugin-vue-doctor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@types/node": "^25.9.4",
57-
"oxc-parser": "^0.137.0",
57+
"oxc-parser": "^0.138.0",
5858
"typescript": "^6.0.3",
5959
"vitest": "^4.1.9"
6060
},

packages/vue-doctor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@vue/compiler-core": "^3.5.39",
6868
"@vue/compiler-sfc": "^3.5.39",
6969
"c12": "^4.0.0-beta.5",
70-
"oxc-parser": "^0.137.0",
70+
"oxc-parser": "^0.138.0",
7171
"picocolors": "^1.1.1",
7272
"semver": "^7.8.5",
7373
"tinyglobby": "^0.2.17",

0 commit comments

Comments
 (0)