workspace: Update workspace config, and cleanup#56
Open
Adammatthiesen wants to merge 3 commits intomainfrom
Open
workspace: Update workspace config, and cleanup#56Adammatthiesen wants to merge 3 commits intomainfrom
Adammatthiesen wants to merge 3 commits intomainfrom
Conversation
- Updated pnpm-workspace.yaml to include new settings for linking workspace packages, minimum release age, and preferred workspace packages. - Added .editorconfig for consistent newline handling across files. - Created a GitHub Actions workflow for creating PRs or publishing packages on main branch pushes. - Added a workflow for previewing packages on pull requests. - Introduced .node-version file to specify Node.js version. - Added .prototools file to define node and pnpm versions.
|
RATIU5
approved these changes
Feb 13, 2026
dreyfus92
approved these changes
Feb 13, 2026
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.
This pull request makes several updates to project configuration, documentation, and metadata to reflect a move from the
MatthiesenXYZ/ec-pluginsrepository towithstudiocms/expressive-code-twoslash, as well as modernizes tooling and improves repository structure. The most important changes are grouped below.Repository and Ownership Updates:
withstudiocmsand the new repository location. This includes changes in.changeset/config.json,packages/twoslash/package.json,packages/twoslash/LICENSE, and documentation files. [1] [2] [3] [4] [5] [6]Tooling and Node Environment Updates:
pnpmversions to the latest stable releases in.node-version,.prototools, andpackage.json. Also updated related dependencies inpackage.json. [1] [2] [3] [4]pnpm-workspace.yamlto better control dependency linking and release behavior.Repository Structure and Configuration:
.editorconfigfile to enforce Unix-style line endings and final newlines across all files..vscode/settings.jsonto add new spelling exceptions relevant to the new repository and contributors.Documentation and Templates:
README.mdto focus on theexpressive-code-twoslashplugin, reflecting the new project scope and repository.packages/twoslash/README.mdto match the new domain and fix typos. [1] [2].github/ISSUE_TEMPLATE/bug-report-twoslash.md,.github/ISSUE_TEMPLATE/new-plugin-idea.yml, and.github/FUNDING.yml. [1] [2] [3].github/PULL_REQUEST_TEMPLATE.md.Licensing:
packages/twoslash/LICENSE.These changes help transition the project to its new home, modernize its tooling, and clarify its documentation and licensing.