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.18.0→0.18.2^1.0.0→1.0.0^5.0.0→5.0.0^3.3.1→3.3.19.39.1→9.39.2^0.1.14→0.1.14^0.41.5→0.41.5^1.1.15→1.1.15^1.3.2→1.3.2^1.1.7→1.1.8^1.2.3→1.2.4^4.1.17→4.1.17^4.1.17→4.1.17^8.21.3→8.21.3^20.19.25→20.19.25^19.2.7→19.2.7^19.2.3→19.2.3^5.1.1→5.1.108c6903→93cb6ef^10.4.21→10.4.22^0.7.1→0.7.1^2.1.1→2.1.11.29.3→1.31.21.31.3^0.1.104→0.1.1060.1.106→0.1.1080.1.1090.0.40→0.0.41^6.0.0→6.0.09.39.1→9.39.2^7.37.5→7.37.5^7.0.1→7.0.1^0.4.24→0.4.24^16.5.0→16.5.0^0.548.0→0.548.0^0.4.6→0.4.6^0.0.60→0.0.60^8.5.6→8.5.63.6.2→3.7.4^19.2.0→19.2.0^19.2.0→19.2.0^2.32.0→2.32.02.32.0→2.33.1^3.4.0→3.4.0^4.1.17→4.1.17^1.4.0→1.4.08.47.0→8.52.0^10.0.6→10.0.6^4.45.2→4.51.0Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
eslint/eslint (@eslint/js)
v9.39.2Compare Source
get-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.get-convex/convex-helpers (convex-helpers)
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.get-convex/convex-test (convex-test)
v0.0.41Compare Source
eslint/eslint (eslint)
v9.39.2Compare Source
prettier/prettier (prettier)
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
remeda/remeda (remeda)
v2.33.1Compare Source
Bug Fixes
exactOptionalPropertyTypesis enabled (#1246) (8c3f7c6)This change affects the following utilities when dealing with optional tuple elements:
chunkdropfiltergroupByProphasAtLeastisEmptyishmergeAllomitpartialBindpartialLastBindpickpropsamplev2.33.0Compare Source
Features
v2.32.2Compare Source
Bug Fixes
v2.32.1Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (typescript-eslint)
v8.52.0Compare 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.51.0Compare 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.50.1Compare 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.50.0Compare 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.49.0Compare 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.48.1Compare 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.48.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.