github-actions[bot]
0dc6a1f5e6
Version Packages ( #1325 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-21 15:04:24 +09:00
James Talmage
d89fed7eec
feat(auth-js): Support async ConfigHandler ( #1324 )
...
* feat(auth-js): Support async ConfigHandler
* add changeset
* format
2025-07-21 14:55:46 +09:00
Jonathan Haines
6e53f6e8f3
test: vitest include ( #1297 )
2025-07-11 08:28:28 +09:00
github-actions[bot]
e84bb3770d
Version Packages ( #1290 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-07 16:35:35 +09:00
github-actions[bot]
08981e9e78
Version Packages ( #1286 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-06 17:43:37 +09:00
Jonathan Haines
a370c73dd0
refactor(release): version jsr without sponge ( #1284 )
2025-07-06 10:28:02 +09:00
3w36zj6
16c103c2a9
chore: update hono version to 4.8 ( #1281 )
...
* chore: update hono version to 4.8
* chore: add hono as a devDependency to all workspaces
2025-07-05 18:37:06 +09:00
Jonathan Haines
37d1427601
chore: add jsr specifier for hono ( #1277 )
2025-07-04 10:47:19 +09:00
Jonathan Haines
7b81b1579a
chore: expand hono peer dependency ( #1276 )
...
* chore: expand hono peer dependency
* remove the changeset
2025-07-03 19:04:24 +09:00
Jonathan Haines
27461cf19b
chore: deno publish ( #1218 )
2025-07-02 08:45:33 +09:00
Jonathan Haines
b283732a1f
lint: no-confusing-void-expression ( #1244 )
2025-06-23 06:08:46 +09:00
Jonathan Haines
b62061faec
chore: update vitest to v3.2 ( #1220 )
2025-06-20 06:59:04 +09:00
Jonathan Haines
39a435b738
refactor(tsconfig): use `configDir` ( #1238 )
2025-06-19 16:52:41 +09:00
Jonathan Haines
9235709060
refactor: composite build ( #1230 )
...
* refactor: composite build
* chore(ua-blocker): move demo.ts out of src
2025-06-16 11:23:47 +09:00
github-actions[bot]
86a4ca460d
Version Packages ( #1211 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-09 19:16:09 +09:00
Jonathan Haines
0758fd0af1
refactor(auth-js): enable isolated declarations ( #1210 )
2025-06-09 19:11:03 +09:00
github-actions[bot]
52a1d46cd2
Version Packages ( #1172 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-17 11:20:38 +09:00
Danial Hanif
7585969171
fix(auth-js): use HonoRequest.blob() instead of HonoRequest.raw.body() ( #1170 )
...
* fix(auth-js): use HonoRequest.blob() instead of HonoRequest.raw.body()
* lint fix and format fix
---------
Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-05-17 11:17:28 +09:00
Yusuke Wada
b9fa57530a
chore: format codes ( #1142 )
2025-04-27 19:28:24 +09:00
Jonathan Haines
1fd8ebf9b6
feat(eslint-config): enable linting with type information ( #1098 )
2025-04-07 19:31:09 +09:00
Jonathan Haines
e8512f0ee9
build: typescript project references ( #1077 )
...
* build: typescript project references
* chore: remove duplicate keys
2025-04-02 18:28:02 +09:00
Jonathan Haines
b18f24379b
chore(dev-deps): upgrade to hono v4 ( #1092 )
...
* chore(dev-deps): upgrade to hono v4
* chore(zod-openapi): build workspace dependencies
* chore(trpc-server): ignore null body type
2025-03-31 18:20:57 +09:00
Jonathan Haines
4f9bb1dd8e
test: move tests to src directory ( #1075 )
...
* test(react-renderer): move tests to src directory
* test: move tests to src directory
* test: ensure vitest-pool-workers is installed at the root
2025-03-28 18:50:19 +09:00
Yusuke Wada
738f1da5db
chore: update the lockfile ( #1071 )
2025-03-27 11:02:11 +09:00
Jonathan Haines
3b9d2d2990
build(auth-js): lint published package ( #1034 )
...
* build(auth-js): lint published package
* ci(auth-js): run publint
* build(auth-js): remove no splitting flag
2025-03-25 08:57:15 +09:00
Jonathan Haines
783a082c12
chore: add coverage badges ( #1023 )
...
* chore: add coverage badges
* ci(casbin): fix spelling
2025-03-19 17:53:11 +09:00
Jonathan Haines
4d67af162f
test(workspace): upgrade to vitest v3 ( #1009 )
...
* test(workspace): upgrade to vitest v3
Fixes #1007
* chore(standard-validator): add vitest type to `tsconfig.json`
* chore: update `yarn.lock`
* chore(zod-openapi): bump `typescript`
* chore(typia-validator): make it ESM
* ci(bun-transpiler): fix Bun to v1.1.32
---------
Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-03-12 12:52:15 +09:00
Jonathan Haines
21c6b5b3f9
test(auth-js): use node 20.x in CI ( #1008 )
2025-03-07 08:51:16 +09:00
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
Yusuke Wada
7a401b0850
chore: use the latest eslint and `@hono/eslint-config` ( #904 )
...
* chore: use the latest eslint and `@hono/eslint-config`
* update codes
2024-12-25 18:08:43 +09:00
github-actions[bot]
28ca0f3284
Version Packages ( #815 )
2024-11-08 04:55:22 +09:00
Divyam
b1c812e50c
fix(auth-js): add react 19 in peer dependencies ( #813 )
...
* fix(auth-js): add react 19 in peer dependencies
* update
2024-11-08 04:48:15 +09:00
github-actions[bot]
c6bbcb8f9d
Version Packages ( #809 )
2024-11-06 15:28:07 +09:00
Jee
9a2cf452c7
fix(auth-js): fix cloned request causing request body to be unavailable in middleware ( #806 )
2024-11-06 14:37:59 +09:00
github-actions[bot]
ee5d7e0e74
Version Packages ( #791 )
2024-10-24 18:43:58 +09:00
Divyam
ed31c680f7
fix(auth.js): clone request directly for bun ( #790 )
...
* fix(auth.js): clone request directly for bun
* added popup login hook
* update README.md
2024-10-24 18:41:16 +09:00
github-actions[bot]
2d1a89df26
Version Packages ( #786 )
2024-10-21 07:26:47 +09:00
Divyam
c19b51baaf
refactor(auth-js): session provider ( #775 )
...
* refactor: session provider
* format
2024-10-21 07:23:51 +09:00
github-actions[bot]
72c4bf652b
Version Packages ( #770 )
2024-10-07 21:41:06 +09:00
Maksim
3d78fa470d
fix(auth-js): remove config.basePath ( #752 )
...
* remove config.basePath
* ⬆️ (auth-js): update @auth/core dependency from version ^0.30.0 to ^0.35.3 for latest features and bug fixes
✅ (index.test.ts): add basePath to config for consistency in authentication tests
♻️ (index.test.ts): correct code style inconsistencies for better readability and maintainability
* update yarn.lock
2024-10-05 12:40:14 +09:00
github-actions[bot]
f61e748dd2
Version Packages ( #616 )
2024-07-04 14:10:52 +09:00
divyam234
19f3beae1a
fix(auth-js): Fix immutable headers error in x-forwarded request ( #614 )
...
* fix: immutable headers error in x-forwarded req
* added changeset
2024-07-04 14:07:21 +09:00
github-actions[bot]
d87a699bbd
Version Packages ( #602 )
2024-07-01 10:07:10 +09:00
divyam234
eb7e597aaa
fix(auth-js): bun req cloning ( #598 )
2024-07-01 09:57:02 +09:00
github-actions[bot]
63898bbdab
Version Packages ( #551 )
2024-05-29 01:36:05 +09:00
divyam234
d5ebee9c70
fix(auth-js): handle x-forwarded headers to detect auth url ( #549 )
...
* fix: handle x-forwarded headers to detect auth url
* added changeset
2024-05-29 01:18:18 +09:00
Julio Montoya
2ba0639f95
Update README.md ( #511 )
...
* Update README.md
* Update README.md
2024-05-11 18:29:04 +09:00
github-actions[bot]
f16dfacb7e
Version Packages ( #498 )
2024-05-04 12:15:21 +09:00
divyam234
300ef2f8bf
fix(auth-js): react package work with ssr ( #494 )
2024-05-04 11:42:10 +09:00
github-actions[bot]
4194ac691a
Version Packages ( #487 )
2024-04-30 17:27:29 +09:00