Update Routine updates #164
Merged
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:
8.46.3->8.46.48.46.3->8.46.41.28.2->1.29.06.8.0->6.8.18.46.3->8.46.4Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.46.4Compare Source
🩹 Fixes
projectServiceandprojectare set (#11333)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.46.4Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
get-convex/convex-js (convex)
v1.29.0Code generation changes: modules and functions are sorted in more situations,
some unused imports have been removed, and some docstrings have been updated.
Expect to need to commit a larger-than-usual change to generated files after
upgrading to this version of Convex.
Add .pick(), .omit(), .partial(), and .extend() methods to v.objects()
validators. This makes reusing validator with small changes simpler. See
https://docs.convex.dev/functions/validation#reusing-and-extending-validators
for more.
Add a pagination result validation helper
paginationResultValidator(itemValidator)describing and validating thereturn valud of a paginated query.
New
npx convex codegen --component-dir ../path/to/componentflag forcomponent authors to generate code only for a component.
New
convex.jsonconfiguration propertycodegen.fileType("dts/js"or"ts", default"dts/js") Default for applications is still "dts/js" but forcomponents generated files always use "ts" file extensions.
New
convex.jsonconfiguration propertycodegen.legacyComponentApi(defaulttrue) which can be set to false to opt into importing the API of a component
directly from its package or directory instead of inlining the result of
analyzing a component in parent component that uses it.
Improved TypeScript inference performance for
ApiFromModules, the workhorsetype that transforms modules of Convex functions into a tree of
FunctionReferencetypes for theapiobject. Thanks to David Blass, themaintainer of ArkType, for working with us on these improvements.
openai/openai-node (openai)
v6.8.1Compare Source
Full Changelog: v6.8.0...v6.8.1
Bug Fixes
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.4Compare 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.