Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.37.0→^0.41.0^0.0.86→^0.0.90^3.3.1→3.3.1^3.1.0→3.3.3^9.38.0→9.38.0^9.9.1→9.39.220.19.24→20.19.27^19.2.2→19.2.2^19.1.6→19.2.7^19.2.2→19.2.2^19.1.5→19.2.3^8.46.2→8.46.2^8.33.0→8.52.0^8.46.2→8.46.2^8.33.0→8.52.0^5.1.0→5.1.0^4.5.0→4.7.008c6903→93cb6ef1.29.0→1.31.21.31.3^0.0.38→0.0.38^9.38.0→9.38.0^9.9.1→9.39.2^7.0.1→7.0.1^0.4.24→0.4.24^16.4.0→16.4.0^16.2.0→16.5.0^8.0.4→8.0.4^3.6.2→3.6.2^19.2.0→19.2.0^19.2.0→19.2.00.82.1→0.83.1^5.9.3→5.9.3^5.5.0→5.9.3^8.46.2→8.46.2^7.1.12→7.1.12^6.3.5→6.4.1^3.2.4→3.2.4Release Notes
nextauthjs/next-auth (@auth/core)
v0.41.1Compare Source
Bugfixes
nodemailer(#13305)Other
v0.41.0Compare Source
Features
745751e)Other
v0.40.0Compare Source
Features
e0168ed)Bugfixes
dd211c5)e16b07b)0adbd10)Other
22c1b8b)v0.39.1Compare Source
Bugfixes
4155eee)Other
v0.39.0Compare Source
Features
c1f89ea)a05451d)Other
v0.38.0Compare Source
Features
af2ccea)14dfaf3)dcaaf1a)6a72f3d)517c877)3ec0684)Bugfixes
parseProviders()whenproviderIdnot found in config (#12438) (80a2c14)b0f1538)7772375)Other
5a2f595)6aefefd)e231168)9411046)2f86dfd)format(#12302) (7c20f02)507aadd)2465101)9dbc9ba)get-convex/convex-auth (@convex-dev/auth)
v0.0.90Compare Source
shouldHandleCodelogic for clientv0.0.89Compare Source
shouldHandleCodeas a boolean or function, and support async functionin middleware.
v0.0.88Compare Source
--allow-dirty-git-stateand--web-server-url <url>toenable running non-interactively.
v0.0.87Compare Source
shouldHandleCodeprop to Next.js server providerget-convex/convex-js (convex)
v1.31.2ctx.dbAPIs introduced in 1.31.0incorrectly allowed passing IDs with types broader than the table name
argument (e.g.
db.get("table1", id)whereidisId<"table1"> | Id<"table2">). This issue is fixed in 1.31.2.v1.31.1npx convex devby enabling the TypeScript native preview
(TypeScript 7).
To do so, add
@typescript/native-previewas a dev dependency andset
typescriptCompiler: "tsGo"inconvex.json.v1.31.0db.get,db.patch,db.replace, anddb.deletenow accept a table name asthe first argument (e.g.
db.get("messages", messageId)instead ofdb.get(messageId)). This new syntax is more ergonomic, safer, and will allowdevelopers to customize IDs in the future. We recommend that all developers
migrate to the new syntax, using the ESLint rule
@convex-dev/explicit-table-idsor our standalone codemod tool
(
npx @​convex-dev/codemod@latest explicit-ids).Learn more on news.convex.dev
v1.30.0--preview-createparameter fornpx convex deploywill now error ifused with a deploy key that is not a preview deploy key. Previously, the flag
would be ignored in this situation, and
npx convex deploywould deploy tothe production deployment. If you were depending on this behavior, make sure
to remove the
--preview-createflag when deploying to production.v1.29.3Revert ApiFromModules type changes introduced in 1.29.0 which sometimes caused
type mismatches due to
FunctionReferencesometimes missing properties.Don't warn when
"$schema"is present in convex.json.Replace ProxyAgent with EnvHttpProxyAgent in the CLI so the
NO_PROXYenvironment variable is respected.
v1.29.2npx convex deploy, the CLI will now ask for explicitconfirmation 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.1CONVEX_DEPLOY_KEYenvironmentvariable used by the Convex Vercel integration.
facebook/react-native (react-native)
v0.83.1: 0.83.1Compare Source
Fixed
Android specific
FormDatauploads 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.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.