From 601c424d19c8f4297739de04c866c90175f4f8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:09:19 +0000 Subject: [PATCH] build(deps-dev): bump the development-dependencies group across 1 directory with 5 updates Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@prettier/plugin-oxc](https://github.com/prettier/prettier/tree/HEAD/packages/plugin-oxc) | `0.1.4` | `0.2.0` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.51.0` | `0.58.0` | | [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.23.0` | `0.24.0` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | | [vitest-browser-svelte](https://github.com/vitest-community/vitest-browser-svelte) | `2.2.1` | `3.0.0` | Updates `@prettier/plugin-oxc` from 0.1.4 to 0.2.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/commits/HEAD/packages/plugin-oxc) Updates `oxfmt` from 0.51.0 to 0.58.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.58.0/npm/oxfmt) Updates `oxlint-tsgolint` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/oxc-project/tsgolint/releases) - [Commits](https://github.com/oxc-project/tsgolint/compare/v0.23.0...v0.24.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `vitest-browser-svelte` from 2.2.1 to 3.0.0 - [Release notes](https://github.com/vitest-community/vitest-browser-svelte/releases) - [Commits](https://github.com/vitest-community/vitest-browser-svelte/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: "@prettier/plugin-oxc" dependency-version: 0.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: oxfmt dependency-version: 0.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: oxlint-tsgolint dependency-version: 0.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: vitest-browser-svelte dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b1cfed2..7f7004b 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@internationalized/date": "^3.12.1", "@libsql/client": "^0.17.3", "@playwright/test": "^1.60.0", - "@prettier/plugin-oxc": "^0.1.4", + "@prettier/plugin-oxc": "^0.2.0", "@sveltejs/kit": "^2.60.1", "@sveltejs/vite-plugin-svelte": "^7.1.2", "@tailwindcss/forms": "^0.5.11", @@ -84,9 +84,9 @@ "eslint-plugin-oxlint": "^1.66.0", "eslint-plugin-svelte": "^3.17.1", "globals": "^17.6.0", - "oxfmt": "^0.51.0", + "oxfmt": "^0.58.0", "oxlint": "^1.66.0", - "oxlint-tsgolint": "^0.23.0", + "oxlint-tsgolint": "^0.24.0", "pino-pretty": "^13.1.3", "playwright": "^1.60.0", "prettier": "^3.8.3", @@ -99,12 +99,12 @@ "sveltekit-superforms": "^2.30.1", "tailwindcss": "^4.3.0", "tw-animate-css": "^1.4.0", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.59.4", "vite": "^8.0.14", "vite-plugin-devtools-json": "^1.0.0", "vitest": "^4.1.7", - "vitest-browser-svelte": "^2.1.1" + "vitest-browser-svelte": "^3.0.0" }, "engines": { "bun": ">=1.3.0"