chore(deps): Update all non-major dependencies #175
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:
9.31.0
->9.34.0
22.16.5
->22.18.0
8.15.4
->8.15.5
8.37.0
->8.41.0
8.37.0
->8.41.0
17.2.0
->17.2.1
9.31.0
->9.34.0
5.5.3
->5.5.4
5.4.0
->5.5.0
9.7.0
->9.9.0
10.13.1
->10.15.0
18.3.0
->18.5.0
4.20.3
->4.20.5
5.8.3
->5.9.2
7.0.5
->7.1.3
Release Notes
eslint/eslint (@eslint/js)
v9.34.0
Compare Source
v9.33.0
Compare Source
v9.32.0
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.41.0
Compare Source
🩹 Fixes
You can read about our versioning strategy and releases on our website.
v8.40.0
Compare Source
🚀 Features
EnumMember
(#11232)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.39.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.39.0
Compare Source
🚀 Features
🩹 Fixes
unsafeObjectPattern
message (#11403)check
option for most RHS of a chain (#11272)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.38.0
Compare Source
🩹 Fixes
isolatedDeclarations
if enabled inconstructor
option (#11351)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.41.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.40.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.39.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.39.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.38.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
motdotla/dotenv (dotenv)
v17.2.1
Compare Source
Changed
eslint/eslint (eslint)
v9.34.0
Compare Source
v9.33.0
Compare Source
v9.32.0
Compare Source
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.4
Compare Source
Patch Changes
#755
723f7a8
Thanks @kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist
#751
cf52b30
Thanks @andreww2012! - fix: disallow extra properties in rule optionsfastify/fastify (fastify)
v5.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: fastify/fastify@v5.4.0...v5.5.0
pinojs/pino (pino)
v9.9.0
Compare Source
v9.8.0
Compare Source
What's Changed
logger.msgPrefix
getter by @indutny-signal in https://github.com/pinojs/pino/pull/2232New Contributors
Full Changelog: pinojs/pino@v9.7.0...v9.8.0
pnpm/pnpm (pnpm)
v10.15.0
Compare Source
Minor Changes
cleanupUnusedCatalogs
configuration. When set totrue
, pnpm will remove unused catalog entries during installation #9793.@*/pnpm-plugin-*
#9780.pnpm config get
now prints an INI string for an object value #9797.pnpm config get
now accepts property paths (e.g.pnpm config get catalog.react
,pnpm config get .catalog.react
,pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'
), andpnpm config set
now accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true
).pnpm config get --json
now prints a JSON serialization of config value, andpnpm config set --json
now parses the input value as JSON.Patch Changes
pnpm create
command, must verify whether the node version is supported even if a cache already exists #9775.*/*
to theAccept
header to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --help
doesn't pass--help
topkg
#9823.v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.stripe/stripe-node (stripe)
v18.5.0
Compare Source
2025-08-27.basil
.balance_report
,payout_details
, andpayout_reconciliation_report
onAccountSession.components
andAccountSessionCreateParams.components
name
onBillingPortal.ConfigurationCreateParams
,BillingPortal.ConfigurationUpdateParams
, andBillingPortal.Configuration
installments
onCharge.payment_method_details.alma
transaction_id
onCharge.payment_method_details.alma
,Charge.payment_method_details.amazon_pay
,Charge.payment_method_details.billie
,Charge.payment_method_details.kakao_pay
,Charge.payment_method_details.kr_card
,Charge.payment_method_details.naver_pay
,Charge.payment_method_details.payco
,Charge.payment_method_details.revolut_pay
,Charge.payment_method_details.samsung_pay
, andCharge.payment_method_details.satispay
location
andreader
onCharge.payment_method_details.paynow
amount_includes_iof
onCheckout.Session.payment_method_options.pix
,Checkout.SessionCreateParams.payment_method_options.pix
,PaymentIntent.payment_method_options.pix
,PaymentIntentConfirmParams.payment_method_options.pix
,PaymentIntentCreateParams.payment_method_options.pix
, andPaymentIntentUpdateParams.payment_method_options.pix
block
andresolution
on enumDispute.payment_method_details.card.case_type
terminal_android_apk
on enumsFile.purpose
andFileListParams.purpose
terminal_android_apk
on enumFileCreateParams.purpose
metadata
andperiod
onInvoiceCreatePreviewParams.schedule_details.phases[].add_invoice_items[]
,SubscriptionCreateParams.add_invoice_items[]
,SubscriptionSchedule.phases[].add_invoice_items[]
,SubscriptionScheduleCreateParams.phases[].add_invoice_items[]
,SubscriptionScheduleUpdateParams.phases[].add_invoice_items[]
, andSubscriptionUpdateParams.add_invoice_items[]
exp_month
andexp_year
onIssuing.CardCreateParams
excluded_payment_method_types
onPaymentIntentCreateParams
andPaymentIntent
payout_method
onPayoutCreateParams
andPayout
mxn
onTerminal.Configuration.tipping
,Terminal.ConfigurationCreateParams.tipping
, andTerminal.ConfigurationUpdateParams.tipping
card
onTerminal.ReaderPresentPaymentMethodParams.testHelpers
card
on enumTerminal.ReaderPresentPaymentMethodParams.testHelpers.type
2025-08-27.basil
on enumWebhookEndpointCreateParams.api_version
customer_session_expired
andindia_recurring_payment_mandate_canceled
onInvoice.last_finalization_error
,PaymentIntent.last_payment_error
,SetupAttempt.setup_error
,SetupIntent.last_setup_error
, andStripeError
v18.4.0
Compare Source
This release changes the pinned API version to
2025-07-30.basil
.instant_payouts_promotion
onAccountSession.components
andAccountSessionCreateParams.components
adjustable_quantity
onBillingPortal.Configuration.features.subscription_update.products[]
,BillingPortal.ConfigurationCreateParams.features.subscription_update.products[]
, andBillingPortal.ConfigurationUpdateParams.features.subscription_update.products[]
disabled
from enumCapability.status
transaction_id
onCharge.payment_method_details.cashapp
origin_context
onCheckout.SessionCreateParams
andCheckout.Session
template
onCheckout.Session.invoice_creation.invoice_data.rendering_options
,Checkout.SessionCreateParams.invoice_creation.invoice_data.rendering_options
,PaymentLink.invoice_creation.invoice_data.rendering_options
,PaymentLinkCreateParams.invoice_creation.invoice_data.rendering_options
, andPaymentLinkUpdateParams.invoice_creation.invoice_data.rendering_options
setup_future_usage
onCheckout.Session.payment_method_options.pix
andCheckout.SessionCreateParams.payment_method_options.pix
nz_bank_account
on enumCheckout.SessionCreateParams.payment_method_types
Identity.VerificationSession.related_person.account
to be requiredIdentity.VerificationSession.related_person.person
to be requiredduration
onInvoiceCreatePreviewParams.schedule_details.phases[]
,SubscriptionScheduleCreateParams.phases[]
, andSubscriptionScheduleUpdateParams.phases[]
InvoiceCreatePreviewParams.subscription_details.cancel_at
,SubscriptionCreateParams.cancel_at
, andSubscriptionUpdateParams.cancel_at
fromDateTime
toDateTime | enum('max_period_end'|'min_period_end')
price_data
onPaymentLinkCreateParams.line_items[]
PaymentLinkCreateParams.line_items[].price
to be optionalAmerica/Coyhaique
on enumReporting.ReportRunCreateParams.parameters.timezone
standard
onTax.Registration.country_options.ae
,Tax.Registration.country_options.au
,Tax.Registration.country_options.ch
,Tax.Registration.country_options.gb
,Tax.Registration.country_options.jp
,Tax.Registration.country_options.no
,Tax.Registration.country_options.nz
,Tax.Registration.country_options.sg
,Tax.RegistrationCreateParams.country_options.ae
,Tax.RegistrationCreateParams.country_options.al
,Tax.RegistrationCreateParams.country_options.ao
,Tax.RegistrationCreateParams.country_options.au
,Tax.RegistrationCreateParams.country_options.aw
,Tax.RegistrationCreateParams.country_options.ba
,Tax.RegistrationCreateParams.country_options.bb
,Tax.RegistrationCreateParams.country_options.bd
,Tax.RegistrationCreateParams.country_options.bf
,Tax.RegistrationCreateParams.country_options.bh
,Tax.RegistrationCreateParams.country_options.bs
,Tax.RegistrationCreateParams.country_options.cd
,Tax.RegistrationCreateParams.country_options.ch
,Tax.RegistrationCreateParams.country_options.et
,Tax.RegistrationCreateParams.country_options.gb
,Tax.RegistrationCreateParams.country_options.gn
,Tax.RegistrationCreateParams.country_options.is
,Tax.RegistrationCreateParams.country_options.jp
,Tax.RegistrationCreateParams.country_options.me
,Tax.RegistrationCreateParams.country_options.mk
,Tax.RegistrationCreateParams.country_options.mr
,Tax.RegistrationCreateParams.country_options.no
,Tax.RegistrationCreateParams.country_options.nz
,Tax.RegistrationCreateParams.country_options.om
,Tax.RegistrationCreateParams.country_options.rs
,Tax.RegistrationCreateParams.country_options.sg
,Tax.RegistrationCreateParams.country_options.sr
,Tax.RegistrationCreateParams.country_options.uy
,Tax.RegistrationCreateParams.country_options.za
, andTax.RegistrationCreateParams.country_options.zw
inbound_goods
on enumsTax.Registration.country_options.at.standard.place_of_supply_scheme
,Tax.Registration.country_options.be.standard.place_of_supply_scheme
,Tax.Registration.country_options.bg.standard.place_of_supply_scheme
,Tax.Registration.country_options.cy.standard.place_of_supply_scheme
,Tax.Registration.country_options.cz.standard.place_of_supply_scheme
,Tax.Registration.country_options.de.standard.place_of_supply_scheme
,Tax.Registration.country_options.dk.standard.place_of_supply_scheme
,Tax.Registration.country_options.ee.standard.place_of_supply_scheme
,Tax.Registration.country_options.es.standard.place_of_supply_scheme
,Tax.Registration.country_options.fi.standard.place_of_supply_scheme
,Tax.Registration.country_options.fr.standard.place_of_supply_scheme
,Tax.Registration.country_options.gr.standard.place_of_supply_scheme
,Tax.Registration.country_options.hr.standard.place_of_supply_scheme
,Tax.Registration.country_options.hu.standard.place_of_supply_scheme
,Tax.Registration.country_options.ie.standard.place_of_supply_scheme
,Tax.Registration.country_options.it.standard.place_of_supply_scheme
,Tax.Registration.country_options.lt.standard.place_of_supply_scheme
,Tax.Registration.country_options.lu.standard.place_of_supply_scheme
,Tax.Registration.country_options.lv.standard.place_of_supply_scheme
,Tax.Registration.country_options.mt.standard.place_of_supply_scheme
,Tax.Registration.country_options.nl.standard.place_of_supply_scheme
,Tax.Registration.country_options.pl.standard.place_of_supply_scheme
,Tax.Registration.country_options.pt.standard.place_of_supply_scheme
,Tax.Registration.country_options.ro.standard.place_of_supply_scheme
,Tax.Registration.country_options.se.standard.place_of_supply_scheme
,Tax.Registration.country_options.si.standard.place_of_supply_scheme
,Tax.Registration.country_options.sk.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.at.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.be.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.bg.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.cy.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.cz.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.de.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.dk.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.ee.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.es.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.fi.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.fr.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.gr.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.hr.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.hu.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.ie.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.it.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.lt.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.lu.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.lv.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.mt.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.nl.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.pl.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.pt.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.ro.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.se.standard.place_of_supply_scheme
,Tax.RegistrationCreateParams.country_options.si.standard.place_of_supply_scheme
, andTax.RegistrationCreateParams.country_options.sk.standard.place_of_supply_scheme
aed
,bgn
,huf
, andron
onTerminal.Configuration.tipping
,Terminal.ConfigurationCreateParams.tipping
, andTerminal.ConfigurationUpdateParams.tipping
2025-07-30.basil
on enumWebhookEndpointCreateParams.api_version
Stripe.API_VERSION
privatenumber/tsx (tsx)
v4.20.5
Compare Source
Bug Fixes
This release is also available on:
v4.20.4
Compare Source
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
vitejs/vite (vite)
[
v7.1.3
](https://redirect.giConfiguration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.