diff --git a/.changeset/big-moose-attend.md b/.changeset/big-moose-attend.md new file mode 100644 index 00000000..3f748851 --- /dev/null +++ b/.changeset/big-moose-attend.md @@ -0,0 +1,7 @@ +--- +'@hono/oauth-providers': patch +'@hono/eslint-config': patch +'@hono/react-compat': patch +--- + +Update package repository diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b59138c1..4160d214 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,7 @@ jobs: - run: yarn workspaces focus hono-middleware @hono/${{ matrix.package }} - run: yarn workspaces foreach --topological --recursive --from @hono/${{ matrix.package }} run publint - run: yarn workspace @hono/${{ matrix.package }} typecheck + if: ${{ matrix.package != 'eslint-config' }} - run: yarn eslint packages/${{ matrix.package }} - run: yarn prettier --check . !packages packages/${{ matrix.package }} @@ -63,9 +64,9 @@ jobs: - run: yarn workspaces foreach --topological --recursive --from @hono/${{ matrix.package }} run build - run: yarn test --coverage --project @hono/${{ matrix.package }} id: test - if: ${{ matrix.package != 'qwik-city' && matrix.package != 'react-compat' }} + if: ${{ matrix.package != 'eslint-config' && matrix.package != 'qwik-city' && matrix.package != 'react-compat' }} - uses: codecov/codecov-action@v5 - if: ${{ matrix.package != 'qwik-city' && matrix.package != 'react-compat' }} + if: ${{ matrix.package != 'eslint-config' && matrix.package != 'qwik-city' && matrix.package != 'react-compat' }} with: fail_ci_if_error: true directory: ./coverage diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3d6659a2..36b5aa1e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -14,7 +14,8 @@ }, "repository": { "type": "git", - "url": "https://github.com/honojs/middleware.git" + "url": "https://github.com/honojs/middleware.git", + "directory": "packages/eslint-config" }, "homepage": "https://github.com/honojs/middleware", "peerDependencies": { diff --git a/packages/oauth-providers/package.json b/packages/oauth-providers/package.json index 8a975155..c30973ca 100644 --- a/packages/oauth-providers/package.json +++ b/packages/oauth-providers/package.json @@ -1,6 +1,11 @@ { "name": "@hono/oauth-providers", "version": "0.8.1", + "repository": { + "type": "git", + "url": "git+https://github.com/honojs/middleware.git", + "directory": "packages/oauth-providers" + }, "description": "Social login for Hono JS, integrate authentication with facebook, github, google and linkedin to your projects.", "type": "module", "main": "dist/index.js", diff --git a/packages/react-compat/package.json b/packages/react-compat/package.json index de46bf45..1b450648 100644 --- a/packages/react-compat/package.json +++ b/packages/react-compat/package.json @@ -4,6 +4,11 @@ "version": "0.0.1", "description": "Alias of hono/jsx for replacement of React", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/honojs/middleware.git", + "directory": "packages/react-compat" + }, "module": "dist/index.js", "types": "dist/index.d.ts", "files": [