Jonathan Haines
5ea7fb5d09
chore: Migrate workspaces that use `jest` to `vitest` ( #998 )
...
* docs(contributing): add section on testing
Fixes #994
* test(clerk-auth): replace jest with vitest
* test(graphql-server): replace jest with vitest
* test(medley-router): replace jest with vitest
* test(oauth-providers): replace jest with vitest
* test(oidc-auth): replace jest with vitest
* test(sentry): replace jest with vitest
* test(trpc-server): replace jest with vitest
* test(typebox-validator): replace jest with vitest
* test(typia-validator): replace jest with vitest
* test(valibot-validator): replace jest with vitest
* chore: cleanup remaining references to jest
* chore: fix lint errors
* test(typia-validator): fix exclude directory
* test(oauth-providers): use vitest environment miniflare
* chore: update `yarn.lock`
* chore(zod-openapi): pin zod-validator to 0.4.2
* test(graphql-server): remove console filtering
---------
Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-03-04 22:00:28 +09:00
github-actions[bot]
9506e3c424
Version Packages ( #778 )
2024-10-12 15:39:11 +09:00
Shotaro Nakamura
40e3a780d1
fix(oauth-providers): support latest hono ( #662 )
...
* fix(oauth-providers): support latest hono
* chore: add changeset
* change major to patch
2024-10-12 15:35:14 +09:00
github-actions[bot]
9443cb018a
Version Packages ( #698 )
2024-08-19 09:27:07 +09:00
github-actions[bot]
ab1b831e1a
Version Packages ( #654 )
2024-07-19 18:12:29 +09:00
github-actions[bot]
ea7ec3c6ed
Version Packages ( #592 )
2024-06-25 05:07:12 +09:00
github-actions[bot]
650e20fab5
Version Packages ( #506 )
2024-05-07 05:48:38 +09:00
github-actions[bot]
7e5e3de28f
Version Packages ( #469 )
2024-04-22 08:11:19 +09:00
github-actions[bot]
6bdbf88854
Version Packages ( #425 )
2024-03-20 14:57:56 +09:00
github-actions[bot]
e4b6d4dfb9
Version Packages ( #397 )
2024-02-16 16:49:10 +09:00
Yusuke Wada
98cffb0ae9
fix(oauth-providers): update `peerDependencies` ( #396 )
...
* fix(oauth-providers): update `peerDependencies`
* run `yarn` command
* changeset
2024-02-16 16:40:36 +09:00
github-actions[bot]
965d5a3f6d
Version Packages ( #346 )
2024-01-08 05:26:18 +09:00
Carlos Sanjines Aldazosa
8841b6427d
feat(oauth-providers): Discord ( #342 )
2024-01-08 05:22:20 +09:00
Yusuke Wada
ee12e3c08a
chore: bump hono to `3.11.7` ( #311 )
2023-12-14 18:33:01 +09:00
Yusuke Wada
bd18b966ee
chore: migrate to `yarn v4` ( #299 )
...
* changeset
* chore: migrate to `yarn v4`
* remove changeset
* fixed Github Actions for `hello`
* fix gitignore
* add dependencies
* add ci for oauth-providers
* add dependencies
* add `publint`
* update msw
2023-12-13 15:54:00 +09:00
github-actions[bot]
954069dabe
Version Packages ( #295 )
2023-12-09 09:20:14 +09:00
Carlos Sanjines Aldazosa
aa9527b9e7
feat(oauth-providers): Add X (Twitter) to OAuth providers ( #283 )
...
* [FEAT] x (Twitter) provider
* [UPDATE] replace crypto-js with native api
* [UPDATE] Remove unused dependencies
2023-12-09 09:18:12 +09:00
github-actions[bot]
d8300e5cc7
Version Packages ( #281 )
2023-11-29 06:31:20 +09:00
github-actions[bot]
b0adaab247
Version Packages ( #277 )
2023-11-28 06:43:11 +09:00
github-actions[bot]
c5dd9ab52a
Version Packages ( #266 )
2023-11-27 21:38:00 +09:00
Carlos Sanjines Aldazosa
d2696c46ba
Oauth providers ( #262 )
...
* [FEAT] facebook and google authentication
* [FEAT] github authentication
* [FEAT] linkedin authentication
* [TEST] all methods tested
* [UPDATE] open-auth middleware split
* [UPDATE] auth packages merged into oauth-provider
* docs: format README
* fix: fix `package.json`, prettify, rename something
* fix: use `ContextVariableMap`
* docs: update README
* make it as a minor release
* [FIX: linkedin] path name
* [UPDATE: linkedin] pathname
---------
Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2023-11-27 21:33:31 +09:00