Update Routine updates#96
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
commit: |
11a29c3 to
19e34cf
Compare
bc07709 to
1c13aee
Compare
8a61261 to
8131c97
Compare
aa06eef to
92229e6
Compare
92229e6 to
0aeece6
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:
24.12.4→24.13.219.2.15→19.2.17de0fac2→df4cb1c1.39.1→1.42.010.4.1→10.5.010.6.00.5.2→0.5.317.6.0→17.7.03.8.3→3.8.43.9.1(+2)19.2.6→19.2.719.2.6→19.2.72.37.0→2.39.06.12.4→6.14.06.16.0(+1)1.95.1→1.96.18.60.0→8.62.04.1.7→4.1.9Release Notes
get-convex/convex-backend (convex)
v1.42.0npx convex project createcommand that can be usedto create new projects programmatically.
--names-onlyflag tonpx convex env list(and
npx convex env default list). This flag shows the names ofthe env vars that are set, without the values. It can be useful
to let AI coding agents know the variables that are set on a deployment,
without giving them the actual values.
useStaleSnapshotoption to the arguments forrunQuery.This is an advanced feature that can be used to allow mutations
to avoid optimistic concurrency control (OCC) conflicts in some cases
where they can commit even though they depend on conflicting reads.
This change allows us to improve the performance of some of the
official Convex components, including Workpool.
db.*methods to more clearly explainthe difference between the old APIs without table names
(e.g.
db.get(userId)) and the new APIs with table names(e.g.
db.get("users", userId)).correctly when the user or token doesn’t have permission to do something.
scheduledFunctionIdinctx.meta.getRequestMetadata().npx convex insightshas a new--jsonflag that makes the commandoutput easier to parse programmatically.
convex/serveras@deprecated(
FileMetadata,FileStorageId,StorageId). These types are usedonly by file storage APIs that were deprecated in
[email protected],so we also marked them as
@deprecatedfor clarity.wspeer dependency to avoid a vulnerable range.v1.41.0with the new
transactionLimitsoption inrunQuery/runMutation.npx convex ai-filesnow installs skills with separate copies ofeach skill for each coding agent instead of using symlinks.
We made this change to avoid known issues with symlinks on Windows.
npx convex devnow starts a different dashboard server for eachdeployment. This ensures the dashboard always connects to the
right deployment when multiple deployments are running at the same time.
v1.40.0npx convex deployment create team-slug:project-slug:local.using
npx convex deployment select team-slug:project-slug:local. This command warnswhen it moves the deployment to another project.
such as
npx convex devandnpx convex deploy.<AuthRefreshing />helper component, used to show indicators whenfunction calls are paused because the authentication token is refreshing.
--localand--cloudflags fromnpx convex dev. The behavior of these flagswas misleading when a deployment was already selected. Instead, use
npx convex deployment select localto use a local deployment, andnpx convex deployment select devto use your personal cloud dev deployment.npx convex logs:--tailis now accepted as an alias for the--historyflag.from the Convex cloud project if you don’t have permission to view the default environment
variables instead of crashing.
eslint/eslint (eslint)
v10.5.0Compare Source
Features
5ca8c52feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)b565783feat: report no-with violations at the with keyword (#20971) (Pixel998)2ce032ffeat: report max-lines-per-function violations at function head (#20966) (Pixel998)732cb3efeat: report max-nested-callbacks violations at function head (#20967) (Pixel998)f9c138afeat: report max-depth violations on keywords (#20943) (Pixel998)bdb496cfeat: correct max-depth handling for else-if chains (#20944) (Pixel998)c296873feat: update error loc inmax-statementsto function header (#20907) (Taejin Kim)Documentation
8ae1b5bdocs: Update README (GitHub Actions Bot)ca7eb90docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)f99b47adocs: Update README (GitHub Actions Bot)acf03d4docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)Chores
b18bf58chore: update ecosystem plugins (#20959) (ESLint Bot)c2d1444refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)243b8c5chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)217b2a9test: add unit tests for ParserService (#20949) (Taejin Kim)72003e7test: add location information to error messages inmax-statements(#20945) (lumir)7797c26refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)67c46fachore: update ecosystem plugins (#20938) (ESLint Bot)95d8c7achore: update dependency @eslint/json to v2 (#20934) (renovate[bot])cf9e496chore: update @arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)fb6d396test: run type tests with TypeScript 7 (#20868) (sethamus)ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.3Compare Source
export { }#110 (fixes #109)sindresorhus/globals (globals)
v17.7.0Compare Source
prettier/prettier (prettier)
v3.8.4Compare Source
diff
Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @byplayer)
Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.
facebook/react (react)
v19.2.7: 19.2.7 (June 1st, 2026)Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6(#36566 by @unstubbable)
remeda/remeda (remeda)
v2.39.0Compare Source
Bug Fixes
NoInfer(#1368) (53d22a6), closes #1364v2.38.0Compare Source
Bug Fixes
resend/resend-node (resend)
v6.14.0Compare Source
v6.13.0Compare Source
What's Changed
ContactImportsclass for managing contact imports by @vcapretz in #9636.13.0-canary.0by @vcapretz in #9766.13.0by @vcapretz in #984New Contributors
Full Changelog: resend/resend-node@v6.12.4...v6.13.0
svix/svix-webhooks (svix)
v1.96.1Compare Source
MessagePollerv2Consumer*Optionspublicv1.96.0Compare Source
--tokenoption tosvix listenv1.95.2Compare Source
health.getto Go, Python and Rust SDKtypescript-eslint/typescript-eslint (typescript-eslint)
v8.62.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.1Compare 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.61.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.60.1Compare 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.
vitest-dev/vitest (vitest)
v4.1.9Compare Source
🐞 Bug Fixes
importOriginalwith optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #10546 (a5180)View changes on GitHub
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1-5)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.