Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR restructures the repository into a monorepo using Turborepo and pnpm workspaces, replacing the previous wireit-based build system. The changes introduce centralized package management through pnpm catalogs and implement changesets for release management.
Key changes:
- Migrated from wireit to Turborepo for build orchestration
- Moved package source to
packages/drive-picker-element/directory - Replaced release-please with changesets for version management
Reviewed Changes
Copilot reviewed 13 out of 38 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| turbo.json | Defines Turborepo task pipeline for build, test, lint, format, and check tasks |
| pnpm-workspace.yaml | Configures monorepo workspace with packages directory and shared dependency catalog |
| packages/drive-picker-element/package.json | Relocated package configuration with catalog-based dependency references |
| packages/drive-picker-element/custom-elements.json | Moved generated custom elements manifest to package directory |
| package.json | Transformed to monorepo root configuration with Turborepo scripts and simplified lint-staged setup |
| biome.json | Updated configuration with schema reference and JavaScript formatter settings |
| CONTRIBUTING.md | Added changesets documentation for contributors |
| .prettierignore | New ignore patterns delegating JS/TS formatting to Biome |
| .npmrc | Enabled pre/post scripts for package lifecycle hooks |
| .github/workflows/test.yml | Updated to use specific action versions and removed bundlewatch step |
| .github/workflows/release.yml | Switched from release-please to changesets-based release workflow |
| .github/workflows/lint.yml | Updated GitHub Actions to pinned commit versions |
| .github/workflows/docs.yml | Updated GitHub Actions to pinned commit versions and removed trailing whitespace |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
blocker for #76