diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 897951a51..5733bbb27 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: Setup Tools uses: tanstack/config/.github/setup@main - name: Fix formatting diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c3858fce3..54bb956a3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - name: Start Nx Agents @@ -31,7 +31,7 @@ jobs: - name: Setup Tools uses: tanstack/config/.github/setup@main - name: Get base and head commits for `nx affected` - uses: nrwl/nx-set-shas@v4.3.3 + uses: nrwl/nx-set-shas@v4.4.0 with: main-branch-name: main - name: Run Checks @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - name: Setup Tools @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - name: Check Provenance diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0858f39cd..6acd360e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - name: Setup Tools @@ -39,4 +39,3 @@ jobs: title: 'ci: Version Packages' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index e3b414c7e..000000000 --- a/.prettierrc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "semi": false, - "singleQuote": true, - "trailingComma": "all" -} diff --git a/package.json b/package.json index 1a61bd420..dc76208eb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/tanstack/form.git" + "url": "git+https://github.com/TanStack/form.git" }, "packageManager": "pnpm@10.24.0", "type": "module", diff --git a/packages/angular-form/package.json b/packages/angular-form/package.json index b7e65237c..c028b8b31 100644 --- a/packages/angular-form/package.json +++ b/packages/angular-form/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/angular-form" }, "homepage": "https://tanstack.com/form", diff --git a/packages/form-core/package.json b/packages/form-core/package.json index 0090606ab..898c25e38 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/form-core" }, "homepage": "https://tanstack.com/form", diff --git a/packages/form-devtools/package.json b/packages/form-devtools/package.json index d11f70217..218e002e7 100644 --- a/packages/form-devtools/package.json +++ b/packages/form-devtools/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/form-devtools" }, "homepage": "https://tanstack.com/form", diff --git a/packages/lit-form/package.json b/packages/lit-form/package.json index a2d780f76..177ed0a41 100644 --- a/packages/lit-form/package.json +++ b/packages/lit-form/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/lit-form" }, "homepage": "https://tanstack.com/form", diff --git a/packages/react-form-devtools/package.json b/packages/react-form-devtools/package.json index d91dc116c..2effc0ac9 100644 --- a/packages/react-form-devtools/package.json +++ b/packages/react-form-devtools/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/react-form-devtools" }, "homepage": "https://tanstack.com/form", diff --git a/packages/react-form-nextjs/package.json b/packages/react-form-nextjs/package.json index d4b93fe02..e94f2ceb7 100644 --- a/packages/react-form-nextjs/package.json +++ b/packages/react-form-nextjs/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/react-form-nextjs" }, "homepage": "https://tanstack.com/form", diff --git a/packages/react-form-remix/package.json b/packages/react-form-remix/package.json index 288f4a201..3f23e8bbc 100644 --- a/packages/react-form-remix/package.json +++ b/packages/react-form-remix/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/react-form-remix" }, "homepage": "https://tanstack.com/form", diff --git a/packages/react-form-start/package.json b/packages/react-form-start/package.json index 2e6431512..e2ae8ea54 100644 --- a/packages/react-form-start/package.json +++ b/packages/react-form-start/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/react-form-start" }, "homepage": "https://tanstack.com/form", diff --git a/packages/react-form/package.json b/packages/react-form/package.json index 2761dbf95..839bcf9d2 100644 --- a/packages/react-form/package.json +++ b/packages/react-form/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/react-form" }, "homepage": "https://tanstack.com/form", diff --git a/packages/solid-form-devtools/package.json b/packages/solid-form-devtools/package.json index 7c40f1374..23fa0c8e2 100644 --- a/packages/solid-form-devtools/package.json +++ b/packages/solid-form-devtools/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/form" }, "homepage": "https://tanstack.com/form", diff --git a/packages/solid-form/package.json b/packages/solid-form/package.json index 59e8a4ab9..6da1df36e 100644 --- a/packages/solid-form/package.json +++ b/packages/solid-form/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/solid-form" }, "homepage": "https://tanstack.com/form", diff --git a/packages/svelte-form/package.json b/packages/svelte-form/package.json index eeac74b28..571dffe84 100644 --- a/packages/svelte-form/package.json +++ b/packages/svelte-form/package.json @@ -4,15 +4,15 @@ "description": "Powerful, type-safe forms for Svelte.", "author": "tannerlinsley", "license": "MIT", - "keywords": [ - "svelte" - ], "repository": { "type": "git", "url": "git+https://github.com/TanStack/form.git", "directory": "packages/svelte-form" }, "homepage": "https://tanstack.com/form", + "keywords": [ + "svelte" + ], "scripts": { "clean": "premove ./dist ./coverage", "test:eslint": "eslint ./src ./tests", diff --git a/packages/vue-form/package.json b/packages/vue-form/package.json index 0c34d5e02..d135c9ded 100644 --- a/packages/vue-form/package.json +++ b/packages/vue-form/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/TanStack/form.git", + "url": "git+https://github.com/TanStack/form.git", "directory": "packages/vue-form" }, "homepage": "https://tanstack.com/form", diff --git a/prettier.config.js b/prettier.config.js new file mode 100644 index 000000000..2c53b10e3 --- /dev/null +++ b/prettier.config.js @@ -0,0 +1,10 @@ +// @ts-check + +/** @type {import('prettier').Config} */ +const config = { + semi: false, + singleQuote: true, + trailingComma: 'all', +} + +export default config