Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 22, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@auth/core (source) ^0.37.0^0.41.0 age confidence dependencies minor
@convex-dev/auth (source) ^0.0.86^0.0.90 age confidence dependencies patch
@eslint/eslintrc ^3.3.13.3.1 age confidence devDependencies pin
@eslint/eslintrc ^3.1.03.3.3 age confidence devDependencies pin
@eslint/js (source) ^9.38.09.38.0 age confidence devDependencies pin
@eslint/js (source) ^9.9.19.39.2 age confidence devDependencies pin
@types/node (source) 20.19.2420.19.27 age confidence devDependencies patch
@types/react (source) ^19.2.219.2.2 age confidence devDependencies pin
@types/react (source) ^19.1.619.2.7 age confidence devDependencies pin
@types/react-dom (source) ^19.2.219.2.2 age confidence devDependencies pin
@types/react-dom (source) ^19.1.519.2.3 age confidence devDependencies pin
@typescript-eslint/eslint-plugin (source) ^8.46.28.46.2 age confidence devDependencies pin
@typescript-eslint/eslint-plugin (source) ^8.33.08.52.0 age confidence devDependencies pin
@typescript-eslint/parser (source) ^8.46.28.46.2 age confidence devDependencies pin
@typescript-eslint/parser (source) ^8.33.08.52.0 age confidence devDependencies pin
@vitejs/plugin-react (source) ^5.1.05.1.0 age confidence devDependencies pin
@vitejs/plugin-react (source) ^4.5.04.7.0 age confidence devDependencies pin
actions/checkout (changelog) 08c690393cb6ef action digest
convex (source) 1.29.01.31.2 age confidence devDependencies minor 1.31.3
convex-test (source) ^0.0.380.0.38 age confidence devDependencies pin
eslint (source) ^9.38.09.38.0 age confidence devDependencies pin
eslint (source) ^9.9.19.39.2 age confidence devDependencies pin
eslint-plugin-react-hooks (source) ^7.0.17.0.1 age confidence devDependencies pin
eslint-plugin-react-refresh ^0.4.240.4.24 age confidence devDependencies pin
globals ^16.4.016.4.0 age confidence devDependencies pin
globals ^16.2.016.5.0 age confidence devDependencies pin
npm-run-all2 ^8.0.48.0.4 age confidence devDependencies pin
prettier (source) ^3.6.23.6.2 age confidence devDependencies pin
react (source) ^19.2.019.2.0 age confidence devDependencies pin
react-dom (source) ^19.2.019.2.0 age confidence devDependencies pin
react-native (source, changelog) 0.82.10.83.1 age confidence devDependencies minor
typescript (source) ^5.9.35.9.3 age confidence devDependencies pin
typescript (source) ^5.5.05.9.3 age confidence devDependencies pin
typescript-eslint (source) ^8.46.28.46.2 age confidence devDependencies pin
vite (source) ^7.1.127.1.12 age confidence devDependencies pin
vite (source) ^6.3.56.4.1 age confidence devDependencies pin
vitest (source) ^3.2.43.2.4 age confidence devDependencies pin

Release Notes

nextauthjs/next-auth (@​auth/core)

v0.41.1

Compare Source

Bugfixes
Other
  • update links for Credentials-based Authentication (#​13258)

v0.41.0

Compare Source

Features

Other

  • fix build
  • adjust default fusionauth provider details (#​10868)

v0.40.0

Compare Source

Features

Bugfixes

Other

v0.39.1

Compare Source

Bugfixes

Other

v0.39.0

Compare Source

Features

  • providers: Add HuggingFace provider (#​12884) (c1f89ea)
  • providers: Improve error validation for Microsoft EntraID provider errors before decoding token (#​12876) (a05451d)

Other

v0.38.0

Compare Source

Features

Bugfixes

  • core: handle an error inside parseProviders() when providerId not found in config (#​12438) (80a2c14)
  • pages: recouple button theme to colorScheme and fix appearance for some logos in dark mode (#​12537) (b0f1538)
  • ts: make User interface overridable using module augmentation (#​12472) (7772375)
  • "state is not specified" error when using LINE provider (#​12703)
  • add a missed instance of allowInsecureRequests (#​12276)
  • More descriptive error in case that discovery endpoint returns an invalid issuer (#​12611)
  • improve client-side submodules (#​12249)

Other

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

v0.0.90

Compare Source

  • fix negative shouldHandleCode logic for client

v0.0.89

Compare Source

  • Accept shouldHandleCode as a boolean or function, and support async function
    in middleware.

v0.0.88

Compare Source

  • Add new cli options --allow-dirty-git-state and --web-server-url <url> to
    enable running non-interactively.

v0.0.87

Compare Source

  • Add missing shouldHandleCode prop to Next.js server provider
get-convex/convex-js (convex)

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.
facebook/react-native (react-native)

v0.83.1: 0.83.1

Compare Source

Fixed
Android specific
  • Fix Network error that could occur for FormData uploads with binary data (471ef7212e by @​huntie)

Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.83.0: 0.83.0

Compare Source


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.


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 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
Copy link

vercel bot commented Dec 22, 2025

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

Project Deployment Review Updated (UTC)
presence Error Error Jan 5, 2026 11:28pm

@coderabbitai
Copy link

coderabbitai bot commented Dec 22, 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 22, 2025

Open in StackBlitz

npm i https://pkg.pr.new/get-convex/presence/@convex-dev/presence@18

commit: d85f140

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