build(wechat): yansongda 小程序迁移到 Deno - #149
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
将微信主小程序
wechat/miniprogram/yansongda/从 pnpm 迁移到 Deno,并同步更新相关文档与 CI。主要变更
deno.lock已存在并更新)package.json升级到 Biome ^2.5.1,新增deno task typecheck脚本biome.json升级到 2.5.1 schema,规则改为preset: recommendedtsconfig.json新增skipLibCheck、ignoreDeprecations与types/*路径别名tsc --noEmit报错:补充URLSearchParams全局声明、对齐 TOTP 排序常量wechat/miniprogram/yansongda/AGENTS.md与根目录AGENTS.md.github/workflows/coding-linter.yml的 yansongda job 改用denoland/setup-deno@v2验证
在
wechat/miniprogram/yansongda/下执行:均通过。