Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
commit: |
78d4e04 to
fbd68f6
Compare
d693a56 to
3cd538e
Compare
d295db4 to
0edbbd6
Compare
1d918fb to
e2a4235
Compare
e2a4235 to
53dfdcb
Compare
53dfdcb to
8d34762
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^3.3.1→3.3.1^9.38.0→9.38.020.19.24→20.19.30^8.46.2→8.46.2^8.46.2→8.46.208c6903→93cb6ef1.29.0→1.31.50.1.106→0.1.111^0.0.38→0.0.38^9.38.0→9.38.0^7.0.1→7.0.1^0.4.24→0.4.24^16.4.0→16.4.0^3.6.2→3.6.2^5.9.3→5.9.3^8.46.2→8.46.2^3.2.4→3.2.4Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
get-convex/convex-js (convex)
v1.31.5v1.31.4window.addEventListener is not a functionbug in React Native.v1.31.3CONVEX_AGENT_MODE=anonymouscan 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
includeSourcesContentoption inconvex.jsonto configure whether to include source code content in bundledsourcemaps.
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.
get-convex/convex-helpers (convex-helpers)
v0.1.111Compare Source
Convex HttpRouter API
v0.1.110Compare Source
v0.1.109Compare Source
ctx.dbAPIs withtable name arguments (see the changelog of
convex@1.31.2)zodOutputToConvex(credit: ksinghal)validatewill now skip entrieswith undefined values for record and object validators, and
parsewill dropentries from records that have undefined values.
already includes it.
v0.1.108Compare Source
makeUseQueryWithStatus: fix handling of some argument values(credit: RhysSullivan)
ctx.dbcalls with a table name parameterv0.1.107Compare Source
skipConvexValidationfor 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.
This PR was generated by Mend Renovate. View the repository job log.