Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #1209

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-dynamodb (source) 3.723.0 -> 3.724.0 age adoption passing confidence dependencies minor
@aws-sdk/client-dynamodb (source) ^3.723.0 -> ^3.724.0 age adoption passing confidence dependencies minor
@aws-sdk/client-route-53 (source) ^3.723.0 -> ^3.725.0 age adoption passing confidence dependencies minor
@clack/core (source) ^0.4.0 -> ^0.4.1 age adoption passing confidence devDependencies patch
@happy-dom/global-registrator (source) ^16.3.0 -> ^16.5.3 age adoption passing confidence devDependencies minor
@iconify/json (source) ^2.2.292 -> ^2.2.293 age adoption passing confidence dependencies patch
@microsoft/api-extractor (source) ^7.48.1 -> ^7.49.1 age adoption passing confidence devDependencies minor
@stripe/stripe-js (source) ^5.4.0 -> ^5.5.0 age adoption passing confidence dependencies minor
@types/bun (source) ^1.1.15 -> ^1.1.16 age adoption passing confidence dependencies patch
@unocss/reset 0.65.3 -> 0.65.4 age adoption passing confidence dependencies patch
ace-builds ^1.37.3 -> ^1.37.4 age adoption passing confidence dependencies patch
bumpp ^9.9.2 -> ^9.10.0 age adoption passing confidence dependencies minor
oven/bun 1.1.42-debian -> 1.1.43-debian age adoption passing confidence final patch
oven/bun 1.1.42-debian -> 1.1.43-debian age adoption passing confidence stage patch
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence devDependencies patch
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence peerDependencies patch
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence dependencies patch
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch
unocss 0.65.3 -> 0.65.4 age adoption passing confidence devDependencies patch
unocss 0.65.3 -> 0.65.4 age adoption passing confidence dependencies patch
vite-plugin-webfont-dl (source) ^3.10.3 -> ^3.10.4 age adoption passing confidence devDependencies patch

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-dynamodb)

v3.724.0

Compare Source

Features
  • client-dynamodb: This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days. (5e4350e)
aws/aws-sdk-js-v3 (@​aws-sdk/client-route-53)

v3.725.0

Compare Source

Features
  • client-route-53: Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region (444cdc9)
natemoo-re/clack (@​clack/core)

v0.4.1

Compare Source

Patch Changes
  • 8093f3c: Adds Error support to the validate function
  • e5ba09a: Fixes a cursor display bug in terminals that do not support the "hidden" escape sequence. See Issue #​127.
  • 8cba8e3: Fixes a rendering bug with cursor positions for TextPrompt
capricorn86/happy-dom (@​happy-dom/global-registrator)

v16.5.3

Compare Source

👷‍♂️ Patch fixes

v16.5.2

Compare Source

👷‍♂️ Patch fixes
  • Event.target should be the target element after an event has been dispatched - By @​capricorn86 in task #​1529

v16.5.1

Compare Source

v16.5.0

Compare Source

🎨 Features

v16.4.3

Compare Source

v16.4.2

Compare Source

v16.4.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where HTML assigned to document.documentElement.innerHTML isnt parsed correctly since v16 - By @​capricorn86 in task #​1663

v16.4.0

Compare Source

🎨 Features
iconify/icon-sets (@​iconify/json)

v2.2.293

Compare Source

microsoft/rushstack (@​microsoft/api-extractor)

v7.49.1

Compare Source

Thu, 09 Jan 2025 01:10:10 GMT

Version update only

v7.49.0

Compare Source

Tue, 07 Jan 2025 22:17:32 GMT

Minor changes
  • Upgrade the bundled compiler engine to TypeScript 5.7.2
stripe/stripe-js (@​stripe/stripe-js)

v5.5.0

Compare Source

New features
  • Add type definition for elements group update-end event (#​704)
  • Add paypal buttonType types (#​703)
unocss/unocss (@​unocss/reset)

v0.65.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
ajaxorg/ace-builds (ace-builds)

v1.37.4

Compare Source

antfu/bumpp (bumpp)

v9.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.9.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
oven-sh/bun (oven/bun)

v1.1.43: Bun v1.1.43

To install Bun v1.1.43

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.43:

bun upgrade
Read Bun v1.1.43's release notes on Bun's blog
Thanks to 22 contributors!
microsoft/TypeScript (typescript)

v5.7.3

Compare Source

feat-agency/vite-plugin-webfont-dl (vite-plugin-webfont-dl)

v3.10.4

Compare Source

What's Changed

  • Fix relative "base" when using style tag #​68

Full Changelog: feat-agency/vite-plugin-webfont-dl@v3.10.3...v3.10.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

what-the-diff bot commented Jan 7, 2025

PR Summary

  • Updated Dependency
    The version of "@stripe/stripe-js", which is a package we use to facilitate our integration with Stripe services, has been upgraded from 5.4.0 to 5.5.0. This brings an improvement by ensuring we are using the latest features and security updates provided by Stripe.

@renovate renovate bot changed the title chore(deps): update dependency @stripe/stripe-js to ^5.5.0 chore(deps): update all non-major dependencies Jan 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from e6e90b7 to 2fc64f1 Compare January 9, 2025 15:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2fc64f1 to 81fdb8f Compare January 9, 2025 15:09
@chrisbbreuer chrisbbreuer merged commit 7b4bee3 into main Jan 9, 2025
5 of 9 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 9, 2025 15:15
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.

1 participant