Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

follow #1

Merged
merged 2,577 commits into from
Apr 23, 2023
Merged

follow #1

merged 2,577 commits into from
Apr 23, 2023

Conversation

DevXiaolan
Copy link
Owner

Checklist
  • npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

fz6m and others added 30 commits February 6, 2023 14:44
* docs: description

* chore:  more

* docs: add more
* chore: make sure babel not use browserlist file

* fix(babel): make sure not read browserslist

* docs: add reason

* ci: pnpm upgrade
Co-authored-by: erfwqar <erfwqar@gmail.com>
…10425)

* feat(bundler-webpack): webpack dependency support workerize-loader

* feat: refer to nextjs to complete the webpack plugin
* feat(monorepo): support redirect peer deps

* chore: fix type
* fix: mpa

* fix: mpa resolve error on win

Co-Authored-By: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>

---------

Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
* fix(jest): only write `import.meta` in vite mode

* fix: jest deprecated warning

* fix: upgrade esbuild target for jest transform

* chore: update lock file
* fix(prepare): only hande source file

* refactor: last index of

* chore: remove unused code

* chore: code style
* feat: `addOnDemandDeps` api

* chore: code style

* chore: code style
* feat: check mf.name is valid identifier

* fix: typo

* fix: typo

* refactor: better variable name

Co-Authored-By: pshu <415655+stormslowly@users.noreply.github.com>

* feat: throw error when mf.name is not valid

* chore: add comment

---------

Co-authored-by: pshu <415655+stormslowly@users.noreply.github.com>
* ci: PullRequest Checker

* chore: 忽略docs修改

* chore: add img

* Update .github/workflows/pr-checker.yml

Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>

* chore: permission

* ci: over

* perf: need permission

* chore: add people

* chore: add fengsx

* chore: add more

* Update .github/workflows/pr-checker.yml

Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>

---------

Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Co-authored-by: pshu <pishu.spf@antfin.com>
Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com>
* feat: 添加 mock 引用校验

* fix: e to onPrepareBuildSuccess

* fix: result.metafile ybe undefined

* Update packages/preset-umi/src/features/check/check.ts

---------

Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
* docs: perf description

* chore: block

* Update docs/docs/api/config.md

Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>

---------

Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Signed-off-by: Innei <tukon479@gmail.com>
* feat: Install the specified package

* chore: upgrade

* feat: Custom installation

* perf: insurance

* fix: ci

* Update packages/preset-umi/src/features/icons/icons.ts

Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>

* revert: feat: npmClient

* feat: another implementation

* fix: ci

* perf: api

* perf: type

* perf: name

---------

Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
PeachScript and others added 29 commits April 6, 2023 16:11
* feat: use system proxy, timeout log

* fix: files add compiled, deps lock

* feat: socks proxy

* feat: basic prompt for umi command
* chore: max template

* chore: app template

* chore: plugin template

* chore: vue template
Co-authored-by: pshu <pishu.spf@antfin.com>
让 onBeforeMiddleware 真正优先于内置的 Middleware

Co-authored-by: pshu <pishu.spf@antfin.com>
* feat: icons support secondary

* fix: Uppercase letters after hyphens

* fix: icons sub path

* example: update

* fix: ci

---------

Co-authored-by: fz6m <59400654+fz6m@users.noreply.github.com>
* feat: joi to zod

* chore: udpate

---------

Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
* Revert "fix(qiankun): microapp error when unmount in updating (#10877)"

This reverts commit e93842c

* fix(qiankun): update 阶段使用 deep compare 避免无效更新

* Update packages/plugins/libs/qiankun/master/MicroApp.tsx

---------

Co-authored-by: Peach <scdzwyxst@gmail.com>
…10960)

* feat(plugin-qiankun): qiankun本地研发支持设置appName

* feat(plugin-qiankun): 本地研发时支持设置 proxyMiddleware options

* feat(plugin-qiankun): 本地研发时重定向 url 替换使用原始 req 链接

* fix(plugin-qiankun): 修复本地研发子应用重定向的bug

* fix(plugin-qiankun): 修复本地研发子应用重定向的bug

---------

Co-authored-by: zhanglanxiao.zlx <zhanglanxiao.zlx@antgroup.com>
* fix: 🐛 dep 文件路径过长 生产 hash ,保留 200 个字符方便查看按照文件名查找文件

* fix: 🐛 移除 cwd,路径尽量短

---------

Co-authored-by: pshu <pishu.spf@antfin.com>
* feat(preset-umi): use dir mode instead file

* chore(preset-umi): typo
* feat(mfsu): esbuild loader support mjs

* chore: code refactoring

* chore: 规则改为映射
* feat(preset-vue): support vue jsx

* feat: 优化 preset-react 开关 及 移除 vuejsx 配置合并到 vue

* feat(preset-vue): vueJsx rename pluginJsx
* chore: code refactoring

* fix: app locale no work

* feat: cache antd runtime config

* Update runtime.ts.tpl
* fix(qiankun): unmount 开始后不再触发 update

* chore: remove unnecessary changes
@DevXiaolan DevXiaolan merged commit 99b7dd6 into DevXiaolan:master Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet