Update Routine updates#40
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
b146dd2 to
3d2d577
Compare
1ccd5f8 to
83e43da
Compare
b48e3ef to
1d9d2b8
Compare
67fdabb to
0321e69
Compare
c08c72a to
16157d5
Compare
705181f to
a9a0b79
Compare
538265b to
4614b2d
Compare
commit: |
beb34f0 to
d393c42
Compare
8103952 to
0129bfa
Compare
0129bfa to
a1bf9ad
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:
5.57.0→5.61.33.3.1→3.3.59.39.2→9.39.420.19.25→20.19.4118.3.27→18.3.2918.3.305.1.1→5.2.0de0fac2→df4cb1c6044e13→48b55a01.35.1→1.39.11.40.00.0.41→0.0.539.39.2→9.39.40.4.24→0.5.20.0.60→0.0.753.8.1→3.8.320.3.1→20.4.18.55.0→8.60.08.60.16.4.1→6.4.26.4.3Release Notes
clerk/javascript (@clerk/clerk-react)
v5.61.3Compare Source
Patch Changes
7955e9d]:v5.61.2Compare Source
Patch Changes
8a0c404]:v5.61.1Compare Source
Patch Changes
c00c524]:v5.61.0Compare Source
Minor Changes
Patch Changes
71bd53c,935f780]:v5.60.2Compare Source
Patch Changes
b17e4bb]:v5.60.1Compare Source
Patch Changes
35bcbd1]:v5.60.0Compare Source
Minor Changes
useOrganizationCreationDefaultshook to fetch suggested organization name and logo from default naming rules (#7690) by @LauraBeatrisPatch Changes
64a35f7]:v5.59.6Compare Source
Patch Changes
b7a4e1e]:v5.59.5Compare Source
Patch Changes
e995cc3]:v5.59.4Compare Source
Patch Changes
Prevent props from leaking to child elements in SignUpButton & SignInButton (#7589) by @tmilewski
Updated dependencies [
271ddeb]:v5.59.3Compare Source
Patch Changes
a4e6932]:v5.59.2Compare Source
Patch Changes
Fix React peer dependency version ranges to use
~instead of^for React 19 versions, ensuring non-overlapping version constraints. (#7513) by @jacekradkoUpdated dependencies [
03dd374]:v5.59.1Compare Source
Patch Changes
79eb5af,b3b02b4,7b3024a,2cd4da9]:v5.59.0Compare Source
Minor Changes
Patch Changes
375a32d,175883b,f626046,14342d2]:v5.58.1Compare Source
Patch Changes
Re-export experimental
useAPIKeyshook (#7387) by @wobsorianoAllow reordering API Keys and Billing pages in
<UserProfile />and<OrganizationProfile />. (#7383) by @wobsorianoExample:
Updated dependencies [
b117ebc]:v5.58.0Compare Source
Minor Changes
<TaskResetPassword/>session task component (#7314) by @octoperPatch Changes
e31f3d5,8376789,f917d68,818c25a,b41c0d5]:v5.57.1Compare Source
Patch Changes
Fixed an issue where
<APIKeys />mounted in a custom page caused an application to freeze. (#7316) by @wobsorianoUpdated dependencies [
40a841d,f364924,f115e56,d4aef71,3f99742,02798f5,07a30ce,ce8b914]:eslint/eslintrc (@eslint/eslintrc)
v3.3.5Compare Source
Bug Fixes
v3.3.4Compare Source
Bug Fixes
ajvto6.14.0to address security vulnerabilities (#221) (9139140)minimatchto3.1.3to address security vulnerabilities (#224) (30339d0)v3.3.3Compare Source
Bug Fixes
eslint/eslint (@eslint/js)
v9.39.4Compare Source
v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)vitejs/vite-plugin-react (@vitejs/plugin-react)
v5.2.0Compare Source
v5.1.4Compare Source
Fix
canSkipBabelnot accounting forbabel.overrides(#1098)When configuring
babel.overrideswithout top-level plugins or presets, Babel was incorrectly skipped. ThecanSkipBabelfunction now checks foroverrides.lengthto ensure override configurations are processed.v5.1.3Compare Source
v5.1.2Compare Source
get-convex/convex-backend (convex)
v1.39.1binentrypoint bug in 1.39.0.v1.39.0defineAppand
defineComponentnow accept anenvobject with string keys and validator values.Declared environment variables must be present and match the validators before deployment.
--local-cloud-port,--local-site-port,--local-backend-versionand--local-force-upgradeoptions tonpx convex devto be used whenever using a local deployment.AsyncLocalStorageandAsyncResourceAPIs fromnode:async_hooksare now availablein the standard Convex runtime. Note that stored values will not be threaded through calls to
ctx.runQuery/ctx.runMutation/ctx.runAction.v1.38.0ctx.meta.getRequestMetadata()to access request metadata in mutations and actions:request ID, client IP, and client User-Agent.
npx convex deployment select local.--expiryand--expiresaliases for--expirationinnpx convex deployment create.import "server-only"to mark files as server-only.npx convex disable-local-deploymentscommand.usePaginatedQuery_experimentaloverload that has an object-based API similarto
useQuery_experimental.v1.37.0useQuery_experimental, which accepts object-based args and returns anobject with status, data, and error that doesn't throw errors by default.
npx convex deployment token create my-token --save-env, enablingscripts to configure agent environments with access only to develop and deploy
against their own cloud deployment. e.g.
VisibilityPropertiestype to allow types likeRegisteredQueryto be more easily extended without losing covariance.
ctx.meta.getDeploymentMetadata()function.v1.36.1npx convex login --vercelto ask before joining a Convex team through the Vercel Marketplace.v1.36.0npx convex runnow supports--inline-queryfor evaluating readonly querieswithout creating a named function first, for example:
npx convex run --inline-query 'await ctx.db.query("messages").take(5)'.ctx.metato access extra metadata at runtime:ctx.meta.getFunctionMetadata(): the current function's name, component,visibility, and whether it's a query, mutation, or action.
ctx.meta.getTransactionMetrics(): how much capacity remains in the currenttransaction. Only available in queries and mutations.
npx convex env defaultcommand for getting and setting defaultenvironment variables for a project.
npx convex deploynow supports a--messageoption that allows you towrite details in the deployment’s audit log. When running
npx convex deployon CI runners on popular platforms (including GitHub Actions,Vercel, and Netlify), a default message will be provided if you don’t provide one
(e.g. “Deployed from GitHub Actions •
e83c516”).instead of creating a new one by using
--preview-nameinstead of--preview-create.This behavior is also used when deploying to preview deployments from the CI
without specifying
--preview-createexplictly, but you canspecify
--preview-createexplicitly to restore the old behavior. When using the--preview-runflag, the function only runs when a new deployment is created.npx convex codegencan now automatically start a local backend when necessary.with
CONVEX_LOCAL_BACKEND_STARTUP_TIMEOUT_SECS; this can be useful when usinglarge local databases.
npx convex ai-files removewould also remove skill files thatwere not installed by
npx convex ai-filesin inconsistent order across platforms.
npx convex dev --startwhere, in some cases, the--startcommandwould continue to run after closing the Convex dev server with Ctrl+C.
get-convex/convex-test (convex-test)
v0.0.53Compare Source
by always serializing scheduled mutations with the global transaction
manager.
v0.0.52Compare Source
ctx.meta.getDeploymentMetadata().v0.0.51Compare Source
v0.0.50Compare Source
and hit "Cannot read properties of null (reading 'state')".
v0.0.49Compare Source
;and be thestandard length of regular IDs for folks who have validators.
v0.0.48Compare Source
features (ctx.meta.{getFunctionMetadata,getTransactionMetrics})
v0.0.47Compare Source
to prevent corruption when calling different components in parallel.
This may have presented previously as not being able to find modules
that existed but were being resolved for the wrong component.
v0.0.46Compare Source
finishAllScheduledFunctionsto pump the macrotask queue insteadof microtask queue to enable dynamic imports to resolve, which regressed
in 0.0.45.
v0.0.45Compare Source
Now tests shouldn't fail due to dirty state left behind by other tests.
instead of overload so
TestConvex<SpecificSchema>is assignable toTestConvex<GenericSchema>.v0.0.44Compare Source
v0.0.43Compare Source
instead of the ID.
eslint/eslint (eslint)
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.2Compare Source
v0.5.1Compare Source
v0.5.0Compare Source
Breaking changes
reactRefreshexport is available and prefered over the default export. It's an object with two properties:plugin: The plugin object with the rulesconfigs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.customHOCsoption was renamed toextraHOCsextraHOCsoptionConfig example:
Config example without config:
Why
This version follows a revamp of the internal logic to better make the difference between random call expressions like
export const Enum = Object.keys(Record)and actual React HOC calls likeexport const MemoComponent = memo(Component). (fixes #93)The rule now handles ternaries and patterns like
export default customHOC(props)(Component)which makes it able to correctly support files like this one given this config:{ "react-refresh/only-export-components": [ "warn", { "extraHOCs": ["createRootRouteWithContext"] } ] }Because I'm not 100% sure this new logic doesn't introduce any false positive, this is done in a major-like version. This also give me the occasion to remove the hardcoded
connectfrom the rule. If you are usingconnectfromreact-redux, you should now add it toextraHOCslike this:{ "react-refresh/only-export-components": ["warn", { "extraHOCs": ["connect"] }] }v0.4.26Compare Source
v0.4.25Compare Source
export const ENUM = Object.keys(TABLE) as EnumType[];(fixes #93)_in component names (#94)stackblitz-labs/pkg.pr.new (pkg-pr-new)
v0.0.75Compare Source
v0.0.74Compare Source
v0.0.73Compare Source
v0.0.72Compare Source
v0.0.71Compare Source
v0.0.70Compare Source
v0.0.69Compare Source
v0.0.68Compare Source
v0.0.67Compare Source
v0.0.66Compare Source
v0.0.65Compare Source
v0.0.63Compare Source
v0.0.62Compare Source
v0.0.61Compare Source
prettier/prettier (prettier)
v3.8.3Compare Source
v3.8.2Compare Source
stripe/stripe-node (stripe)
v20.4.1Compare Source
v20.4.0Compare Source
This release changes the pinned API version to
2026-02-25.clover.Reserve.Hold,Reserve.Plan, andReserve.ReleaselocationandreaderonCharge.payment_method_details.card_present,Charge.payment_method_details.interac_present,ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present,PaymentAttemptRecord.payment_method_details.card_present,PaymentAttemptRecord.payment_method_details.interac_present,PaymentMethod.card.generated_from.payment_method_details.card_present,PaymentRecord.payment_method_details.card_present, andPaymentRecord.payment_method_details.interac_presentlk_vaton enumsCheckout.Session.customer_details.tax_ids[].type,Invoice.customer_tax_ids[].type,Tax.Calculation.customer_details.tax_ids[].type,Tax.Transaction.customer_details.tax_ids[].type, andTaxId.typelk_vaton enumsCustomerCreateParams.tax_id_data[].type,CustomerCreateTaxIdParams.type,InvoiceCreatePreviewParams.customer_details.tax_ids[].type,Tax.CalculationCreateParams.customer_details.tax_ids[].type, andTaxIdCreateParams.typereserve.hold.created,reserve.hold.updated,reserve.plan.created,reserve.plan.disabled,reserve.plan.expired,reserve.plan.updated, andreserve.release.createdon enumEvent.typeterminal_wifi_certificateandterminal_wifi_private_keyon enumsFile.purposeandFileListParams.purposeterminal_wifi_certificateandterminal_wifi_private_keyon enumFileCreateParams.purposepay_by_bankon enumsInvoice.payment_settings.payment_method_types,InvoiceCreateParams.payment_settings.payment_method_types,InvoiceUpdateParams.payment_settings.payment_method_types,Subscription.payment_settings.payment_method_types,SubscriptionCreateParams.payment_settings.payment_method_types, andSubscriptionUpdateParams.payment_settings.payment_method_typesdisplay_nameandservice_user_numberonMandate.payment_method_details.bacs_debitPaymentAttemptRecord.payment_method_details.boleto.tax_idandPaymentRecord.payment_method_details.boleto.tax_idfromstringtostring | nullPaymentAttemptRecord.payment_method_details.us_bank_account.expected_debit_dateandPaymentRecord.payment_method_details.us_bank_account.expected_debit_datefromstring | nulltostringtransaction_purposeonPaymentIntent.payment_method_options.us_bank_account,PaymentIntentConfirmParams.payment_method_options.us_bank_account,PaymentIntentCreateParams.payment_method_options.us_bank_account, andPaymentIntentUpdateParams.payment_method_options.us_bank_accountoptional_itemsonPaymentLinkUpdateParamscard_issuer_declineonRadar.PaymentEvaluation.insightspayment_behavioronSubscriptionItemDeleteParamslkonTax.Registration.country_optionsandTax.RegistrationCreateParams.country_optionscellularandstripe_s710onTerminal.ConfigurationCreateParams,Terminal.ConfigurationUpdateParams, andTerminal.Configurationsimulated_stripe_s710andstripe_s710on enumsTerminal.Reader.device_typeandTerminal.ReaderListParams.device_typereserve.hold.created,reserve.hold.updated,reserve.plan.created,reserve.plan.disabled,reserve.plan.expired,reserve.plan.updated, andreserve.release.createdon enumsWebhookEndpointCreateParams.enabled_eventsandWebhookEndpointUpdateParams.enabled_events2026-02-25.cloveron enumWebhookEndpointCreateParams.api_versionReserveHoldCreatedEventandReserveHoldUpdatedEventwith resourceReserve.HoldReservePlanCreatedEvent,ReservePlanDisabledEvent,ReservePlanExpiredEvent, andReservePlanUpdatedEventwith resourceReserve.PlanReserveReleaseCreatedEventwith resourceReserve.Releasestorer_capability_missingandstorer_capability_not_activeonInvoice.last_finalization_error,PaymentIntent.last_payment_error,SetupAttempt.setup_error,SetupIntent.last_setup_error, andStripeErrortypescript-eslint/typescript-eslint (typescript-eslint)
v8.60.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.59.4Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.3Compare 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.59.2Compare 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.59.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.59.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.58.2Compare Source
🩹 Fixes
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.