Bump stefanzweifel/git-auto-commit-action from 5 to 7 - #10
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
voidstackloop
added a commit
that referenced
this pull request
Sep 15, 2026
Large-scale improvement, back to a new check rather than performance - the last several rounds fixed history I/O; this one follows the same design as check #9/#10 (design -> implement -> mutation-verify -> fmt/clippy -> commit -> push -> confirm CI). check_input_type_mismatch reuses check_autofill_hints' exact mechanism (guess a field's semantic purpose from its label with a regex) but checks the type attribute instead of autocomplete. A field labeled like an email address or phone number left as type="text" (or untyped, which is the same thing) gets no native format validation, and - the real cost that makes this worth a mobile-usability-focused tool - the wrong virtual keyboard on a phone: a full alphabetic layout instead of an email-optimized or numeric-telephone one. Deliberately scoped to only email and phone: both have a well- supported dedicated input type AND an unambiguous label pattern. Something like a ZIP code was deliberately left out - type="number" would actively be the wrong fix there, since it strips a leading zero and adds spinner arrows nobody wants on a ZIP field. A heuristic guess from label wording, same as Autofill hints, so a mismatch is a Warn, not a Fail. New fixture (fixtures/input-type-mismatch-form.html) covers both true positives (email + phone guessed, left as text) and the two negative cases that matter: a field with the identical email-guess label wording but correctly wired as type="email" (no false positive on a form that got it right), and a field matching neither guess. Verified with a mutation test: widened the check's own field selector to also match already-correctly-typed type="email" fields, confirmed the new integration test failed exactly as predicted (the correctly- wired "Confirm email" field got flagged, breaking the false-positive assertion), then restored the fix. cargo fmt/clippy -D warnings clean, full suite green (159 tests). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Bumps stefanzweifel/git-auto-commit-action from 5 to 7.
Release notes
Sourced from stefanzweifel/git-auto-commit-action's releases.
... (truncated)
Changelog
Sourced from stefanzweifel/git-auto-commit-action's changelog.
... (truncated)
Commits
4a55954Update README.md9f6c933Add hooks to run shell snippets around git operations (#411)c365a74Emit warning for pull_request_target trigger usage (#410)d28176cBump actions/checkout from 6 to 7 (#409)25df622Add EXAMPLES.md32e9844docs(action): fix input and output descriptions in action.yml (#406)a3ed46fdocs: fix typos, grammar, and formatting across markdown files (#408)b4d688cdocs: fix broken and redirecting URLs in README.md (#407)f53a62cREADME: clearify meaning of the repository field (#404)4fc4bbfBump release-drafter/release-drafter from 6 to 7 (#403)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)