From 5b026a74f19b3d7de16797237397eafc6dd3d490 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 22 Feb 2022 09:41:29 -0500 Subject: [PATCH 1/3] Update CODEOWNERS to include renamed files --- .github/CODEOWNERS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8d45c2a88972..d769b1ec24bb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,12 +13,19 @@ # Image Component (@styfle) /examples/image-component/ @timneutkens @ijjk @shuding @styfle +/packages/next/image.js @timneutkens @ijjk @shuding @styfle +/packages/next/image.d.ts @timneutkens @ijjk @shuding @styfle /packages/next/build/webpack/loaders/next-image-loader.js @timneutkens @ijjk @shuding @styfle /packages/next/client/image.tsx @timneutkens @ijjk @shuding @styfle +/packages/next/client/use-intersection.tsx @timneutkens @ijjk @shuding @styfle /packages/next/image-types/ @timneutkens @ijjk @shuding @styfle -/packages/next/server/image-config.ts @timneutkens @ijjk @shuding @styfle +/packages/next/server/lib/squoosh/ @timneutkens @ijjk @shuding @styfle /packages/next/server/image-optimizer.ts @timneutkens @ijjk @shuding @styfle /packages/next/server/serve-static.ts @timneutkens @ijjk @shuding @styfle /packages/next/server/config.ts @timneutkens @ijjk @shuding @styfle +/packages/next/shared/lib/image-config.ts @timneutkens @ijjk @shuding @styfle +/packages/next/shared/lib/image-config-context.ts @timneutkens @ijjk @shuding @styfle /test/integration/image-optimizer/ @timneutkens @ijjk @shuding @styfle /test/integration/image-component/ @timneutkens @ijjk @shuding @styfle +/test/unit/image-optimizer/ @timneutkens @ijjk @shuding @styfle +/test/unit/image-rendering.test.ts @timneutkens @ijjk @shuding @styfle From 05de0362e3980086c2c658e32db7463c7ce47a03 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 22 Feb 2022 09:54:37 -0500 Subject: [PATCH 2/3] Add wildcard --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d769b1ec24bb..8242f53390d0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,6 +12,7 @@ # Image Component (@styfle) +/**/*image*/** @timneutkens @ijjk @shuding @styfle /examples/image-component/ @timneutkens @ijjk @shuding @styfle /packages/next/image.js @timneutkens @ijjk @shuding @styfle /packages/next/image.d.ts @timneutkens @ijjk @shuding @styfle From 7abc37ed88efdcc6cb89323ca6fbf09060157be6 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 22 Feb 2022 10:14:34 -0500 Subject: [PATCH 3/3] Reduce number of lines --- .github/CODEOWNERS | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8242f53390d0..569ca335626a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,20 +13,7 @@ # Image Component (@styfle) /**/*image*/** @timneutkens @ijjk @shuding @styfle -/examples/image-component/ @timneutkens @ijjk @shuding @styfle -/packages/next/image.js @timneutkens @ijjk @shuding @styfle -/packages/next/image.d.ts @timneutkens @ijjk @shuding @styfle -/packages/next/build/webpack/loaders/next-image-loader.js @timneutkens @ijjk @shuding @styfle -/packages/next/client/image.tsx @timneutkens @ijjk @shuding @styfle /packages/next/client/use-intersection.tsx @timneutkens @ijjk @shuding @styfle -/packages/next/image-types/ @timneutkens @ijjk @shuding @styfle /packages/next/server/lib/squoosh/ @timneutkens @ijjk @shuding @styfle -/packages/next/server/image-optimizer.ts @timneutkens @ijjk @shuding @styfle /packages/next/server/serve-static.ts @timneutkens @ijjk @shuding @styfle /packages/next/server/config.ts @timneutkens @ijjk @shuding @styfle -/packages/next/shared/lib/image-config.ts @timneutkens @ijjk @shuding @styfle -/packages/next/shared/lib/image-config-context.ts @timneutkens @ijjk @shuding @styfle -/test/integration/image-optimizer/ @timneutkens @ijjk @shuding @styfle -/test/integration/image-component/ @timneutkens @ijjk @shuding @styfle -/test/unit/image-optimizer/ @timneutkens @ijjk @shuding @styfle -/test/unit/image-rendering.test.ts @timneutkens @ijjk @shuding @styfle