chore(deps): pnpm update ependencies#184
Closed
fengmk2 wants to merge 1 commit into09-22-chore_cli_display_ascii-art_logofrom
Closed
chore(deps): pnpm update ependencies#184fengmk2 wants to merge 1 commit into09-22-chore_cli_display_ascii-art_logofrom
fengmk2 wants to merge 1 commit into09-22-chore_cli_display_ascii-art_logofrom
Conversation
This was referenced Sep 22, 2025
This was referenced Sep 22, 2025
Member
Author
c282e0d to
29077a6
Compare
1459dbd to
06f8ba3
Compare
06f8ba3 to
ed8fa91
Compare
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.

TL;DR
Update dependencies in the project, including
@types/nodeto v24.5.2 andoxlintto v1.16.0.What changed?
@types/nodefrom v24.4.0 to v24.5.2 in the catalog and throughout the projectoxlintfrom v1.15.0 to v1.16.0 in the catalog and its related dependenciesHow to test?
pnpm installto ensure the updated dependencies are properly installedWhy make this change?
Keeping dependencies up-to-date is important for security, bug fixes, and accessing new features. This update brings in the latest versions of
@types/nodeandoxlint, ensuring the project benefits from any improvements or fixes in these packages.