Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence Type Update
@iconify-json/simple-icons ^1.2.53 -> ^1.2.54 age confidence dependencies patch
@nuxt/ui (source) 4.0.0 -> 4.0.1 age confidence dependencies patch
@paypal/paypal-js (source) ^8.1.2 -> ^8.4.2 age confidence peerDependencies minor
@stripe/stripe-js (source) ^7.0.0 -> ^7.9.0 age confidence peerDependencies minor
@types/youtube (source) ^0.1.0 -> ^0.1.2 age confidence peerDependencies patch
@typescript-eslint/typescript-estree (source) ^8.44.1 -> ^8.46.0 age confidence devDependencies minor
@unhead/vue (source) ^2.0.3 -> ^2.0.17 age confidence peerDependencies patch
actions/stale v10.0.0 -> v10.1.0 age confidence action minor
bumpp ^10.2.3 -> ^10.3.1 age confidence devDependencies minor
eslint (source) ^9.36.0 -> ^9.37.0 age confidence devDependencies minor
playwright-core (source) ^1.55.1 -> ^1.56.0 age confidence devDependencies minor
pnpm (source) 10.17.1 -> 10.18.1 age confidence packageManager minor
typescript (source) 5.9.2 -> 5.9.3 age confidence devDependencies patch
vue-tsc (source) ^3.0.8 -> ^3.1.1 age confidence devDependencies minor

Release Notes

nuxt/ui (@​nuxt/ui)

v4.0.1

Compare Source

Bug Fixes
  • App: allow global portal disabling (#​5111) (7659fa1)
  • AuthForm: export type with proper inference for field-specific props (#​5106) (344f269)
  • Avatar: remove redundant img role (066b8a1), closes #​5044
  • Carousel: ensure plugins init after client-side navigation (#​5117) (21fbe63)
  • Carousel: invert arrow keys in RTL direction (#​5072) (fde53ee)
  • ChatMessages: ensure content is render before scrolling (0db622a)
  • ChatMessages: watch deep to handle streaming with parts (ff67fa3)
  • components: add missing data-orientation for consistency (a9fe7c6)
  • ContentNavigation: improve path matching and recursion with default-open (22ee075), closes #​5112
  • ContentSearch/DashboardSearch: proxy modal props to support fullscreen (095a0c1)
  • DashboardPanel/DashboardSidebar: handle RTL mode (#​5109) (fface35)
  • Drawer: prevent unwanted close when dismissible is false (#​5085) (2abdc21)
  • Drawer: use full height/width for snapPoints (#​5041) (b145768)
  • locale: improve ckb translations (#​5079) (3ee3a5e)
  • locale: improve typography with ellipsis (#​5052) (391f9f5)
  • Pagination: make ellipsis non-interactive (#​5081) (62f64cc)
  • Table: empty cell value causing hydration errors (#​5069) (44a38ea)
  • unplugin: handle components resolution with subpath (31db8d9)
  • useKbd: update escape key from to Esc (#​5076) (64d1589)
  • vue: align useCookie stub with nuxt's default value handling (#​5089) (f531807)
paypal/paypal-js (@​paypal/paypal-js)

v8.4.2

Compare Source

Patch Changes
  • 9423b3d: fix: use correct type name with v6 script load options
  • 415c94e: Fix SdkInstance type definition conditional statements.

v8.4.1

Compare Source

Patch Changes
  • f97adb4: fix: update type for v6 loader loadCoreSdkScript

v8.4.0

Compare Source

Minor Changes
  • 4d51a9a: Add new script loader for v6 core sdk script
Patch Changes
  • d3851e4: Adds types for v5 Direct App Switch

v8.3.1

Compare Source

Patch Changes
  • c22489a: Update tsconfig location for paypal-js package

v8.3.0

Compare Source

Minor Changes
  • f594d7e: Update rollup config and add V6 types

v8.2.0

Compare Source

Minor Changes
  • 6f339f6: Adding test for card-fields.test.ts

v8.1.3

Compare Source

Patch Changes
  • b2253cc: Prevent option paremeter being modified by processOptions()
stripe/stripe-js (@​stripe/stripe-js)

v7.9.0

Compare Source

New features
  • Add buttonBorderRadius to types (#​798)
  • Add 'allow_redisplay' to 'PaymentMethodCreateParams' (#​796)
Fixes
  • Bump sha.js from 2.4.11 to 2.4.12 in /examples/parcel (#​799)

v7.8.0

Compare Source

New features
  • chore: add fonts types (#​795)
  • Adding SPM option to StripeCheckoutElementsOptions (#​793)
Changed
  • removes double github token check (#​794)

v7.7.0

Compare Source

New features
  • Add types for new issuingAddToWalletButton (#​792)
  • Add types for allowed_payment_method_types and excluded_payment_method_types (#​790)
Changed
  • Delete Webpack example (#​791)
  • Bump pbkdf2 from 3.1.1 to 3.1.3 in /examples/parcel (#​771)

v7.6.1

Compare Source

New features
Fixes
  • Add missing tax id types (#​789)
Changed

v7.6.0

Compare Source

New features
  • Add public types for Tax Id Element (#​788)
Fixes
Changed

v7.5.0

Compare Source

New features
  • Add typings for confirmBilliePayment function (#​773)
  • Add cancel event to ewcs ece (#​777)
  • add billing details to pe change event (#​770)
Fixes
  • migrate to stale action from stable bot (#​776)
  • adds check for prerequisites (#​765)
Changed

v7.4.0

Compare Source

New features
  • Add currency to elements group option (#​769)
  • Add reject param to ECE click callback (#​767)
  • Add cardFunding to applePay paymentRequest option (#​768)

v7.3.1

Compare Source

Changed
  • Add missing link PaymentWalletsOption type (#​759)

v7.3.0

Compare Source

New features
  • add klarna to ece public types (#​753)
  • Add syncAddressCheckbox type to BaseStripeElementOptions (#​752)
Fixes
Changed

v7.2.0

Compare Source

Changed
  • Update PMME currency and countryCode types (#​750)

v7.1.0

Compare Source

New features
  • Remove CPM beta references, add CPM to elements.update types (#​747)
typescript-eslint/typescript-eslint (@​typescript-eslint/typescript-estree)

v8.46.0

Compare Source

🚀 Features
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#​9232)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#​11635)
🩹 Fixes
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • typescript-estree: forbid abstract modifier in object methods (#​11656)
❤️ Thank You
  • fisker Cheung @​fisker
  • Josh Goldberg ✨
  • Joshua Chen

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

v8.45.0

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

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

unjs/unhead (@​unhead/vue)

v2.0.17

Compare Source

No significant changes

    View changes on GitHub

v2.0.14

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.13

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.9

Compare Source

   🏎 Performance
    View changes on GitHub

v2.0.8

Compare Source

No significant changes

    View changes on GitHub

v2.0.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
actions/stale (actions/stale)

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/stale@v10...v10.1.0

antfu-collective/bumpp (bumpp)

v10.3.1

Compare Source

No significant changes

    View changes on GitHub

v10.3.0

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.37.0

Compare Source

microsoft/playwright (playwright-core)

v1.56.0

Compare Source

pnpm/pnpm (pnpm)

v10.18.1

Compare Source

Patch Changes
  • Don't print a warning, when --lockfile-only is used #​8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.

v10.18.0

Compare Source

Minor Changes
  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps.
    Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #​10025.

Patch Changes
  • Retry filesystem operations on EAGAIN errors #​9959.
  • Outdated command respects minimumReleaseAge configuration #​10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #​8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #​10037.
microsoft/TypeScript (typescript)

v5.9.3

Compare Source

vuejs/language-tools (vue-tsc)

v3.1.1

Compare Source

Features
  • feat(language-server): support --tsdk command line arg (#​5691)
Bug Fixes
  • fix(language-core): tolerate non-literal export default (#​5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#​5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#​5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#​5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#​5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#​5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#​5696) - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): reimplement writeGlobalTypes without side effects

v3.1.0

Compare Source

Performance
Other Changes

Configuration

📅 Schedule: Branch creation - "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 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.

Copy link

vercel bot commented Apr 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
scripts-docs Ready Ready Preview Comment Oct 6, 2025 7:39pm
scripts-playground Ready Ready Preview Comment Oct 6, 2025 7:39pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c4e39b to 5bfebea Compare April 5, 2025 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5bfebea to 7804f68 Compare April 6, 2025 09:08
@renovate renovate bot changed the title chore(deps): update resolutions typescript to v5.8.3 chore(deps): update all non-major dependencies Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7804f68 to 2d975ff Compare April 7, 2025 04:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d975ff to 0104ff1 Compare April 7, 2025 08:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0104ff1 to 8120e32 Compare April 7, 2025 15:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8120e32 to 5ec9f5e Compare April 7, 2025 18:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ec9f5e to efcb3b7 Compare April 8, 2025 08:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from efcb3b7 to 1a61aec Compare April 10, 2025 00:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a61aec to cf8e7f8 Compare April 10, 2025 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf8e7f8 to 2b13cf8 Compare April 11, 2025 01:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1fa4f35 to 53a4d6a Compare September 29, 2025 23:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53a4d6a to 7d7eeb6 Compare October 1, 2025 04:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d7eeb6 to cf2bd46 Compare October 2, 2025 16:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf2bd46 to a9c51cb Compare October 3, 2025 22:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a9c51cb to 8b63f2a Compare October 5, 2025 10:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b63f2a to aa6adf9 Compare October 6, 2025 02:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa6adf9 to 3eb6340 Compare October 6, 2025 06:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3eb6340 to 34ad0c1 Compare October 6, 2025 15:42
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