esbuild-plugin-relay
esbuild-plugin-relay copied to clipboard
An esbuild plugin to transform tagged GraphQL template literals for Relay.
This plugin should be updated to be [compatible with Relay 14.x](https://github.com/facebook/relay/issues/3319#issuecomment-1366987088). ## Tasks - Support 13.x and 14.x - Add additional demo - Add integration tests for the demos to...
At the moment our only documentation are basically the TypeScript types. We should add the options to the `README.md`.
Add the moment we default to the `jsx` loader, but it would make more sense to adopt the same approach as here: https://github.com/fantun3s/esbuild-plugin-relay/blob/c61f2fd6dcf4cae046f35297596b479335992af7/src/index.ts#L28
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs), [express](https://github.com/expressjs/express) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together. Updates `qs` from 6.7.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.5.0 to 3.11.0. Changelog Sourced from apollo-server-core's changelog. v3.11.0 ⚠️ SECURITY: The cache control plugin no longer sets the cache-control HTTP response header if the operation is...