-
Notifications
You must be signed in to change notification settings - Fork 19
Unified logger pass 3 #2714
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
Merged
Merged
Unified logger pass 3 #2714
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
…and in one file with consistent formatting.
- Add dynamic dev‑env log filenames (slug + timestamp) and wire bootstrapLando({ logFile }) across all dev‑env commands.
- Update lando dependency in vip‑cli to new fork commit.
Contributor
Dependency ReviewThe following issues were found:
License Issuespackage.json
OpenSSF Scorecard
Scanned Files
|
|
sjinks
approved these changes
Jan 29, 2026
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.


Description
This PR improves logging integration with Lando, now each dev-env command run generates a single log file that combines run results both from Lando and VIP-CLI/Dev Env. At the end of command run we now show where this file is:
Needs Automattic/lando-cli#170
============
This pull request updates the
npm-shrinkwrap.jsonfile with several dependency and metadata adjustments. The most notable changes include updating the version of thelandodependency, adding new modules, and correcting or addingpeeranddevflags for various dependencies to improve package resolution and compatibilityDependency updates and additions:
landodependency to a new commit hash forgithub:automattic/lando-cli, ensuring the project uses the latest version from the repository.@isaacs/balanced-matchand@isaacs/brace-expansion, including their versioning, integrity, and engine requirements.Peer and dev flag corrections:
"peer": trueflag for multiple dependencies, such as@babel/core,acorn,deep-is,eslint,ajv, and others, to accurately represent peer dependency relationships and prevent npm/yarn warnings. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25]"dev": trueto several dependencies to clarify their development-only status, such as@isaacs/cliui,ansi-regex,ansi-styles,string-width,strip-ansi,wrap-ansi,@pkgjs/parseargs,eastasianwidth, andemoji-regex. [1] [2] [3] [4] [5] [6] [7] [8]These changes help ensure that the dependency tree is accurate, up-to-date, and that package managers handle peer and dev dependencies correctly, reducing potential install-time issues and improving maintainability.
Changelog Description
Added
Pull request checklist
New release checklist
Steps to Test
Outline the steps to test and verify the PR here.
Example:
npm run build