Skip to content

Comments

Pin dependencies#16

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/routine-updates
Jan 21, 2026
Merged

Pin dependencies#16
renovate[bot] merged 1 commit intomainfrom
renovate/routine-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
@eslint/eslintrc devDependencies pin ^3.3.13.3.1 age confidence
@eslint/js (source) devDependencies pin ^9.38.09.38.0 age confidence
@types/node (source) devDependencies patch 20.19.2420.19.30 age confidence
@typescript-eslint/eslint-plugin (source) devDependencies pin ^8.46.28.46.2 age confidence
@typescript-eslint/parser (source) devDependencies pin ^8.46.28.46.2 age confidence
actions/checkout (changelog) action digest 08c690393cb6ef
convex (source) devDependencies minor 1.29.01.31.5 age confidence
convex-helpers (source) dependencies patch 0.1.1060.1.111 age confidence
convex-test (source) devDependencies pin ^0.0.380.0.38 age confidence
eslint (source) devDependencies pin ^9.38.09.38.0 age confidence
eslint-plugin-react-hooks (source) devDependencies pin ^7.0.17.0.1 age confidence
eslint-plugin-react-refresh devDependencies pin ^0.4.240.4.24 age confidence
globals devDependencies pin ^16.4.016.4.0 age confidence
prettier (source) devDependencies pin ^3.6.23.6.2 age confidence
typescript (source) devDependencies pin ^5.9.35.9.3 age confidence
typescript-eslint (source) devDependencies pin ^8.46.28.46.2 age confidence
vitest (source) devDependencies pin ^3.2.43.2.4 age confidence

⚠️ Renovate's pin functionality does not currently wire in the release age for a package, so the Minimum Release Age checks can apply. You will need to manually validate the Minimum Release Age for these package(s).

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


Release Notes

get-convex/convex-js (convex)

v1.31.5

  • Exclude source code content from bundled sourcemaps by default.

v1.31.4

v1.31.3

  • CONVEX_AGENT_MODE=anonymous can now be used while logged in.

  • The client will try to reconnect immediately after being offline instead of
    waiting for the scheduled backoff delay.

  • Optimize bundling during code push, and add includeSourcesContent option in
    convex.json to configure whether to include source code content in bundled
    sourcemaps.

v1.31.2

  • Bug fix: the TypeScript types of the new ctx.db APIs introduced in 1.31.0
    incorrectly allowed passing IDs with types broader than the table name
    argument (e.g. db.get("table1", id) where id is
    Id<"table1"> | Id<"table2">). This issue is fixed in 1.31.2.

v1.31.1

v1.31.0

  • db.get, db.patch, db.replace, and db.delete now accept a table name as
    the first argument (e.g. db.get("messages", messageId) instead of
    db.get(messageId)). This new syntax is more ergonomic, safer, and will allow
    developers to customize IDs in the future. We recommend that all developers
    migrate to the new syntax, using the ESLint rule
    @convex-dev/explicit-table-ids
    or our standalone codemod tool
    (npx @&#8203;convex-dev/codemod@latest explicit-ids).
    Learn more on news.convex.dev

v1.30.0

  • The --preview-create parameter for npx convex deploy will now error if
    used with a deploy key that is not a preview deploy key. Previously, the flag
    would be ignored in this situation, and npx convex deploy would deploy to
    the production deployment. If you were depending on this behavior, make sure
    to remove the --preview-create flag when deploying to production.

v1.29.3

  • Revert ApiFromModules type changes introduced in 1.29.0 which sometimes caused
    type mismatches due to FunctionReference sometimes missing properties.

  • Don't warn when "$schema" is present in convex.json.

  • Replace ProxyAgent with EnvHttpProxyAgent in the CLI so the NO_PROXY
    environment variable is respected.

v1.29.2

  • When running npx convex deploy, the CLI will now ask for explicit
    confirmation before deleting large indexes. This change is helpful for
    avoiding situations where an index is accidentally deleted and backfilling it
    takes a long time.

v1.29.1

  • Support for special error and no-op values of CONVEX_DEPLOY_KEY environment
    variable used by the Convex Vercel integration.
get-convex/convex-helpers (convex-helpers)

v0.1.111

Compare Source

  • Allow a hono http router register more routes using the standard
    Convex HttpRouter API

v0.1.110

Compare Source

  • Improve db wrapping in Triggers to support using an RLS-wrapped DB

v0.1.109

Compare Source

  • Triggers/row-level security: fix a type issue with the ctx.db APIs with
    table name arguments (see the changelog of
    convex@1.31.2)
  • Zod 4: fix handling of optional in the type of zodOutputToConvex (credit: ksinghal)
  • Fixes validation of records with undefined values. validate will now skip entries
    with undefined values for record and object validators, and parse will drop
    entries from records that have undefined values.
  • The openapi and ts generator commands will now avoid adding .yaml if the filename
    already includes it.

v0.1.108

Compare Source

  • makeUseQueryWithStatus: fix handling of some argument values
    (credit: RhysSullivan)
  • Triggers: fix handling of ctx.db calls with a table name parameter

v0.1.107

Compare Source

  • Zod support: branded object types are now supported (credit: gary-ix)
  • Fixes skipConvexValidation for zod custom functions to still do zod validation.

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.

@coderabbitai
Copy link

coderabbitai bot commented Dec 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 1, 2025

Open in StackBlitz

npm i https://pkg.pr.new/get-convex/twilio/@convex-dev/twilio@16

commit: 8d34762

@renovate renovate bot force-pushed the renovate/routine-updates branch 2 times, most recently from 78d4e04 to fbd68f6 Compare December 11, 2025 22:58
@renovate renovate bot force-pushed the renovate/routine-updates branch 3 times, most recently from d693a56 to 3cd538e Compare December 19, 2025 00:04
@renovate renovate bot force-pushed the renovate/routine-updates branch 2 times, most recently from d295db4 to 0edbbd6 Compare December 21, 2025 04:01
@renovate renovate bot force-pushed the renovate/routine-updates branch 3 times, most recently from 1d918fb to e2a4235 Compare January 16, 2026 22:31
@renovate renovate bot force-pushed the renovate/routine-updates branch from e2a4235 to 53dfdcb Compare January 18, 2026 23:46
@renovate renovate bot force-pushed the renovate/routine-updates branch from 53dfdcb to 8d34762 Compare January 20, 2026 04:00
@renovate renovate bot merged commit cec9859 into main Jan 21, 2026
4 checks passed
@renovate renovate bot deleted the renovate/routine-updates branch January 21, 2026 11:49
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