Update Routine updates - #69
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
commit: |
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
9 times, most recently
from
August 17, 2026 17:58
5abcb77 to
3491095
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
10 times, most recently
from
August 25, 2026 20:49
6194ebb to
850f78c
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
4 times, most recently
from
August 31, 2026 09:12
378fee1 to
17214be
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
3 times, most recently
from
September 4, 2026 09:57
62fdc72 to
875d882
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
from
September 4, 2026 16:24
875d882 to
965ad89
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:
0.4.4→0.4.60.4.8→0.4.113.3.6→3.3.719.2.17→19.2.1819.2.3→19.2.519.2.7(+1)6.0.4→6.1.1de0fac2→d23441a48b55a0→24997071.44.0→1.45.00.1.120→0.1.1230.0.54→0.0.560.5.3→0.5.50.5.617.8.0→17.12.00.0.80→0.0.885.8.0→5.9.08.65.0→8.69.08.1.5→8.2.24.1.10→4.1.11Release Notes
get-convex/workflow (@convex-dev/workflow)
v0.4.6Compare Source
step.runWorkflow(child, args): it now resolves to thechild workflow's return value (per its
returnsvalidator) instead of thechild's
WorkflowId, which is what it has always resolved to at runtime. Aworkflow with no
returnsvalidator resolves tounknown. Code that reliedon the old (incorrect) type will need updating.
API types describe their real shape instead of
any. Malformed calls arerejected by argument validation rather than reaching the handler, so some
errors are now Convex validator errors rather than workflow-specific ones.
v0.4.5Compare Source
lenientCtx = step.withOptions({ unstableArgs: true })to return a newWorkflowCtx that can be passed to libraries that have unstable arguments. All
calls on the scoped
lenientCtxwill have the specified options applied tothe relevant calls. This can also be used to provide a default retry policy
for actions scheduled with the scoped WorkflowCtx.
get-convex/workpool (@convex-dev/workpool)
v0.4.11Compare Source
saturated, reducing enqueue retries with worker status transitions.
v0.4.10Compare Source
vRunResultand type-safety for passing onComplete handlers with returnvalues and context validator.
vOnCompleteArgsto take an optional second parameter for thevalidator for the return value to expect.
returnValuenamed parameter toworkpool.defineOnCompletethat doesthe same.
v0.4.9Compare Source
action, instead of scheduling them individually. This reduces scheduled
function use and reduces the number of actions used (previously each action
had another action wrapping it).
eslint/eslintrc (@eslint/eslintrc)
v3.3.7Compare Source
Bug Fixes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.1.1Compare Source
Add
compiler.logDiagnosticsoptionRecoverable React Compiler diagnostics are no longer logged by default. Set
compiler.logDiagnosticstotrueto log them through Vite. Fatal diagnostics are always logged and fail the transform.Respect environment sourcemap option for React Compiler transform when
builder.sharedPluginsis enabled (#1439)The React Compiler transform was using the top-level sourcemap option instead of the environment sourcemap option. This caused a problem when the experimental
builder.sharedPluginswas enabled.v6.1.0Compare Source
Add experimental native React Compiler support (#1419)
Add experimental native React Compiler support.
You can use it by installing
oxc-transform-reactand enabling it via thecompileroption:v6.0.5Compare Source
Fixed the react compiler preset filter to be linear (#1353)
The improved filter in v6.0.3 was non-linear and caused a performance regression (#1349). The filter was changed to be linear to avoid that.
get-convex/convex-backend (convex)
v1.45.0going through a snapshot export and import. Upgrades no longer depend on the
size of your local data, and no longer prompt about transferring it.
npx convex mcp) now supports the stateless MCPprotocol (
2026-07-28MCP specification).getServiceTokenfunction that generates service tokens forfirst-party Convex services. This will be used by the upcoming Convex AI
gateway.
npx convex exportfails because a snapshotexport is already in progress.
get-convex/convex-helpers (convex-helpers)
v0.1.123Compare Source
v0.1.122Compare Source
v0.1.121Compare Source
db.vars.commitTsvariable andv.commitTs()validator added inconvex 1.43.0.
convex-helpers/server/compareis deprecated and now re-exportscompareValuesfromconvex/values. There may be small differences in behavior inuncommon cases (NaNs, negative zero, etc.) compared with the previous implementation.
get-convex/convex-test (convex-test)
v0.0.56Compare Source
finishAllScheduledFunctionsv0.0.55Compare Source
db.vars.commitTsandv.commitTs().finishAllScheduledFunctionswould drop functionsscheduled under real timers.
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.5Compare Source
export { Name }incorrectly treated as React component #114 (fixes #113)contentTypeandsizetoallowExportNamesin Next config #115v0.5.4Compare Source
instanttoallowExportNamesin Next config #112sindresorhus/globals (globals)
v17.12.0Compare Source
50a2119__webpack_layer__global (#351)779a11av17.11.0Compare Source
v17.10.0Compare Source
v17.9.0Compare Source
stackblitz-labs/pkg.pr.new (pkg-pr-new)
v0.0.88Compare Source
v0.0.87Compare Source
v0.0.86Compare Source
v0.0.84Compare Source
v0.0.83Compare Source
v0.0.82Compare Source
v0.0.81Compare Source
sindresorhus/type-fest (type-fest)
v5.9.0Compare Source
New types
RenameKeys(#1435)548e7dfImprovements
SharedUnionFieldsDeep: Ensure it doesn't distribute processed union over mapped type (#1509)07a04deTypedArray: AddFloat16Array(#1495)ca27cceFixes
Writable: Fix behavior with index signatures (#1470)48ddc4bJsonify: Fix optional properties leakingundefinedinto the key set (#1484)5339fb3IsLiteral*: Fix behavior with unions (#1482)3425142typescript-eslint/typescript-eslint (typescript-eslint)
v8.69.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.68.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.67.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.66.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v8.2.2Compare Source
Features
@vitejs/devtoolspeer range to v0.5.0 (#23302) (495d9ff)Bug Fixes
resolve.preserveSymlinkswhen resolving root (fix #23197) (#23198) (8413052)Documentation
Miscellaneous Chores
Code Refactoring
Tests
Build System
v8.2.1Compare Source
Bug Fixes
sharedPlugins: true(#23184) (15f0307)input(#23135) (b4bf596)Performance Improvements
Documentation
@defaultfor build.minify (#23177) (ef02435)Miscellaneous Chores
Code Refactoring
Tests
v8.2.0Compare Source
Features
inputtoserver.fs.allow(#23035) (95a3cda)Bug Fixes
Object.prototypeis frozen (#23073) (599c5b0)Documentation
Tests
vitest-dev/vitest (vitest)
v4.1.11Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* 0-4 * * 1)🚦 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.