From 78647e11ba64649db7c3728b38c570bfe2b7257b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 15:08:09 +0000 Subject: [PATCH] chore(deps-dev): bump the npm-dependencies group with 2 updates Bumps the npm-dependencies group with 2 updates: [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [skills](https://github.com/vercel-labs/skills). Updates `oxlint` from 1.76.0 to 1.77.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.77.0/npm/oxlint) Updates `skills` from 1.5.21 to 1.5.22 - [Release notes](https://github.com/vercel-labs/skills/releases) - [Commits](https://github.com/vercel-labs/skills/compare/v1.5.21...v1.5.22) --- updated-dependencies: - dependency-name: oxlint dependency-version: 1.77.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: skills dependency-version: 1.5.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0390cc..eff3e4e 100644 --- a/package.json +++ b/package.json @@ -68,11 +68,11 @@ }, "devDependencies": { "@types/bun": "latest", - "oxlint": "1.76.0", + "oxlint": "1.77.0", "lefthook": "2.1.10", "@commitlint/cli": "21.2.1", "@commitlint/config-conventional": "21.2.0", - "skills": "1.5.21" + "skills": "1.5.22" }, "peerDependencies": { "typescript": "^5"