Sakina

Results 50 issues of Sakina

- [x] Run tests - [x] Update the [`CHANGELOG.md`][1] with a summary of your changes [1]: https://github.com/prettier/prettier-vscode/blob/main/CHANGELOG.md #### Change This change fixed not correctly load plugins path in [pnpm](https://github.com/pnpm/pnpm) symlink...

- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design/issues) ## What problem does this feature solve? 提供较 latest 旧几个版本的缓冲 tag 版本,避免更新最新版本引入的问题,让真实业务项目渐进升级,不至于一次性就被 latest 版本破坏。 ##...

⚡️ enhancement

修理 pnpm 的 `node_modules` 层次结构下,prettier 插件无法正确查找到 `plugins` 的位置。 See #820

1. jest 升级 v28 2. 给 jest 加一个 github actions 的缓存提速 3. 锁掉 github actions 和 `package.json#engine` 里 pnpm 的版本到 v6 ,防止 v7 发布后 ci 挂掉

**Change** : 1. `pnpm run ` 会直接向下传导 argv 参数,不需要多余的 `--` 了。 2. 根 `package.json` 限制 pnpm 到 v7 3. `@types/*` 类型现在默认不会被全局提升,所以有类型问题,把 `@hapi/joi` 移动到了 `@umijs/utils` 4. 文档更新 5. 其他类型问题 **FYI** :...

看到隔壁 #934 有这个 monorepo 不能用的问题,目前也遇到一个在 monorepo 里用自定义主题的问题,因为 pnpm 把依赖按版本严格分到了顶层 `node_modules/.pnpm/*` 下面,所以从 `__dirname` 往上永远翻不到想要的包。 不过看了下代码,好在 `enhanced-resolve` 还能配 `alias`,目前的解法好像是手动配一个 alias 就能跑起来: ```ts // .umirc.ts export default defineConfig({ alias: { 'dumi-theme-some': path.resolve(__dirname, './node_modules/dumi-theme-some')...

bug

### System Info Any ### Details In html using lodash template : ```html console.log(1) ``` it dose not working. > Template execution failed: ReferenceError: process is not defined ### Reproduce...

C-bug

### System Info System: OS: macOS 13.1 CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz Memory: 2.79 GB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 18.14.2 -...

C-bug

### System Info System: OS: macOS 13.1 CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz Memory: 4.21 GB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 18.14.2 -...

C-bug

参考 https://github.com/umijs/umi/commit/0a666fc535d89d95bb6d71200b1b969081c9c6f5#r138866128 ,我们不应该变化锚点的内容,不然会导致以前的 url 全部失效。 预期的解法: 添加隐形 dom ,保持和以前一样的标题内容(锚点)。