Alex Villarreal
Alex Villarreal
## Description Updates dependencies to get to [email protected] (or [email protected]) to address https://nvd.nist.gov/vuln/detail/CVE-2024-37890. Updating socket.io to 4.8.0 was necessary in some cases get the necessary dependency ranges. socket.io 4.7.5-4.8.0 is...
## Description Switches all dependencies of (most) example/test apps to be dev-dependencies. This gets them marked correctly in the lockfile, which might have the benefit ~that we won't get prod-level...
## Description Adds a new stage for e2e tests against a local routerlicious environment spun up with docker in the build agent. This exercises our e2e tests against the current...
## Description While we should avoid inline scripts in `Bash@3` tasks in YML pipelines as much as possible, wherever we have them, we should make them robust. Adding `set -eux...