-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency @types/node to v20.17.17 #3797
Conversation
|
|
Reviewer's Guide by SourceryThis PR downgrades the @types/node dependency to version v20.17.17 across multiple package.json files, updating both dependency and devDependency fields to ensure consistency and compatibility across the project. Flow diagram for updating @types/node dependencyflowchart TD
A[Start: Identify outdated @types/node dependency] --> B[Search for package.json files]
B --> C[Found root package.json]
B --> D[Found packages/create-next-app/package.json]
B --> E[Found packages/next-swc/crates/next-core/js/package.json]
C --> F[Read dependency and devDependency fields]
D --> F
E --> F
F --> G{Does version equal v22.x.x or ^22.0.0?}
G -- Yes --> H[Update version to v20.17.17 or ^20.12.7 accordingly]
H --> I[Verify consistency across configurations]
I --> J[End]
G -- No --> J
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
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.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
This PR contains the following updates:
^22.0.0
->^20.12.7
22.13.1
->20.17.17
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
Chores:
@types/node
to^20.12.7
inpackages/create-next-app
andpackages/next-swc
.