Alex Villarreal

Results 34 issues of 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...

area: server
base: main

## 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...

area: examples
dependencies
base: main

## 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...

area: server
area: build
base: main

## 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...

area: build
base: main