Skip to content

Commit 94c8fd0

Browse files
build(deps-dev): bump oxlint from 1.63.0 to 1.66.0 (#686)
* build(deps-dev): bump oxlint from 1.63.0 to 1.66.0 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.63.0 to 1.66.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.66.0/npm/oxlint) --- updated-dependencies: - dependency-name: oxlint dependency-version: 1.66.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update other oxc deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vojtěch Vidra <23375601+VojtechVidra@users.noreply.github.com>
1 parent 23eb4f4 commit 94c8fd0

2 files changed

Lines changed: 296 additions & 285 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"spellcheck": "cspell . --quiet"
2020
},
2121
"devDependencies": {
22-
"@commitlint/cli": "^21.0.0",
23-
"@commitlint/config-conventional": "^21.0.0",
24-
"@commitlint/types": "^21.0.0",
22+
"@commitlint/cli": "^21.0.1",
23+
"@commitlint/config-conventional": "^21.0.1",
24+
"@commitlint/types": "^21.0.1",
2525
"concurrently": "^9.2.1",
2626
"cspell": "^10.0.0",
2727
"husky": "^9.1.7",
2828
"minimist": "^1.2.8",
29-
"oxfmt": "^0.48.0",
30-
"oxlint": "^1.63.0",
31-
"oxlint-tsgolint": "^0.22.1"
29+
"oxfmt": "^0.52.0",
30+
"oxlint": "^1.67.0",
31+
"oxlint-tsgolint": "^0.23.0"
3232
},
33-
"packageManager": "pnpm@11.1.3",
33+
"packageManager": "pnpm@11.3.0",
3434
"engines": {
3535
"node": "^24"
3636
}

0 commit comments

Comments
 (0)