Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
@​convex-dev/eslint-plugin devDependencies pin ^1.0.0 -> 1.0.0 age confidence
@eslint/js (source) devDependencies minor 9.38.0 -> 9.39.1 age confidence
@redocly/cli devDependencies minor 2.8.0 -> 2.11.1 age confidence
@types/node (source) devDependencies minor 22.13.10 -> 22.19.0 age confidence
convex (source) dependencies minor 1.27.3 -> 1.29.0 age confidence
eslint (source) devDependencies minor 9.38.0 -> 9.39.1 age confidence
globals devDependencies minor 16.4.0 -> 16.5.0 age confidence
hono (source) dependencies patch 4.10.3 -> 4.10.4 age confidence
node uses-with patch 20.19.0 -> 20.19.5 age confidence
typescript-eslint (source) devDependencies minor 8.40.0 -> 8.46.4 age confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

eslint/eslint (@​eslint/js)

v9.39.1

Compare Source

v9.39.0

Compare Source

Redocly/redocly-cli (@​redocly/cli)

v2.11.1

Compare Source

v2.11.0

Compare Source

Patch Changes

v2.10.0

Compare Source

Patch Changes

v2.9.0

Compare Source

Patch Changes
  • Fixed an issue where the mount-path option was not validated, leading to errors when used with an empty path or a path identical to the project path.
  • Updated @​redocly/openapi-core to v2.9.0.
get-convex/convex-js (convex)

v1.29.0

  • Code generation changes: modules and functions are sorted in more situations,
    some unused imports have been removed, and some docstrings have been updated.
    Expect to need to commit a larger-than-usual change to generated files after
    upgrading to this version of Convex.

  • Add .pick(), .omit(), .partial(), and .extend() methods to v.objects()
    validators. This makes reusing validator with small changes simpler. See
    https://docs.convex.dev/functions/validation#reusing-and-extending-validators
    for more.

  • Add a pagination result validation helper
    paginationResultValidator(itemValidator) describing and validating the
    return valud of a paginated query.

  • New npx convex codegen --component-dir ../path/to/component flag for
    component authors to generate code only for a component.

  • New convex.json configuration property codegen.fileType ("dts/js" or
    "ts", default "dts/js") Default for applications is still "dts/js" but for
    components generated files always use "ts" file extensions.

  • New convex.json configuration property codegen.legacyComponentApi (default
    true) which can be set to false to opt into importing the API of a component
    directly from its package or directory instead of inlining the result of
    analyzing a component in parent component that uses it.

  • Improved TypeScript inference performance for ApiFromModules, the workhorse
    type that transforms modules of Convex functions into a tree of
    FunctionReference types for the api object. Thanks to David Blass, the
    maintainer of ArkType, for working with us on these improvements.

v1.28.2

  • Bundling fix: don't double-deploy components in the convex/ directory.

v1.28.1

  • Add json schema to package.json.

v1.28.0

  • Deploy code path unification: all deploys now use a codepath that supports
    components, whether or not any components are used in the project. Generating
    the files in convex/_generated/ now requires a deployment to be present and
    for all environment variables used in convex/auth.config.ts to be set.

    Scripts that call npx convex codegen are the most likely to be affected by
    this change, and npx convex codgen no longer works for any projects in
    preview deployments because preview deployments may not exist until the
    deploy.

    Committing generated code is recommended and this change makes this
    recommendation more important.

  • WebSocket sync protocol support for TransitionChunk messages: just splitting a
    Transition (containing new query results) into multiple WebSocket messages in
    order prevent the server from appearing non-responsive.

v1.27.5

  • Export an AuthConfig type to describe the object exported from
    convex/auth.config.ts.

v1.27.4

  • Add a getAuth() method to the client which returns the current token and
    claims. This method is intended for instrumentation purposes like adding this
    information to a reported Sentry error or event.

  • Change to CLI --admin-key and --url arg parsing logic to avoid coercing
    empty strings to booleans.

  • Vendor jwt-decode along with a few other dependnecies; this brings the number
    of runtime dependencies for Convex from 3 to 2: esbuild (binary) and prettier.

  • Fix ConvexProviderWithClerk to catch getToken() errors. This could cause
    changes in behavior of refreshing Clerk tokens, we'll be watching this one.

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

sindresorhus/globals (globals)

v16.5.0

Compare Source


honojs/hono (hono)

v4.10.4

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.10.3...v4.10.4

actions/node-versions (node)

v20.19.5: 20.19.5

Compare Source

Node.js 20.19.5

v20.19.4: 20.19.4

Compare Source

Node.js 20.19.4

v20.19.3: 20.19.3

Compare Source

Node.js 20.19.3

v20.19.2: 20.19.2

Compare Source

Node.js 20.19.2

v20.19.1: 20.19.1

Compare Source

Node.js 20.19.1

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

v8.46.4

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.46.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.46.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.46.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.46.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.45.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.44.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.44.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.43.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
❤️ Thank You

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

v8.42.0

Compare Source

🚀 Features
🩹 Fixes
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#​11546)
❤️ Thank You

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

v8.41.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM, only on Monday ( * 0-4 * * 1 ) in timezone America/Los_Angeles, 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
Copy link

pkg-pr-new bot commented Oct 27, 2025

Open in StackBlitz

npm i https://pkg.pr.new/get-convex/convex-helpers@834

commit: 2ca0e1a

@renovate renovate bot force-pushed the renovate/routine-updates branch 11 times, most recently from 3d81e9f to abc8c2e Compare November 3, 2025 18:48
@renovate renovate bot force-pushed the renovate/routine-updates branch 3 times, most recently from cb91374 to 3d7413d Compare November 5, 2025 22:34
@renovate renovate bot force-pushed the renovate/routine-updates branch from 3d7413d to 2ca0e1a Compare November 10, 2025 20:52
@renovate renovate bot changed the title chore(deps): pin dependencies chore(deps): pin dependencies - autoclosed Nov 11, 2025
@renovate renovate bot closed this Nov 11, 2025
@renovate renovate bot deleted the renovate/routine-updates branch November 11, 2025 01:51
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.

1 participant