Skip to content

Update Routine updates#95

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/routine-updates
Jun 2, 2026
Merged

Update Routine updates#95
renovate[bot] merged 1 commit into
mainfrom
renovate/routine-updates

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@convex-dev/workpool 0.4.60.4.7 age confidence
eslint (source) 10.4.010.4.1 age confidence
svix 1.94.01.95.1 age confidence

Release Notes

get-convex/workpool (@​convex-dev/workpool)

v0.4.7

Compare Source

  • Reduces database conflict retries (OCC conflicts) from enqueuing or completing
    work while tasks are being dispatched, improving throughput for workpools at
    scale (uses a "snapshot query").
  • Changes the out-of-order commit buffer to 15 seconds from 30 to reduce the
    number of "tombstones" read while finding new work, but checks for older work
    once a minute.
  • Fixes a race condition where a task could get recovered twice if the scheduler
    is many minutes behind.
  • Allows throwing NonRetryableError to prevent retries.
  • Limits the batch size of starting work to 64: this doesn't limit how many
    in-flight tasks there can be, just many can be started from one main loop
    iteration. This enables setting a much higher parallelism limit on larger
    deployments, without risking reading too much data in one transaction /
    slowing down transactions.
eslint/eslint (eslint)

v10.4.1

Compare Source

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#​20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#​20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#​20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#​20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#​20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#​20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#​20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#​20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#​20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#​20885) (Milos Djermanovic)

Chores

svix/svix-webhooks (svix)

v1.95.1

Compare Source

  • Libs/Python: Fix release workflow (1.95.0 of the Python SDK failed publishing)

v1.95.0

Compare Source

  • Libs/All: Enable server-side support of 'canceled' message-attempt status by default
    • If you were previously comparing attempt statuses against 'success', note that the
      result of the comparison will now change for messages canceled by a transformation script
  • Libs/Python: Move from setup.py to PEP-518-compliant pyproject.toml build system
  • Libs/Python: Clarify that the minimum-supported Python interpreter version is 3.8
  • Libs/Python: Actually run tests against all supported python versions
  • Libs/PHP: Fix deprecation warning for DateTimeImmutable construction from null (thanks @​VincentLanglet)

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

@pkg-pr-new

pkg-pr-new Bot commented Jun 1, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@convex-dev/resend@95

commit: 18a353e

@renovate renovate Bot force-pushed the renovate/routine-updates branch from 63d786f to 18a353e Compare June 2, 2026 00:40
@renovate renovate Bot changed the title Update dependency svix to v1.95.1 Update Routine updates Jun 2, 2026
@renovate renovate Bot merged commit 6ddae79 into main Jun 2, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/routine-updates branch June 2, 2026 04:30
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.

0 participants