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]
d4cc24f754
Version Packages ( #1206 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-09 19:05:17 +09:00
Jonathan Haines
ab390305fb
refactor(graphql-server): enable isolated declarations ( #1197 )
2025-06-09 18:16:01 +09:00
Jonathan Haines
deeeac9e1c
lint: array-type ( #1165 )
...
* lint: array-type
* format
---------
Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2025-05-19 16:00:53 +09:00
github-actions[bot]
026e1deac3
Version Packages ( #1156 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-12 17:59:40 +09:00
Thomas Orlowski
7d3aa32e79
feat(graphql-server): upgrade GraphiQL ( #1155 )
2025-05-12 17:56:13 +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
Yusuke Wada
33c3faae59
chore: update the lockfile ( #1072 )
2025-03-27 11:34:20 +09:00
Jonathan Haines
00011f9fe5
build(graphql-server): lint published package ( #1049 )
2025-03-27 11:17:41 +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
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
Antony David
f7a950a649
chore(eslint-config): use modern plugins alternatives ( #724 )
...
* chore(eslint-config): use modern plugins alternatives
* chore: migrate missing ones
* chore: migrate eslint plugin comments
* fix(eslint): update configuration
* chore: bump eslint dev deps
* chore: add changeset
2024-09-08 08:38:30 +09:00
github-actions[bot]
f4030cb845
Version Packages ( #712 )
2024-08-25 11:33:27 +09:00
Minghe
9cac146245
fix(graphql-server): the resolver always has context as the argument ( #705 )
...
* feat(types): the resolver always has context as the argument
* make it `patch` release
2024-08-25 11:29:19 +09:00
github-actions[bot]
e2ede3bdfd
Version Packages ( #671 )
2024-07-29 22:31:08 +09:00
3w36zj6
e3eafbc117
feat(graphql-server): add GraphiQL support ( #670 )
...
* feat(graphql-server): add GraphiQL support
* test(graphql-server): add GraphiQL tests
* docs(graphql-server): add GraphiQL usage
* chore: add changeset
2024-07-29 21:44:54 +09:00
github-actions[bot]
59894e77c0
Version Packages ( #669 )
2024-07-28 18:25:43 +09:00
3w36zj6
41ab4b029d
fix(graphql-server): add type to Middleware Handler ( #667 )
...
* fix(graphql-server): add type to Middleware Handler
* chore: add changeset
2024-07-28 18:18:49 +09:00
3w36zj6
cc1e8a4911
docs(graphql-server): update example code to Typescript and parameter name ( #640 )
...
* fix(graphql-server): update parameter name in `RootResolver` type from `ctx` to `c`
* docs(graphql-server): update README to use TypeScript in example code
2024-07-15 17:38:06 +09:00
github-actions[bot]
df8d403182
Version Packages ( #391 )
2024-02-15 05:28:23 +09:00
asuka
c789dab697
fix(graphql-server): hono peer dependency to support v4.0.0 ( #390 )
...
* chore(graphql-server): Update hono peer dependency to support v4.0.0
* chore(graphql-server): Add changeset
2024-02-15 05:22:19 +09:00
Yusuke Wada
e8b494b207
chore: add lint rule and format ( #367 )
...
* chore: add lint rule and format
* fix ci
* add typescript
* yarn install
* add `@cloudflare/workers-types`
2024-01-29 22:53:43 +09:00
github-actions[bot]
9b9cebe6d3
Version Packages ( #362 )
2024-01-28 22:04:32 +09:00
Minghe
2c7b25fc2a
fix(graphql): fix the context not propagated down to resolvers. ( #361 )
...
* fix(ctx): fix the context not propagated down to resolvers.
* chore(changeset): add a changeset
2024-01-28 22:00:32 +09:00
Yusuke Wada
ee12e3c08a
chore: bump hono to `3.11.7` ( #311 )
2023-12-14 18:33:01 +09:00
Yusuke Wada
5403955ef6
chore: enable `eslint` and remove `denoify` ( #300 )
...
* changeset
* chore: enable `eslint` and remove `denoify`
2023-12-13 17:22:53 +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]
a593d311f5
Version Packages ( #202 )
2023-10-19 07:29:04 +09:00
koralle
989d968795
fix(graphql-server): enhance type safety of RootResolvers and Options ( #201 )
...
* fix(graphql-server): enhance type safety of RootResolvers and Options
This commit introduces more specific type annotations to the following modules:
* RootResolvers
* Options
Specifically, the same type parameters used in the definition of `Context` class were given to them:
```ts
<E extends Env = any, P extends string = any, I extends Input = {}>
```
* chore: run `changeset`
2023-10-19 07:16:11 +09:00
github-actions[bot]
84c7d4d02b
Version Packages ( #54 )
2023-02-21 23:14:51 +09:00
Leonardo Razovic
ca1a2103a7
feat: Update to Hono v3.0.0 ( #53 )
...
* feat: Update to Hono v3.0.0
* feat(graphql-server): Update package to v0.3.0
* feat(graphql-server): Get the raw request
* test(graphql-server): Update to Hono v3.0.0
* feat(graphql-server): Run `yarn prerelease`
* docs(graphql-server): Add changeset
2023-02-21 23:11:44 +09:00
Yusuke Wada
34ad29dca5
setup Sentry middleware
2023-02-04 16:19:47 +09:00
Yusuke Wada
fbb2aa875d
chore(graphql-server): fixed repo url in `package.json`
2023-02-04 13:19:41 +09:00
github-actions[bot]
bace1ab8ce
Version Packages ( #30 )
2023-02-04 12:45:42 +09:00
Yusuke Wada
094c2666d0
chore(graphql-server): setup
2023-02-04 11:53:27 +09:00
Yusuke Wada
3f6f302864
Add 'packages/graphql-server/' from commit 'c7e949b0f93954d44c3c7f15564dd9e3ce8ad709'
...
git-subtree-dir: packages/graphql-server
git-subtree-mainline: fc30bf65cb
git-subtree-split: c7e949b0f9
2023-02-04 11:26:47 +09:00