Skip to content

Commit

Permalink
chore: remove Boshen from the team (web-infra-dev#6509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored May 10, 2024
1 parent 4b01ca0 commit d1f53fd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"webpack-examples/**",
"webpack-test/**"
],
"assignees": ["@Boshen"],
"assignees": [],
"packageRules": [
{
"groupName": "github-actions",
Expand Down
1 change: 0 additions & 1 deletion .github/teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ team:
- "@hyf0"
- "@underfin"
- "@jerrykingxyz"
- "@Boshen"
- "@chenjiahan"
- "@JSerFeng"
- "@9aoy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
12 changes: 6 additions & 6 deletions website/components/RandomMemberList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion website/docs/en/misc/team/join-us.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion website/docs/zh/misc/team/join-us.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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。
Expand Down

0 comments on commit d1f53fd

Please sign in to comment.