Skip to content

Commit 3b4afd6

Browse files
committed
chore: migrate package manager from Yarn to Bun
- Remove Yarn-specific files (.yarnrc.yml, .yarn/, .pnp.cjs, .pnp.loader.mjs, yarn.lock) - Add bun.lock for dependency locking - Update package.json: - Change all scripts from 'yarn' to 'bun' - Update packageManager field to '[email protected]' - Convert 'resolutions' to 'overrides' (Bun/npm format) - Remove Yarn-specific 'dependenciesMeta' - Update documentation: - README.md: Update installation command - AGENTS.md/CLAUDE.md: Update all development commands - CONTRIBUTING.md: Update setup and build instructions - Individual package READMEs: Update installation commands - Update .gitignore to remove Yarn-specific entries - Add workflows-bun-migration.patch for CI/CD workflow updates (to be applied separately with workflow permissions) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f4a2fb5 commit 3b4afd6

File tree

1,361 files changed

+5055
-44507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,361 files changed

+5055
-44507
lines changed

.gitignore

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
.yarn/*
2-
!.yarn/patches
3-
!.yarn/plugins
4-
!.yarn/releases
5-
!.yarn/sdks
6-
!.yarn/versions
7-
8-
# Swap the comments on the following lines if you don't wish to use zero-installs
9-
# Documentation here: https://yarnpkg.com/features/zero-installs
10-
!.yarn/cache
1+
# Dependencies
112
node_modules
12-
#.pnp.*
133

144
/.idea/inspectionProfiles/Project_Default.xml
155
/.idea/modules.xml

.pnp.cjs

Lines changed: 0 additions & 25219 deletions
This file was deleted.

0 commit comments

Comments
 (0)