edge-runtime icon indicating copy to clipboard operation
edge-runtime copied to clipboard

Developing, testing, and defining the runtime Web APIs for Edge infrastructure.

Results 103 edge-runtime issues
Sort by recently updated
recently updated
newest added

Bumps [tsup](https://github.com/egoist/tsup) from 8.0.0 to 8.5.0. Release notes Sourced from tsup's releases. v8.5.0    🚀 Features Use fix-dts-default-cjs-exports to transform CJS types  -  by @​userquin in egoist/tsup#1310 (c654e) Allow passing custom...

dependencies
javascript

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.14 to 4.1.0. Release notes Sourced from tailwindcss's releases. v4.1.0 Added Add details-content variant (#15319) Add inverted-colors variant (#11693) Add noscript variant (#11929, #17431) Add items-baseline-last and...

dependencies
javascript

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.1.0. Release notes Sourced from react-dom's releases. 19.1.0 (March 28, 2025) Owner Stack An Owner Stack is a string representing the components that are directly...

dependencies
javascript

Bumps [nextra-theme-docs](https://github.com/shuding/nextra) from 2.13.4 to 4.2.17. Release notes Sourced from nextra-theme-docs's releases. [email protected] Patch Changes a7db0e6: fix: use correct ReactNode zod validation for Layout.footer/banner/editLink/feedback.content/toc.backToTop/toc.extraContent/toc.title/search and Navbar.children/projectIcon/chatIcon aac469e: fix: improve sidebar...

dependencies
javascript

Bumps [nextra](https://github.com/shuding/nextra) from 2.13.4 to 4.2.17. Release notes Sourced from nextra's releases. [email protected] Patch Changes Updated dependencies [a7db0e6] Updated dependencies [18e7fb9] [email protected] [email protected] Patch Changes a7db0e6: fix: use correct ReactNode...

dependencies
javascript

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.1.0. Release notes Sourced from react's releases. 19.1.0 (March 28, 2025) Owner Stack An Owner Stack is a string representing the components that are directly...

dependencies
javascript

Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together. Updates `ws` from 8.18.0 to 8.18.1 Release notes Sourced from ws's releases. 8.18.1 Bug fixes The length of the...

dependencies
javascript

Bumps [nextra-theme-docs](https://github.com/shuding/nextra) from 2.13.4 to 4.2.17. Release notes Sourced from nextra-theme-docs's releases. [email protected] Patch Changes a7db0e6: fix: use correct ReactNode zod validation for Layout.footer/banner/editLink/feedback.content/toc.backToTop/toc.extraContent/toc.title/search and Navbar.children/projectIcon/chatIcon aac469e: fix: improve sidebar...

dependencies
javascript

this resolves #899 with a caveat that an object that was created outside of the VM will obviously won't satisfy this requirement. However, it will still be `instaceof Object` which...

## Questions & Answers **Context of your question** Hi all, I am having problems with deploying my NextJS app, which is using an API endpoint for chat completions from OpenRouter...