-
Notifications
You must be signed in to change notification settings - Fork 53
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
chore(deps): update dependency prettier to v3.5.2 #174
base: dev
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我们跳过了对这个拉取请求的审查。看起来这是由机器人创建的(嘿,renovate[bot]!)。我们假设它知道自己在做什么!
Original comment in English
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
审阅者指南 by Sourcery此拉取请求将 Prettier 依赖从版本 3.4.2 更新到 3.5.0。通过修改 pnpm-lock.yaml 文件来更新 Prettier 及相关依赖的版本引用,确保主要的 prettier 条目和关联的依赖条目(如 '@prettier/plugin-pug' 和快照)反映新版本。 Prettier 依赖更新流程图flowchart TD
A[开始依赖更新] --> B[在 pnpm-lock.yaml 中将 prettier 版本从 3.4.2 更新到 3.5.0]
B --> C[更新 '@prettier/plugin-pug' 依赖引用以使用 prettier@3.5.0]
C --> D[更新 prettier 版本的快照块]
D --> E[结束依赖更新]
文件级变更
提示和命令与 Sourcery 交互
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis pull request updates the Prettier dependency from version 3.4.2 to 3.5.0. The changes were implemented by modifying the pnpm-lock.yaml file to update version references for Prettier and related dependencies, ensuring that both the primary prettier entry and associated dependency entries (like '@prettier/plugin-pug' and snapshots) reflect the new version. Flow Diagram for Prettier Dependency Updateflowchart TD
A[Start dependency update] --> B[Update prettier version in pnpm-lock.yaml from 3.4.2 to 3.5.0]
B --> C[Update '@prettier/plugin-pug' dependency reference to use prettier@3.5.0]
C --> D[Update snapshots block for prettier version]
D --> E[End dependency update]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
45254e6
to
664876c
Compare
664876c
to
c2deb96
Compare
This PR contains the following updates:
3.4.2
->3.5.2
Release Notes
prettier/prettier (prettier)
v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.v3.5.1
Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.v3.5.0
Compare Source
diff
🔗 Release Notes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.