Skip to content

Conversation

@ieedan
Copy link
Collaborator

@ieedan ieedan commented Nov 4, 2025

This is jsrepo v3 :)

Docs can be found at: https://v3.jsrepo.dev

Please add any comments to this discussion #629

For anyone moving from v2 you can checkout the Migration Guide or just run:

pnpm dlx @jsrepo/migrate v3

Before this merges...

  • Docs for @jsrepo/shadcn
  • Make sure to change back all references to next branch -> main
    • Open in github button
    • Source badge
  • Change references to v3.jsrepo.dev -> jsrepo.dev
    • Move old docs to v2.jsrepo.dev
    • Move new docs to jsrepo.dev
  • Types prefixed with registry: shouldn't need to be prefixed with registry: in the paths object
  • Reintroduce caching for resolved urls in git repos (particularly for github cause it's slow)
    • Will also need to re-add the --no-cache option
  • Bundle optimization - Did a lot of work here but I think more can be done
  • Need a solution for versioning registries now that we are using a js based config. Kinda shitty but we need our own version of changesets. I think this is a good opportunity for innovation towards something that works specifically well for registries though. Actually I think we can just use the version from the package json since most of the time all registries will just have the same version
  • Type stripping transform plugin
  • Create .ts or .mts config based on package.json type setting
  • Fix false positive for unresolvable syntax when dynamic imports are backquoted but the template is unused
  • @jsrepo/mcp doesn't work with npx
  • Read schema from shadcn items and trim the path to the basename when installing them
  • Fix all TODOs
  • Ensure / add a lint rule ensuring we use pathe everywhere in jsrepo CLI
  • Support meta on registry items
  • @jsrepo/shadcn registry index support
  • Antigravity MCP support (if I can ever get antigravity working) https://antigravity.google/docs/mcp#connecting-custom-mcp-servers
  • Things to think about
    • Go all the way and fix imports from shadcn items?
    • Support index item?
  • VSCode mcpServers -> servers
  • Paths not being updated in config when configuring them on add

Fixes #626
Fixes #628

@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2025

🦋 Changeset detected

Latest commit: 22711f5

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 4, 2025

Open in StackBlitz

jsrepo

pnpm add https://pkg.pr.new/jsrepojs/jsrepo@634

@jsrepo/mcp

pnpm add https://pkg.pr.new/jsrepojs/jsrepo/@jsrepo/mcp@634

@jsrepo/migrate

pnpm add https://pkg.pr.new/jsrepojs/jsrepo/@jsrepo/migrate@634

@jsrepo/transform-biome

pnpm add https://pkg.pr.new/jsrepojs/jsrepo/@jsrepo/transform-biome@634

@jsrepo/transform-javascript

pnpm add https://pkg.pr.new/jsrepojs/jsrepo/@jsrepo/transform-javascript@634

@jsrepo/transform-prettier

pnpm add https://pkg.pr.new/jsrepojs/jsrepo/@jsrepo/transform-prettier@634

commit: 22711f5

@ieedan ieedan changed the title jsrepo v3 v3 Nov 4, 2025
@vercel
Copy link

vercel bot commented Nov 4, 2025

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

Project Deployment Preview Comments Updated (UTC)
jsrepo Ready Ready Preview Comment Nov 24, 2025 3:26pm
jsrepo.dev Ready Ready Preview Comment Nov 24, 2025 3:26pm

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aidan Bleser <aidanbleser35@gmail.com>
Co-authored-by: aidanbleser35 <aidanbleser35@gmail.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@ieedan ieedan marked this pull request as ready for review November 22, 2025 21:43
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@ieedan ieedan merged commit 183a68e into main Nov 24, 2025
6 of 8 checks passed
@ieedan ieedan deleted the next branch November 24, 2025 15:31
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.

feat: ability to modify existing files feat: Nested group urls with Gitlab

2 participants