shadcn@4.11.1

EmilTholin/image-trace-loadershadcn@4.11.1Jun 26, 2026by github-actions[bot]

AI Summary

A patch update to shadcn UI replacing node-fetch with native fetch and improving dependency management.

Key Highlights

  • Replaced node-fetch with native fetch
  • Preserved existing dependency specifiers in package.json

New Features

  • Native fetch support
  • Dependency specifier preservation

Full Release Notes

### Patch Changes

- [#10905](https://github.com/shadcn-ui/ui/pull/10905) [`9197676b3d09b77f51b17b63e5978db29e498ca4`](https://github.com/shadcn-ui/ui/commit/9197676b3d09b77f51b17b63e5978db29e498ca4) Thanks [@shadcn](https://github.com/shadcn)! - replace node-fetch with native fetch

- [#10967](https://github.com/shadcn-ui/ui/pull/10967) [`365d53b590a6ddb79c1487a9dbeabcde5f4ac37f`](https://github.com/shadcn-ui/ui/commit/365d53b590a6ddb79c1487a9dbeabcde5f4ac37f) Thanks [@shadcn](https://github.com/shadcn)! - Preserve existing dependency specifiers in package.json when running `shadcn add`.