Skip to content

Update Routine updates - #68

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/routine-updates
Open

Update Routine updates#68
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/routine-updates

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@typescript-eslint/eslint-plugin (source) 8.65.08.67.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.65.08.67.0 age confidence devDependencies minor
actions/checkout (changelog) de0fac2d23441a action digest
actions/checkout (changelog) 93cb6effbc6f39 action digest
convex (source) 1.42.31.43.0 age confidence devDependencies minor 1.44.0
convex-test (source) 0.0.540.0.55 age confidence devDependencies patch
eslint (source) 10.8.010.8.1 age confidence devDependencies patch
eslint-plugin-react-refresh 0.5.30.5.4 age confidence devDependencies patch
globals 17.8.017.11.0 age confidence devDependencies minor
typescript-eslint (source) 8.65.08.67.0 age confidence devDependencies minor
zizmorcore/zizmor-action v0.6.0v0.6.2 age confidence action patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.67.0

Compare 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.0

Compare Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ 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.0

Compare 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.0

Compare 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.0

  • Added new npx convex deployment usage and
    npx convex deployment usage-limits CLI commands to
    view a deployment’s current resource usage, and
    view or edit deployment usage limits.
  • When defining hourly cron jobs, you can now omit the
    minuteUTC parameter. When omitted, Convex will automatically
    choose a stable start time within the scheduled hour,
    avoiding concentrating jobs at the top of the hour.
  • Mutations can now reference their upcoming
    commit timestamp
    with ctx.db.vars.commitTs. While the mutation is running,
    ctx.db.vars.commitTs is a placeholder symbol that is
    replaced with a Int64 value at commit time that is guaranteed
    to strictly follow commit order, unlike the _creationTime system field.
    This low-level primitive is helpful for advanced use cases such as implementing
    efficient FIFO queues.
  • Added a new v.commitTs() validator that accepts either the
    upcoming commit timestamp placeholder, or a Int64 commit timestamp.
  • The Convex CLI is now able to find the right TypeScript compiler
    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.)
  • Deprecated the typescriptCompiler parameter in convex.json.
    This parameter was only necessary when using the TypeScript Native Preview
    (@​typescript/native-preview). With TypeScript 7, Convex
    automatically picks the right binary.
  • When a component only uses environment variables that are all optional,
    it’s now possible to omit the env argument from app.use(component, { … }).
  • Fixed a bug where app.use() failed to require
    a second argument when a component has required environment variables
    (e.g. app.use(component, { env: { REQUIRED_VAR: "value" } })).
  • Fixed a bug in usePaginatedQuery_experimental
    where page splits were handled incorrectly.
get-convex/convex-test (convex-test)

v0.0.55

Compare Source

  • Support db.vars.commitTs and v.commitTs().
  • Fix an issue where finishAllScheduledFunctions would drop functions
    scheduled under real timers.
eslint/eslint (eslint)

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.5.4

Compare Source

  • Add instant to allowExportNames in Next config #​112
sindresorhus/globals (globals)

v17.11.0

Compare Source

v17.10.0

Compare Source

v17.9.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.67.0

Compare Source

🚀 Features
  • typescript-eslint: export basic globs for using tseslint (#​12105)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.66.0

Compare 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.2

Compare Source

zizmor 1.29.0 is now the default version.

v0.6.1

Compare Source

zizmor 1.28.0 is now the default version used by the action.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new

pkg-pr-new Bot commented Aug 3, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@convex-dev/action-retrier@68

commit: d205fa9

@renovate
renovate Bot force-pushed the renovate/routine-updates branch 6 times, most recently from 4a5beba to 119fe86 Compare August 10, 2026 20:49
@renovate
renovate Bot force-pushed the renovate/routine-updates branch 3 times, most recently from 55043d7 to 8b9d58d Compare August 15, 2026 13:50
@renovate
renovate Bot force-pushed the renovate/routine-updates branch from 8b9d58d to d205fa9 Compare August 16, 2026 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants