Results 19 issues of nuintun

### 相关平台 微信小程序 ### 复现仓库 [https://github.com/nuintun/taro-bugs](https://github.com/nuintun/taro-bugs) **小程序基础库: 2.52.2** **使用框架: React** index.module.scss ```scss .inputNumber { width: 176px; display: flex; min-height: 54px; position: relative; border-radius: 8px; align-items: center; box-sizing: border-box; background-color: #fff;...

question
V-3
F-react
T-weapp

### 这个特性解决了什么问题? 提升性能,废弃弃用的依赖版本,防范安全漏洞! 特别是 `@tarojs/components` 等发送到客户端库! ### 这个 API 长什么样? 无 ![image](https://user-images.githubusercontent.com/1730277/182506706-5f1f9f12-d812-4b1e-bef4-52675b2644b5.png)

enhancement

**What kind of change does this PR introduce?** bugfix: hot event optimizing **Did you add tests for your changes?** Yes **Does this PR introduce a breaking change?** No **What needs...

PR: unreviewed

https://github.com/react-component/virtual-list/blob/fe039bfb4b3b00a8136c463616abd6000f16816c/src/hooks/useScrollTo.tsx#L21-L25

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/cai-dan-suo-jin-rrw51q) ### Steps to reproduce 设置 inlineIndent 参数 ### What is expected? 忽略顶级菜单缩进,分组标签按照正常菜单逻辑缩进 ### What is actually happening? 顶级菜单未忽略缩进,分组标签忽略了缩进参数 | Environment | Info | |...

Inactive

- Add spanish language name - Add language fallback under chinese font file non exists

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ] Demo...

codeball:needs-careful-review

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...

Re export `Config` definition for node module. ![image](https://github.com/svg/svgo/assets/1730277/ec856c77-595a-4862-9d90-5622f4901506)

### Reproduction link [![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-b9mjyk) ### Steps to reproduce 设置 Popconfirm 的 placement="topRight",并保证左上角没有足够的显示位置。其它 placement 未详细测试,估计也有此类问题! ### What is expected? 箭头显示在正确位置 ![image](https://github.com/ant-design/ant-design/assets/1730277/81eff283-a8ee-465f-8ae5-6d87dd39b372) ### What is actually happening? 箭头显示在错误位置 ![image](https://github.com/ant-design/ant-design/assets/1730277/0be5a60b-b848-4594-9f89-d4cdaca97769) |...

🐛 Bug
Inactive