Update dependency prettier to v3.7.3#76
Conversation
|
This update bumps the Prettier dependency from 3.7.2 to 3.7.3 across both the Walkthrough
Model: o4-mini-2025-04-16 | Prompt Tokens: 430 | Completion Tokens: 433 |
There was a problem hiding this comment.
We’ve reviewed your code with AI assistance and gathered thoughtful suggestions. Some insights are AI predictions, not guaranteed facts, so feel free to adapt what feels best for your project. You’re in the driver’s seat and AI is here to support your decisions.
Model: o4-mini-2025-04-16 | Prompt Tokens: 872 | Completion Tokens: 1458
| "eslint-plugin-sonarjs": "3.0.5", | ||
| "eslint-plugin-unicorn": "62.0.0", | ||
| "prettier": "3.7.2", | ||
| "prettier": "3.7.3", |
There was a problem hiding this comment.
You’ve bumped Prettier from 3.7.2 to 3.7.3. To automatically receive future patch fixes without manual version bumps, consider using a caret range in your package.json:
"prettier": "^3.7.3"Additionally, after adjusting version constraints, don’t forget to regenerate your lockfile to avoid mismatches:
npm install
# or
pnpm install| "eslint-plugin-sonarjs": "3.0.5", | ||
| "eslint-plugin-unicorn": "62.0.0", | ||
| "prettier": "3.7.2", | ||
| "prettier": "3.7.3", |
There was a problem hiding this comment.
Mirrors the same Prettier upgrade here. As above, using a caret range will allow patch updates automatically:
"prettier": "^3.7.3"Then run your package manager install command to sync your lockfile:
npm install
# or
pnpm install
This PR contains the following updates:
3.7.2->3.7.3Release Notes
prettier/prettier (prettier)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.