chore: remove soldair from codeowners

We haven't heard from him in a couple years
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index ad94ec2..f9677e4 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -2,7 +2,7 @@
 # To update, run:
 #    yarn update-codeowners
 
-* @mattem @gregmagolan @soldair @alexeagle
+* @mattem @gregmagolan @alexeagle
 /packages/rollup/** @jbedard @alexeagle @gregmagolan @mattem
 /packages/esbuild/** @mattem @alexeagle @gregmagolan
 /packages/cypress/** @mrmeku @alexeagle @gregmagolan @mattem
diff --git a/BUILD.bazel b/BUILD.bazel
index 7ffb4f3..355ca0f 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -67,7 +67,6 @@
     teams = [
         "@mattem",
         "@gregmagolan",
-        "@soldair",
     ],
 )