From d8c9e4843f1e7e543a7b087ff3134659ef48dc3f Mon Sep 17 00:00:00 2001 From: Tee Ming Chew Date: Mon, 10 Aug 2026 03:19:41 +0800 Subject: [PATCH 1/3] migrate to oxfmt --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 3 + .github/workflows/audit.yml | 2 +- .github/workflows/autofix-lint.yml | 2 +- .github/workflows/ci.yml | 3 +- .oxfmtrc.json | 43 ++++ .prettierrc | 44 ---- AGENTS.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 22 +- package.json | 7 +- packages/adapter-auto/package.json | 4 +- packages/adapter-cloudflare/files/worker.js | 5 +- packages/adapter-cloudflare/package.json | 4 +- packages/adapter-netlify/package.json | 4 +- packages/adapter-node/package.json | 4 +- packages/adapter-static/package.json | 4 +- packages/adapter-vercel/package.json | 4 +- packages/enhanced-img/.prettierignore | 1 - packages/enhanced-img/package.json | 4 +- packages/kit/.prettierignore | 7 - packages/kit/package.json | 4 +- .../kit/src/exports/hooks/sequence.spec.js | 13 +- packages/kit/src/exports/public.d.ts | 11 +- packages/kit/src/types/internal.d.ts | 9 +- packages/kit/src/types/private.d.ts | 15 +- .../kit/test/apps/basics/test/client.test.js | 5 +- packages/kit/test/apps/test.svelte | 3 - packages/kit/test/types/load.test.ts | 3 +- packages/package/package.json | 5 +- playgrounds/basic/package.json | 6 +- pnpm-lock.yaml | 241 +++++++++++++++++- pnpm-workspace.yaml | 4 +- renovate.json | 16 +- test-utils/index.js | 6 +- 36 files changed, 365 insertions(+), 151 deletions(-) create mode 100644 .oxfmtrc.json delete mode 100644 .prettierrc delete mode 100644 packages/enhanced-img/.prettierignore delete mode 100644 packages/kit/.prettierignore delete mode 100644 packages/kit/test/apps/test.svelte diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a94d39153bd8..1b48302b9232 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,7 +25,7 @@ body: id: logs attributes: label: Logs - description: "Please include browser console and server logs around the time this bug occurred. Please try not to insert an image but copy paste the log text." + description: 'Please include browser console and server logs around the time this bug occurred. Please try not to insert an image but copy paste the log text.' render: Shell - type: textarea id: system-info diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5324344585ba..65c4f44f76c8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: "Feature Request" +name: 'Feature Request' description: Suggest an idea for this project body: - type: markdown diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fcff7dc51487..b4e383020db8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,14 +5,17 @@ closes #