astro/packages
Adam Heath 79d35bbb90
Fix missing async/await in vite-plugin-integrations-container on astro:server:setup hook (#8104)
* All astro integrations hooks are defined as returning void|Promise, so
all calls need to deal with a possible async/await pattern.  One was
missed in vite-plugin-integrations-container.

This plugin is definitely used by the astro-dev when using a node
adapter, but I am not sure about other such scenarios.  I did a search
through the code base, and all other runHook* calls are properly
awaited.

* chore: make test async

---------

Co-authored-by: Nate Moore <nate@astro.build>
2023-08-16 12:57:00 -05:00
..
astro Fix missing async/await in vite-plugin-integrations-container on astro:server:setup hook (#8104) 2023-08-16 12:57:00 -05:00
astro-prism nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
astro-rss [ci] release (#7958) 2023-08-07 13:51:05 -05:00
create-astro [ci] release (#8090) 2023-08-15 16:12:45 -05:00
integrations [ci] format 2023-08-16 17:44:01 +00:00
internal-helpers [ci] release (#7937) 2023-08-03 15:16:51 -04:00
markdown Fix organize-imports-cli with satisfies operator (#7727) 2023-07-20 20:47:36 +08:00
telemetry Fix organize-imports-cli with satisfies operator (#7727) 2023-07-20 20:47:36 +08:00
underscore-redirects [ci] release (#7624) 2023-07-13 21:43:11 +08:00
webapi Improve sourcemap generation and performance (#7901) 2023-08-02 11:30:53 +08:00