Skip to content

chore(deps): lock file maintenance#23

Merged
JustinBeckwith merged 3 commits intomainfrom
renovate/lock-file-maintenance
Feb 15, 2026
Merged

chore(deps): lock file maintenance#23
JustinBeckwith merged 3 commits intomainfrom
renovate/lock-file-maintenance

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2026

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 6am on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@JustinBeckwith JustinBeckwith merged commit 1e40efa into main Feb 15, 2026
mldangelo added a commit that referenced this pull request Feb 24, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>
mldangelo added a commit that referenced this pull request Feb 24, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>
mldangelo added a commit that referenced this pull request Feb 24, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>
mldangelo added a commit that referenced this pull request Feb 24, 2026
* chore(deps): lock file maintenance (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance (#17)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance (#21)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>

* chore(deps): lock file maintenance (#23)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>

* chore(deps): lock file maintenance (#24)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>

* fix: disable renovate lockFileMaintenance (uv not supported in runner)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
mldangelo added a commit that referenced this pull request Feb 24, 2026
…sion (#27)

* chore(deps): lock file maintenance (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance (#17)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance (#21)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>

* chore(deps): lock file maintenance (#23)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>

* chore(deps): lock file maintenance (#24)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>

* fix: implement PROMPTFOO_VERSION, add KeyboardInterrupt handling, update nvm version

- Implement PROMPTFOO_VERSION env var to allow pinning the npx version
  (was documented in README but never actually implemented)
- Add KeyboardInterrupt handling so Ctrl+C exits cleanly with code 130
  instead of printing a Python traceback
- Update nvm install script references from v0.39.0 to v0.40.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* ci: increase test job timeout from 15 to 30 minutes

Windows smoke tests hit the 15-minute limit due to npm install + npx
download time. 30 minutes gives enough headroom.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
mldangelo added a commit that referenced this pull request Feb 24, 2026
…closure (#28)

* chore(deps): lock file maintenance (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance (#17)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance (#21)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>

* chore(deps): lock file maintenance (#23)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>

* chore(deps): lock file maintenance (#24)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael <michael.l.dangelo@gmail.com>

* docs: overhaul README to clarify wrapper nature and add telemetry disclosure

- Reframe repo as a thin pip wrapper pointing to promptfoo/promptfoo
  as the source of truth for all features and documentation
- Add telemetry disclosure section documenting what is collected,
  where it goes, and how to disable it (PROMPTFOO_DISABLE_TELEMETRY=1)
- Update version pinning docs now that PROMPTFOO_VERSION is implemented
- Simplify structure: less marketing copy, more actionable guidance
- Direct users to the main project for features/bugs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: add telemetry disclosure, fix contributing links, minor cleanup

- Add telemetry section documenting what is collected and how to
  opt out (PROMPTFOO_DISABLE_TELEMETRY=1)
- Update contributing section to split wrapper issues (here) vs.
  promptfoo features/bugs (promptfoo/promptfoo) and link to CONTRIBUTING.md
- Remove unnecessary version pin from requirements.txt example
- Fix bare nodejs.org URL to markdown link

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@mldangelo mldangelo deleted the renovate/lock-file-maintenance branch February 24, 2026 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants