Skip to content

Update Routine updates - #105

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/routine-updates
Open

Update Routine updates#105
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/routine-updates

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@convex-dev/workpool 0.4.70.4.8 age confidence dependencies patch
actions/checkout (changelog) 9c091bb3d3c42e action digest
actions/setup-node (changelog) 48b55a02499707 action digest
convex (source) 1.42.11.42.3 age confidence devDependencies patch
eslint (source) 10.7.010.8.0 age confidence devDependencies minor
pkg-pr-new (source) 0.0.750.0.80 age confidence devDependencies patch 0.0.82 (+1)
prettier (source) 3.9.53.9.6 age confidence devDependencies patch
react (source) 19.2.719.2.8 age confidence devDependencies patch
react-dom (source) 19.2.719.2.8 age confidence devDependencies patch
resend 6.17.26.18.0 age confidence dependencies minor 6.18.1
svix 1.96.11.99.1 age confidence dependencies minor
tsc-alias (source) 1.9.01.9.1 age confidence devDependencies patch
typescript-eslint (source) 8.63.08.65.0 age confidence devDependencies minor

Release Notes

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

v0.4.8

Compare Source

  • Reduces "generation mismatch" errors and unnecessary "kick"s from healthchecks
get-convex/convex-backend (convex)

v1.42.3

  • Fixed a bug where the codegen would not sort module paths in
    an order consistent with other platforms when running
    on Windows. This completes a fix that was only partially
    applied in 1.42.2.

v1.42.2

  • Mutations and actions can now read the raw authentication
    token used in the request by accessing authToken in
    ctx.meta.getRequestMetadata().
  • Fixed a circular import in convex/browser that caused issues
    when using the ConvexHttpClient in some JavaScript
    environments.
  • Fixed a bug in ConvexProviderWithClerk that caused
    the Convex client to ignore session changes in some situations.
  • Fixed a bug where the codegen would not sort module paths in
    an order consistent with other platforms when running
    on Windows.
  • When running npx convex dev outside a Convex project,
    the CLI now returns an error message immediately instead of
    first asking the user to select a project and then failing
    later.
eslint/eslint (eslint)

v10.8.0

Compare Source

Features

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#​21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#​21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#​21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#​21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#​21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#​21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#​21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#​21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#​21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#​21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#​21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#​21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#​21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#​21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#​21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#​21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#​21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#​21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#​21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#​21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#​21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#​21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#​21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#​21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#​21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#​21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#​21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#​21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#​21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#​21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#​21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#​21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#​21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#​21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#​21079) (ESLint Bot)
stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.80

Compare Source

v0.0.79

Compare Source

v0.0.78

Compare Source

prettier/prettier (prettier)

v3.9.6

Compare Source

react/react (react)

v19.2.8

Compare Source

react/react (react-dom)

v19.2.8

Compare Source

resend/resend-node (resend)

v6.18.0

Compare Source

Support tags and scheduledAt in batch email options
Add resend.suppressions with add, get, list, remove, and batch add/remove methods for managing suppression list entries
svix/svix-webhooks (svix)

v1.99.1

Compare Source

  • Libs/JavaScript: Fix empty retryScheduleInMs not being honored
  • Libs/JavaScript: Fix 0 entries in retryScheduleInMs not being honored

v1.99.0

Compare Source

  • CLI: Use wolfi as the image base instead of Debian, shrinking the Docker image by 77% and removing all open CVEs
  • Libs/C#: Fix a bug that made the 'canceled' message-attempt status opt-in unreliable (see also changelog for 1.95.0)

v1.98.0

Compare Source

  • CLI: Set OCI metadata on Docker images
  • CLI: Embed package metadata in compiled binaries on Linux

v1.97.0

Compare Source

  • CLI: Ignore EPIPE when printing output
  • Libs/All: Support customizing expiration (grace period) of old endpoint secret when rotating
  • Libs/Python: Bump minimum-supported Python interpreter version to 3.9
  • Libs/Python: Fix memory and file-descriptor leak from excessively constructing httpx clients
  • Server: Add statusText to EndpointMessageOut (the response type for v1.message-attempt.list-attempted-messages), matching the cloud version
  • Server: Add statusText to MessageEndpointOut (the response type for v1.message-attempt.list-attempted-destinations), matching the cloud version
  • Server: Add canceled to EndpointStatsOut, matching the cloud version. This is always 0 in the OSS server, which doesn't currently track message cancellations
  • Server: Add updatedAt to RecoverOut (the response type for v1.endpoint.recover), matching the cloud version. Note that EE does not support incrementally checking background job status, so this always contains the timestamp at which the job was created
  • Server: Add gracePeriodSeconds to EndpointSecretRotateIn, allowing users to customize how long the old key is still valid for (in a range from 0, which means immediate expiry, to 7 days)
  • Server, Bridge, CLI: Update dependencies
justkey007/tsc-alias (tsc-alias)

v1.9.1: (2026-07-13)

Compare Source

What's Changed

Full Changelog: justkey007/tsc-alias@v1.9.0...v1.9.1

typescript-eslint/typescript-eslint (typescript-eslint)

v8.65.0

Compare Source

🚀 Features
  • add warning when TS 7 is detected (#​12529)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.64.0

Compare Source

8.64.0 (2026-07-13)

🚀 Features
  • support parsing import defer (#​12513)
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#​12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#​12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#​12512)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • At any time (no schedule defined)
  • 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 Jul 14, 2026

Copy link
Copy Markdown

Open in StackBlitz

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

commit: d5e6634

@renovate
renovate Bot force-pushed the renovate/routine-updates branch from 35fb5dc to f1f85ed Compare July 16, 2026 17:15
@renovate renovate Bot changed the title Update actions/setup-node digest to 2499707 Update Routine updates Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/routine-updates branch 8 times, most recently from a0e4260 to c629939 Compare July 23, 2026 22:56
@renovate
renovate Bot force-pushed the renovate/routine-updates branch 5 times, most recently from f7b86c2 to 3ab1769 Compare July 27, 2026 22:04
@renovate
renovate Bot force-pushed the renovate/routine-updates branch from 3ab1769 to d5e6634 Compare July 28, 2026 04:24
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