Maikel van Dort
Maikel van Dort
Would love to see this supported: 
### Which project is this feature idea for? Turborepo ### Describe the feature you'd like to request Replace the pnpm commands in the README from the basic turborepo example (which...
Hi team Beachball, Would it be possible to change the JSON indentation? Currently the indentation is set to 2 spaces https://github.com/microsoft/beachball/blob/6025c6dba0f844091cb0db6d511f243bbc6e902a/src/bump/performBump.ts#L40 but wouldn't be nice to make this an option...
Add indentation option for custom JSON file indentation Closes #941
## Which problem is this PR solving? - Reduce bundle size by only import the correct function (And so that osx-temp on macOS is not required, as cpu.js of the...
**What you were expecting:** When a basename has been set in the `` component and one of the resources has the same name as the basename, it should correctly parse...
Some idea; also list unchanged packages in the `change` command to force bump unchanged packages. Now you have to do this through the CLI, one-by-one, but would be nice to...
## Sumary When we have 2 packages; ```json { "name": "foo", "version": "0.1.0", "dependencies": { "bar": "*", } } ``` ```json { "name": "bar", "version": "0.1.0", } ``` And if...
Hello, I am getting false-positive errors regarding the `packages-without-package-json` rule. ```json { "workspaces": [ "apps/*", "packages/*", "packages/ui/external/*", ] } ``` `./apps/.npm/package.json doesn't exists`; A folder created by NPM `./packages/ui/package.json doesn't...
## Summary When working in a mono repo, you can import packages from the node_modules which are used by other packages within the mono repo, but not listed in the...