Version Packages#4
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1add5fb to
99875e7
Compare
99875e7 to
7447fb5
Compare
7447fb5 to
d0a60e4
Compare
d0a60e4 to
1f7f106
Compare
1f7f106 to
3b75645
Compare
3b75645 to
4c6f3ca
Compare
4c6f3ca to
c222875
Compare
c222875 to
f9dc3f9
Compare
f9dc3f9 to
69f9118
Compare
69f9118 to
76d25f7
Compare
76d25f7 to
9df5c68
Compare
9df5c68 to
ecfc355
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@docker-doctor/cli@0.2.0
Minor Changes
ccfca12: Replace
readline/promisestext input with fully interactive keyboard-driven prompts.askConfirm: vertical Yes/No layout with arrow keys, vim keys (h/j/k/l), and y/n shortcutsaskSelect: vertical option list with up/down / j/k navigationPatch Changes
isTTY,CI,NO_ANIMATION,TERM=dumb, andNODE_ENV=testchecks to ensure a clean experience in non-interactive environments..dockerignorefiles, resolving false-positive warnings in theuseDockerignoreperformance rule.no-secrets-in-envrule to support space-separatedENV KEY VALUEformat, ensuring hardcoded credentials in this format are correctly detected by the linter.FROMandCOPY/ADDinstruction parsing in rules to correctly skip option flags (e.g.--platform,--chown), preventing false-positive diagnostics or layer ordering check failures.