Update Routine updates - #68
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
commit: |
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
6 times, most recently
from
August 10, 2026 20:49
4a5beba to
119fe86
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
3 times, most recently
from
August 15, 2026 13:50
55043d7 to
8b9d58d
Compare
renovate
Bot
force-pushed
the
renovate/routine-updates
branch
from
August 16, 2026 01:09
8b9d58d to
d205fa9
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:
8.65.0→8.67.08.65.0→8.67.0de0fac2→d23441a93cb6ef→fbc6f391.42.3→1.43.01.44.00.0.54→0.0.5510.8.0→10.8.10.5.3→0.5.417.8.0→17.11.08.65.0→8.67.0v0.6.0→v0.6.2Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.67.0Compare Source
This was a version bump only for eslint-plugin 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.66.0Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.67.0Compare Source
This was a version bump only for parser 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.66.0Compare Source
This was a version bump only for parser 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.
get-convex/convex-backend (convex)
v1.43.0npx convex deployment usageandnpx convex deployment usage-limitsCLI commands toview a deployment’s current resource usage, and
view or edit deployment usage limits.
minuteUTCparameter. When omitted, Convex will automaticallychoose a stable start time within the scheduled hour,
avoiding concentrating jobs at the top of the hour.
commit timestamp
with
ctx.db.vars.commitTs. While the mutation is running,ctx.db.vars.commitTsis a placeholder symbol that isreplaced with a Int64 value at commit time that is guaranteed
to strictly follow commit order, unlike the
_creationTimesystem field.This low-level primitive is helpful for advanced use cases such as implementing
efficient FIFO queues.
v.commitTs()validator that accepts either theupcoming commit timestamp placeholder, or a Int64 commit timestamp.
when using side-by-side TypeScript 6 and 7 installation.
(This setup is used in codebases that want to use the native TypeScript 7
compiler but still need access to the TypeScript compiler JavaScript API.)
typescriptCompilerparameter inconvex.json.This parameter was only necessary when using the TypeScript Native Preview
(@typescript/native-preview). With TypeScript 7, Convex
automatically picks the right binary.
it’s now possible to omit the
envargument fromapp.use(component, { … }).app.use()failed to requirea second argument when a component has required environment variables
(e.g.
app.use(component, { env: { REQUIRED_VAR: "value" } })).usePaginatedQuery_experimentalwhere page splits were handled incorrectly.
get-convex/convex-test (convex-test)
v0.0.55Compare Source
db.vars.commitTsandv.commitTs().finishAllScheduledFunctionswould drop functionsscheduled under real timers.
eslint/eslint (eslint)
v10.8.1Compare Source
Bug Fixes
18eb0a7fix: prevent ASI hazard inno-unused-labelsautofix (#21173) (dongkyu lee)151ba3ffix: false positives ingetter-returnandaccessor-pairs(#21163) (Grit)6898df9fix: ignore meta-property names inid-denylist(#21166) (Pixel)4d7db66fix: ignore meta-property names inid-match(#21167) (Pixel)677214efix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)Documentation
7d0cbf8docs: Update README (GitHub Actions Bot)0a05812docs: add missing backticks tono-duplicate-imports.js(#21183) (Lee Daeun)678c90bdocs: Update README (GitHub Actions Bot)8a10424docs: Update README (GitHub Actions Bot)69bb948docs: Update README (GitHub Actions Bot)Chores
0a14800chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])05adcb1test: fix failing ecosystem test foreslint-plugin-unicorn(#21191) (Lazizbek Ergashev)5611035test: add error locations info tono-void(#21185) (Lee Daeun)ee47333ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])f131c03chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)1f6eddechore: update ecosystem plugins (#21182) (ESLint Bot)d3266fbchore: unpinwebpackdependency (#21172) (Francesco Trotta)65a6519chore: add allowScripts field to package.json (#21092) (GiHoon Noh)22e5256ci: addtriage:nolabel to Dependabot PRs (#21141) (lumir)55c9038ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])7280e78chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])eddbad6test: fix failing ecosystem test foreslint-plugin-unicorn(#21156) (Francesco Trotta)60a178dchore: update ecosystem plugins (#21150) (ESLint Bot)f9f61dctest: add error locations tono-unreachable(#21151) (JIYEON)d086293test: add error locations tono-undef(#21147) (JIYEON)cc01b67test: add error locations tono-useless-catch(#21144) (devoil)688e75echore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)7c1e175test: add error locations torequire-await(#21145) (Grit)588a26dtest: add error locations tono-extra-label(#21139) (dongkyu lee)059aa89test: add error locations tono-useless-concat(#21140) (dongkyu lee)5a452a8test: add error locations tono-const-assign(#21138) (dongkyu lee)ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.4Compare Source
instanttoallowExportNamesin Next config #112sindresorhus/globals (globals)
v17.11.0Compare Source
v17.10.0Compare Source
v17.9.0Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
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.
zizmorcore/zizmor-action (zizmorcore/zizmor-action)
v0.6.2Compare Source
zizmor 1.29.0 is now the default version.
v0.6.1Compare Source
zizmor 1.28.0 is now the default version used by the action.
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1-5)🚦 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.