Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@content-collections/core (source) ^0.11.1 -> ^0.12.0 age confidence
@mixedbread/sdk ^0.19.0 -> ^0.36.0 age confidence
@mixedbread/sdk ^0.35.1 -> ^0.36.0 age confidence
@takumi-rs/core ^0.40.1 -> ^0.42.0 age confidence
@takumi-rs/helpers ^0.40.1 -> ^0.42.0 age confidence
@takumi-rs/image-response ^0.40.1 -> ^0.42.0 age confidence
algoliasearch (source) 5.41.0 -> 5.42.0 age confidence
lucide-static (source) ^0.548.0 -> ^0.552.0 age confidence
oxc-transform (source) ^0.95.0 -> ^0.96.0 age confidence
pnpm (source) 10.18.3 -> 10.20.0 age confidence
turbo (source) 2.5.8 -> 2.6.0 age confidence
waku (source) ^0.26.0 -> ^0.27.0 age confidence

Release Notes

sdorra/content-collections (@​content-collections/core)

v0.12.0

Compare Source

Minor Changes
Patch Changes
mixedbread-ai/mixedbread-ts (@​mixedbread/sdk)

v0.36.0

Compare Source

Full Changelog: v0.35.1...v0.36.0

Features
  • api: update via SDK Studio (e03f8b9)

v0.35.1

Compare Source

Full Changelog: v0.35.0...v0.35.1

Bug Fixes
  • client: incorrect offset pagination check (fb79ad5)

v0.35.0

Compare Source

Full Changelog: v0.34.0...v0.35.0

Features

v0.34.0

Compare Source

Full Changelog: v0.33.1...v0.34.0

Features

v0.33.1

Compare Source

Full Changelog: v0.33.0...v0.33.1

Chores
  • internal: use npm pack for build uploads (56d17fc)

v0.33.0

Compare Source

Full Changelog: v0.32.0...v0.33.0

Features

v0.32.0

Compare Source

Full Changelog: v0.31.1...v0.32.0

Features
  • add named args to helper functions (2373152)
  • improve types and destructuring of args (0693199)
Bug Fixes
  • move return chunks to helper params (53c32b9)
Chores

v0.31.1

Compare Source

Full Changelog: v0.31.0...v0.31.1

Chores
  • allow the store to be pulled (ff53f58)

v0.31.0

Compare Source

Full Changelog: v0.30.0...v0.31.0

Features
  • api: update via SDK Studio (c8c8568)

v0.30.0

Compare Source

Full Changelog: v0.29.0...v0.30.0

Features
Chores
  • internal: codegen related update (fcbbc84)
  • internal: fix incremental formatting in some cases (dfe1da9)
  • internal: ignore .eslintcache (7ec4db7)
  • internal: remove .eslintcache (ebaa4d7)

v0.29.0

Compare Source

Full Changelog: v0.28.1...v0.29.0

Features
Performance Improvements
Chores
  • do not install brew dependencies in ./scripts/bootstrap by default (ace2a5f)
  • internal: improve examples (dd1acb9)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (76dbd55)
  • internal: use some smaller example values (67a5565)

v0.28.1

Compare Source

Full Changelog: v0.28.0...v0.28.1

Bug Fixes
  • coerce nullable values to undefined (68cda2a)

v0.28.0

Compare Source

Full Changelog: v0.27.0...v0.28.0

Features
Chores

v0.27.0

Compare Source

Full Changelog: v0.26.0...v0.27.0

Features
Chores
  • add package to package.json (c779be5)
  • client: qualify global Blob (23ca7bf)
  • internal: update global Error reference (7aa6f8d)
  • update CI script (3974cb4)

v0.26.0

Compare Source

Full Changelog: v0.25.0...v0.26.0

Features

v0.25.0

Compare Source

Full Changelog: v0.24.1...v0.25.0

Features
  • api: update via SDK Studio (448ab87)

v0.24.1

Compare Source

Full Changelog: v0.24.0...v0.24.1

Chores

v0.24.0

Compare Source

Full Changelog: v0.23.0...v0.24.0

Features
  • api: update via SDK Studio (cf4da3b)

v0.23.0

Compare Source

Full Changelog: v0.22.0...v0.23.0

Features
  • api: update via SDK Studio (3c5cc05)

v0.22.0

Compare Source

Full Changelog: v0.21.0...v0.22.0

Features

v0.21.0

Compare Source

Full Changelog: v0.20.0...v0.21.0

Features

v0.20.0

Compare Source

Full Changelog: v0.19.2...v0.20.0

Features
  • api: update via SDK Studio (51e9b30)
kane50613/takumi (@​takumi-rs/core)

v0.42.0

Compare Source

v0.41.0

Compare Source

v0.40.2

Compare Source

algolia/algoliasearch-client-javascript (algoliasearch)

v5.42.0

Compare Source

lucide-icons/lucide (lucide-static)

v0.552.0: Version 0.552.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.551.0...0.552.0

v0.551.0: Version 0.551.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.550.0...0.551.0

v0.550.0: Version 0.550.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.549.0...0.550.0

v0.549.0: Version 0.549.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.548.0...0.549.0

pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - [email protected]
      - [email protected] || 5.102.1
vercel/turborepo (turbo)

v2.6.0: Turborepo v2.6.0

Compare Source

What's Changed

Docs
create-turbo
eslint
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.8...v2.6.0

wakujs/waku (waku)

v0.27.0

Compare Source

Added
  • Breaking: New adapter system

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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Apr 9, 2025

⚠️ No Changeset found

Latest commit: 33b0759

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Apr 9, 2025

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

Project Deployment Preview Comments Updated (UTC)
fumadocs Ready Ready Preview Comment Nov 1, 2025 9:08pm
fumadocs-marble-cms Ready Ready Preview Comment Nov 1, 2025 9:08pm
fumadocs-tanstack-start Ready Ready Preview Comment Nov 1, 2025 9:08pm
fumadocs-test Error Error Nov 1, 2025 9:08pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
fumadocs-react-router Ignored Ignored Preview Nov 1, 2025 9:08pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6eb1cf9 to 0199fbe Compare April 9, 2025 23:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0199fbe to 22e512e Compare April 10, 2025 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22e512e to 7087492 Compare April 16, 2025 19:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7087492 to 0ef9727 Compare April 17, 2025 08:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ef9727 to 0565932 Compare April 17, 2025 13:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0565932 to 51cc0f4 Compare April 17, 2025 19:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51cc0f4 to 4d0b130 Compare April 18, 2025 01:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d0b130 to 5827578 Compare April 18, 2025 01:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5827578 to 9b48c0a Compare April 21, 2025 14:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b48c0a to b5f3669 Compare April 22, 2025 10:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5f3669 to ae41d69 Compare April 23, 2025 15:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae41d69 to c91a235 Compare April 23, 2025 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c91a235 to 428e14e Compare April 24, 2025 08:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ecccb3 to c37c223 Compare October 30, 2025 13:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c37c223 to 22c559d Compare October 30, 2025 15:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22c559d to 44ec3c0 Compare October 30, 2025 22:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 44ec3c0 to 18448d0 Compare October 31, 2025 10:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18448d0 to 26342b6 Compare October 31, 2025 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26342b6 to 81c96fb Compare November 1, 2025 17:56
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