From 54202fa41026289dee0dfb1e4ff816a328b04be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:29:44 +0000 Subject: [PATCH] chore(deps): bump the npm-all group with 2 updates Bumps the npm-all group with 2 updates: [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) and [synthkernel](https://github.com/hesprs/synthkernel). Updates `oxfmt` from 0.64.0 to 0.65.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.65.0/npm/oxfmt) Updates `synthkernel` from 0.0.2 to 0.1.0 - [Release notes](https://github.com/hesprs/synthkernel/releases) - [Commits](https://github.com/hesprs/synthkernel/compare/v0.0.2...v0.1.0) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.65.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-all - dependency-name: synthkernel dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-all ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9b7ff3..345543c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/bun": "^1.3.14", "happy-dom": "^20.11.2", - "oxfmt": "^0.64.0", + "oxfmt": "^0.65.0", "oxlint": "^1.79.0", "oxlint-tsgolint": "^7.0.2001", "tsdown": "^0.22.14", diff --git a/packages/core/package.json b/packages/core/package.json index 04bd204..5080594 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -45,6 +45,6 @@ "dev": "bun --bun vite" }, "dependencies": { - "synthkernel": "^0.0.2" + "synthkernel": "^0.1.0" } }