Skip to content

chore: Lock file maintenance#1820

Merged
Aureliolo merged 1 commit into
mainfrom
renovate/lock-file-maintenance-lock-files
May 8, 2026
Merged

chore: Lock file maintenance#1820
Aureliolo merged 1 commit into
mainfrom
renovate/lock-file-maintenance-lock-files

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 8, 2026

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

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


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • Between 12:00 AM and 06:59 AM, only on Saturday (* 0-6 * * 6)
  • 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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 8, 2026
@renovate renovate Bot requested a review from Aureliolo as a code owner May 8, 2026 13:49
@renovate renovate Bot added the type:chore Maintenance, cleanup, dependency updates label May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 14 package(s) with unknown licenses.

View full job summary

@renovate renovate Bot temporarily deployed to cloudflare-preview May 8, 2026 13:51 Inactive
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 8, 2026

Merging this PR will not alter performance

✅ 54 untouched benchmarks


Comparing renovate/lock-file-maintenance-lock-files (6941edf) with main (e11332f)

Open in CodSpeed

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.75%. Comparing base (e11332f) to head (6941edf).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1820      +/-   ##
==========================================
- Coverage   84.76%   84.75%   -0.01%     
==========================================
  Files        1798     1798              
  Lines      103991   103991              
  Branches     9109     9109              
==========================================
- Hits        88145    88140       -5     
- Misses      13638    13641       +3     
- Partials     2208     2210       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decision: Renovate lockFileMaintenance refresh of uv.lock, web/package-lock.json, site/package-lock.json; CI green; no source/config diffs; all transitive bumps stay within existing pyproject.toml and package.json constraints.

Changelog digest:

  • Scope: lockfile-only (3 files, 0 source/config). Reviewed every distinct version delta in the diff.
  • Reviewed but not relevant (transitive churn within unchanged top-level constraints):
    • Python: googleapis-common-protos 1.74.0 -> 1.75.0, hf-xet 1.4.3 -> 1.5.0, huggingface-hub 1.13.0 -> 1.14.0, markdown-it-py 4.0.0 -> 4.2.0, openai 2.33.0 -> 2.36.0 (still satisfies pyproject.toml floor openai>=2.33 and CI provider tests pass), pip 26.1 -> 26.1.1, pydantic-settings 2.14.0 -> 2.14.1, python-discovery 1.2.2 -> 1.3.0, pytz 2026.1.post1 -> 2026.2 (tzdata refresh), sse-starlette 3.4.1 -> 3.4.2, transformers 5.7.0 -> 5.8.0, urllib3 2.6.3 -> 2.7.0, uv 0.11.8 -> 0.11.11, virtualenv 21.3.0 -> 21.3.1.
    • Web: @puppeteer/browsers 2.13.0 -> 2.13.1, immer 11.1.4 -> 11.1.7, @storybook/icons 2.0.1 -> 2.0.2, @types/estree 1.0.8 -> 1.0.9, caniuse-lite / electron-to-chromium / baseline-browser-mapping data refreshes, enhanced-resolve 5.21.0 -> 5.21.2, graphql 16.13.2 -> 16.14.0, get-east-asian-width 1.5.0 -> 1.6.0.
    • Site (Astro): vite 7.3.2 -> 7.3.3, @oxc-project/types 0.127.0 -> 0.128.0, @rolldown/binding-* rc.17 -> rc.18, @rollup/rollup-* 4.60.2 -> 4.60.3.
  • Marker simplification in uv.lock (e.g. scikit-learn, scipy, sentence-transformers, sympy lose redundant extra == markers on transitive deps): pure resolver bookkeeping, no behaviour change.
  • Reviewed but not relevant (no items affected us): no breaking changes touching any first-party usage; no deprecations on APIs we call; no security advisories surfaced by Dependency Review or Socket.
  • Relevant: none (lockfile maintenance does not adopt new top-level features; Renovate's lockFileMaintenance only refreshes resolved versions within existing constraints).

Follow-ups: none.

@Aureliolo Aureliolo merged commit ccbad73 into main May 8, 2026
81 checks passed
@Aureliolo Aureliolo deleted the renovate/lock-file-maintenance-lock-files branch May 8, 2026 14:03
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview May 8, 2026 14:03 — with GitHub Actions Inactive
Aureliolo pushed a commit that referenced this pull request May 10, 2026
<!-- HIGHLIGHTS_START -->
## Highlights

> _AI-generated summary (model: `openai/gpt-4.1-mini` via GitHub
Models). Commit-based changelog below._

### What you'll notice
- Improved error logging and Prometheus instrumentation provide better
system monitoring.
- Eliminated race conditions in CI tagging for more reliable development
releases.
- Fixed critical configuration access and kill-switch bugs to enhance
system stability.
- Enhanced client experience with retry-after headers and better
websocket reconnect behavior.

### What's new
- Introduced composite indexes and cursor pagination for faster data
queries.
- Added server-sent events rate limiting and Ollama input sanitization
for improved security.

### Under the hood
- Centralized workflow error mappings to standardize error handling.
- Refactored API lifecycle fallback to use a configuration snapshot for
consistency.
- Tightened startup settings baseline and reduced controller error
baseline to zero.
- Replaced flaky contributor-assistant GitHub action with a custom
stable step.
- Consolidated Renovate dependency groups to avoid update conflicts.
- Upgraded in-toto-golang dependency to fix security vulnerabilities and
dropped unnecessary CVE waivers.
- Extensive lock file maintenance and multiple infrastructure and Python
dependency updates.

<!-- HIGHLIGHTS_END -->

:robot: I have created a release *beep* *boop*
---


##
[0.8.2](v0.8.1...v0.8.2)
(2026-05-10)


### Features

* close audit gaps in error logging and Prometheus instrumentation
([#1821](#1821))
([ef00fdc](ef00fdc))


### Bug Fixes

* **ci:** eliminate dev-release tag-vs-downstream race + CI hygiene
audit ([#1827](#1827))
([b7b9a59](b7b9a59))
* **config:** close 6 settings reachability + kill-switch gaps
([#1798](#1798))
([410cb3b](410cb3b))
* correctness / safety fixes from 2026-05-05 audit (Wave 28)
([#1823](#1823))
([d01e624](d01e624))


### Performance

* composite indexes + cursor pagination + clock seam + SSE rate-limit +
Ollama sanitization + retry-after web client + WS reconnect jitter
([#1822](#1822))
([d1faf86](d1faf86))


### Refactoring

* **api:** move activities lifecycle-cap fallback to ApiBridgeConfig
snapshot ([#1840](#1840))
([7a56e9c](7a56e9c))
* centralise workflow error mapping and shared error codes
([#1778](#1778) sub-tasks A
+ E) ([#1843](#1843))
([11132cd](11132cd))
* drive controller-error baseline to zero
([#1778](#1778) sub-task A
tail) ([#1846](#1846))
([e96ae20](e96ae20))
* slim CLAUDE.md, port pr-review-toolkit agents, sync .opencode parity
([#1833](#1833))
([e6372b8](e6372b8))
* tighten settings → startup-trace baseline (8 → 0)
([#1847](#1847))
([3376ee2](3376ee2))


### Documentation

* fix CLAUDE.md inaccuracies and drop drift-prone counts
([#1844](#1844))
([371925f](371925f))


### Tests

* replace test placeholders with real subsystem wiring
([#1845](#1845))
([ddbb666](ddbb666))


### CI/CD

* **cla:** replace flaky contributor-assistant action with custom
read-path step
([#1819](#1819))
([11aeafe](11aeafe))
* tidy dev-release notes + stagger renovate lockfile day
([#1824](#1824))
([ec746a9](ec746a9))


### Maintenance

* cleanup roundup, sub-tasks a/c/d/g/h/j/l/m of
[#1781](#1781)
([#1838](#1838))
([099b871](099b871))
* close remaining 5 sub-tasks of
[#1781](#1781) (b/e/f/i/k)
([#1852](#1852))
([59cf0b2](59cf0b2))
* collapse Renovate dep groups into Python / Web / Infrastructure to
remove cross-PR overlap
([#1813](#1813))
([4cbd857](4cbd857))
* **deps,security:** bump in-toto-golang v0.11.0 + drop two patched CVE
waivers ([#1851](#1851))
([0b8b5bb](0b8b5bb))
* disable Renovate vulnerabilityAlerts so security flows into normal
updates ([#1834](#1834))
([6b7d15f](6b7d15f))
* Lock file maintenance
([#1820](#1820))
([ccbad73](ccbad73))
* Lock file maintenance
([#1842](#1842))
([13b68a5](13b68a5))
* Lock file maintenance
([#1853](#1853))
([db6650b](db6650b))
* Update dhi.io/nats:2.14-debian13 Docker digest to eb768bf
([#1841](#1841))
([37f84fc](37f84fc))
* Update Infrastructure dependencies
([#1815](#1815))
([75b12fe](75b12fe))
* Update Infrastructure dependencies
([#1831](#1831))
([3f3c50b](3f3c50b))
* Update Python dependencies
([#1817](#1817))
([e11332f](e11332f))
* Update Python dependencies
([#1832](#1832))
([4515c8e](4515c8e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: synthorg-repo-bot[bot] <279117679+synthorg-repo-bot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file type:chore Maintenance, cleanup, dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant