Skip to content

Update Routine updates#376

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

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

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@tanstack/react-start (source) 1.167.651.168.25 age confidence devDependencies minor
@types/mdx (source) 2.0.132.0.14 age confidence devDependencies patch
@types/node (source) 24.12.324.13.1 age confidence devDependencies minor
@types/react (source) 19.2.1419.2.17 age confidence devDependencies patch
actions/checkout (changelog) de0fac2df4cb1c action digest
convex (source) 1.38.01.40.0 age confidence devDependencies minor 1.41.0
convex-helpers (source) 0.1.1160.1.118 age confidence dependencies patch 0.1.119
convex-test (source) 0.0.510.0.53 age confidence devDependencies patch
eslint (source) 10.3.010.4.1 age confidence devDependencies minor
eslint-config-next (source) 16.2.616.2.7 age confidence devDependencies patch 16.2.9 (+1)
fumadocs-core (source) 16.8.816.9.3 age confidence dependencies minor
fumadocs-ui (source) 16.8.816.9.3 age confidence dependencies minor
next (source) 16.2.616.2.7 age confidence devDependencies patch 16.2.9 (+1)
next (source) 16.2.616.2.7 age confidence dependencies patch 16.2.9 (+1)
pkg-pr-new (source) 0.0.710.0.75 age confidence devDependencies patch
postcss (source) 8.5.148.5.15 age confidence devDependencies patch
react (source) 19.2.619.2.7 age confidence devDependencies patch
react (source) 19.2.619.2.7 age confidence dependencies patch
react-dom (source) 19.2.619.2.7 age confidence devDependencies patch
react-dom (source) 19.2.619.2.7 age confidence dependencies patch
remeda (source) 2.34.02.38.0 age confidence dependencies minor 2.39.0
semver 7.8.07.8.2 age confidence dependencies patch 7.8.4 (+1)
type-fest 5.6.05.7.0 age confidence dependencies minor
typescript-eslint (source) 8.59.28.60.1 age confidence devDependencies minor 8.61.0
vitest (source) 4.1.54.1.8 age confidence devDependencies patch

Release Notes

TanStack/router (@​tanstack/react-start)

v1.168.25

Compare Source

Patch Changes

v1.168.24

Compare Source

Patch Changes

v1.168.23

Compare Source

Patch Changes

v1.168.22

Compare Source

Patch Changes

v1.168.21

Compare Source

Patch Changes

v1.168.20

Compare Source

Patch Changes

v1.168.19

Compare Source

Patch Changes

v1.168.18

Compare Source

Patch Changes

v1.168.17

Compare Source

Patch Changes

v1.168.16

Compare Source

Patch Changes

v1.168.15

Compare Source

Patch Changes

v1.168.14

Compare Source

Patch Changes
  • #​7492 71fb329 - Avoid pulling the client hydration entry into root @tanstack/react-start and @tanstack/solid-start imports by re-exporting Hydrate from framework client Hydrate-only subpaths.

  • Updated dependencies [71fb329]:

v1.168.13

Compare Source

Patch Changes

v1.168.12

Compare Source

Patch Changes
  • Add Vite bundled dev mode support for TanStack Start. Start now recognizes Vite's experimental.bundledDev opt-in, uses the bundled dev client entry in the dev manifest, keeps server requests pointed at the latest client build output, and preserves import-protection behavior for bundled client dev. (#​7482)

  • Updated dependencies [90adda9]:

v1.168.11

Compare Source

Patch Changes

v1.168.10

Compare Source

Patch Changes

v1.168.9

Compare Source

Patch Changes

v1.168.8

Compare Source

Patch Changes

v1.168.7

Compare Source

Patch Changes

v1.168.6

Compare Source

Patch Changes

v1.168.5

Compare Source

Patch Changes

v1.168.4

Compare Source

Patch Changes

v1.168.3

Compare Source

Patch Changes

v1.168.2

Compare Source

Patch Changes

v1.168.1

Compare Source

Patch Changes

v1.168.0

Compare Source

Minor Changes
  • Clean minor bump, fresh start (#​7395)
Patch Changes
get-convex/convex-backend (convex)

v1.40.0

  • You can now create a local deployment in a specific Convex cloud project with
    npx convex deployment create team-slug:project-slug:local.
  • You can now move a local deployment to another cloud project
    using npx convex deployment select team-slug:project-slug:local. This command warns
    when it moves the deployment to another project.
  • The CLI now shows more clearly which deployment is targeted when running commands
    such as npx convex dev and npx convex deploy.
  • Added a new <AuthRefreshing /> helper component, used to show indicators when
    function calls are paused because the authentication token is refreshing.
  • Removed --local and --cloud flags from npx convex dev. The behavior of these flags
    was misleading when a deployment was already selected. Instead, use
    npx convex deployment select local to use a local deployment, and
    npx convex deployment select dev to use your personal cloud dev deployment.
  • The CLI now provides guidance when TypeScript type checking is taking too long.
  • Improved the CLI command documentation to include more details and examples.
  • npx convex logs: --tail is now accepted as an alias for the --history flag.
  • When creating a local deployment, the CLI now skips importing the default environment variables
    from the Convex cloud project if you don’t have permission to view the default environment
    variables instead of crashing.

v1.39.1

  • Fixes package.json bin entrypoint bug in 1.39.0.

v1.39.0

  • Apps and components may now declare typesafe env vars that they require. Both defineApp
    and defineComponent now accept an env object with string keys and validator values.
    Declared environment variables must be present and match the validators before deployment.
  • Allow --local-cloud-port, --local-site-port, --local-backend-version and
    --local-force-upgrade options to npx convex dev to be used whenever using a local deployment.
  • The AsyncLocalStorage and AsyncResource APIs from node:async_hooks are now available
    in the standard Convex runtime. Note that stored values will not be threaded through calls to
    ctx.runQuery/ctx.runMutation/ctx.runAction.
get-convex/convex-helpers (convex-helpers)

v0.1.118

Compare Source

  • Fixes the helpers custom pagination page splitting logic when used
    with filters. Previously it would aggressively split pages whenever
    more items were scanned than requested. Now it only splits when
    the page grows to be larger than the number of requested items or
    so many documents are being scanned that the limits are close to being
    hit.

v0.1.117

Compare Source

  • Zod 4 support: fixed an issue with the return type of convexToZod
    when the input type is a non-tuple array type.
get-convex/convex-test (convex-test)

v0.0.53

Compare Source

  • Support scheduled functions correctly with or without fake timers,
    by always serializing scheduled mutations with the global transaction
    manager.

v0.0.52

Compare Source

  • Add implementation for ctx.meta.getDeploymentMetadata().
  • Add support for internal audit log syscall.
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

v10.4.0

Compare Source

vercel/next.js (eslint-config-next)

v16.2.7

Compare Source

fuma-nama/fumadocs (fumadocs-core)

v16.9.3

Patch Changes
  • Updated dependencies [42f0255]
  • Updated dependencies [a807798]
    • fumadocs-core@​16.9.3

v16.9.1

Patch Changes
  • e77b9b3: Introduce pagesIndex property to explicitly define the index page for folder
  • 334c8fd: [i18n] support different orders of preset() calls

v16.8.12

Compare Source

Patch Changes
  • Updated dependencies [768b676]
    • fumadocs-core@​16.8.12

v16.8.11

Compare Source

Patch Changes
  • Updated dependencies [1dc86c7]
    • fumadocs-core@​16.8.11

v16.8.10

Patch Changes
  • Updated dependencies [062beab]
  • Updated dependencies [505cfe0]
    • fumadocs-core@​16.8.10
vercel/next.js (next)

v16.2.7

Compare Source

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.75

Compare Source

v0.0.74

Compare Source

v0.0.73

Compare Source

v0.0.72

Compare Source

postcss/postcss (postcss)

v8.5.15

Compare Source

  • Fixed declaration parsing performance (by @​homanp).
facebook/react (react)

v19.2.7

Compare Source

facebook/react (react-dom)

v19.2.7

Compare Source

remeda/remeda (remeda)

v2.38.0

Compare Source

Bug Fixes
  • drop,filter,groupBy,indexBy,isEmptyish,mapKeys,omit,pick,prop,sample,...: Remove trivi

Note

PR body was truncated to here.


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 becomes conflicted, 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.

@vercel

vercel Bot commented May 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
better-auth Ready Ready Preview, Comment Jun 10, 2026 5:44pm

Request Review

@pkg-pr-new

pkg-pr-new Bot commented May 12, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@convex-dev/better-auth@376

commit: 5575317

@renovate renovate Bot force-pushed the renovate/routine-updates branch from 63dc237 to 87fb859 Compare May 13, 2026 09:38
@renovate renovate Bot changed the title Update Routine updates to v1.6.10 Update Routine updates May 13, 2026
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 87fb859 to 8e9ad8a Compare May 14, 2026 18:34
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 8e9ad8a to 4d7b750 Compare May 14, 2026 20:25
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 4d7b750 to 1787003 Compare May 15, 2026 01:29
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 1787003 to 931f226 Compare May 15, 2026 17:14
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 931f226 to 267cd41 Compare May 16, 2026 12:42
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 267cd41 to e56c97b Compare May 16, 2026 17:23
@renovate renovate Bot force-pushed the renovate/routine-updates branch from e56c97b to 0351eb0 Compare May 16, 2026 21:10
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 0351eb0 to 1c30557 Compare May 17, 2026 09:36
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 1c30557 to fe7ffe2 Compare May 18, 2026 01:28
@renovate renovate Bot force-pushed the renovate/routine-updates branch from fe7ffe2 to 8545fd6 Compare May 18, 2026 11:11
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 8545fd6 to 541d1b4 Compare May 18, 2026 20:39
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 541d1b4 to 470bc50 Compare May 19, 2026 01:42
@renovate renovate Bot force-pushed the renovate/routine-updates branch from f63f20d to 2d561dd Compare May 22, 2026 09:53
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 2d561dd to 8ebc2c3 Compare May 22, 2026 15:47
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 8ebc2c3 to c85954d Compare May 22, 2026 17:57
@renovate renovate Bot force-pushed the renovate/routine-updates branch from c85954d to 1540bb6 Compare May 22, 2026 23:08
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 1540bb6 to bc74f48 Compare May 22, 2026 23:23
@renovate renovate Bot force-pushed the renovate/routine-updates branch from bc74f48 to 6fea059 Compare May 23, 2026 09:56
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 6fea059 to 6c27629 Compare May 23, 2026 12:24
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 6c27629 to 8a95d30 Compare May 23, 2026 21:41
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 8a95d30 to 7ac7b81 Compare May 24, 2026 00:48
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 7ac7b81 to 2f2291a Compare May 24, 2026 08:41
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 2f2291a to 9da4dbe Compare May 24, 2026 20:35
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 9da4dbe to 21066f2 Compare May 25, 2026 01:58
@renovate renovate Bot force-pushed the renovate/routine-updates branch from 21066f2 to e4a7540 Compare May 26, 2026 15:43
@renovate renovate Bot force-pushed the renovate/routine-updates branch from e4a7540 to 940f01b Compare May 27, 2026 01:41
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