diff --git a/.github/renovate.json b/.github/renovate.json index fc188f86e40..e05b381a3cc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,7 @@ "webpack-examples/**", "webpack-test/**" ], - "assignees": ["@Boshen"], + "assignees": [], "packageRules": [ { "groupName": "github-actions", diff --git a/.github/teams.yml b/.github/teams.yml index bf30061953a..e287a921975 100644 --- a/.github/teams.yml +++ b/.github/teams.yml @@ -7,7 +7,6 @@ team: - "@hyf0" - "@underfin" - "@jerrykingxyz" - - "@Boshen" - "@chenjiahan" - "@JSerFeng" - "@9aoy" diff --git a/crates/rspack_binding_options/src/plugins/js_loader_resolver.rs b/crates/rspack_binding_options/src/plugins/js_loader_resolver.rs index d6c24356cc9..5e3f6276155 100644 --- a/crates/rspack_binding_options/src/plugins/js_loader_resolver.rs +++ b/crates/rspack_binding_options/src/plugins/js_loader_resolver.rs @@ -87,7 +87,7 @@ async fn resolve_loader( match resolve_result { ResolveResult::Resource(resource) => { - // TODO: Should move this logic to `resolver`, since `resolve.alias` may contain query or fragment too. @Boshen + // TODO: Should move this logic to `resolver`, since `resolve.alias` may contain query or fragment too. let resource = resource.path.to_string_lossy().to_string() + rest.unwrap_or_default(); Ok(Some(Arc::new(JsLoaderAdapter { identifier: resource.into(), diff --git a/website/components/RandomMemberList.tsx b/website/components/RandomMemberList.tsx index 97eb11869df..d6a054b87f8 100644 --- a/website/components/RandomMemberList.tsx +++ b/website/components/RandomMemberList.tsx @@ -65,12 +65,6 @@ const coreTeam: Member[] = [ avatar: 'https://avatars.githubusercontent.com/u/30187863?s=120&v=4', desc: 'Rspack / Rust contributor', }, - { - id: 'Boshen', - avatar: 'https://avatars.githubusercontent.com/u/1430279?s=120&v=4', - x: 'https://twitter.com/boshen_c', - desc: 'Rspack / Oxc contributor', - }, { id: 'h-a-n-a', name: 'Hana', @@ -203,6 +197,12 @@ export const RandomContributorsList = () => { avatar: 'https://avatars.githubusercontent.com/u/14008915?s=120&v=4', desc: 'Rspack / Rolldown / Vite contributor', }, + { + id: 'Boshen', + avatar: 'https://avatars.githubusercontent.com/u/1430279?s=120&v=4', + x: 'https://twitter.com/boshen_c', + desc: 'Rspack / Creator of Oxc', + }, ]; const randomList = list.sort(() => Math.random() - 0.5); diff --git a/website/docs/en/misc/team/join-us.mdx b/website/docs/en/misc/team/join-us.mdx index f02daf89637..9bd0220a8c3 100644 --- a/website/docs/en/misc/team/join-us.mdx +++ b/website/docs/en/misc/team/join-us.mdx @@ -40,7 +40,6 @@ The Web Infra - Web Solutions team advocates for an **open-source, technology-dr - [@Zack Jackson](https://github.com/ScriptedAlchemy): webpack core member, author of Module Federation. - [@hardfist](https://github.com/hardfist): Senior configuration engineer, pitfall troubleshooter, responsible for Rspack. -- [@Boshen](https://github.com/boshen): Author of Oxc, contributor to Biome. - [@ulivz](https://github.com/ulivz): Vue team member, responsible for VuePress. - [@Amour1688](https://github.com/Amour1688): Vue team member, responsible for babel-plugin-jsx. - [@h-a-n-a](https://github.com/h-a-n-a): Focused on nativizing JS tool libraries, such as magic-string-rs. diff --git a/website/docs/zh/misc/team/join-us.mdx b/website/docs/zh/misc/team/join-us.mdx index 9ef85e9f6bc..10f3a51e446 100644 --- a/website/docs/zh/misc/team/join-us.mdx +++ b/website/docs/zh/misc/team/join-us.mdx @@ -42,7 +42,6 @@ Web Infra - Web Solutions 团队推崇 **开源开放、技术驱动、价值导 - [@Zack Jackson](https://github.com/ScriptedAlchemy):webpack core member,Module Federation 作者。 - [@hardfist](https://github.com/hardfist):资深配置工程师,踩坑工程师,负责 Rspack。 -- [@Boshen](https://github.com/boshen):Oxc 作者,Biome 贡献者。 - [@ulivz](https://github.com/ulivz):Vue team member,负责 VuePress。 - [@Amour1688](https://github.com/Amour1688):Vue team member,负责 babel-plugin-jsx。 - [@h-a-n-a](https://github.com/h-a-n-a):专注于将 JS 工具库进行 native 化,如 magic-string-rs。